Oct 10 17:01:35.810 INFO testing panicbit/ross against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:01:35.810 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:01:35.810 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:01:36.260 INFO blam! 24ffe21d150322719cba996bb8c82dcb7119f90cb61792e688282223fe1c0bd5 Oct 10 17:01:36.266 INFO running `"docker" "start" "-a" "24ffe21d150322719cba996bb8c82dcb7119f90cb61792e688282223fe1c0bd5"` Oct 10 17:01:37.170 INFO kablam! usermod: no changes Oct 10 17:01:37.292 INFO kablam! Compiling pest v1.0.1 Oct 10 17:01:37.292 INFO kablam! Compiling itertools v0.7.6 Oct 10 17:01:37.297 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 10 17:01:38.075 INFO kablam! Compiling backtrace v0.3.5 Oct 10 17:01:38.909 INFO kablam! Compiling pest_derive v1.0.1 Oct 10 17:01:39.839 INFO kablam! Compiling failure v0.1.1 Oct 10 17:01:46.722 INFO kablam! Compiling ross v0.1.0 (/source) Oct 10 17:01:47.752 INFO kablam! warning: unused `#[macro_use]` import Oct 10 17:01:47.752 INFO kablam! --> src/lib.rs:2:1 Oct 10 17:01:47.752 INFO kablam! | Oct 10 17:01:47.752 INFO kablam! 2 | #[macro_use] extern crate pest; Oct 10 17:01:47.752 INFO kablam! | ^^^^^^^^^^^^ Oct 10 17:01:47.752 INFO kablam! | Oct 10 17:01:47.752 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:01:47.752 INFO kablam! Oct 10 17:01:48.052 INFO kablam! warning: unreachable expression Oct 10 17:01:48.053 INFO kablam! --> src/parser.rs:32:5 Oct 10 17:01:48.053 INFO kablam! | Oct 10 17:01:48.053 INFO kablam! 32 | Ok(module) Oct 10 17:01:48.054 INFO kablam! | ^^^^^^^^^^ Oct 10 17:01:48.054 INFO kablam! | Oct 10 17:01:48.054 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 10 17:01:48.055 INFO kablam! Oct 10 17:01:48.582 INFO kablam! warning: struct is never constructed: `Scope` Oct 10 17:01:48.582 INFO kablam! --> src/trans.rs:2:1 Oct 10 17:01:48.582 INFO kablam! | Oct 10 17:01:48.582 INFO kablam! 2 | struct Scope { Oct 10 17:01:48.582 INFO kablam! | ^^^^^^^^^^^^ Oct 10 17:01:48.582 INFO kablam! | Oct 10 17:01:48.582 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:01:48.582 INFO kablam! Oct 10 17:01:48.582 INFO kablam! warning: method is never used: `new` Oct 10 17:01:48.582 INFO kablam! --> src/trans.rs:13:5 Oct 10 17:01:48.582 INFO kablam! | Oct 10 17:01:48.582 INFO kablam! 13 | fn new(available: usize) -> Self { Oct 10 17:01:48.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:01:48.582 INFO kablam! Oct 10 17:01:48.582 INFO kablam! warning: method is never used: `alloc` Oct 10 17:01:48.582 INFO kablam! --> src/trans.rs:17:5 Oct 10 17:01:48.582 INFO kablam! | Oct 10 17:01:48.582 INFO kablam! 17 | fn alloc(&mut self) -> Option { Oct 10 17:01:48.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:01:48.582 INFO kablam! Oct 10 17:01:48.582 INFO kablam! warning: function is never used: `module` Oct 10 17:01:48.582 INFO kablam! --> src/validate.rs:4:1 Oct 10 17:01:48.582 INFO kablam! | Oct 10 17:01:48.582 INFO kablam! 4 | pub fn module(items: &[Item]) -> Result<(), Error> { Oct 10 17:01:48.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:01:48.582 INFO kablam! Oct 10 17:01:48.582 INFO kablam! warning: function is never used: `static_blocks_are_unique` Oct 10 17:01:48.582 INFO kablam! --> src/validate.rs:12:1 Oct 10 17:01:48.582 INFO kablam! | Oct 10 17:01:48.582 INFO kablam! 12 | pub(crate) fn static_blocks_are_unique(items: &[Item]) -> Result<(), Error> { Oct 10 17:01:48.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:01:48.582 INFO kablam! Oct 10 17:01:48.582 INFO kablam! warning: function is never used: `item_names_are_unique` Oct 10 17:01:48.582 INFO kablam! --> src/validate.rs:27:1 Oct 10 17:01:48.582 INFO kablam! | Oct 10 17:01:48.582 INFO kablam! 27 | pub(crate) fn item_names_are_unique(items: &[Item]) -> Result<(), Error> { Oct 10 17:01:48.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:01:48.582 INFO kablam! Oct 10 17:01:48.582 INFO kablam! warning: function is never used: `functions_dont_recur` Oct 10 17:01:48.582 INFO kablam! --> src/validate.rs:42:1 Oct 10 17:01:48.582 INFO kablam! | Oct 10 17:01:48.583 INFO kablam! 42 | pub(crate) fn functions_dont_recur(items: &[Item]) -> Result<(), Error> { Oct 10 17:01:48.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:01:48.583 INFO kablam! Oct 10 17:01:48.583 INFO kablam! warning: enum is never used: `ConstExpr` Oct 10 17:01:48.583 INFO kablam! --> src/picasso.rs:2:1 Oct 10 17:01:48.583 INFO kablam! | Oct 10 17:01:48.583 INFO kablam! 2 | pub enum ConstExpr { Oct 10 17:01:48.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 17:01:48.583 INFO kablam! Oct 10 17:01:48.583 INFO kablam! warning: enum is never used: `Register` Oct 10 17:01:48.583 INFO kablam! --> src/picasso.rs:7:1 Oct 10 17:01:48.583 INFO kablam! | Oct 10 17:01:48.583 INFO kablam! 7 | pub enum Register { Oct 10 17:01:48.583 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 17:01:48.583 INFO kablam! Oct 10 17:01:48.583 INFO kablam! warning: struct is never constructed: `Ref` Oct 10 17:01:48.583 INFO kablam! --> src/picasso.rs:13:1 Oct 10 17:01:48.583 INFO kablam! | Oct 10 17:01:48.583 INFO kablam! 13 | struct Ref { Oct 10 17:01:48.583 INFO kablam! | ^^^^^^^^^^ Oct 10 17:01:48.583 INFO kablam! Oct 10 17:01:48.583 INFO kablam! warning: struct is never constructed: `Builder` Oct 10 17:01:48.583 INFO kablam! --> src/picasso.rs:17:1 Oct 10 17:01:48.583 INFO kablam! | Oct 10 17:01:48.583 INFO kablam! 17 | struct Builder { Oct 10 17:01:48.583 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 17:01:48.583 INFO kablam! Oct 10 17:01:48.583 INFO kablam! warning: function is never used: `main` Oct 10 17:01:48.583 INFO kablam! --> src/lib.rs:17:1 Oct 10 17:01:48.583 INFO kablam! | Oct 10 17:01:48.583 INFO kablam! 17 | fn main() { Oct 10 17:01:48.583 INFO kablam! | ^^^^^^^^^ Oct 10 17:01:48.583 INFO kablam! Oct 10 17:01:50.019 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.83s Oct 10 17:01:50.021 INFO kablam! su: No module specific data is present Oct 10 17:01:50.261 INFO running `"docker" "rm" "-f" "24ffe21d150322719cba996bb8c82dcb7119f90cb61792e688282223fe1c0bd5"` Oct 10 17:01:50.346 INFO blam! 24ffe21d150322719cba996bb8c82dcb7119f90cb61792e688282223fe1c0bd5 Oct 10 17:01:50.349 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:01:50.349 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:01:50.557 INFO blam! fac0ea4dd2078f932941f2ffb0b1fe6f22b4c2e47c842aa391e357b20dfe42c6 Oct 10 17:01:50.558 INFO running `"docker" "start" "-a" "fac0ea4dd2078f932941f2ffb0b1fe6f22b4c2e47c842aa391e357b20dfe42c6"` Oct 10 17:01:50.922 INFO kablam! usermod: no changes Oct 10 17:01:50.973 INFO kablam! Compiling ross v0.1.0 (/source) Oct 10 17:01:51.912 INFO kablam! warning: unused import: `ast::*` Oct 10 17:01:51.912 INFO kablam! --> src/tests.rs:1:5 Oct 10 17:01:51.912 INFO kablam! | Oct 10 17:01:51.912 INFO kablam! 1 | use ast::*; Oct 10 17:01:51.912 INFO kablam! | ^^^^^^ Oct 10 17:01:51.912 INFO kablam! | Oct 10 17:01:51.912 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:01:51.912 INFO kablam! Oct 10 17:01:52.187 INFO kablam! warning: unreachable expression Oct 10 17:01:52.187 INFO kablam! --> src/parser.rs:32:5 Oct 10 17:01:52.187 INFO kablam! | Oct 10 17:01:52.187 INFO kablam! 32 | Ok(module) Oct 10 17:01:52.187 INFO kablam! | ^^^^^^^^^^ Oct 10 17:01:52.187 INFO kablam! | Oct 10 17:01:52.187 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 10 17:01:52.187 INFO kablam! Oct 10 17:01:52.732 INFO kablam! warning: struct is never constructed: `Scope` Oct 10 17:01:52.732 INFO kablam! --> src/trans.rs:2:1 Oct 10 17:01:52.732 INFO kablam! | Oct 10 17:01:52.732 INFO kablam! 2 | struct Scope { Oct 10 17:01:52.732 INFO kablam! | ^^^^^^^^^^^^ Oct 10 17:01:52.732 INFO kablam! | Oct 10 17:01:52.732 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:01:52.732 INFO kablam! Oct 10 17:01:52.732 INFO kablam! warning: method is never used: `new` Oct 10 17:01:52.732 INFO kablam! --> src/trans.rs:13:5 Oct 10 17:01:52.732 INFO kablam! | Oct 10 17:01:52.732 INFO kablam! 13 | fn new(available: usize) -> Self { Oct 10 17:01:52.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:01:52.732 INFO kablam! Oct 10 17:01:52.732 INFO kablam! warning: method is never used: `alloc` Oct 10 17:01:52.732 INFO kablam! --> src/trans.rs:17:5 Oct 10 17:01:52.732 INFO kablam! | Oct 10 17:01:52.732 INFO kablam! 17 | fn alloc(&mut self) -> Option { Oct 10 17:01:52.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:01:52.732 INFO kablam! Oct 10 17:01:52.732 INFO kablam! warning: function is never used: `module` Oct 10 17:01:52.733 INFO kablam! --> src/validate.rs:4:1 Oct 10 17:01:52.733 INFO kablam! | Oct 10 17:01:52.733 INFO kablam! 4 | pub fn module(items: &[Item]) -> Result<(), Error> { Oct 10 17:01:52.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:01:52.733 INFO kablam! Oct 10 17:01:52.733 INFO kablam! warning: function is never used: `static_blocks_are_unique` Oct 10 17:01:52.733 INFO kablam! --> src/validate.rs:12:1 Oct 10 17:01:52.733 INFO kablam! | Oct 10 17:01:52.733 INFO kablam! 12 | pub(crate) fn static_blocks_are_unique(items: &[Item]) -> Result<(), Error> { Oct 10 17:01:52.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:01:52.733 INFO kablam! Oct 10 17:01:52.733 INFO kablam! warning: function is never used: `item_names_are_unique` Oct 10 17:01:52.733 INFO kablam! --> src/validate.rs:27:1 Oct 10 17:01:52.733 INFO kablam! | Oct 10 17:01:52.733 INFO kablam! 27 | pub(crate) fn item_names_are_unique(items: &[Item]) -> Result<(), Error> { Oct 10 17:01:52.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:01:52.733 INFO kablam! Oct 10 17:01:52.733 INFO kablam! warning: function is never used: `functions_dont_recur` Oct 10 17:01:52.733 INFO kablam! --> src/validate.rs:42:1 Oct 10 17:01:52.733 INFO kablam! | Oct 10 17:01:52.733 INFO kablam! 42 | pub(crate) fn functions_dont_recur(items: &[Item]) -> Result<(), Error> { Oct 10 17:01:52.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:01:52.733 INFO kablam! Oct 10 17:01:52.733 INFO kablam! warning: enum is never used: `ConstExpr` Oct 10 17:01:52.733 INFO kablam! --> src/picasso.rs:2:1 Oct 10 17:01:52.733 INFO kablam! | Oct 10 17:01:52.733 INFO kablam! 2 | pub enum ConstExpr { Oct 10 17:01:52.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 17:01:52.733 INFO kablam! Oct 10 17:01:52.733 INFO kablam! warning: enum is never used: `Register` Oct 10 17:01:52.733 INFO kablam! --> src/picasso.rs:7:1 Oct 10 17:01:52.733 INFO kablam! | Oct 10 17:01:52.733 INFO kablam! 7 | pub enum Register { Oct 10 17:01:52.733 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 17:01:52.733 INFO kablam! Oct 10 17:01:52.733 INFO kablam! warning: struct is never constructed: `Ref` Oct 10 17:01:52.733 INFO kablam! --> src/picasso.rs:13:1 Oct 10 17:01:52.733 INFO kablam! | Oct 10 17:01:52.733 INFO kablam! 13 | struct Ref { Oct 10 17:01:52.733 INFO kablam! | ^^^^^^^^^^ Oct 10 17:01:52.733 INFO kablam! Oct 10 17:01:52.733 INFO kablam! warning: struct is never constructed: `Builder` Oct 10 17:01:52.733 INFO kablam! --> src/picasso.rs:17:1 Oct 10 17:01:52.733 INFO kablam! | Oct 10 17:01:52.733 INFO kablam! 17 | struct Builder { Oct 10 17:01:52.733 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 17:01:52.733 INFO kablam! Oct 10 17:01:53.843 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.90s Oct 10 17:01:53.846 INFO kablam! su: No module specific data is present Oct 10 17:01:54.169 INFO running `"docker" "rm" "-f" "fac0ea4dd2078f932941f2ffb0b1fe6f22b4c2e47c842aa391e357b20dfe42c6"` Oct 10 17:01:54.256 INFO blam! fac0ea4dd2078f932941f2ffb0b1fe6f22b4c2e47c842aa391e357b20dfe42c6 Oct 10 17:01:54.258 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:01:54.258 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:01:54.443 INFO blam! 27ae2029f335c5bf768293a4efe2c693cb496e08ed8ce16478baa9d625123e55 Oct 10 17:01:54.445 INFO running `"docker" "start" "-a" "27ae2029f335c5bf768293a4efe2c693cb496e08ed8ce16478baa9d625123e55"` Oct 10 17:01:55.335 INFO kablam! usermod: no changes Oct 10 17:01:55.425 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 10 17:01:55.425 INFO kablam! Running /target/debug/deps/ross-74f79f6e037fd93f Oct 10 17:01:55.428 INFO blam! Oct 10 17:01:55.429 INFO blam! running 1 test Oct 10 17:01:55.429 INFO blam! test tests::ident ... ok Oct 10 17:01:55.429 INFO blam! Oct 10 17:01:55.430 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:01:55.430 INFO blam! Oct 10 17:01:55.434 INFO kablam! Running /target/debug/deps/simple_tri-fb4a65fb7ead8ca0 Oct 10 17:01:55.440 INFO blam! Oct 10 17:01:55.441 INFO blam! running 1 test Oct 10 17:01:55.456 INFO blam! test simple_tri ... FAILED Oct 10 17:01:55.457 INFO blam! Oct 10 17:01:55.457 INFO blam! failures: Oct 10 17:01:55.457 INFO blam! Oct 10 17:01:55.457 INFO blam! ---- simple_tri stdout ---- Oct 10 17:01:55.458 INFO blam! thread 'simple_tri' panicked at 'Module { Oct 10 17:01:55.458 INFO blam! uniforms: [ Oct 10 17:01:55.458 INFO blam! Uniform { Oct 10 17:01:55.458 INFO blam! ident: "projection", Oct 10 17:01:55.459 INFO blam! len: 4 Oct 10 17:01:55.459 INFO kablam! error: test failed, to rerun pass '--test simple_tri' Oct 10 17:01:55.459 INFO blam! }, Oct 10 17:01:55.459 INFO kablam! su: No module specific data is present Oct 10 17:01:55.460 INFO blam! Uniform { Oct 10 17:01:55.460 INFO blam! ident: "foo", Oct 10 17:01:55.460 INFO blam! len: 1 Oct 10 17:01:55.460 INFO blam! } Oct 10 17:01:55.461 INFO blam! ], Oct 10 17:01:55.461 INFO blam! inputs: [ Oct 10 17:01:55.461 INFO blam! Input { Oct 10 17:01:55.461 INFO blam! ident: "inpos" Oct 10 17:01:55.462 INFO blam! }, Oct 10 17:01:55.462 INFO blam! Input { Oct 10 17:01:55.462 INFO blam! ident: "inclr" Oct 10 17:01:55.462 INFO blam! } Oct 10 17:01:55.463 INFO blam! ], Oct 10 17:01:55.463 INFO blam! outputs: [ Oct 10 17:01:55.463 INFO blam! Output { Oct 10 17:01:55.463 INFO blam! ident: "outpos", Oct 10 17:01:55.464 INFO blam! typ: "position" Oct 10 17:01:55.464 INFO blam! }, Oct 10 17:01:55.464 INFO blam! Output { Oct 10 17:01:55.465 INFO blam! ident: "outclr", Oct 10 17:01:55.465 INFO blam! typ: "color" Oct 10 17:01:55.465 INFO blam! } Oct 10 17:01:55.465 INFO blam! ], Oct 10 17:01:55.466 INFO blam! functions: [ Oct 10 17:01:55.466 INFO blam! Fn { Oct 10 17:01:55.466 INFO blam! ident: "main", Oct 10 17:01:55.466 INFO blam! args: [], Oct 10 17:01:55.467 INFO blam! body: [ Oct 10 17:01:55.467 INFO blam! Let { Oct 10 17:01:55.467 INFO blam! ident: "inpos", Oct 10 17:01:55.468 INFO blam! typ: None, Oct 10 17:01:55.468 INFO blam! expr: Array( Oct 10 17:01:55.468 INFO blam! [ Oct 10 17:01:55.469 INFO blam! Var( Oct 10 17:01:55.469 INFO blam! Var { Oct 10 17:01:55.469 INFO blam! ident: "inpos", Oct 10 17:01:55.469 INFO blam! mask: Some( Oct 10 17:01:55.470 INFO blam! [ Oct 10 17:01:55.470 INFO blam! R Oct 10 17:01:55.470 INFO blam! ] Oct 10 17:01:55.471 INFO blam! ) Oct 10 17:01:55.471 INFO blam! } Oct 10 17:01:55.471 INFO blam! ), Oct 10 17:01:55.471 INFO blam! Var( Oct 10 17:01:55.472 INFO blam! Var { Oct 10 17:01:55.472 INFO blam! ident: "inpos", Oct 10 17:01:55.472 INFO blam! mask: Some( Oct 10 17:01:55.472 INFO blam! [ Oct 10 17:01:55.472 INFO blam! G Oct 10 17:01:55.472 INFO blam! ] Oct 10 17:01:55.472 INFO blam! ) Oct 10 17:01:55.472 INFO blam! } Oct 10 17:01:55.472 INFO blam! ), Oct 10 17:01:55.472 INFO blam! Var( Oct 10 17:01:55.472 INFO blam! Var { Oct 10 17:01:55.472 INFO blam! ident: "inpos", Oct 10 17:01:55.473 INFO blam! mask: Some( Oct 10 17:01:55.473 INFO blam! [ Oct 10 17:01:55.473 INFO blam! B Oct 10 17:01:55.473 INFO blam! ] Oct 10 17:01:55.473 INFO blam! ) Oct 10 17:01:55.473 INFO blam! } Oct 10 17:01:55.473 INFO blam! ), Oct 10 17:01:55.473 INFO blam! Float( Oct 10 17:01:55.473 INFO blam! 1.0 Oct 10 17:01:55.473 INFO blam! ) Oct 10 17:01:55.473 INFO blam! ] Oct 10 17:01:55.473 INFO blam! ) Oct 10 17:01:55.473 INFO blam! } Oct 10 17:01:55.473 INFO blam! ] Oct 10 17:01:55.473 INFO blam! } Oct 10 17:01:55.473 INFO blam! ] Oct 10 17:01:55.473 INFO blam! }', src/parser.rs:30:5 Oct 10 17:01:55.473 INFO blam! stack backtrace: Oct 10 17:01:55.473 INFO blam! 0: 0x55ed778c74ae - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 17:01:55.473 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 17:01:55.473 INFO blam! 1: 0x55ed778d0356 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 17:01:55.473 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 17:01:55.473 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 17:01:55.473 INFO blam! 2: 0x55ed778cb0ad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 17:01:55.473 INFO blam! at libstd/panicking.rs:211 Oct 10 17:01:55.473 INFO blam! 3: 0x55ed778cadbb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 17:01:55.473 INFO blam! at libstd/panicking.rs:221 Oct 10 17:01:55.473 INFO blam! 4: 0x55ed778cb75c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 17:01:55.473 INFO blam! at libstd/panicking.rs:476 Oct 10 17:01:55.473 INFO blam! 5: 0x55ed778cb319 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 17:01:55.473 INFO blam! at libstd/panicking.rs:390 Oct 10 17:01:55.473 INFO blam! 6: 0x55ed778cb27d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 10 17:01:55.473 INFO blam! at libstd/panicking.rs:345 Oct 10 17:01:55.473 INFO blam! 7: 0x55ed7783ea3b - ross::parser::parse_module::hb6290e5ea623fd9d Oct 10 17:01:55.473 INFO blam! at src/parser.rs:30 Oct 10 17:01:55.473 INFO blam! 8: 0x55ed777df2bf - simple_tri::simple_tri::h8a95b560c09eb399 Oct 10 17:01:55.473 INFO blam! at tests/simple_tri.rs:6 Oct 10 17:01:55.473 INFO blam! 9: 0x55ed777df279 - simple_tri::simple_tri::{{closure}}::h4ba1fdd9d39f2665 Oct 10 17:01:55.473 INFO blam! at tests/simple_tri.rs:4 Oct 10 17:01:55.473 INFO blam! 10: 0x55ed777df71d - core::ops::function::FnOnce::call_once::h53d6769762b57702 Oct 10 17:01:55.473 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:01:55.473 INFO blam! 11: 0x55ed777e1a3e - >::call_box::h95b7cb918af67b5d Oct 10 17:01:55.473 INFO blam! at libtest/lib.rs:1468 Oct 10 17:01:55.473 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:01:55.473 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:01:55.473 INFO blam! 12: 0x55ed778db529 - __rust_maybe_catch_panic Oct 10 17:01:55.473 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:01:55.473 INFO blam! 13: 0x55ed7780258d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 17:01:55.473 INFO blam! at libstd/panicking.rs:289 Oct 10 17:01:55.473 INFO blam! at libstd/panic.rs:392 Oct 10 17:01:55.473 INFO blam! at libtest/lib.rs:1423 Oct 10 17:01:55.473 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 17:01:55.473 INFO blam! 14: 0x55ed77803194 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 17:01:55.473 INFO blam! at libstd/thread/mod.rs:409 Oct 10 17:01:55.473 INFO blam! at libstd/panic.rs:313 Oct 10 17:01:55.473 INFO blam! at libstd/panicking.rs:310 Oct 10 17:01:55.473 INFO blam! 15: 0x55ed778db529 - __rust_maybe_catch_panic Oct 10 17:01:55.473 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:01:55.473 INFO blam! 16: 0x55ed777f0756 - >::call_box::h96125cb29a9ba44b Oct 10 17:01:55.473 INFO blam! at libstd/panicking.rs:289 Oct 10 17:01:55.473 INFO blam! at libstd/panic.rs:392 Oct 10 17:01:55.473 INFO blam! at libstd/thread/mod.rs:408 Oct 10 17:01:55.473 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:01:55.473 INFO blam! 17: 0x55ed778c94ea - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 17:01:55.473 INFO blam! at liballoc/boxed.rs:682 Oct 10 17:01:55.473 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 17:01:55.473 INFO blam! 18: 0x55ed778bec75 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 17:01:55.473 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 17:01:55.473 INFO blam! 19: 0x7fe3f06276b9 - start_thread Oct 10 17:01:55.473 INFO blam! 20: 0x7fe3f014741c - clone Oct 10 17:01:55.473 INFO blam! 21: 0x0 - Oct 10 17:01:55.473 INFO blam! Oct 10 17:01:55.473 INFO blam! Oct 10 17:01:55.473 INFO blam! failures: Oct 10 17:01:55.473 INFO blam! simple_tri Oct 10 17:01:55.473 INFO blam! Oct 10 17:01:55.473 INFO blam! test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:01:55.473 INFO blam! Oct 10 17:01:56.164 INFO running `"docker" "rm" "-f" "27ae2029f335c5bf768293a4efe2c693cb496e08ed8ce16478baa9d625123e55"` Oct 10 17:01:56.440 INFO blam! 27ae2029f335c5bf768293a4efe2c693cb496e08ed8ce16478baa9d625123e55