Oct 15 09:19:21.301 INFO testing Lapz/undisclosed against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:19:21.301 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 09:19:21.475 INFO blam! 09498b83d7d9e11ca60b6d45a667a60447527919378d2d20704de4ad6750478f Oct 15 09:19:21.484 INFO running `"docker" "start" "-a" "09498b83d7d9e11ca60b6d45a667a60447527919378d2d20704de4ad6750478f"` Oct 15 09:19:22.002 INFO kablam! usermod: no changes Oct 15 09:19:22.082 INFO kablam! Compiling underscore_vm v0.1.0 (/source/underscore_vm) Oct 15 09:19:22.087 INFO kablam! Compiling underscore_util v0.1.0 (/source/underscore_util) Oct 15 09:19:22.087 INFO kablam! Compiling rand v0.5.0-pre.0 Oct 15 09:19:22.115 INFO kablam! Compiling structopt v0.1.7 Oct 15 09:19:26.438 INFO kablam! Compiling underscore_syntax v0.1.0 (/source/underscore_syntax) Oct 15 09:19:29.549 INFO kablam! Compiling underscore_ir v0.1.0 (/source/underscore_ir) Oct 15 09:19:31.011 INFO kablam! Compiling underscore_x86 v0.1.0 (/source/underscore_x86) Oct 15 09:19:31.011 INFO kablam! Compiling underscore_semant v0.1.0 (/source/underscore_semant) Oct 15 09:19:32.827 INFO kablam! warning: unused variable: `escapes` Oct 15 09:19:32.827 INFO kablam! --> underscore_semant/src/infer/function.rs:260:21 Oct 15 09:19:32.827 INFO kablam! | Oct 15 09:19:32.827 INFO kablam! 260 | ref escapes, Oct 15 09:19:32.827 INFO kablam! | ^^^^^^^ help: try ignoring the field: `escapes: _` Oct 15 09:19:32.827 INFO kablam! | Oct 15 09:19:32.827 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:19:32.827 INFO kablam! Oct 15 09:19:33.118 INFO kablam! warning: struct is never constructed: `Program` Oct 15 09:19:33.118 INFO kablam! --> underscore_semant/src/ast/lowered.rs:8:1 Oct 15 09:19:33.118 INFO kablam! | Oct 15 09:19:33.119 INFO kablam! 8 | pub struct Program { Oct 15 09:19:33.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 09:19:33.119 INFO kablam! | Oct 15 09:19:33.119 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:19:33.119 INFO kablam! Oct 15 09:19:33.119 INFO kablam! warning: struct is never constructed: `Function` Oct 15 09:19:33.119 INFO kablam! --> underscore_semant/src/ast/lowered.rs:13:1 Oct 15 09:19:33.119 INFO kablam! | Oct 15 09:19:33.119 INFO kablam! 13 | pub struct Function { Oct 15 09:19:33.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:33.119 INFO kablam! Oct 15 09:19:33.119 INFO kablam! warning: struct is never constructed: `FindEscape` Oct 15 09:19:33.119 INFO kablam! --> underscore_semant/src/escape.rs:6:1 Oct 15 09:19:33.119 INFO kablam! | Oct 15 09:19:33.119 INFO kablam! 6 | pub struct FindEscape { Oct 15 09:19:33.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:33.119 INFO kablam! Oct 15 09:19:33.119 INFO kablam! warning: method is never used: `new` Oct 15 09:19:33.119 INFO kablam! --> underscore_semant/src/escape.rs:11:5 Oct 15 09:19:33.119 INFO kablam! | Oct 15 09:19:33.119 INFO kablam! 11 | pub fn new() -> Self { Oct 15 09:19:33.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:33.119 INFO kablam! Oct 15 09:19:33.119 INFO kablam! warning: method is never used: `find_escape` Oct 15 09:19:33.119 INFO kablam! --> underscore_semant/src/escape.rs:14:5 Oct 15 09:19:33.119 INFO kablam! | Oct 15 09:19:33.119 INFO kablam! 14 | / pub fn find_escape( Oct 15 09:19:33.119 INFO kablam! 15 | | &mut self, Oct 15 09:19:33.119 INFO kablam! 16 | | program: &mut Program, Oct 15 09:19:33.119 INFO kablam! 17 | | env: &mut Symbols<(u32, bool)>, Oct 15 09:19:33.119 INFO kablam! ... | Oct 15 09:19:33.119 INFO kablam! 22 | | Ok(()) Oct 15 09:19:33.119 INFO kablam! 23 | | } Oct 15 09:19:33.119 INFO kablam! | |_____^ Oct 15 09:19:33.119 INFO kablam! Oct 15 09:19:33.119 INFO kablam! warning: method is never used: `escape_function` Oct 15 09:19:33.119 INFO kablam! --> underscore_semant/src/escape.rs:25:5 Oct 15 09:19:33.119 INFO kablam! | Oct 15 09:19:33.119 INFO kablam! 25 | / fn escape_function( Oct 15 09:19:33.119 INFO kablam! 26 | | &mut self, Oct 15 09:19:33.119 INFO kablam! 27 | | function: &mut Spanned, Oct 15 09:19:33.119 INFO kablam! 28 | | env: &mut Symbols<(u32, bool)>, Oct 15 09:19:33.119 INFO kablam! 29 | | ) -> InferResult<()> { Oct 15 09:19:33.119 INFO kablam! 30 | | self.escape_statement(&mut function.value.body, env) Oct 15 09:19:33.119 INFO kablam! 31 | | } Oct 15 09:19:33.119 INFO kablam! | |_____^ Oct 15 09:19:33.119 INFO kablam! Oct 15 09:19:33.122 INFO kablam! warning: method is never used: `check_ident` Oct 15 09:19:33.123 INFO kablam! --> underscore_semant/src/escape.rs:33:5 Oct 15 09:19:33.123 INFO kablam! | Oct 15 09:19:33.123 INFO kablam! 33 | fn check_ident(&mut self, ident: Symbol, env: &mut Symbols<(u32, bool)>) -> InferResult<()> { Oct 15 09:19:33.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:33.123 INFO kablam! Oct 15 09:19:33.123 INFO kablam! warning: method is never used: `escape_statement` Oct 15 09:19:33.123 INFO kablam! --> underscore_semant/src/escape.rs:50:5 Oct 15 09:19:33.123 INFO kablam! | Oct 15 09:19:33.123 INFO kablam! 50 | / fn escape_statement( Oct 15 09:19:33.123 INFO kablam! 51 | | &mut self, Oct 15 09:19:33.123 INFO kablam! 52 | | statement: &mut Spanned, Oct 15 09:19:33.123 INFO kablam! 53 | | env: &mut Symbols<(u32, bool)>, Oct 15 09:19:33.123 INFO kablam! ... | Oct 15 09:19:33.123 INFO kablam! 109 | | } Oct 15 09:19:33.123 INFO kablam! 110 | | } Oct 15 09:19:33.123 INFO kablam! | |_____^ Oct 15 09:19:33.123 INFO kablam! Oct 15 09:19:33.123 INFO kablam! warning: method is never used: `escape_expression` Oct 15 09:19:33.123 INFO kablam! --> underscore_semant/src/escape.rs:112:5 Oct 15 09:19:33.123 INFO kablam! | Oct 15 09:19:33.123 INFO kablam! 112 | / fn escape_expression( Oct 15 09:19:33.123 INFO kablam! 113 | | &mut self, Oct 15 09:19:33.123 INFO kablam! 114 | | expr: &mut Spanned, Oct 15 09:19:33.123 INFO kablam! 115 | | env: &mut Symbols<(u32, bool)>, Oct 15 09:19:33.123 INFO kablam! ... | Oct 15 09:19:33.123 INFO kablam! 193 | | } Oct 15 09:19:33.123 INFO kablam! 194 | | } Oct 15 09:19:33.123 INFO kablam! | |_____^ Oct 15 09:19:33.123 INFO kablam! Oct 15 09:19:33.130 INFO kablam! warning: method is never used: `check_var` Oct 15 09:19:33.131 INFO kablam! --> underscore_semant/src/escape.rs:196:5 Oct 15 09:19:33.131 INFO kablam! | Oct 15 09:19:33.131 INFO kablam! 196 | fn check_var(&mut self, var: &Spanned, env: &mut Symbols<(u32, bool)>) -> InferResult<()> { Oct 15 09:19:33.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:33.131 INFO kablam! Oct 15 09:19:36.327 INFO kablam! Compiling underscore v0.1.0 (/source/underscore) Oct 15 09:19:37.192 INFO kablam! warning: unused `#[macro_use]` import Oct 15 09:19:37.192 INFO kablam! --> underscore/src/main.rs:8:1 Oct 15 09:19:37.192 INFO kablam! | Oct 15 09:19:37.192 INFO kablam! 8 | #[macro_use] Oct 15 09:19:37.192 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:19:37.192 INFO kablam! | Oct 15 09:19:37.192 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:19:37.192 INFO kablam! Oct 15 09:19:38.739 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.71s Oct 15 09:19:38.745 INFO kablam! su: No module specific data is present Oct 15 09:19:39.139 INFO running `"docker" "rm" "-f" "09498b83d7d9e11ca60b6d45a667a60447527919378d2d20704de4ad6750478f"` Oct 15 09:19:39.374 INFO blam! 09498b83d7d9e11ca60b6d45a667a60447527919378d2d20704de4ad6750478f Oct 15 09:19:39.377 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 09:19:39.982 INFO blam! 9130f4d5e35964df891f8b29b5a0fc0a5a91697597c492259a04b2537bf12b29 Oct 15 09:19:39.988 INFO running `"docker" "start" "-a" "9130f4d5e35964df891f8b29b5a0fc0a5a91697597c492259a04b2537bf12b29"` Oct 15 09:19:40.820 INFO kablam! usermod: no changes Oct 15 09:19:40.926 INFO kablam! Compiling underscore_vm v0.1.0 (/source/underscore_vm) Oct 15 09:19:40.926 INFO kablam! Compiling underscore_util v0.1.0 (/source/underscore_util) Oct 15 09:19:40.927 INFO kablam! Compiling underscore_syntax v0.1.0 (/source/underscore_syntax) Oct 15 09:19:40.935 INFO kablam! Compiling underscore_ir v0.1.0 (/source/underscore_ir) Oct 15 09:19:40.935 INFO kablam! Compiling underscore_semant v0.1.0 (/source/underscore_semant) Oct 15 09:19:40.935 INFO kablam! Compiling underscore_x86 v0.1.0 (/source/underscore_x86) Oct 15 09:19:40.935 INFO kablam! Compiling underscore v0.1.0 (/source/underscore) Oct 15 09:19:45.311 INFO kablam! warning: unused `#[macro_use]` import Oct 15 09:19:45.311 INFO kablam! --> underscore/src/main.rs:8:1 Oct 15 09:19:45.311 INFO kablam! | Oct 15 09:19:45.311 INFO kablam! 8 | #[macro_use] Oct 15 09:19:45.311 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:19:45.311 INFO kablam! | Oct 15 09:19:45.311 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:19:45.311 INFO kablam! Oct 15 09:19:46.587 INFO kablam! warning: unused variable: `escapes` Oct 15 09:19:46.587 INFO kablam! --> underscore_semant/src/infer/function.rs:260:21 Oct 15 09:19:46.587 INFO kablam! | Oct 15 09:19:46.587 INFO kablam! 260 | ref escapes, Oct 15 09:19:46.587 INFO kablam! | ^^^^^^^ help: try ignoring the field: `escapes: _` Oct 15 09:19:46.587 INFO kablam! | Oct 15 09:19:46.587 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:19:46.587 INFO kablam! Oct 15 09:19:46.959 INFO kablam! warning: struct is never constructed: `Program` Oct 15 09:19:46.959 INFO kablam! --> underscore_semant/src/ast/lowered.rs:8:1 Oct 15 09:19:46.959 INFO kablam! | Oct 15 09:19:46.959 INFO kablam! 8 | pub struct Program { Oct 15 09:19:46.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 09:19:46.959 INFO kablam! | Oct 15 09:19:46.959 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:19:46.959 INFO kablam! Oct 15 09:19:46.959 INFO kablam! warning: struct is never constructed: `Function` Oct 15 09:19:46.959 INFO kablam! --> underscore_semant/src/ast/lowered.rs:13:1 Oct 15 09:19:46.959 INFO kablam! | Oct 15 09:19:46.959 INFO kablam! 13 | pub struct Function { Oct 15 09:19:46.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:46.959 INFO kablam! Oct 15 09:19:46.959 INFO kablam! warning: struct is never constructed: `FindEscape` Oct 15 09:19:46.959 INFO kablam! --> underscore_semant/src/escape.rs:6:1 Oct 15 09:19:46.959 INFO kablam! | Oct 15 09:19:46.959 INFO kablam! 6 | pub struct FindEscape { Oct 15 09:19:46.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:46.959 INFO kablam! Oct 15 09:19:46.959 INFO kablam! warning: method is never used: `new` Oct 15 09:19:46.959 INFO kablam! --> underscore_semant/src/escape.rs:11:5 Oct 15 09:19:46.959 INFO kablam! | Oct 15 09:19:46.959 INFO kablam! 11 | pub fn new() -> Self { Oct 15 09:19:46.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:46.959 INFO kablam! Oct 15 09:19:46.959 INFO kablam! warning: method is never used: `find_escape` Oct 15 09:19:46.959 INFO kablam! --> underscore_semant/src/escape.rs:14:5 Oct 15 09:19:46.959 INFO kablam! | Oct 15 09:19:46.959 INFO kablam! 14 | / pub fn find_escape( Oct 15 09:19:46.959 INFO kablam! 15 | | &mut self, Oct 15 09:19:46.959 INFO kablam! 16 | | program: &mut Program, Oct 15 09:19:46.959 INFO kablam! 17 | | env: &mut Symbols<(u32, bool)>, Oct 15 09:19:46.959 INFO kablam! ... | Oct 15 09:19:46.959 INFO kablam! 22 | | Ok(()) Oct 15 09:19:46.959 INFO kablam! 23 | | } Oct 15 09:19:46.959 INFO kablam! | |_____^ Oct 15 09:19:46.959 INFO kablam! Oct 15 09:19:46.959 INFO kablam! warning: method is never used: `escape_function` Oct 15 09:19:46.959 INFO kablam! --> underscore_semant/src/escape.rs:25:5 Oct 15 09:19:46.959 INFO kablam! | Oct 15 09:19:46.959 INFO kablam! 25 | / fn escape_function( Oct 15 09:19:46.959 INFO kablam! 26 | | &mut self, Oct 15 09:19:46.959 INFO kablam! 27 | | function: &mut Spanned, Oct 15 09:19:46.959 INFO kablam! 28 | | env: &mut Symbols<(u32, bool)>, Oct 15 09:19:46.959 INFO kablam! 29 | | ) -> InferResult<()> { Oct 15 09:19:46.959 INFO kablam! 30 | | self.escape_statement(&mut function.value.body, env) Oct 15 09:19:46.959 INFO kablam! 31 | | } Oct 15 09:19:46.959 INFO kablam! | |_____^ Oct 15 09:19:46.959 INFO kablam! Oct 15 09:19:46.959 INFO kablam! warning: method is never used: `check_ident` Oct 15 09:19:46.959 INFO kablam! --> underscore_semant/src/escape.rs:33:5 Oct 15 09:19:46.959 INFO kablam! | Oct 15 09:19:46.959 INFO kablam! 33 | fn check_ident(&mut self, ident: Symbol, env: &mut Symbols<(u32, bool)>) -> InferResult<()> { Oct 15 09:19:46.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:46.959 INFO kablam! Oct 15 09:19:46.959 INFO kablam! warning: method is never used: `escape_statement` Oct 15 09:19:46.959 INFO kablam! --> underscore_semant/src/escape.rs:50:5 Oct 15 09:19:46.959 INFO kablam! | Oct 15 09:19:46.959 INFO kablam! 50 | / fn escape_statement( Oct 15 09:19:46.959 INFO kablam! 51 | | &mut self, Oct 15 09:19:46.959 INFO kablam! 52 | | statement: &mut Spanned, Oct 15 09:19:46.959 INFO kablam! 53 | | env: &mut Symbols<(u32, bool)>, Oct 15 09:19:46.959 INFO kablam! ... | Oct 15 09:19:46.959 INFO kablam! 109 | | } Oct 15 09:19:46.959 INFO kablam! 110 | | } Oct 15 09:19:46.959 INFO kablam! | |_____^ Oct 15 09:19:46.959 INFO kablam! Oct 15 09:19:46.959 INFO kablam! warning: method is never used: `escape_expression` Oct 15 09:19:46.959 INFO kablam! --> underscore_semant/src/escape.rs:112:5 Oct 15 09:19:46.959 INFO kablam! | Oct 15 09:19:46.959 INFO kablam! 112 | / fn escape_expression( Oct 15 09:19:46.959 INFO kablam! 113 | | &mut self, Oct 15 09:19:46.959 INFO kablam! 114 | | expr: &mut Spanned, Oct 15 09:19:46.959 INFO kablam! 115 | | env: &mut Symbols<(u32, bool)>, Oct 15 09:19:46.959 INFO kablam! ... | Oct 15 09:19:46.959 INFO kablam! 193 | | } Oct 15 09:19:46.959 INFO kablam! 194 | | } Oct 15 09:19:46.960 INFO kablam! | |_____^ Oct 15 09:19:46.960 INFO kablam! Oct 15 09:19:46.960 INFO kablam! warning: method is never used: `check_var` Oct 15 09:19:46.960 INFO kablam! --> underscore_semant/src/escape.rs:196:5 Oct 15 09:19:46.960 INFO kablam! | Oct 15 09:19:46.960 INFO kablam! 196 | fn check_var(&mut self, var: &Spanned, env: &mut Symbols<(u32, bool)>) -> InferResult<()> { Oct 15 09:19:46.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:46.960 INFO kablam! Oct 15 09:19:47.500 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.63s Oct 15 09:19:47.517 INFO kablam! su: No module specific data is present Oct 15 09:19:48.159 INFO running `"docker" "rm" "-f" "9130f4d5e35964df891f8b29b5a0fc0a5a91697597c492259a04b2537bf12b29"` Oct 15 09:19:48.272 INFO blam! 9130f4d5e35964df891f8b29b5a0fc0a5a91697597c492259a04b2537bf12b29 Oct 15 09:19:48.275 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 09:19:48.469 INFO blam! 7be3bfb065741a3da31603b707431965a60022bac303bb4ab458435f2a754b0c Oct 15 09:19:48.479 INFO running `"docker" "start" "-a" "7be3bfb065741a3da31603b707431965a60022bac303bb4ab458435f2a754b0c"` Oct 15 09:19:49.204 INFO kablam! usermod: no changes Oct 15 09:19:49.265 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 09:19:49.277 INFO kablam! Running /target/debug/deps/underscore-e99b136489397c0c Oct 15 09:19:49.281 INFO kablam! Running /target/debug/deps/underscore_test-e2eb61ba0956b41d Oct 15 09:19:49.281 INFO blam! Oct 15 09:19:49.281 INFO blam! running 0 tests Oct 15 09:19:49.281 INFO blam! Oct 15 09:19:49.281 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:49.281 INFO blam! Oct 15 09:19:51.170 INFO blam! Pass:0 Fail:0 Oct 15 09:19:51.286 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 09:19:51.298 INFO kablam! Running `/target/debug/underscore ../tests/fail/index.us` Oct 15 09:19:51.302 INFO blam! error:  Cannot index type `tvar0`  Oct 15 09:19:51.302 INFO blam! 2 |  let a = 10; Oct 15 09:19:51.302 INFO blam! 3 |  a[10]; // Expect : Cannot index type `i32` Oct 15 09:19:51.302 INFO blam! |  ^^ Oct 15 09:19:51.302 INFO blam! 4 | } Oct 15 09:19:51.426 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 09:19:51.430 INFO kablam! Running `/target/debug/underscore ../tests/fail/field_access.us` Oct 15 09:19:51.431 INFO blam! error: struct `List` doesn't have a field named `ass` Oct 15 09:19:51.431 INFO blam! 12 |  Oct 15 09:19:51.431 INFO blam! 13 |  return list.ass; // Expect : struct `List` doesn't have a field named `ass` Oct 15 09:19:51.431 INFO blam! |  ^^^^^^^^^ Oct 15 09:19:51.431 INFO blam! 14 | } Oct 15 09:19:51.550 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 09:19:51.563 INFO kablam! Running `/target/debug/underscore ../tests/fail/not_struct_alias.us` Oct 15 09:19:51.566 INFO blam! error: `char`is not a struct Oct 15 09:19:51.566 INFO blam! 8 | fn main() -> List { Oct 15 09:19:51.566 INFO blam! 9 |  let list = char { Oct 15 09:19:51.566 INFO blam! |  ^^^^^ Oct 15 09:19:51.566 INFO blam! 10 |  head:10, Oct 15 09:19:51.566 INFO blam! 11 |  body:nil Oct 15 09:19:51.690 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 09:19:51.692 INFO kablam! Running `/target/debug/underscore ../tests/fail/cast_struct.us` Oct 15 09:19:51.695 INFO blam! error: Cannot cast `List` to type `i32` Oct 15 09:19:51.695 INFO blam! 12 |  Oct 15 09:19:51.695 INFO blam! 13 |  list as i32; // Expect : Cannot cast `List` to type `i32` Oct 15 09:19:51.695 INFO blam! |  ^^^^^^^^^^^^ Oct 15 09:19:51.695 INFO blam! 14 | } Oct 15 09:19:51.807 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 09:19:51.807 INFO kablam! Running `/target/debug/underscore ../tests/fail/many_fields.us` Oct 15 09:19:51.810 INFO blam! error: `ad` is not a member of `List`  Oct 15 09:19:51.810 INFO blam! 14 |  head:10, Oct 15 09:19:51.810 INFO blam! 15 |  ad:10, Oct 15 09:19:51.810 INFO blam! |  ^^^ Oct 15 09:19:51.810 INFO blam! 16 |  hea:10 Oct 15 09:19:51.810 INFO blam! 17 |  }; Oct 15 09:19:51.810 INFO blam! error: struct `List` has too many fields Oct 15 09:19:51.810 INFO blam! 12 | fn main() -> List { Oct 15 09:19:51.810 INFO blam! 13 |  let list = List { Oct 15 09:19:51.810 INFO blam! |  ^^^^^^ Oct 15 09:19:51.810 INFO blam! 14 |  head:10, Oct 15 09:19:51.810 INFO blam! | ^^^^^^^^^^^^^^^^ Oct 15 09:19:51.810 INFO blam! 15 |  ad:10, Oct 15 09:19:51.810 INFO blam! | ^^^^^^^^^^^^^^ Oct 15 09:19:51.810 INFO blam! 16 |  hea:10 Oct 15 09:19:51.810 INFO blam! | ^^^^^^^^^^^^^^ Oct 15 09:19:51.810 INFO blam! 17 |  }; Oct 15 09:19:51.810 INFO blam! | ^^^^^ Oct 15 09:19:51.811 INFO blam! 18 |  Oct 15 09:19:51.811 INFO blam! 19 |  list; // Expect : `ad` is not a member of `List` Oct 15 09:19:51.896 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 09:19:51.911 INFO kablam! Running `/target/debug/underscore ../tests/fail/dif_sizes.us` Oct 15 09:19:51.913 INFO blam! error: Cannot unify `u8` vs `i32` Oct 15 09:19:51.913 INFO blam! 1 | fn main(a:i32) -> u8 { Oct 15 09:19:51.913 INFO blam! |  ^ Oct 15 09:19:51.913 INFO blam! 2 |  return a; // Expect : Cannot unify `u8` vs `i32` Oct 15 09:19:51.913 INFO blam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:51.913 INFO blam! 3 | } Oct 15 09:19:51.913 INFO blam! | ^ Oct 15 09:19:52.008 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 09:19:52.020 INFO kablam! Running `/target/debug/underscore ../tests/fail/braces.us` Oct 15 09:19:52.023 INFO blam! error: No rules expected 'EOF'  Oct 15 09:19:52.023 INFO blam! 1 | fn main() { Oct 15 09:19:52.023 INFO blam! | ^ Oct 15 09:19:52.111 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 09:19:52.111 INFO kablam! Running `/target/debug/underscore ../tests/fail/declare_change.us` Oct 15 09:19:52.112 INFO blam! error: Cannot unify `tvar1` vs `str` Oct 15 09:19:52.112 INFO blam! 2 |  let a = 10; Oct 15 09:19:52.113 INFO blam! 3 |  a = "a"; // Expect : Cannot unify `i32` vs `str` Oct 15 09:19:52.113 INFO blam! |  ^^^^^^^^ Oct 15 09:19:52.113 INFO blam! 4 | } Oct 15 09:19:52.227 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 09:19:52.228 INFO kablam! Running `/target/debug/underscore ../tests/fail/add_int_str.us` Oct 15 09:19:52.231 INFO blam! error: Cannot unify `tvar0` vs `str` Oct 15 09:19:52.231 INFO blam! 1 | fn main() { Oct 15 09:19:52.231 INFO blam! 2 |  10 + "12"; // Expect : Cannot unify `i32` vs `str` Oct 15 09:19:52.231 INFO blam! |  ^^^^^^^^^^ Oct 15 09:19:52.231 INFO blam! 3 | } Oct 15 09:19:52.331 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 09:19:52.332 INFO kablam! Running `/target/debug/underscore ../tests/fail/gen_struct_Infer_mismatch.us` Oct 15 09:19:52.334 INFO blam! error: Cannot unify `List` vs `nil` Oct 15 09:19:52.334 INFO blam! 8 |  Oct 15 09:19:52.334 INFO blam! 9 | fn main() -> List { Oct 15 09:19:52.334 INFO blam! |  ^ Oct 15 09:19:52.334 INFO blam! 10 |  let list = List{ Oct 15 09:19:52.334 INFO blam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:52.334 INFO blam! 11 |  head:10, Oct 15 09:19:52.335 INFO blam! | ^^^^^^^^^^^^^^^^ Oct 15 09:19:52.335 INFO blam! 12 |  body:10 Oct 15 09:19:52.335 INFO blam! | ^^^^^^^^^^^^^^^ Oct 15 09:19:52.335 INFO blam! 13 |  }; Oct 15 09:19:52.335 INFO blam! | ^^^^^^ Oct 15 09:19:52.335 INFO blam! 14 |  Oct 15 09:19:52.335 INFO blam! 15 |  list; // Expect : Cannot unify `List` vs `nil` Oct 15 09:19:52.335 INFO blam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:52.335 INFO blam! 16 | } Oct 15 09:19:52.335 INFO blam! | ^ Oct 15 09:19:52.449 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 09:19:52.461 INFO kablam! Running `/target/debug/underscore ../tests/fail/resolver.us` Oct 15 09:19:52.463 INFO blam! error: `main ` is defined twice Oct 15 09:19:52.464 INFO blam! 20 |  Oct 15 09:19:52.464 INFO blam! 21 | fn main() -> List { Oct 15 09:19:52.464 INFO blam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:52.464 INFO blam! 22 |  let list = List { Oct 15 09:19:52.464 INFO blam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:52.464 INFO blam! 23 |  head:10, Oct 15 09:19:52.464 INFO blam! | ^^^^^^^^^^^^^^^^ Oct 15 09:19:52.464 INFO blam! 24 |  body:nil Oct 15 09:19:52.464 INFO blam! | ^^^^^^^^^^^^^^^^ Oct 15 09:19:52.464 INFO blam! 25 |  } ; Oct 15 09:19:52.464 INFO blam! | ^^^^^^^ Oct 15 09:19:52.464 INFO blam! 26 |  Oct 15 09:19:52.464 INFO blam! 27 |  return list; Oct 15 09:19:52.464 INFO blam! | ^^^^^^^^^^^^^^^^ Oct 15 09:19:52.464 INFO blam! 28 | } Oct 15 09:19:52.464 INFO blam! | ^ Oct 15 09:19:52.464 INFO blam! 29 |  Oct 15 09:19:52.464 INFO blam! 30 |  Oct 15 09:19:52.567 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 09:19:52.570 INFO kablam! Running `/target/debug/underscore ../tests/fail/invalid_escape.us` Oct 15 09:19:52.571 INFO blam! error: Invalid escape Oct 15 09:19:52.571 INFO blam! 1 | fn main() { Oct 15 09:19:52.571 INFO blam! 2 |  "a\a"; Oct 15 09:19:52.571 INFO blam! |  ^^ Oct 15 09:19:52.571 INFO blam! 3 | } Oct 15 09:19:52.571 INFO blam! 4 | // Expect : Invalid escape Oct 15 09:19:52.678 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 09:19:52.683 INFO kablam! Running `/target/debug/underscore ../tests/fail/not_struct.us` Oct 15 09:19:52.684 INFO blam! error: Undefined struct `a`  Oct 15 09:19:52.684 INFO blam! 12 | fn main(a:str,b:T) -> List { Oct 15 09:19:52.684 INFO blam! 13 |  a { Oct 15 09:19:52.684 INFO blam! |  ^^ Oct 15 09:19:52.684 INFO blam! 14 |  val:12, Oct 15 09:19:52.684 INFO blam! 15 |  head:nil Oct 15 09:19:52.822 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 09:19:52.835 INFO kablam! Running `/target/debug/underscore ../tests/fail/not_poly_struct.us` Oct 15 09:19:52.836 INFO blam! error: Type `a` is not polymorphic Oct 15 09:19:52.836 INFO blam! 2 |  Oct 15 09:19:52.836 INFO blam! 3 | fn main() -> a { Oct 15 09:19:52.836 INFO blam! |  ^^ Oct 15 09:19:52.836 INFO blam! 4 |  let list = List { Oct 15 09:19:52.836 INFO blam! 5 |  head:10, Oct 15 09:19:52.956 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 09:19:52.957 INFO kablam! Running `/target/debug/underscore ../tests/fail/few_fields.us` Oct 15 09:19:52.961 INFO blam! error: struct `List` is missing fields Oct 15 09:19:52.961 INFO blam! 6 | fn main() -> List { Oct 15 09:19:52.961 INFO blam! 7 |  let list = List { Oct 15 09:19:52.961 INFO blam! |  ^^^^^^ Oct 15 09:19:52.961 INFO blam! 8 |  head:10 Oct 15 09:19:52.961 INFO blam! | ^^^^^^^^^^^^^^^ Oct 15 09:19:52.961 INFO blam! 9 |  }; Oct 15 09:19:52.961 INFO blam! | ^^^^^ Oct 15 09:19:52.961 INFO blam! 10 |  Oct 15 09:19:52.961 INFO blam! 11 |  list; // Expect : struct `List` is missing fields Oct 15 09:19:53.070 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 09:19:53.084 INFO kablam! Running `/target/debug/underscore ../tests/fail/not_poly_instance.us` Oct 15 09:19:53.087 INFO blam! error: `a` is not polymorphic and cannot be instantiated Oct 15 09:19:53.087 INFO blam! 8 | fn main() -> List { Oct 15 09:19:53.087 INFO blam! 9 |  let list = a:: { Oct 15 09:19:53.087 INFO blam! |  ^^ Oct 15 09:19:53.087 INFO blam! 10 |  head:10, Oct 15 09:19:53.087 INFO blam! 11 |  body:10 Oct 15 09:19:53.209 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 09:19:53.212 INFO kablam! Running `/target/debug/underscore ../tests/fail/not_poly.us` Oct 15 09:19:53.215 INFO blam! error: Type `List2` is not polymorphic Oct 15 09:19:53.215 INFO blam! 11 |  Oct 15 09:19:53.215 INFO blam! 12 | fn main() -> List2 { Oct 15 09:19:53.215 INFO blam! |  ^^^^^^ Oct 15 09:19:53.215 INFO blam! 13 |  let list = List { Oct 15 09:19:53.216 INFO blam! 14 |  head:10, Oct 15 09:19:53.332 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 09:19:53.334 INFO kablam! Running `/target/debug/underscore ../tests/fail/if_cond.us` Oct 15 09:19:53.337 INFO blam! error: Cannot unify `bool` vs `str` Oct 15 09:19:53.337 INFO blam! 1 | fn main() { Oct 15 09:19:53.337 INFO blam! 2 |  if "a" { // Expect : Cannot unify `bool` vs `str` Oct 15 09:19:53.337 INFO blam! |  ^^^^ Oct 15 09:19:53.337 INFO blam! 3 |  Oct 15 09:19:53.337 INFO blam! 4 |  } Oct 15 09:19:53.443 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 09:19:53.445 INFO kablam! Running `/target/debug/underscore ../tests/fail/arg_mismatch_inst.us` Oct 15 09:19:53.448 INFO blam! error: Expected `1` args found `2`  Oct 15 09:19:53.448 INFO blam! 6 |  Oct 15 09:19:53.448 INFO blam! 7 |  id::(10,20); // Expect : Expected `1` args found `2` Oct 15 09:19:53.448 INFO blam! |  ^^^^^^^^^ Oct 15 09:19:53.448 INFO blam! 8 | } Oct 15 09:19:53.563 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 09:19:53.577 INFO kablam! Running `/target/debug/underscore ../tests/fail/unique_tys.us` Oct 15 09:19:53.580 INFO blam! error: struct `List` != struct `List2` Oct 15 09:19:53.580 INFO blam! 11 |  Oct 15 09:19:53.580 INFO blam! 12 | fn main() -> List { Oct 15 09:19:53.580 INFO blam! |  ^ Oct 15 09:19:53.580 INFO blam! 13 |  let list = List2 { Oct 15 09:19:53.580 INFO blam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:53.580 INFO blam! 14 |  head:10, Oct 15 09:19:53.580 INFO blam! | ^^^^^^^^^^^^^^^^ Oct 15 09:19:53.580 INFO blam! 15 |  body:nil Oct 15 09:19:53.580 INFO blam! | ^^^^^^^^^^^^^^^^ Oct 15 09:19:53.580 INFO blam! 16 |  }; Oct 15 09:19:53.580 INFO blam! | ^^^^^^ Oct 15 09:19:53.580 INFO blam! 17 |  Oct 15 09:19:53.580 INFO blam! 18 |  return list; Oct 15 09:19:53.580 INFO blam! | ^^^^^^^^^^^^^^^^ Oct 15 09:19:53.580 INFO blam! 19 | } Oct 15 09:19:53.580 INFO blam! | ^ Oct 15 09:19:53.580 INFO blam! 20 |  Oct 15 09:19:53.580 INFO blam! 21 |  // Expect : struct `List` != struct `List2` Oct 15 09:19:53.686 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 09:19:53.698 INFO kablam! Running `/target/debug/underscore ../tests/fail/unary.us` Oct 15 09:19:53.702 INFO blam! error: Cannot use `-` operator on type `str` Oct 15 09:19:53.702 INFO blam! 1 | fn main() -> bool { Oct 15 09:19:53.702 INFO blam! 2 |  -"A"; Oct 15 09:19:53.702 INFO blam! |  ^^^^ Oct 15 09:19:53.702 INFO blam! 3 | } Oct 15 09:19:53.702 INFO blam! 4 |  Oct 15 09:19:53.811 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 09:19:53.827 INFO kablam! Running `/target/debug/underscore ../tests/fail/type_eqivilance.us` Oct 15 09:19:53.839 INFO blam! error: struct `List` != struct `List2` Oct 15 09:19:53.839 INFO blam! 9 |  Oct 15 09:19:53.839 INFO blam! 10 | fn main(a:str) -> List { Oct 15 09:19:53.839 INFO blam! |  ^ Oct 15 09:19:53.839 INFO blam! 11 |  return List2{ Oct 15 09:19:53.839 INFO blam! | ^^^^^^^^^^^^^^^^^ Oct 15 09:19:53.839 INFO blam! 12 |  val:10, Oct 15 09:19:53.839 INFO blam! | ^^^^^^^^^^^^^^^ Oct 15 09:19:53.839 INFO blam! 13 |  head:nil Oct 15 09:19:53.839 INFO blam! | ^^^^^^^^^^^^^^^^ Oct 15 09:19:53.839 INFO blam! 14 |  }; Oct 15 09:19:53.839 INFO blam! | ^^^^^^ Oct 15 09:19:53.839 INFO blam! 15 | } Oct 15 09:19:53.839 INFO blam! | ^ Oct 15 09:19:53.839 INFO blam! 16 |  Oct 15 09:19:53.839 INFO blam! 17 |  // Expect : struct `List` != struct `List2` Oct 15 09:19:53.951 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 09:19:53.951 INFO kablam! Running `/target/debug/underscore ../tests/fail/arg_mismatch_no_inst.us` Oct 15 09:19:53.954 INFO blam! error: Expected `1` args found `0`  Oct 15 09:19:53.955 INFO kablam! Running /target/debug/deps/underscore_ir-1e9f7e3b21b7cc1e Oct 15 09:19:53.955 INFO blam! 6 |  Oct 15 09:19:53.955 INFO blam! 7 |  id(); // Expect : Expected `1` args found `0` Oct 15 09:19:53.955 INFO blam! |  ^^^ Oct 15 09:19:53.955 INFO blam! 8 | } Oct 15 09:19:53.957 INFO blam! Oct 15 09:19:53.957 INFO blam! running 0 tests Oct 15 09:19:53.957 INFO blam! Oct 15 09:19:53.957 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:53.957 INFO blam! Oct 15 09:19:53.959 INFO kablam! Running /target/debug/deps/underscore_semant-3076d2c048b145c1 Oct 15 09:19:53.961 INFO blam! Oct 15 09:19:53.961 INFO blam! running 0 tests Oct 15 09:19:53.961 INFO blam! Oct 15 09:19:53.962 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:53.963 INFO blam! Oct 15 09:19:53.964 INFO kablam! Running /target/debug/deps/underscore_syntax-0bc9cb69a2dd2223 Oct 15 09:19:53.980 INFO blam! Oct 15 09:19:53.981 INFO blam! running 0 tests Oct 15 09:19:53.981 INFO blam! Oct 15 09:19:53.981 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:53.981 INFO blam! Oct 15 09:19:53.981 INFO kablam! Running /target/debug/deps/underscore_util-9a658c51832830e7 Oct 15 09:19:53.986 INFO blam! Oct 15 09:19:53.987 INFO blam! running 0 tests Oct 15 09:19:53.987 INFO blam! Oct 15 09:19:53.987 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:53.987 INFO blam! Oct 15 09:19:53.991 INFO kablam! Running /target/debug/deps/underscore_vm-b71b4588a0285214 Oct 15 09:19:53.994 INFO blam! Oct 15 09:19:53.994 INFO blam! running 1 test Oct 15 09:19:53.994 INFO blam! test chunk::test::it_work ... ok Oct 15 09:19:53.994 INFO blam! Oct 15 09:19:53.994 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:53.994 INFO blam! Oct 15 09:19:53.994 INFO kablam! Running /target/debug/deps/underscore_x86-4e031d28a5a56a09 Oct 15 09:19:54.008 INFO blam! Oct 15 09:19:54.008 INFO blam! running 0 tests Oct 15 09:19:54.009 INFO kablam! Doc-tests underscore_semant Oct 15 09:19:54.009 INFO blam! Oct 15 09:19:54.009 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:54.009 INFO blam! Oct 15 09:19:55.060 INFO blam! Oct 15 09:19:55.060 INFO blam! running 0 tests Oct 15 09:19:55.060 INFO blam! Oct 15 09:19:55.060 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:55.060 INFO blam! Oct 15 09:19:55.067 INFO kablam! Doc-tests underscore_vm Oct 15 09:19:55.750 INFO blam! Oct 15 09:19:55.750 INFO blam! running 0 tests Oct 15 09:19:55.750 INFO blam! Oct 15 09:19:55.750 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:55.750 INFO blam! Oct 15 09:19:55.759 INFO kablam! Doc-tests underscore_x86 Oct 15 09:19:56.924 INFO blam! Oct 15 09:19:56.924 INFO blam! running 0 tests Oct 15 09:19:56.924 INFO blam! Oct 15 09:19:56.924 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:56.924 INFO blam! Oct 15 09:19:56.935 INFO kablam! Doc-tests underscore_util Oct 15 09:19:57.679 INFO blam! Oct 15 09:19:57.679 INFO blam! running 0 tests Oct 15 09:19:57.679 INFO blam! Oct 15 09:19:57.679 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:57.679 INFO blam! Oct 15 09:19:57.691 INFO kablam! Doc-tests underscore_syntax Oct 15 09:19:58.596 INFO blam! Oct 15 09:19:58.596 INFO blam! running 0 tests Oct 15 09:19:58.596 INFO blam! Oct 15 09:19:58.596 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:58.596 INFO blam! Oct 15 09:19:58.602 INFO kablam! Doc-tests underscore_ir Oct 15 09:19:59.727 INFO blam! Oct 15 09:19:59.727 INFO blam! running 0 tests Oct 15 09:19:59.727 INFO blam! Oct 15 09:19:59.727 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:59.727 INFO blam! Oct 15 09:19:59.735 INFO kablam! su: No module specific data is present Oct 15 09:20:00.769 INFO running `"docker" "rm" "-f" "7be3bfb065741a3da31603b707431965a60022bac303bb4ab458435f2a754b0c"` Oct 15 09:20:00.865 INFO blam! 7be3bfb065741a3da31603b707431965a60022bac303bb4ab458435f2a754b0c