Oct 11 05:50:51.816 INFO testing Lapz/undisclosed against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:50:51.816 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:50:51.816 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 05:50:52.305 INFO blam! 41ee7182cc5ca018ffdb576c55435e8da586df59e3204a3bd0beacdac0d931c4 Oct 11 05:50:52.307 INFO running `"docker" "start" "-a" "41ee7182cc5ca018ffdb576c55435e8da586df59e3204a3bd0beacdac0d931c4"` Oct 11 05:50:53.676 INFO kablam! usermod: no changes Oct 11 05:50:53.774 INFO kablam! Compiling rand_core v0.1.0-pre.0 Oct 11 05:50:53.774 INFO kablam! Compiling underscore_vm v0.1.0 (/source/underscore_vm) Oct 11 05:50:53.785 INFO kablam! Compiling underscore_util v0.1.0 (/source/underscore_util) Oct 11 05:50:53.785 INFO kablam! Compiling structopt v0.1.7 Oct 11 05:50:55.402 INFO kablam! Compiling rand v0.5.0-pre.0 Oct 11 05:51:00.465 INFO kablam! Compiling underscore_syntax v0.1.0 (/source/underscore_syntax) Oct 11 05:51:03.545 INFO kablam! Compiling underscore_ir v0.1.0 (/source/underscore_ir) Oct 11 05:51:05.015 INFO kablam! Compiling underscore_semant v0.1.0 (/source/underscore_semant) Oct 11 05:51:05.015 INFO kablam! Compiling underscore_x86 v0.1.0 (/source/underscore_x86) Oct 11 05:51:06.576 INFO kablam! warning: unused variable: `escapes` Oct 11 05:51:06.576 INFO kablam! --> underscore_semant/src/infer/function.rs:260:21 Oct 11 05:51:06.576 INFO kablam! | Oct 11 05:51:06.577 INFO kablam! 260 | ref escapes, Oct 11 05:51:06.577 INFO kablam! | ^^^^^^^ help: try ignoring the field: `escapes: _` Oct 11 05:51:06.577 INFO kablam! | Oct 11 05:51:06.577 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:51:06.577 INFO kablam! Oct 11 05:51:06.863 INFO kablam! warning: struct is never constructed: `Program` Oct 11 05:51:06.864 INFO kablam! --> underscore_semant/src/ast/lowered.rs:8:1 Oct 11 05:51:06.864 INFO kablam! | Oct 11 05:51:06.864 INFO kablam! 8 | pub struct Program { Oct 11 05:51:06.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 05:51:06.864 INFO kablam! | Oct 11 05:51:06.864 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:51:06.864 INFO kablam! Oct 11 05:51:06.864 INFO kablam! warning: struct is never constructed: `Function` Oct 11 05:51:06.864 INFO kablam! --> underscore_semant/src/ast/lowered.rs:13:1 Oct 11 05:51:06.864 INFO kablam! | Oct 11 05:51:06.864 INFO kablam! 13 | pub struct Function { Oct 11 05:51:06.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 05:51:06.864 INFO kablam! Oct 11 05:51:06.864 INFO kablam! warning: struct is never constructed: `FindEscape` Oct 11 05:51:06.864 INFO kablam! --> underscore_semant/src/escape.rs:6:1 Oct 11 05:51:06.864 INFO kablam! | Oct 11 05:51:06.864 INFO kablam! 6 | pub struct FindEscape { Oct 11 05:51:06.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:51:06.864 INFO kablam! Oct 11 05:51:06.864 INFO kablam! warning: method is never used: `new` Oct 11 05:51:06.864 INFO kablam! --> underscore_semant/src/escape.rs:11:5 Oct 11 05:51:06.864 INFO kablam! | Oct 11 05:51:06.864 INFO kablam! 11 | pub fn new() -> Self { Oct 11 05:51:06.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 05:51:06.864 INFO kablam! Oct 11 05:51:06.869 INFO kablam! warning: method is never used: `find_escape` Oct 11 05:51:06.869 INFO kablam! --> underscore_semant/src/escape.rs:14:5 Oct 11 05:51:06.869 INFO kablam! | Oct 11 05:51:06.869 INFO kablam! 14 | / pub fn find_escape( Oct 11 05:51:06.869 INFO kablam! 15 | | &mut self, Oct 11 05:51:06.869 INFO kablam! 16 | | program: &mut Program, Oct 11 05:51:06.869 INFO kablam! 17 | | env: &mut Symbols<(u32, bool)>, Oct 11 05:51:06.869 INFO kablam! ... | Oct 11 05:51:06.869 INFO kablam! 22 | | Ok(()) Oct 11 05:51:06.869 INFO kablam! 23 | | } Oct 11 05:51:06.869 INFO kablam! | |_____^ Oct 11 05:51:06.869 INFO kablam! Oct 11 05:51:06.869 INFO kablam! warning: method is never used: `escape_function` Oct 11 05:51:06.869 INFO kablam! --> underscore_semant/src/escape.rs:25:5 Oct 11 05:51:06.869 INFO kablam! | Oct 11 05:51:06.869 INFO kablam! 25 | / fn escape_function( Oct 11 05:51:06.869 INFO kablam! 26 | | &mut self, Oct 11 05:51:06.869 INFO kablam! 27 | | function: &mut Spanned, Oct 11 05:51:06.869 INFO kablam! 28 | | env: &mut Symbols<(u32, bool)>, Oct 11 05:51:06.869 INFO kablam! 29 | | ) -> InferResult<()> { Oct 11 05:51:06.869 INFO kablam! 30 | | self.escape_statement(&mut function.value.body, env) Oct 11 05:51:06.869 INFO kablam! 31 | | } Oct 11 05:51:06.869 INFO kablam! | |_____^ Oct 11 05:51:06.869 INFO kablam! Oct 11 05:51:06.869 INFO kablam! warning: method is never used: `check_ident` Oct 11 05:51:06.869 INFO kablam! --> underscore_semant/src/escape.rs:33:5 Oct 11 05:51:06.869 INFO kablam! | Oct 11 05:51:06.869 INFO kablam! 33 | fn check_ident(&mut self, ident: Symbol, env: &mut Symbols<(u32, bool)>) -> InferResult<()> { Oct 11 05:51:06.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:51:06.869 INFO kablam! Oct 11 05:51:06.869 INFO kablam! warning: method is never used: `escape_statement` Oct 11 05:51:06.869 INFO kablam! --> underscore_semant/src/escape.rs:50:5 Oct 11 05:51:06.869 INFO kablam! | Oct 11 05:51:06.869 INFO kablam! 50 | / fn escape_statement( Oct 11 05:51:06.869 INFO kablam! 51 | | &mut self, Oct 11 05:51:06.869 INFO kablam! 52 | | statement: &mut Spanned, Oct 11 05:51:06.869 INFO kablam! 53 | | env: &mut Symbols<(u32, bool)>, Oct 11 05:51:06.869 INFO kablam! ... | Oct 11 05:51:06.869 INFO kablam! 109 | | } Oct 11 05:51:06.869 INFO kablam! 110 | | } Oct 11 05:51:06.869 INFO kablam! | |_____^ Oct 11 05:51:06.869 INFO kablam! Oct 11 05:51:06.869 INFO kablam! warning: method is never used: `escape_expression` Oct 11 05:51:06.869 INFO kablam! --> underscore_semant/src/escape.rs:112:5 Oct 11 05:51:06.869 INFO kablam! | Oct 11 05:51:06.870 INFO kablam! 112 | / fn escape_expression( Oct 11 05:51:06.870 INFO kablam! 113 | | &mut self, Oct 11 05:51:06.870 INFO kablam! 114 | | expr: &mut Spanned, Oct 11 05:51:06.870 INFO kablam! 115 | | env: &mut Symbols<(u32, bool)>, Oct 11 05:51:06.870 INFO kablam! ... | Oct 11 05:51:06.870 INFO kablam! 193 | | } Oct 11 05:51:06.870 INFO kablam! 194 | | } Oct 11 05:51:06.870 INFO kablam! | |_____^ Oct 11 05:51:06.870 INFO kablam! Oct 11 05:51:06.870 INFO kablam! warning: method is never used: `check_var` Oct 11 05:51:06.870 INFO kablam! --> underscore_semant/src/escape.rs:196:5 Oct 11 05:51:06.870 INFO kablam! | Oct 11 05:51:06.870 INFO kablam! 196 | fn check_var(&mut self, var: &Spanned, env: &mut Symbols<(u32, bool)>) -> InferResult<()> { Oct 11 05:51:06.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:51:06.870 INFO kablam! Oct 11 05:51:11.155 INFO kablam! Compiling underscore v0.1.0 (/source/underscore) Oct 11 05:51:12.025 INFO kablam! warning: unused `#[macro_use]` import Oct 11 05:51:12.025 INFO kablam! --> underscore/src/main.rs:8:1 Oct 11 05:51:12.025 INFO kablam! | Oct 11 05:51:12.025 INFO kablam! 8 | #[macro_use] Oct 11 05:51:12.026 INFO kablam! | ^^^^^^^^^^^^ Oct 11 05:51:12.026 INFO kablam! | Oct 11 05:51:12.026 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:51:12.026 INFO kablam! Oct 11 05:51:14.407 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.71s Oct 11 05:51:14.423 INFO kablam! su: No module specific data is present Oct 11 05:51:15.733 INFO running `"docker" "rm" "-f" "41ee7182cc5ca018ffdb576c55435e8da586df59e3204a3bd0beacdac0d931c4"` Oct 11 05:51:15.960 INFO blam! 41ee7182cc5ca018ffdb576c55435e8da586df59e3204a3bd0beacdac0d931c4 Oct 11 05:51:15.976 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:51:15.976 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 05:51:16.438 INFO blam! 97c13017e7252a536c5bd22459067c7632040ffaac5455c4215d9d85c0539e42 Oct 11 05:51:16.439 INFO running `"docker" "start" "-a" "97c13017e7252a536c5bd22459067c7632040ffaac5455c4215d9d85c0539e42"` Oct 11 05:51:18.492 INFO kablam! usermod: no changes Oct 11 05:51:18.612 INFO kablam! Compiling underscore_vm v0.1.0 (/source/underscore_vm) Oct 11 05:51:18.624 INFO kablam! Compiling underscore_util v0.1.0 (/source/underscore_util) Oct 11 05:51:18.624 INFO kablam! Compiling walkdir v2.1.3 Oct 11 05:51:18.625 INFO kablam! Compiling underscore_syntax v0.1.0 (/source/underscore_syntax) Oct 11 05:51:18.629 INFO kablam! Compiling underscore_ir v0.1.0 (/source/underscore_ir) Oct 11 05:51:18.641 INFO kablam! Compiling underscore_semant v0.1.0 (/source/underscore_semant) Oct 11 05:51:18.641 INFO kablam! Compiling underscore_x86 v0.1.0 (/source/underscore_x86) Oct 11 05:51:22.300 INFO kablam! Compiling underscore v0.1.0 (/source/underscore) Oct 11 05:51:23.391 INFO kablam! warning: unused variable: `escapes` Oct 11 05:51:23.392 INFO kablam! --> underscore_semant/src/infer/function.rs:260:21 Oct 11 05:51:23.392 INFO kablam! | Oct 11 05:51:23.392 INFO kablam! 260 | ref escapes, Oct 11 05:51:23.392 INFO kablam! | ^^^^^^^ help: try ignoring the field: `escapes: _` Oct 11 05:51:23.396 INFO kablam! | Oct 11 05:51:23.397 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:51:23.397 INFO kablam! Oct 11 05:51:23.914 INFO kablam! warning: struct is never constructed: `Program` Oct 11 05:51:23.914 INFO kablam! --> underscore_semant/src/ast/lowered.rs:8:1 Oct 11 05:51:23.914 INFO kablam! | Oct 11 05:51:23.915 INFO kablam! 8 | pub struct Program { Oct 11 05:51:23.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 05:51:23.915 INFO kablam! | Oct 11 05:51:23.915 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:51:23.916 INFO kablam! Oct 11 05:51:23.916 INFO kablam! warning: struct is never constructed: `Function` Oct 11 05:51:23.916 INFO kablam! --> underscore_semant/src/ast/lowered.rs:13:1 Oct 11 05:51:23.917 INFO kablam! | Oct 11 05:51:23.917 INFO kablam! 13 | pub struct Function { Oct 11 05:51:23.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 05:51:23.917 INFO kablam! Oct 11 05:51:23.918 INFO kablam! warning: struct is never constructed: `FindEscape` Oct 11 05:51:23.918 INFO kablam! --> underscore_semant/src/escape.rs:6:1 Oct 11 05:51:23.918 INFO kablam! | Oct 11 05:51:23.919 INFO kablam! 6 | pub struct FindEscape { Oct 11 05:51:23.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:51:23.919 INFO kablam! Oct 11 05:51:23.919 INFO kablam! warning: method is never used: `new` Oct 11 05:51:23.920 INFO kablam! --> underscore_semant/src/escape.rs:11:5 Oct 11 05:51:23.920 INFO kablam! | Oct 11 05:51:23.920 INFO kablam! 11 | pub fn new() -> Self { Oct 11 05:51:23.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 05:51:23.921 INFO kablam! Oct 11 05:51:23.921 INFO kablam! warning: method is never used: `find_escape` Oct 11 05:51:23.921 INFO kablam! --> underscore_semant/src/escape.rs:14:5 Oct 11 05:51:23.922 INFO kablam! | Oct 11 05:51:23.922 INFO kablam! 14 | / pub fn find_escape( Oct 11 05:51:23.922 INFO kablam! 15 | | &mut self, Oct 11 05:51:23.923 INFO kablam! 16 | | program: &mut Program, Oct 11 05:51:23.923 INFO kablam! 17 | | env: &mut Symbols<(u32, bool)>, Oct 11 05:51:23.923 INFO kablam! ... | Oct 11 05:51:23.924 INFO kablam! 22 | | Ok(()) Oct 11 05:51:23.924 INFO kablam! 23 | | } Oct 11 05:51:23.924 INFO kablam! | |_____^ Oct 11 05:51:23.924 INFO kablam! Oct 11 05:51:23.924 INFO kablam! warning: method is never used: `escape_function` Oct 11 05:51:23.924 INFO kablam! --> underscore_semant/src/escape.rs:25:5 Oct 11 05:51:23.924 INFO kablam! | Oct 11 05:51:23.924 INFO kablam! 25 | / fn escape_function( Oct 11 05:51:23.924 INFO kablam! 26 | | &mut self, Oct 11 05:51:23.924 INFO kablam! 27 | | function: &mut Spanned, Oct 11 05:51:23.924 INFO kablam! 28 | | env: &mut Symbols<(u32, bool)>, Oct 11 05:51:23.924 INFO kablam! 29 | | ) -> InferResult<()> { Oct 11 05:51:23.924 INFO kablam! 30 | | self.escape_statement(&mut function.value.body, env) Oct 11 05:51:23.924 INFO kablam! 31 | | } Oct 11 05:51:23.924 INFO kablam! | |_____^ Oct 11 05:51:23.924 INFO kablam! Oct 11 05:51:23.924 INFO kablam! warning: method is never used: `check_ident` Oct 11 05:51:23.924 INFO kablam! --> underscore_semant/src/escape.rs:33:5 Oct 11 05:51:23.924 INFO kablam! | Oct 11 05:51:23.924 INFO kablam! 33 | fn check_ident(&mut self, ident: Symbol, env: &mut Symbols<(u32, bool)>) -> InferResult<()> { Oct 11 05:51:23.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:51:23.924 INFO kablam! Oct 11 05:51:23.924 INFO kablam! warning: method is never used: `escape_statement` Oct 11 05:51:23.924 INFO kablam! --> underscore_semant/src/escape.rs:50:5 Oct 11 05:51:23.924 INFO kablam! | Oct 11 05:51:23.924 INFO kablam! 50 | / fn escape_statement( Oct 11 05:51:23.924 INFO kablam! 51 | | &mut self, Oct 11 05:51:23.924 INFO kablam! 52 | | statement: &mut Spanned, Oct 11 05:51:23.924 INFO kablam! 53 | | env: &mut Symbols<(u32, bool)>, Oct 11 05:51:23.924 INFO kablam! ... | Oct 11 05:51:23.924 INFO kablam! 109 | | } Oct 11 05:51:23.924 INFO kablam! 110 | | } Oct 11 05:51:23.924 INFO kablam! | |_____^ Oct 11 05:51:23.924 INFO kablam! Oct 11 05:51:23.924 INFO kablam! warning: method is never used: `escape_expression` Oct 11 05:51:23.924 INFO kablam! --> underscore_semant/src/escape.rs:112:5 Oct 11 05:51:23.924 INFO kablam! | Oct 11 05:51:23.924 INFO kablam! 112 | / fn escape_expression( Oct 11 05:51:23.924 INFO kablam! 113 | | &mut self, Oct 11 05:51:23.924 INFO kablam! 114 | | expr: &mut Spanned, Oct 11 05:51:23.924 INFO kablam! 115 | | env: &mut Symbols<(u32, bool)>, Oct 11 05:51:23.924 INFO kablam! ... | Oct 11 05:51:23.924 INFO kablam! 193 | | } Oct 11 05:51:23.924 INFO kablam! 194 | | } Oct 11 05:51:23.924 INFO kablam! | |_____^ Oct 11 05:51:23.924 INFO kablam! Oct 11 05:51:23.924 INFO kablam! warning: method is never used: `check_var` Oct 11 05:51:23.924 INFO kablam! --> underscore_semant/src/escape.rs:196:5 Oct 11 05:51:23.924 INFO kablam! | Oct 11 05:51:23.924 INFO kablam! 196 | fn check_var(&mut self, var: &Spanned, env: &mut Symbols<(u32, bool)>) -> InferResult<()> { Oct 11 05:51:23.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:51:23.924 INFO kablam! Oct 11 05:51:23.997 INFO kablam! warning: unused `#[macro_use]` import Oct 11 05:51:23.997 INFO kablam! --> underscore/src/main.rs:8:1 Oct 11 05:51:23.997 INFO kablam! | Oct 11 05:51:23.997 INFO kablam! 8 | #[macro_use] Oct 11 05:51:23.997 INFO kablam! | ^^^^^^^^^^^^ Oct 11 05:51:23.998 INFO kablam! | Oct 11 05:51:23.998 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:51:23.998 INFO kablam! Oct 11 05:51:24.648 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.13s Oct 11 05:51:24.648 INFO kablam! su: No module specific data is present Oct 11 05:51:25.202 INFO running `"docker" "rm" "-f" "97c13017e7252a536c5bd22459067c7632040ffaac5455c4215d9d85c0539e42"` Oct 11 05:51:25.544 INFO blam! 97c13017e7252a536c5bd22459067c7632040ffaac5455c4215d9d85c0539e42 Oct 11 05:51:25.550 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:51:25.550 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 05:51:25.918 INFO blam! ea105ca8f0e1218ce39491e5b2e47ee38ac93144aba55497f33d7843a142d558 Oct 11 05:51:25.920 INFO running `"docker" "start" "-a" "ea105ca8f0e1218ce39491e5b2e47ee38ac93144aba55497f33d7843a142d558"` Oct 11 05:51:27.136 INFO kablam! usermod: no changes Oct 11 05:51:27.280 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 11 05:51:27.291 INFO kablam! Running /target/debug/deps/underscore-e99b136489397c0c Oct 11 05:51:27.293 INFO blam! Oct 11 05:51:27.293 INFO blam! running 0 tests Oct 11 05:51:27.294 INFO blam! Oct 11 05:51:27.294 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:51:27.294 INFO blam! Oct 11 05:51:27.304 INFO kablam! Running /target/debug/deps/underscore_test-e2eb61ba0956b41d Oct 11 05:51:30.496 INFO blam! Pass:0 Fail:0 Oct 11 05:51:30.669 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 11 05:51:30.669 INFO kablam! Running `/target/debug/underscore ../tests/fail/unary.us` Oct 11 05:51:30.672 INFO blam! error: Cannot use `-` operator on type `str` Oct 11 05:51:30.673 INFO blam! 1 | fn main() -> bool { Oct 11 05:51:30.673 INFO blam! 2 |  -"A"; Oct 11 05:51:30.673 INFO blam! |  ^^^^ Oct 11 05:51:30.674 INFO blam! 3 | } Oct 11 05:51:30.674 INFO blam! 4 |  Oct 11 05:51:30.821 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 11 05:51:30.830 INFO kablam! Running `/target/debug/underscore ../tests/fail/declare_change.us` Oct 11 05:51:30.837 INFO blam! error: Cannot unify `tvar1` vs `str` Oct 11 05:51:30.837 INFO blam! 2 |  let a = 10; Oct 11 05:51:30.837 INFO blam! 3 |  a = "a"; // Expect : Cannot unify `i32` vs `str` Oct 11 05:51:30.838 INFO blam! |  ^^^^^^^^ Oct 11 05:51:30.838 INFO blam! 4 | } Oct 11 05:51:31.025 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 05:51:31.033 INFO kablam! Running `/target/debug/underscore ../tests/fail/braces.us` Oct 11 05:51:31.037 INFO blam! error: No rules expected 'EOF'  Oct 11 05:51:31.037 INFO blam! 1 | fn main() { Oct 11 05:51:31.037 INFO blam! | ^ Oct 11 05:51:31.244 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 11 05:51:31.268 INFO kablam! Running `/target/debug/underscore ../tests/fail/not_poly.us` Oct 11 05:51:31.269 INFO blam! error: Type `List2` is not polymorphic Oct 11 05:51:31.269 INFO blam! 11 |  Oct 11 05:51:31.269 INFO blam! 12 | fn main() -> List2 { Oct 11 05:51:31.270 INFO blam! |  ^^^^^^ Oct 11 05:51:31.270 INFO blam! 13 |  let list = List { Oct 11 05:51:31.270 INFO blam! 14 |  head:10, Oct 11 05:51:31.556 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 11 05:51:31.556 INFO kablam! Running `/target/debug/underscore ../tests/fail/cast_struct.us` Oct 11 05:51:31.556 INFO blam! error: Cannot cast `List` to type `i32` Oct 11 05:51:31.557 INFO blam! 12 |  Oct 11 05:51:31.557 INFO blam! 13 |  list as i32; // Expect : Cannot cast `List` to type `i32` Oct 11 05:51:31.557 INFO blam! |  ^^^^^^^^^^^^ Oct 11 05:51:31.558 INFO blam! 14 | } Oct 11 05:51:31.844 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 11 05:51:31.863 INFO kablam! Running `/target/debug/underscore ../tests/fail/gen_struct_Infer_mismatch.us` Oct 11 05:51:31.866 INFO blam! error: Cannot unify `List` vs `nil` Oct 11 05:51:31.866 INFO blam! 8 |  Oct 11 05:51:31.866 INFO blam! 9 | fn main() -> List { Oct 11 05:51:31.866 INFO blam! |  ^ Oct 11 05:51:31.866 INFO blam! 10 |  let list = List{ Oct 11 05:51:31.866 INFO blam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 05:51:31.866 INFO blam! 11 |  head:10, Oct 11 05:51:31.866 INFO blam! | ^^^^^^^^^^^^^^^^ Oct 11 05:51:31.866 INFO blam! 12 |  body:10 Oct 11 05:51:31.866 INFO blam! | ^^^^^^^^^^^^^^^ Oct 11 05:51:31.866 INFO blam! 13 |  }; Oct 11 05:51:31.866 INFO blam! | ^^^^^^ Oct 11 05:51:31.866 INFO blam! 14 |  Oct 11 05:51:31.866 INFO blam! 15 |  list; // Expect : Cannot unify `List` vs `nil` Oct 11 05:51:31.866 INFO blam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:51:31.866 INFO blam! 16 | } Oct 11 05:51:31.867 INFO blam! | ^ Oct 11 05:51:32.040 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 05:51:32.052 INFO kablam! Running `/target/debug/underscore ../tests/fail/dif_sizes.us` Oct 11 05:51:32.052 INFO blam! error: Cannot unify `u8` vs `i32` Oct 11 05:51:32.052 INFO blam! 1 | fn main(a:i32) -> u8 { Oct 11 05:51:32.052 INFO blam! |  ^ Oct 11 05:51:32.052 INFO blam! 2 |  return a; // Expect : Cannot unify `u8` vs `i32` Oct 11 05:51:32.052 INFO blam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:51:32.052 INFO blam! 3 | } Oct 11 05:51:32.052 INFO blam! | ^ Oct 11 05:51:32.181 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 11 05:51:32.181 INFO kablam! Running `/target/debug/underscore ../tests/fail/type_eqivilance.us` Oct 11 05:51:32.192 INFO blam! error: struct `List` != struct `List2` Oct 11 05:51:32.192 INFO blam! 9 |  Oct 11 05:51:32.192 INFO blam! 10 | fn main(a:str) -> List { Oct 11 05:51:32.192 INFO blam! |  ^ Oct 11 05:51:32.192 INFO blam! 11 |  return List2{ Oct 11 05:51:32.192 INFO blam! | ^^^^^^^^^^^^^^^^^ Oct 11 05:51:32.192 INFO blam! 12 |  val:10, Oct 11 05:51:32.192 INFO blam! | ^^^^^^^^^^^^^^^ Oct 11 05:51:32.192 INFO blam! 13 |  head:nil Oct 11 05:51:32.192 INFO blam! | ^^^^^^^^^^^^^^^^ Oct 11 05:51:32.192 INFO blam! 14 |  }; Oct 11 05:51:32.192 INFO blam! | ^^^^^^ Oct 11 05:51:32.192 INFO blam! 15 | } Oct 11 05:51:32.192 INFO blam! | ^ Oct 11 05:51:32.192 INFO blam! 16 |  Oct 11 05:51:32.192 INFO blam! 17 |  // Expect : struct `List` != struct `List2` Oct 11 05:51:32.432 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 11 05:51:32.432 INFO kablam! Running `/target/debug/underscore ../tests/fail/unique_tys.us` Oct 11 05:51:32.435 INFO blam! error: struct `List` != struct `List2` Oct 11 05:51:32.435 INFO blam! 11 |  Oct 11 05:51:32.435 INFO blam! 12 | fn main() -> List { Oct 11 05:51:32.436 INFO blam! |  ^ Oct 11 05:51:32.436 INFO blam! 13 |  let list = List2 { Oct 11 05:51:32.436 INFO blam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:51:32.437 INFO blam! 14 |  head:10, Oct 11 05:51:32.437 INFO blam! | ^^^^^^^^^^^^^^^^ Oct 11 05:51:32.437 INFO blam! 15 |  body:nil Oct 11 05:51:32.437 INFO blam! | ^^^^^^^^^^^^^^^^ Oct 11 05:51:32.438 INFO blam! 16 |  }; Oct 11 05:51:32.438 INFO blam! | ^^^^^^ Oct 11 05:51:32.438 INFO blam! 17 |  Oct 11 05:51:32.439 INFO blam! 18 |  return list; Oct 11 05:51:32.439 INFO blam! | ^^^^^^^^^^^^^^^^ Oct 11 05:51:32.439 INFO blam! 19 | } Oct 11 05:51:32.439 INFO blam! | ^ Oct 11 05:51:32.440 INFO blam! 20 |  Oct 11 05:51:32.440 INFO blam! 21 |  // Expect : struct `List` != struct `List2` Oct 11 05:51:32.653 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 11 05:51:32.673 INFO kablam! Running `/target/debug/underscore ../tests/fail/not_poly_instance.us` Oct 11 05:51:32.673 INFO blam! error: `a` is not polymorphic and cannot be instantiated Oct 11 05:51:32.680 INFO blam! 8 | fn main() -> List { Oct 11 05:51:32.680 INFO blam! 9 |  let list = a:: { Oct 11 05:51:32.680 INFO blam! |  ^^ Oct 11 05:51:32.680 INFO blam! 10 |  head:10, Oct 11 05:51:32.680 INFO blam! 11 |  body:10 Oct 11 05:51:32.917 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 11 05:51:32.925 INFO kablam! Running `/target/debug/underscore ../tests/fail/many_fields.us` Oct 11 05:51:32.925 INFO blam! error: `ad` is not a member of `List`  Oct 11 05:51:32.926 INFO blam! 14 |  head:10, Oct 11 05:51:32.926 INFO blam! 15 |  ad:10, Oct 11 05:51:32.926 INFO blam! |  ^^^ Oct 11 05:51:32.927 INFO blam! 16 |  hea:10 Oct 11 05:51:32.927 INFO blam! 17 |  }; Oct 11 05:51:32.927 INFO blam! error: struct `List` has too many fields Oct 11 05:51:32.927 INFO blam! 12 | fn main() -> List { Oct 11 05:51:32.928 INFO blam! 13 |  let list = List { Oct 11 05:51:32.928 INFO blam! |  ^^^^^^ Oct 11 05:51:32.928 INFO blam! 14 |  head:10, Oct 11 05:51:32.929 INFO blam! | ^^^^^^^^^^^^^^^^ Oct 11 05:51:32.929 INFO blam! 15 |  ad:10, Oct 11 05:51:32.929 INFO blam! | ^^^^^^^^^^^^^^ Oct 11 05:51:32.929 INFO blam! 16 |  hea:10 Oct 11 05:51:32.930 INFO blam! | ^^^^^^^^^^^^^^ Oct 11 05:51:32.930 INFO blam! 17 |  }; Oct 11 05:51:32.930 INFO blam! | ^^^^^ Oct 11 05:51:32.931 INFO blam! 18 |  Oct 11 05:51:32.931 INFO blam! 19 |  list; // Expect : `ad` is not a member of `List` Oct 11 05:51:33.189 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 11 05:51:33.189 INFO kablam! Running `/target/debug/underscore ../tests/fail/arg_mismatch_no_inst.us` Oct 11 05:51:33.192 INFO blam! error: Expected `1` args found `0`  Oct 11 05:51:33.193 INFO blam! 6 |  Oct 11 05:51:33.193 INFO blam! 7 |  id(); // Expect : Expected `1` args found `0` Oct 11 05:51:33.193 INFO blam! |  ^^^ Oct 11 05:51:33.194 INFO blam! 8 | } Oct 11 05:51:33.403 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 05:51:33.412 INFO kablam! Running `/target/debug/underscore ../tests/fail/invalid_escape.us` Oct 11 05:51:33.416 INFO blam! error: Invalid escape Oct 11 05:51:33.416 INFO blam! 1 | fn main() { Oct 11 05:51:33.416 INFO blam! 2 |  "a\a"; Oct 11 05:51:33.416 INFO blam! |  ^^ Oct 11 05:51:33.416 INFO blam! 3 | } Oct 11 05:51:33.416 INFO blam! 4 | // Expect : Invalid escape Oct 11 05:51:33.592 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 11 05:51:33.604 INFO kablam! Running `/target/debug/underscore ../tests/fail/field_access.us` Oct 11 05:51:33.605 INFO blam! error: struct `List` doesn't have a field named `ass` Oct 11 05:51:33.605 INFO blam! 12 |  Oct 11 05:51:33.605 INFO blam! 13 |  return list.ass; // Expect : struct `List` doesn't have a field named `ass` Oct 11 05:51:33.605 INFO blam! |  ^^^^^^^^^ Oct 11 05:51:33.605 INFO blam! 14 | } Oct 11 05:51:33.796 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 05:51:33.808 INFO blam! error: `main ` is defined twice Oct 11 05:51:33.808 INFO blam! 20 |  Oct 11 05:51:33.808 INFO blam! 21 | fn main() -> List { Oct 11 05:51:33.808 INFO blam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 05:51:33.808 INFO blam! 22 |  let list = List { Oct 11 05:51:33.808 INFO blam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:51:33.808 INFO blam! 23 |  head:10, Oct 11 05:51:33.808 INFO blam! | ^^^^^^^^^^^^^^^^ Oct 11 05:51:33.808 INFO blam! 24 |  body:nil Oct 11 05:51:33.808 INFO blam! | ^^^^^^^^^^^^^^^^ Oct 11 05:51:33.808 INFO blam! 25 |  } ; Oct 11 05:51:33.808 INFO blam! | ^^^^^^^ Oct 11 05:51:33.808 INFO blam! 26 |  Oct 11 05:51:33.808 INFO blam! 27 |  return list; Oct 11 05:51:33.808 INFO blam! | ^^^^^^^^^^^^^^^^ Oct 11 05:51:33.808 INFO blam! 28 | } Oct 11 05:51:33.808 INFO blam! | ^ Oct 11 05:51:33.808 INFO blam! 29 |  Oct 11 05:51:33.808 INFO blam! 30 |  Oct 11 05:51:33.811 INFO kablam! Running `/target/debug/underscore ../tests/fail/resolver.us` Oct 11 05:51:34.052 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 11 05:51:34.060 INFO kablam! Running `/target/debug/underscore ../tests/fail/not_poly_struct.us` Oct 11 05:51:34.064 INFO blam! error: Type `a` is not polymorphic Oct 11 05:51:34.064 INFO blam! 2 |  Oct 11 05:51:34.064 INFO blam! 3 | fn main() -> a { Oct 11 05:51:34.064 INFO blam! |  ^^ Oct 11 05:51:34.064 INFO blam! 4 |  let list = List { Oct 11 05:51:34.064 INFO blam! 5 |  head:10, Oct 11 05:51:34.236 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 11 05:51:34.237 INFO kablam! Running `/target/debug/underscore ../tests/fail/not_struct_alias.us` Oct 11 05:51:34.237 INFO blam! error: `char`is not a struct Oct 11 05:51:34.237 INFO blam! 8 | fn main() -> List { Oct 11 05:51:34.237 INFO blam! 9 |  let list = char { Oct 11 05:51:34.237 INFO blam! |  ^^^^^ Oct 11 05:51:34.237 INFO blam! 10 |  head:10, Oct 11 05:51:34.237 INFO blam! 11 |  body:nil Oct 11 05:51:34.412 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 05:51:34.420 INFO kablam! Running `/target/debug/underscore ../tests/fail/not_struct.us` Oct 11 05:51:34.423 INFO blam! error: Undefined struct `a`  Oct 11 05:51:34.423 INFO blam! 12 | fn main(a:str,b:T) -> List { Oct 11 05:51:34.423 INFO blam! 13 |  a { Oct 11 05:51:34.423 INFO blam! |  ^^ Oct 11 05:51:34.423 INFO blam! 14 |  val:12, Oct 11 05:51:34.423 INFO blam! 15 |  head:nil Oct 11 05:51:34.661 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 11 05:51:34.670 INFO kablam! Running `/target/debug/underscore ../tests/fail/arg_mismatch_inst.us` Oct 11 05:51:34.671 INFO blam! error: Expected `1` args found `2`  Oct 11 05:51:34.671 INFO blam! 6 |  Oct 11 05:51:34.671 INFO blam! 7 |  id::(10,20); // Expect : Expected `1` args found `2` Oct 11 05:51:34.671 INFO blam! |  ^^^^^^^^^ Oct 11 05:51:34.672 INFO blam! 8 | } Oct 11 05:51:34.902 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 05:51:34.919 INFO kablam! Running `/target/debug/underscore ../tests/fail/few_fields.us` Oct 11 05:51:34.922 INFO blam! error: struct `List` is missing fields Oct 11 05:51:34.922 INFO blam! 6 | fn main() -> List { Oct 11 05:51:34.923 INFO blam! 7 |  let list = List { Oct 11 05:51:34.923 INFO blam! |  ^^^^^^ Oct 11 05:51:34.923 INFO blam! 8 |  head:10 Oct 11 05:51:34.924 INFO blam! | ^^^^^^^^^^^^^^^ Oct 11 05:51:34.924 INFO blam! 9 |  }; Oct 11 05:51:34.924 INFO blam! | ^^^^^ Oct 11 05:51:34.925 INFO blam! 10 |  Oct 11 05:51:34.925 INFO blam! 11 |  list; // Expect : struct `List` is missing fields Oct 11 05:51:35.090 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 05:51:35.104 INFO kablam! Running `/target/debug/underscore ../tests/fail/if_cond.us` Oct 11 05:51:35.113 INFO blam! error: Cannot unify `bool` vs `str` Oct 11 05:51:35.113 INFO blam! 1 | fn main() { Oct 11 05:51:35.113 INFO blam! 2 |  if "a" { // Expect : Cannot unify `bool` vs `str` Oct 11 05:51:35.113 INFO blam! |  ^^^^ Oct 11 05:51:35.113 INFO blam! 3 |  Oct 11 05:51:35.113 INFO blam! 4 |  } Oct 11 05:51:35.354 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 11 05:51:35.366 INFO kablam! Running `/target/debug/underscore ../tests/fail/add_int_str.us` Oct 11 05:51:35.369 INFO blam! error: Cannot unify `tvar0` vs `str` Oct 11 05:51:35.369 INFO blam! 1 | fn main() { Oct 11 05:51:35.369 INFO blam! 2 |  10 + "12"; // Expect : Cannot unify `i32` vs `str` Oct 11 05:51:35.369 INFO blam! |  ^^^^^^^^^^ Oct 11 05:51:35.369 INFO blam! 3 | } Oct 11 05:51:35.516 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 11 05:51:35.516 INFO kablam! Running `/target/debug/underscore ../tests/fail/index.us` Oct 11 05:51:35.519 INFO blam! error:  Cannot index type `tvar0`  Oct 11 05:51:35.519 INFO blam! 2 |  let a = 10; Oct 11 05:51:35.519 INFO blam! 3 |  a[10]; // Expect : Cannot index type `i32` Oct 11 05:51:35.519 INFO blam! |  ^^ Oct 11 05:51:35.519 INFO blam! 4 | } Oct 11 05:51:35.520 INFO kablam! Running /target/debug/deps/underscore_ir-1e9f7e3b21b7cc1e Oct 11 05:51:35.522 INFO blam! Oct 11 05:51:35.522 INFO blam! running 0 tests Oct 11 05:51:35.522 INFO blam! Oct 11 05:51:35.522 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:51:35.522 INFO blam! Oct 11 05:51:35.523 INFO kablam! Running /target/debug/deps/underscore_semant-3076d2c048b145c1 Oct 11 05:51:35.524 INFO blam! Oct 11 05:51:35.524 INFO blam! running 0 tests Oct 11 05:51:35.524 INFO blam! Oct 11 05:51:35.524 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:51:35.524 INFO blam! Oct 11 05:51:35.528 INFO kablam! Running /target/debug/deps/underscore_syntax-0bc9cb69a2dd2223 Oct 11 05:51:35.532 INFO kablam! Running /target/debug/deps/underscore_util-9a658c51832830e7 Oct 11 05:51:35.532 INFO blam! Oct 11 05:51:35.532 INFO kablam! Running /target/debug/deps/underscore_vm-b71b4588a0285214 Oct 11 05:51:35.532 INFO blam! running 0 tests Oct 11 05:51:35.532 INFO blam! Oct 11 05:51:35.532 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:51:35.532 INFO blam! Oct 11 05:51:35.532 INFO blam! Oct 11 05:51:35.532 INFO blam! running 0 tests Oct 11 05:51:35.532 INFO blam! Oct 11 05:51:35.532 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:51:35.532 INFO blam! Oct 11 05:51:35.536 INFO blam! Oct 11 05:51:35.536 INFO kablam! Running /target/debug/deps/underscore_x86-4e031d28a5a56a09 Oct 11 05:51:35.536 INFO blam! running 1 test Oct 11 05:51:35.536 INFO kablam! Doc-tests underscore_semant Oct 11 05:51:35.536 INFO blam! test chunk::test::it_work ... ok Oct 11 05:51:35.536 INFO blam! Oct 11 05:51:35.536 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:51:35.536 INFO blam! Oct 11 05:51:35.536 INFO blam! Oct 11 05:51:35.536 INFO blam! running 0 tests Oct 11 05:51:35.536 INFO blam! Oct 11 05:51:35.536 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:51:35.536 INFO blam! Oct 11 05:51:36.449 INFO blam! Oct 11 05:51:36.449 INFO blam! running 0 tests Oct 11 05:51:36.449 INFO blam! Oct 11 05:51:36.449 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:51:36.449 INFO blam! Oct 11 05:51:36.457 INFO kablam! Doc-tests underscore_util Oct 11 05:51:36.996 INFO kablam! Doc-tests underscore_ir Oct 11 05:51:36.996 INFO blam! Oct 11 05:51:36.996 INFO blam! running 0 tests Oct 11 05:51:36.996 INFO blam! Oct 11 05:51:36.996 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:51:36.996 INFO blam! Oct 11 05:51:37.817 INFO blam! Oct 11 05:51:37.817 INFO blam! running 0 tests Oct 11 05:51:37.818 INFO blam! Oct 11 05:51:37.818 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:51:37.818 INFO blam! Oct 11 05:51:37.825 INFO kablam! Doc-tests underscore_x86 Oct 11 05:51:38.701 INFO blam! Oct 11 05:51:38.701 INFO blam! running 0 tests Oct 11 05:51:38.701 INFO blam! Oct 11 05:51:38.701 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:51:38.701 INFO blam! Oct 11 05:51:38.710 INFO kablam! Doc-tests underscore_syntax Oct 11 05:51:39.423 INFO blam! Oct 11 05:51:39.423 INFO blam! running 0 tests Oct 11 05:51:39.424 INFO blam! Oct 11 05:51:39.424 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:51:39.424 INFO blam! Oct 11 05:51:39.430 INFO kablam! Doc-tests underscore_vm Oct 11 05:51:39.951 INFO blam! Oct 11 05:51:39.951 INFO blam! running 0 tests Oct 11 05:51:39.951 INFO blam! Oct 11 05:51:39.951 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:51:39.951 INFO blam! Oct 11 05:51:39.954 INFO kablam! su: No module specific data is present Oct 11 05:51:40.358 INFO running `"docker" "rm" "-f" "ea105ca8f0e1218ce39491e5b2e47ee38ac93144aba55497f33d7843a142d558"` Oct 11 05:51:40.483 INFO blam! ea105ca8f0e1218ce39491e5b2e47ee38ac93144aba55497f33d7843a142d558