Oct 11 05:37:07.951 INFO testing Marwes/haskell-compiler against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:37:07.951 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:37:07.957 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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:37:08.436 INFO blam! e7127e5106a69308821e53a6fb97dcf676d6c62d94ee07a18459379203bbc20b Oct 11 05:37:08.442 INFO running `"docker" "start" "-a" "e7127e5106a69308821e53a6fb97dcf676d6c62d94ee07a18459379203bbc20b"` Oct 11 05:37:09.508 INFO kablam! usermod: no changes Oct 11 05:37:09.589 INFO kablam! Compiling haskell-compiler v0.0.1 (/source) Oct 11 05:37:10.681 INFO kablam! warning: unused macro definition Oct 11 05:37:10.681 INFO kablam! --> src/parser.rs:79:1 Oct 11 05:37:10.681 INFO kablam! | Oct 11 05:37:10.681 INFO kablam! 79 | / macro_rules! expect1 { Oct 11 05:37:10.681 INFO kablam! 80 | | ($e: expr, $p: ident ($x: ident)) => ({ Oct 11 05:37:10.681 INFO kablam! 81 | | match $e.next().token { Oct 11 05:37:10.681 INFO kablam! 82 | | $p($x) => $x, Oct 11 05:37:10.681 INFO kablam! ... | Oct 11 05:37:10.681 INFO kablam! 85 | | }) Oct 11 05:37:10.681 INFO kablam! 86 | | } Oct 11 05:37:10.681 INFO kablam! | |_^ Oct 11 05:37:10.681 INFO kablam! | Oct 11 05:37:10.681 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 05:37:10.681 INFO kablam! Oct 11 05:37:10.681 INFO kablam! warning: unused macro definition Oct 11 05:37:10.681 INFO kablam! --> src/parser.rs:88:1 Oct 11 05:37:10.681 INFO kablam! | Oct 11 05:37:10.681 INFO kablam! 88 | / macro_rules! matches { Oct 11 05:37:10.681 INFO kablam! 89 | | ($e: expr, $p: pat) => ( Oct 11 05:37:10.681 INFO kablam! 90 | | match $e { Oct 11 05:37:10.681 INFO kablam! 91 | | $p => true, Oct 11 05:37:10.681 INFO kablam! ... | Oct 11 05:37:10.681 INFO kablam! 94 | | ) Oct 11 05:37:10.681 INFO kablam! 95 | | } Oct 11 05:37:10.681 INFO kablam! | |_^ Oct 11 05:37:10.681 INFO kablam! Oct 11 05:37:10.689 INFO kablam! warning: unused import: `interner::*` Oct 11 05:37:10.689 INFO kablam! --> src/core.rs:403:9 Oct 11 05:37:10.689 INFO kablam! | Oct 11 05:37:10.689 INFO kablam! 403 | use interner::*; Oct 11 05:37:10.690 INFO kablam! | ^^^^^^^^^^^ Oct 11 05:37:10.690 INFO kablam! | Oct 11 05:37:10.690 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:37:10.690 INFO kablam! Oct 11 05:37:10.691 INFO kablam! warning: unused import: `name` Oct 11 05:37:10.691 INFO kablam! --> src/lambda_lift.rs:5:15 Oct 11 05:37:10.691 INFO kablam! | Oct 11 05:37:10.691 INFO kablam! 5 | use renamer::{name, NameSupply}; Oct 11 05:37:10.691 INFO kablam! | ^^^^ Oct 11 05:37:10.692 INFO kablam! Oct 11 05:37:10.692 INFO kablam! warning: unused imports: `Application`, `Constructor` Oct 11 05:37:10.692 INFO kablam! --> src/repl.rs:8:18 Oct 11 05:37:10.692 INFO kablam! | Oct 11 05:37:10.693 INFO kablam! 8 | use core::Type::{Application, Constructor}; Oct 11 05:37:10.693 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^^^ Oct 11 05:37:10.693 INFO kablam! Oct 11 05:37:12.820 INFO kablam! warning: private type `typecheck::Substitution` in public interface (error E0446) Oct 11 05:37:12.820 INFO kablam! --> src/typecheck.rs:885:5 Oct 11 05:37:12.820 INFO kablam! | Oct 11 05:37:12.820 INFO kablam! 885 | / pub fn typecheck_mutually_recursive_bindings Oct 11 05:37:12.820 INFO kablam! 886 | | (&mut self Oct 11 05:37:12.820 INFO kablam! 887 | | , start_var_age: isize Oct 11 05:37:12.820 INFO kablam! 888 | | , subs: &mut Substitution Oct 11 05:37:12.820 INFO kablam! ... | Oct 11 05:37:12.820 INFO kablam! 954 | | } Oct 11 05:37:12.820 INFO kablam! 955 | | } Oct 11 05:37:12.820 INFO kablam! | |_____^ Oct 11 05:37:12.820 INFO kablam! | Oct 11 05:37:12.820 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 11 05:37:12.820 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 05:37:12.820 INFO kablam! = note: for more information, see issue #34537 Oct 11 05:37:12.820 INFO kablam! Oct 11 05:37:12.820 INFO kablam! warning: private type `dyn typecheck::Bindings` in public interface (error E0446) Oct 11 05:37:12.820 INFO kablam! --> src/typecheck.rs:885:5 Oct 11 05:37:12.820 INFO kablam! | Oct 11 05:37:12.820 INFO kablam! 885 | / pub fn typecheck_mutually_recursive_bindings Oct 11 05:37:12.821 INFO kablam! 886 | | (&mut self Oct 11 05:37:12.821 INFO kablam! 887 | | , start_var_age: isize Oct 11 05:37:12.821 INFO kablam! 888 | | , subs: &mut Substitution Oct 11 05:37:12.821 INFO kablam! ... | Oct 11 05:37:12.821 INFO kablam! 954 | | } Oct 11 05:37:12.821 INFO kablam! 955 | | } Oct 11 05:37:12.821 INFO kablam! | |_____^ Oct 11 05:37:12.821 INFO kablam! | Oct 11 05:37:12.821 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 05:37:12.821 INFO kablam! = note: for more information, see issue #34537 Oct 11 05:37:12.821 INFO kablam! Oct 11 05:37:12.821 INFO kablam! warning: private type `graph::Edge` in public interface (error E0446) Oct 11 05:37:12.821 INFO kablam! --> src/graph.rs:55:5 Oct 11 05:37:12.821 INFO kablam! | Oct 11 05:37:12.821 INFO kablam! 55 | / pub fn get_edge<'a>(&'a self, edge: EdgeIndex) -> &'a Edge { Oct 11 05:37:12.821 INFO kablam! 56 | | &self.edges[edge.get()] Oct 11 05:37:12.821 INFO kablam! 57 | | } Oct 11 05:37:12.821 INFO kablam! | |_____^ Oct 11 05:37:12.821 INFO kablam! | Oct 11 05:37:12.821 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 05:37:12.821 INFO kablam! = note: for more information, see issue #34537 Oct 11 05:37:12.821 INFO kablam! Oct 11 05:37:12.821 INFO kablam! warning: private type `vm::InstanceDictionary` in public interface (error E0446) Oct 11 05:37:12.821 INFO kablam! --> src/vm.rs:39:16 Oct 11 05:37:12.821 INFO kablam! | Oct 11 05:37:12.821 INFO kablam! 39 | Dictionary(InstanceDictionary), Oct 11 05:37:12.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 05:37:12.821 INFO kablam! | Oct 11 05:37:12.821 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 05:37:12.821 INFO kablam! = note: for more information, see issue #34537 Oct 11 05:37:12.821 INFO kablam! Oct 11 05:37:14.081 INFO kablam! warning: function is never used: `tuple_type` Oct 11 05:37:14.081 INFO kablam! --> src/types.rs:184:1 Oct 11 05:37:14.081 INFO kablam! | Oct 11 05:37:14.081 INFO kablam! 184 | pub fn tuple_type(n: usize) -> (String, Type) { Oct 11 05:37:14.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.081 INFO kablam! | Oct 11 05:37:14.081 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:37:14.081 INFO kablam! Oct 11 05:37:14.081 INFO kablam! warning: function is never used: `char_type` Oct 11 05:37:14.081 INFO kablam! --> src/types.rs:205:1 Oct 11 05:37:14.081 INFO kablam! | Oct 11 05:37:14.081 INFO kablam! 205 | pub fn char_type() -> Type { Oct 11 05:37:14.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.081 INFO kablam! Oct 11 05:37:14.081 INFO kablam! warning: function is never used: `int_type` Oct 11 05:37:14.081 INFO kablam! --> src/types.rs:209:1 Oct 11 05:37:14.081 INFO kablam! | Oct 11 05:37:14.081 INFO kablam! 209 | pub fn int_type() -> Type { Oct 11 05:37:14.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.081 INFO kablam! Oct 11 05:37:14.081 INFO kablam! warning: function is never used: `bool_type` Oct 11 05:37:14.081 INFO kablam! --> src/types.rs:213:1 Oct 11 05:37:14.081 INFO kablam! | Oct 11 05:37:14.081 INFO kablam! 213 | pub fn bool_type() -> Type { Oct 11 05:37:14.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.081 INFO kablam! Oct 11 05:37:14.081 INFO kablam! warning: function is never used: `double_type` Oct 11 05:37:14.081 INFO kablam! --> src/types.rs:217:1 Oct 11 05:37:14.081 INFO kablam! | Oct 11 05:37:14.081 INFO kablam! 217 | pub fn double_type() -> Type { Oct 11 05:37:14.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.081 INFO kablam! Oct 11 05:37:14.081 INFO kablam! warning: function is never used: `function_type` Oct 11 05:37:14.081 INFO kablam! --> src/types.rs:221:1 Oct 11 05:37:14.081 INFO kablam! | Oct 11 05:37:14.081 INFO kablam! 221 | pub fn function_type(arg: &Type, result: &Type) -> Type { Oct 11 05:37:14.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.081 INFO kablam! Oct 11 05:37:14.081 INFO kablam! warning: function is never used: `io` Oct 11 05:37:14.081 INFO kablam! --> src/types.rs:231:1 Oct 11 05:37:14.081 INFO kablam! | Oct 11 05:37:14.081 INFO kablam! 231 | pub fn io(typ: Type) -> Type { Oct 11 05:37:14.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.081 INFO kablam! Oct 11 05:37:14.081 INFO kablam! warning: function is never used: `unit` Oct 11 05:37:14.081 INFO kablam! --> src/types.rs:235:1 Oct 11 05:37:14.081 INFO kablam! | Oct 11 05:37:14.081 INFO kablam! 235 | pub fn unit() -> Type { Oct 11 05:37:14.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.081 INFO kablam! Oct 11 05:37:14.081 INFO kablam! warning: function is never used: `walk_module` Oct 11 05:37:14.081 INFO kablam! --> src/module.rs:300:1 Oct 11 05:37:14.081 INFO kablam! | Oct 11 05:37:14.081 INFO kablam! 300 | pub fn walk_module>(visitor: &mut V, module: &Module) { Oct 11 05:37:14.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.082 INFO kablam! Oct 11 05:37:14.090 INFO kablam! warning: function is never used: `compile_string` Oct 11 05:37:14.090 INFO kablam! --> src/compiler.rs:1051:1 Oct 11 05:37:14.090 INFO kablam! | Oct 11 05:37:14.090 INFO kablam! 1051 | pub fn compile_string(module: &str) -> Result, ::std::string::String> { Oct 11 05:37:14.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.090 INFO kablam! Oct 11 05:37:14.090 INFO kablam! warning: method is never used: `typecheck_module_` Oct 11 05:37:14.090 INFO kablam! --> src/typecheck.rs:434:5 Oct 11 05:37:14.090 INFO kablam! | Oct 11 05:37:14.090 INFO kablam! 434 | pub fn typecheck_module_(&mut self, module: &mut Module) { Oct 11 05:37:14.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.091 INFO kablam! Oct 11 05:37:14.091 INFO kablam! warning: method is never used: `typecheck_expr_` Oct 11 05:37:14.091 INFO kablam! --> src/typecheck.rs:437:5 Oct 11 05:37:14.091 INFO kablam! | Oct 11 05:37:14.091 INFO kablam! 437 | pub fn typecheck_expr_(&mut self, expr: &mut TypedExpr) { Oct 11 05:37:14.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.091 INFO kablam! Oct 11 05:37:14.091 INFO kablam! warning: function is never used: `typecheck_string` Oct 11 05:37:14.091 INFO kablam! --> src/typecheck.rs:1613:1 Oct 11 05:37:14.091 INFO kablam! | Oct 11 05:37:14.091 INFO kablam! 1613 | pub fn typecheck_string(module: &str) -> Result>, ::std::string::String> { Oct 11 05:37:14.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.091 INFO kablam! Oct 11 05:37:14.091 INFO kablam! warning: method is never used: `valid` Oct 11 05:37:14.091 INFO kablam! --> src/lexer.rs:251:5 Oct 11 05:37:14.091 INFO kablam! | Oct 11 05:37:14.091 INFO kablam! 251 | pub fn valid(&self) -> bool { Oct 11 05:37:14.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.091 INFO kablam! Oct 11 05:37:14.091 INFO kablam! warning: function is never used: `parse_string` Oct 11 05:37:14.091 INFO kablam! --> src/parser.rs:1136:1 Oct 11 05:37:14.091 INFO kablam! | Oct 11 05:37:14.091 INFO kablam! 1136 | pub fn parse_string(contents: &str) -> ParseResult> { Oct 11 05:37:14.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.091 INFO kablam! Oct 11 05:37:14.091 INFO kablam! warning: field is never used: `from` Oct 11 05:37:14.091 INFO kablam! --> src/graph.rs:24:5 Oct 11 05:37:14.091 INFO kablam! | Oct 11 05:37:14.091 INFO kablam! 24 | from: VertexIndex, Oct 11 05:37:14.091 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.091 INFO kablam! Oct 11 05:37:14.091 INFO kablam! warning: function is never used: `execute_main_string` Oct 11 05:37:14.091 INFO kablam! --> src/vm.rs:609:1 Oct 11 05:37:14.091 INFO kablam! | Oct 11 05:37:14.091 INFO kablam! 609 | pub fn execute_main_string(module: &str) -> Result, String> { Oct 11 05:37:14.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.091 INFO kablam! Oct 11 05:37:14.091 INFO kablam! warning: function is never used: `walk_module` Oct 11 05:37:14.091 INFO kablam! --> src/core.rs:228:5 Oct 11 05:37:14.091 INFO kablam! | Oct 11 05:37:14.091 INFO kablam! 228 | pub fn walk_module, Ident>(visitor: &mut V, module: &Module) { Oct 11 05:37:14.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.091 INFO kablam! Oct 11 05:37:14.091 INFO kablam! warning: function is never used: `walk_binding` Oct 11 05:37:14.091 INFO kablam! --> src/core.rs:234:5 Oct 11 05:37:14.091 INFO kablam! | Oct 11 05:37:14.091 INFO kablam! 234 | pub fn walk_binding, Ident>(visitor: &mut V, binding: &Binding) { Oct 11 05:37:14.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.091 INFO kablam! Oct 11 05:37:14.091 INFO kablam! warning: function is never used: `walk_expr` Oct 11 05:37:14.091 INFO kablam! --> src/core.rs:238:5 Oct 11 05:37:14.091 INFO kablam! | Oct 11 05:37:14.091 INFO kablam! 238 | pub fn walk_expr, Ident>(visitor: &mut V, expr: &Expr) { Oct 11 05:37:14.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.091 INFO kablam! Oct 11 05:37:14.091 INFO kablam! warning: function is never used: `walk_alternative` Oct 11 05:37:14.091 INFO kablam! --> src/core.rs:261:5 Oct 11 05:37:14.091 INFO kablam! | Oct 11 05:37:14.091 INFO kablam! 261 | pub fn walk_alternative, Ident>(visitor: &mut V, alt: &Alternative) { Oct 11 05:37:14.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.091 INFO kablam! Oct 11 05:37:14.091 INFO kablam! warning: function is never used: `walk_module` Oct 11 05:37:14.091 INFO kablam! --> src/core.rs:349:5 Oct 11 05:37:14.091 INFO kablam! | Oct 11 05:37:14.091 INFO kablam! 349 | pub fn walk_module, Ident>(visitor: &mut V, mut module: Module) -> Module { Oct 11 05:37:14.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.091 INFO kablam! Oct 11 05:37:14.091 INFO kablam! warning: function is never used: `walk_binding` Oct 11 05:37:14.091 INFO kablam! --> src/core.rs:358:5 Oct 11 05:37:14.091 INFO kablam! | Oct 11 05:37:14.091 INFO kablam! 358 | pub fn walk_binding, Ident>(visitor: &mut V, binding: Binding) -> Binding { Oct 11 05:37:14.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.091 INFO kablam! Oct 11 05:37:14.091 INFO kablam! warning: function is never used: `walk_expr` Oct 11 05:37:14.091 INFO kablam! --> src/core.rs:366:5 Oct 11 05:37:14.091 INFO kablam! | Oct 11 05:37:14.091 INFO kablam! 366 | pub fn walk_expr, Ident>(visitor: &mut V, expr: Expr) -> Expr { Oct 11 05:37:14.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.091 INFO kablam! Oct 11 05:37:14.091 INFO kablam! warning: function is never used: `walk_alternative` Oct 11 05:37:14.091 INFO kablam! --> src/core.rs:391:5 Oct 11 05:37:14.091 INFO kablam! | Oct 11 05:37:14.091 INFO kablam! 391 | pub fn walk_alternative, Ident>(visitor: &mut V, alt: Alternative) -> Alternative { Oct 11 05:37:14.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:14.091 INFO kablam! Oct 11 05:37:23.432 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.88s Oct 11 05:37:23.434 INFO kablam! su: No module specific data is present Oct 11 05:37:24.273 INFO running `"docker" "rm" "-f" "e7127e5106a69308821e53a6fb97dcf676d6c62d94ee07a18459379203bbc20b"` Oct 11 05:37:24.496 INFO blam! e7127e5106a69308821e53a6fb97dcf676d6c62d94ee07a18459379203bbc20b Oct 11 05:37:24.503 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:37:24.503 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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:37:24.888 INFO blam! 1ba83f8ce2c9d85864678153d157e37e53ac42fba12b16b2496945608e834397 Oct 11 05:37:24.895 INFO running `"docker" "start" "-a" "1ba83f8ce2c9d85864678153d157e37e53ac42fba12b16b2496945608e834397"` Oct 11 05:37:25.588 INFO kablam! usermod: no changes Oct 11 05:37:25.628 INFO kablam! Compiling haskell-compiler v0.0.1 (/source) Oct 11 05:37:26.900 INFO kablam! warning: unused import: `module::Expr::*` Oct 11 05:37:26.901 INFO kablam! --> src/typecheck.rs:1653:5 Oct 11 05:37:26.901 INFO kablam! | Oct 11 05:37:26.901 INFO kablam! 1653 | use module::Expr::*; Oct 11 05:37:26.901 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 05:37:26.901 INFO kablam! | Oct 11 05:37:26.902 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:37:26.902 INFO kablam! Oct 11 05:37:26.902 INFO kablam! warning: unused import: `lexer::TokenEnum::*` Oct 11 05:37:26.902 INFO kablam! --> src/lexer.rs:590:5 Oct 11 05:37:26.902 INFO kablam! | Oct 11 05:37:26.902 INFO kablam! 590 | use lexer::TokenEnum::*; Oct 11 05:37:26.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:26.902 INFO kablam! Oct 11 05:37:26.902 INFO kablam! warning: unused macro definition Oct 11 05:37:26.902 INFO kablam! --> src/parser.rs:79:1 Oct 11 05:37:26.902 INFO kablam! | Oct 11 05:37:26.902 INFO kablam! 79 | / macro_rules! expect1 { Oct 11 05:37:26.902 INFO kablam! 80 | | ($e: expr, $p: ident ($x: ident)) => ({ Oct 11 05:37:26.902 INFO kablam! 81 | | match $e.next().token { Oct 11 05:37:26.902 INFO kablam! 82 | | $p($x) => $x, Oct 11 05:37:26.902 INFO kablam! ... | Oct 11 05:37:26.902 INFO kablam! 85 | | }) Oct 11 05:37:26.902 INFO kablam! 86 | | } Oct 11 05:37:26.902 INFO kablam! | |_^ Oct 11 05:37:26.902 INFO kablam! | Oct 11 05:37:26.902 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 05:37:26.902 INFO kablam! Oct 11 05:37:26.902 INFO kablam! warning: unused macro definition Oct 11 05:37:26.902 INFO kablam! --> src/parser.rs:88:1 Oct 11 05:37:26.902 INFO kablam! | Oct 11 05:37:26.902 INFO kablam! 88 | / macro_rules! matches { Oct 11 05:37:26.902 INFO kablam! 89 | | ($e: expr, $p: pat) => ( Oct 11 05:37:26.902 INFO kablam! 90 | | match $e { Oct 11 05:37:26.902 INFO kablam! 91 | | $p => true, Oct 11 05:37:26.902 INFO kablam! ... | Oct 11 05:37:26.902 INFO kablam! 94 | | ) Oct 11 05:37:26.902 INFO kablam! 95 | | } Oct 11 05:37:26.902 INFO kablam! | |_^ Oct 11 05:37:26.902 INFO kablam! Oct 11 05:37:26.902 INFO kablam! warning: unused import: `module::*` Oct 11 05:37:26.902 INFO kablam! --> src/parser.rs:1189:5 Oct 11 05:37:26.902 INFO kablam! | Oct 11 05:37:26.902 INFO kablam! 1189 | use module::*; Oct 11 05:37:26.902 INFO kablam! | ^^^^^^^^^ Oct 11 05:37:26.902 INFO kablam! Oct 11 05:37:26.902 INFO kablam! warning: unused import: `module::Expr::*` Oct 11 05:37:26.902 INFO kablam! --> src/parser.rs:1190:5 Oct 11 05:37:26.902 INFO kablam! | Oct 11 05:37:26.902 INFO kablam! 1190 | use module::Expr::*; Oct 11 05:37:26.902 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 05:37:26.902 INFO kablam! Oct 11 05:37:26.902 INFO kablam! warning: unused imports: `Constructor`, `Double`, `Int` Oct 11 05:37:26.902 INFO kablam! --> src/vm.rs:790:20 Oct 11 05:37:26.902 INFO kablam! | Oct 11 05:37:26.902 INFO kablam! 790 | use vm::VMResult::{Int, Double, Constructor}; Oct 11 05:37:26.902 INFO kablam! | ^^^ ^^^^^^ ^^^^^^^^^^^ Oct 11 05:37:26.902 INFO kablam! Oct 11 05:37:26.912 INFO kablam! warning: unused import: `interner::*` Oct 11 05:37:26.912 INFO kablam! --> src/core.rs:403:9 Oct 11 05:37:26.913 INFO kablam! | Oct 11 05:37:26.913 INFO kablam! 403 | use interner::*; Oct 11 05:37:26.913 INFO kablam! | ^^^^^^^^^^^ Oct 11 05:37:26.913 INFO kablam! Oct 11 05:37:26.913 INFO kablam! warning: unused import: `name` Oct 11 05:37:26.913 INFO kablam! --> src/lambda_lift.rs:5:15 Oct 11 05:37:26.914 INFO kablam! | Oct 11 05:37:26.914 INFO kablam! 5 | use renamer::{name, NameSupply}; Oct 11 05:37:26.914 INFO kablam! | ^^^^ Oct 11 05:37:26.914 INFO kablam! Oct 11 05:37:26.914 INFO kablam! warning: unused import: `core::*` Oct 11 05:37:26.914 INFO kablam! --> src/lambda_lift.rs:210:9 Oct 11 05:37:26.915 INFO kablam! | Oct 11 05:37:26.915 INFO kablam! 210 | use core::*; Oct 11 05:37:26.915 INFO kablam! | ^^^^^^^ Oct 11 05:37:26.915 INFO kablam! Oct 11 05:37:26.915 INFO kablam! warning: unused import: `core::Expr::*` Oct 11 05:37:26.915 INFO kablam! --> src/lambda_lift.rs:211:9 Oct 11 05:37:26.915 INFO kablam! | Oct 11 05:37:26.915 INFO kablam! 211 | use core::Expr::*; Oct 11 05:37:26.915 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 05:37:26.915 INFO kablam! Oct 11 05:37:29.676 INFO kablam! warning: private type `typecheck::Substitution` in public interface (error E0446) Oct 11 05:37:29.676 INFO kablam! --> src/typecheck.rs:885:5 Oct 11 05:37:29.676 INFO kablam! | Oct 11 05:37:29.676 INFO kablam! 885 | / pub fn typecheck_mutually_recursive_bindings Oct 11 05:37:29.676 INFO kablam! 886 | | (&mut self Oct 11 05:37:29.676 INFO kablam! 887 | | , start_var_age: isize Oct 11 05:37:29.676 INFO kablam! 888 | | , subs: &mut Substitution Oct 11 05:37:29.676 INFO kablam! ... | Oct 11 05:37:29.676 INFO kablam! 954 | | } Oct 11 05:37:29.676 INFO kablam! 955 | | } Oct 11 05:37:29.676 INFO kablam! | |_____^ Oct 11 05:37:29.676 INFO kablam! | Oct 11 05:37:29.676 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 11 05:37:29.676 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 05:37:29.676 INFO kablam! = note: for more information, see issue #34537 Oct 11 05:37:29.676 INFO kablam! Oct 11 05:37:29.676 INFO kablam! warning: private type `dyn typecheck::Bindings` in public interface (error E0446) Oct 11 05:37:29.676 INFO kablam! --> src/typecheck.rs:885:5 Oct 11 05:37:29.676 INFO kablam! | Oct 11 05:37:29.676 INFO kablam! 885 | / pub fn typecheck_mutually_recursive_bindings Oct 11 05:37:29.676 INFO kablam! 886 | | (&mut self Oct 11 05:37:29.676 INFO kablam! 887 | | , start_var_age: isize Oct 11 05:37:29.676 INFO kablam! 888 | | , subs: &mut Substitution Oct 11 05:37:29.676 INFO kablam! ... | Oct 11 05:37:29.676 INFO kablam! 954 | | } Oct 11 05:37:29.676 INFO kablam! 955 | | } Oct 11 05:37:29.676 INFO kablam! | |_____^ Oct 11 05:37:29.676 INFO kablam! | Oct 11 05:37:29.676 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 05:37:29.676 INFO kablam! = note: for more information, see issue #34537 Oct 11 05:37:29.676 INFO kablam! Oct 11 05:37:29.676 INFO kablam! warning: private type `graph::Edge` in public interface (error E0446) Oct 11 05:37:29.677 INFO kablam! --> src/graph.rs:55:5 Oct 11 05:37:29.677 INFO kablam! | Oct 11 05:37:29.677 INFO kablam! 55 | / pub fn get_edge<'a>(&'a self, edge: EdgeIndex) -> &'a Edge { Oct 11 05:37:29.677 INFO kablam! 56 | | &self.edges[edge.get()] Oct 11 05:37:29.677 INFO kablam! 57 | | } Oct 11 05:37:29.677 INFO kablam! | |_____^ Oct 11 05:37:29.677 INFO kablam! | Oct 11 05:37:29.677 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 05:37:29.677 INFO kablam! = note: for more information, see issue #34537 Oct 11 05:37:29.677 INFO kablam! Oct 11 05:37:29.677 INFO kablam! warning: private type `vm::InstanceDictionary` in public interface (error E0446) Oct 11 05:37:29.677 INFO kablam! --> src/vm.rs:39:16 Oct 11 05:37:29.677 INFO kablam! | Oct 11 05:37:29.677 INFO kablam! 39 | Dictionary(InstanceDictionary), Oct 11 05:37:29.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 05:37:29.677 INFO kablam! | Oct 11 05:37:29.677 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 05:37:29.677 INFO kablam! = note: for more information, see issue #34537 Oct 11 05:37:29.677 INFO kablam! Oct 11 05:37:31.215 INFO kablam! warning: function is never used: `tuple_type` Oct 11 05:37:31.215 INFO kablam! --> src/types.rs:184:1 Oct 11 05:37:31.215 INFO kablam! | Oct 11 05:37:31.215 INFO kablam! 184 | pub fn tuple_type(n: usize) -> (String, Type) { Oct 11 05:37:31.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:31.215 INFO kablam! | Oct 11 05:37:31.215 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:37:31.215 INFO kablam! Oct 11 05:37:31.215 INFO kablam! warning: function is never used: `walk_module` Oct 11 05:37:31.215 INFO kablam! --> src/module.rs:300:1 Oct 11 05:37:31.215 INFO kablam! | Oct 11 05:37:31.215 INFO kablam! 300 | pub fn walk_module>(visitor: &mut V, module: &Module) { Oct 11 05:37:31.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:31.215 INFO kablam! Oct 11 05:37:31.216 INFO kablam! warning: method is never used: `valid` Oct 11 05:37:31.216 INFO kablam! --> src/lexer.rs:251:5 Oct 11 05:37:31.216 INFO kablam! | Oct 11 05:37:31.216 INFO kablam! 251 | pub fn valid(&self) -> bool { Oct 11 05:37:31.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:31.216 INFO kablam! Oct 11 05:37:31.216 INFO kablam! warning: field is never used: `from` Oct 11 05:37:31.216 INFO kablam! --> src/graph.rs:24:5 Oct 11 05:37:31.216 INFO kablam! | Oct 11 05:37:31.216 INFO kablam! 24 | from: VertexIndex, Oct 11 05:37:31.216 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 05:37:31.216 INFO kablam! Oct 11 05:37:31.216 INFO kablam! warning: method is never used: `get_assembly` Oct 11 05:37:31.216 INFO kablam! --> src/vm.rs:178:5 Oct 11 05:37:31.216 INFO kablam! | Oct 11 05:37:31.216 INFO kablam! 178 | pub fn get_assembly(&self, index: usize) -> &Assembly { Oct 11 05:37:31.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:31.216 INFO kablam! Oct 11 05:37:31.217 INFO kablam! warning: method is never used: `from_expr` Oct 11 05:37:31.217 INFO kablam! --> src/core.rs:21:5 Oct 11 05:37:31.217 INFO kablam! | Oct 11 05:37:31.217 INFO kablam! 21 | pub fn from_expr(expr: Expr) -> Module { Oct 11 05:37:31.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:31.217 INFO kablam! Oct 11 05:37:31.217 INFO kablam! warning: function is never used: `walk_module` Oct 11 05:37:31.217 INFO kablam! --> src/core.rs:349:5 Oct 11 05:37:31.217 INFO kablam! | Oct 11 05:37:31.217 INFO kablam! 349 | pub fn walk_module, Ident>(visitor: &mut V, mut module: Module) -> Module { Oct 11 05:37:31.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:31.217 INFO kablam! Oct 11 05:37:31.217 INFO kablam! warning: function is never used: `walk_binding` Oct 11 05:37:31.217 INFO kablam! --> src/core.rs:358:5 Oct 11 05:37:31.217 INFO kablam! | Oct 11 05:37:31.217 INFO kablam! 358 | pub fn walk_binding, Ident>(visitor: &mut V, binding: Binding) -> Binding { Oct 11 05:37:31.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:31.217 INFO kablam! Oct 11 05:37:31.217 INFO kablam! warning: function is never used: `walk_expr` Oct 11 05:37:31.217 INFO kablam! --> src/core.rs:366:5 Oct 11 05:37:31.217 INFO kablam! | Oct 11 05:37:31.217 INFO kablam! 366 | pub fn walk_expr, Ident>(visitor: &mut V, expr: Expr) -> Expr { Oct 11 05:37:31.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:31.217 INFO kablam! Oct 11 05:37:31.217 INFO kablam! warning: function is never used: `walk_alternative` Oct 11 05:37:31.217 INFO kablam! --> src/core.rs:391:5 Oct 11 05:37:31.217 INFO kablam! | Oct 11 05:37:31.217 INFO kablam! 391 | pub fn walk_alternative, Ident>(visitor: &mut V, alt: Alternative) -> Alternative { Oct 11 05:37:31.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:31.217 INFO kablam! Oct 11 05:37:31.217 INFO kablam! warning: function is never used: `translate_expr` Oct 11 05:37:31.217 INFO kablam! --> src/core.rs:417:5 Oct 11 05:37:31.217 INFO kablam! | Oct 11 05:37:31.217 INFO kablam! 417 | pub fn translate_expr(expr: module::TypedExpr) -> Expr> { Oct 11 05:37:31.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:31.217 INFO kablam! Oct 11 05:37:44.427 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.81s Oct 11 05:37:44.428 INFO kablam! su: No module specific data is present Oct 11 05:37:45.247 INFO running `"docker" "rm" "-f" "1ba83f8ce2c9d85864678153d157e37e53ac42fba12b16b2496945608e834397"` Oct 11 05:37:45.504 INFO blam! 1ba83f8ce2c9d85864678153d157e37e53ac42fba12b16b2496945608e834397 Oct 11 05:37:45.513 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:37:45.515 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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:37:45.879 INFO blam! 3ae2f9733ce82b6a2cff9cd7ce0e1fb4ce4ba552df8c52671d4f50fadf6a43ff Oct 11 05:37:45.884 INFO running `"docker" "start" "-a" "3ae2f9733ce82b6a2cff9cd7ce0e1fb4ce4ba552df8c52671d4f50fadf6a43ff"` Oct 11 05:37:46.648 INFO kablam! usermod: no changes Oct 11 05:37:46.684 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 05:37:46.685 INFO kablam! Running /target/debug/deps/haskell_compiler-56d52b2d44297809 Oct 11 05:37:46.686 INFO blam! Oct 11 05:37:46.686 INFO blam! running 120 tests Oct 11 05:37:46.692 INFO blam! test compiler::tests::add ... ok Oct 11 05:37:46.698 INFO blam! test compiler::tests::application ... ok Oct 11 05:37:46.698 INFO blam! test compiler::tests::compile_class_constraints ... ok Oct 11 05:37:46.702 INFO blam! test compiler::tests::compile_case ... ok Oct 11 05:37:46.708 INFO blam! test compiler::tests::binding_pattern ... ok Oct 11 05:37:46.710 INFO blam! test compiler::tests::add_double ... ok Oct 11 05:37:46.726 INFO blam! test compiler::tests::compile_class_constraints_unknown ... ok Oct 11 05:37:46.726 INFO blam! test compiler::tests::compile_constructor ... ok Oct 11 05:37:46.732 INFO blam! test compiler::tests::newtype ... ok Oct 11 05:37:46.739 INFO blam! test compiler::tests::generics_do_not_propagate ... ok Oct 11 05:37:46.741 INFO blam! test graph::test_tarjan2 ... ok Oct 11 05:37:46.742 INFO blam! test compiler::tests::compile_tuple ... ok Oct 11 05:37:46.747 INFO blam! test graph::test_tarjan ... ok Oct 11 05:37:46.747 INFO blam! test graph::test_tarjan3 ... ok Oct 11 05:37:46.747 INFO blam! test infix::tests::rewrite_operators ... ok Oct 11 05:37:46.752 INFO blam! test compiler::tests::push_num_double ... ok Oct 11 05:37:46.761 INFO blam! test lambda_lift::tests::all_uniques ... ok Oct 11 05:37:46.761 INFO blam! test lambda_lift::tests::no_local_lambdas ... ok Oct 11 05:37:46.769 INFO blam! test lexer::tests::let_bind ... ok Oct 11 05:37:46.781 INFO blam! test lexer::tests::simple ... ok Oct 11 05:37:46.787 INFO blam! test parser::tests::binding ... ok Oct 11 05:37:46.788 INFO blam! test lambda_lift::tests::all_free_vars ... ok Oct 11 05:37:46.788 INFO blam! test parser::tests::double ... ok Oct 11 05:37:46.788 INFO blam! test infix::tests::operator_precedence ... ok Oct 11 05:37:46.789 INFO blam! test parser::tests::parse_case ... ok Oct 11 05:37:46.801 INFO blam! test parser::tests::parse_data ... ok Oct 11 05:37:46.801 INFO blam! test parser::tests::lambda_pattern ... ok Oct 11 05:37:46.801 INFO blam! test parser::tests::parse_data_2 ... ok Oct 11 05:37:46.802 INFO blam! test parser::tests::deriving ... ok Oct 11 05:37:46.805 INFO blam! test parser::tests::parse_fixity ... ok Oct 11 05:37:46.808 INFO blam! test parser::tests::parse_guards ... ok Oct 11 05:37:46.809 INFO blam! test parser::tests::parse_instance_class ... ok Oct 11 05:37:46.809 INFO blam! test parser::tests::parse_let ... ok Oct 11 05:37:46.810 INFO blam! test parser::tests::bench_prelude ... ok Oct 11 05:37:46.810 INFO blam! test parser::tests::parse_do_expr ... ok Oct 11 05:37:46.824 INFO blam! test parser::tests::parse_newtype ... ok Oct 11 05:37:46.828 INFO blam! test parser::tests::parse_super_class ... ok Oct 11 05:37:46.844 INFO blam! test parser::tests::parse_imports ... ok Oct 11 05:37:46.844 INFO blam! test parser::tests::parse_type ... ok Oct 11 05:37:46.844 INFO blam! test parser::tests::parse_tuple ... ok Oct 11 05:37:46.844 INFO blam! test parser::tests::parse_unit ... ok Oct 11 05:37:46.844 INFO blam! test parser::tests::simple ... ok Oct 11 05:37:46.844 INFO blam! test parser::tests::test_if_else ... ok Oct 11 05:37:46.856 INFO blam! test parser::tests::test_operators ... ok Oct 11 05:37:46.856 INFO blam! test parser::tests::where_bindings ... ok Oct 11 05:37:46.888 INFO blam! test compiler::tests::bench_prelude ... ok Oct 11 05:37:46.888 INFO blam! test infix::tests::operator_precedence_parens ... ok Oct 11 05:37:46.888 INFO blam! test scoped_map::tests::test ... ok Oct 11 05:37:46.910 INFO blam! test lambda_lift::tests::bench ... ok Oct 11 05:37:46.921 INFO blam! test typecheck::test::application ... ok Oct 11 05:37:46.921 INFO blam! test parser::tests::parse_module_imports ... ok Oct 11 05:37:46.992 INFO blam! test parser::tests::parse_prelude ... ok Oct 11 05:37:47.008 INFO blam! test typecheck::test::binding_pattern ... ok Oct 11 05:37:47.028 INFO blam! test compiler::tests::compile_prelude ... ok Oct 11 05:37:47.028 INFO blam! test renamer::tests::import_binding ... ok Oct 11 05:37:47.093 INFO blam! test renamer::tests::missing_import ... ok Oct 11 05:37:47.093 INFO blam! test typecheck::test::argument_count_error ... ok Oct 11 05:37:47.093 INFO blam! test typecheck::test::case_alternative_error ... ok Oct 11 05:37:47.100 INFO blam! test typecheck::test::all_constraints_match ... ok Oct 11 05:37:47.100 INFO blam! test renamer::tests::duplicate_binding ... ok Oct 11 05:37:47.140 INFO blam! test typecheck::test::guards ... ok Oct 11 05:37:47.181 INFO blam! test typecheck::test::deriving ... ok Oct 11 05:37:47.182 INFO blam! test typecheck::test::test_typecheck_string ... ok Oct 11 05:37:47.192 INFO blam! test typecheck::test::type_declaration ... ok Oct 11 05:37:47.192 INFO blam! test typecheck::test::type_declaration_error ... ok Oct 11 05:37:47.197 INFO blam! test typecheck::test::typecheck_case ... ok Oct 11 05:37:47.221 INFO blam! test typecheck::test::typecheck_constraints ... ok Oct 11 05:37:47.248 INFO blam! test typecheck::test::typecheck_constraints2 ... ok Oct 11 05:37:47.248 INFO blam! test typecheck::test::typecheck_constraints_no_instance ... ok Oct 11 05:37:47.264 INFO blam! test typecheck::test::typecheck_functor ... ok Oct 11 05:37:47.264 INFO blam! test typecheck::test::do_expr_pattern ... ok Oct 11 05:37:47.308 INFO blam! test typecheck::test::typecheck_functor_error ... ok Oct 11 05:37:47.308 INFO blam! test typecheck::test::bench_prelude ... ok Oct 11 05:37:47.324 INFO blam! test typecheck::test::typecheck_instance_super_class ... ok Oct 11 05:37:47.324 INFO blam! test typecheck::test::typecheck_lambda ... ok Oct 11 05:37:47.337 INFO blam! test typecheck::test::typecheck_let ... ok Oct 11 05:37:47.337 INFO blam! test typecheck::test::typecheck_list ... ok Oct 11 05:37:47.337 INFO blam! test typecheck::test::typecheck_module_ ... ok Oct 11 05:37:47.344 INFO blam! test typecheck::test::typecheck_num_double ... ok Oct 11 05:37:47.348 INFO blam! test typecheck::test::do_expr_simple ... ok Oct 11 05:37:47.356 INFO blam! test typecheck::test::typecheck_missing_super_class ... ok Oct 11 05:37:47.374 INFO blam! test typecheck::test::typecheck_recursive_let ... ok Oct 11 05:37:47.374 INFO blam! test typecheck::test::typecheck_super_class ... ok Oct 11 05:37:47.374 INFO blam! test typecheck::test::typedeclaration_on_expression ... ok Oct 11 05:37:47.376 INFO blam! test typecheck::test::typedeclaration_to_general ... ok Oct 11 05:37:47.376 INFO blam! test typecheck::test::where_binding ... ok Oct 11 05:37:47.380 INFO blam! test typecheck::test::typecheck_tuple ... ok Oct 11 05:37:47.380 INFO blam! test typecheck::test::wrong_type ... ok Oct 11 05:37:47.403 INFO blam! test typecheck::test::newtype_wrong_arg ... ok Oct 11 05:37:47.412 INFO blam! test typecheck::test::newtype ... ok Oct 11 05:37:47.424 INFO blam! test typecheck::test::instance_constraints_propagate ... ok Oct 11 05:37:47.516 INFO blam! test typecheck::test::typecheck_prelude ... ok Oct 11 05:37:47.552 INFO blam! test typecheck::test::do_expr_wrong_monad ... ok Oct 11 05:37:47.612 INFO blam! test typecheck::test::typecheck_import ... ok Oct 11 05:37:47.677 INFO blam! test vm::tests::import ... ok Oct 11 05:37:47.677 INFO blam! test vm::tests::local_function ... ok Oct 11 05:37:47.813 INFO blam! test vm::tests::if_else ... ok Oct 11 05:37:47.845 INFO blam! test vm::tests::build_dictionary ... ok Oct 11 05:37:47.900 INFO blam! test vm::tests::deriving_eq ... ok Oct 11 05:37:47.916 INFO blam! test vm::tests::deriving_ord ... ok Oct 11 05:37:47.920 INFO blam! test vm::tests::newtype ... ok Oct 11 05:37:47.924 INFO blam! test vm::tests::test_case ... ok Oct 11 05:37:47.932 INFO blam! test vm::tests::test_class_default_function ... ok Oct 11 05:37:47.936 INFO blam! test vm::tests::test_data_types ... ok Oct 11 05:37:47.956 INFO blam! test vm::tests::instance_super_class ... ok Oct 11 05:37:47.956 INFO blam! test vm::tests::test_function ... ok Oct 11 05:37:47.967 INFO blam! test vm::tests::test_nested_case ... ok Oct 11 05:37:47.980 INFO blam! test vm::tests::test_nested_case2 ... ok Oct 11 05:37:47.980 INFO blam! test vm::tests::test_primitive ... ok Oct 11 05:37:48.012 INFO blam! test vm::tests::test_typeclasses_known_types ... ok Oct 11 05:37:48.035 INFO blam! test vm::tests::test_typeclasses_unknown ... ok Oct 11 05:37:48.056 INFO blam! test vm::tests::implement_class ... ok Oct 11 05:37:48.084 INFO blam! test vm::tests::instance_eq_list ... ok Oct 11 05:37:48.085 INFO blam! test vm::tests::pattern_bind ... ok Oct 11 05:37:48.108 INFO blam! test vm::tests::monad_do ... ok Oct 11 05:37:48.108 INFO blam! test vm::tests::pattern_guards_nested ... ok Oct 11 05:37:48.168 INFO blam! test vm::tests::pattern_guards ... ok Oct 11 05:37:48.240 INFO blam! test vm::tests::test_run_prelude ... ok Oct 11 05:37:48.248 INFO blam! test vm::tests::where_bindings ... ok Oct 11 05:37:48.282 INFO blam! test vm::tests::use_super_class ... ok Oct 11 05:37:48.282 INFO blam! Oct 11 05:37:48.282 INFO blam! test result: ok. 120 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:37:48.282 INFO blam! Oct 11 05:37:48.283 INFO kablam! su: No module specific data is present Oct 11 05:37:48.864 INFO running `"docker" "rm" "-f" "3ae2f9733ce82b6a2cff9cd7ce0e1fb4ce4ba552df8c52671d4f50fadf6a43ff"` Oct 11 05:37:49.005 INFO blam! 3ae2f9733ce82b6a2cff9cd7ce0e1fb4ce4ba552df8c52671d4f50fadf6a43ff