Oct 15 08:51:20.754 INFO testing Marwes/haskell-compiler against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 08:51:20.756 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 08:51:21.219 INFO blam! 99f2fc04691f089ab3db3184f7fad154761bcef8260e1177f680f8a54e261a61 Oct 15 08:51:21.223 INFO running `"docker" "start" "-a" "99f2fc04691f089ab3db3184f7fad154761bcef8260e1177f680f8a54e261a61"` Oct 15 08:51:22.713 INFO kablam! usermod: no changes Oct 15 08:51:22.777 INFO kablam! Compiling haskell-compiler v0.0.1 (/source) Oct 15 08:51:23.797 INFO kablam! warning: unused macro definition Oct 15 08:51:23.798 INFO kablam! --> src/parser.rs:79:1 Oct 15 08:51:23.798 INFO kablam! | Oct 15 08:51:23.798 INFO kablam! 79 | / macro_rules! expect1 { Oct 15 08:51:23.799 INFO kablam! 80 | | ($e: expr, $p: ident ($x: ident)) => ({ Oct 15 08:51:23.799 INFO kablam! 81 | | match $e.next().token { Oct 15 08:51:23.799 INFO kablam! 82 | | $p($x) => $x, Oct 15 08:51:23.799 INFO kablam! ... | Oct 15 08:51:23.800 INFO kablam! 85 | | }) Oct 15 08:51:23.800 INFO kablam! 86 | | } Oct 15 08:51:23.800 INFO kablam! | |_^ Oct 15 08:51:23.800 INFO kablam! | Oct 15 08:51:23.801 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 08:51:23.801 INFO kablam! Oct 15 08:51:23.801 INFO kablam! warning: unused macro definition Oct 15 08:51:23.801 INFO kablam! --> src/parser.rs:88:1 Oct 15 08:51:23.802 INFO kablam! | Oct 15 08:51:23.802 INFO kablam! 88 | / macro_rules! matches { Oct 15 08:51:23.802 INFO kablam! 89 | | ($e: expr, $p: pat) => ( Oct 15 08:51:23.802 INFO kablam! 90 | | match $e { Oct 15 08:51:23.803 INFO kablam! 91 | | $p => true, Oct 15 08:51:23.803 INFO kablam! ... | Oct 15 08:51:23.803 INFO kablam! 94 | | ) Oct 15 08:51:23.804 INFO kablam! 95 | | } Oct 15 08:51:23.804 INFO kablam! | |_^ Oct 15 08:51:23.804 INFO kablam! Oct 15 08:51:23.805 INFO kablam! warning: unused import: `interner::*` Oct 15 08:51:23.805 INFO kablam! --> src/core.rs:403:9 Oct 15 08:51:23.805 INFO kablam! | Oct 15 08:51:23.805 INFO kablam! 403 | use interner::*; Oct 15 08:51:23.806 INFO kablam! | ^^^^^^^^^^^ Oct 15 08:51:23.806 INFO kablam! | Oct 15 08:51:23.806 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:51:23.807 INFO kablam! Oct 15 08:51:23.807 INFO kablam! warning: unused import: `name` Oct 15 08:51:23.807 INFO kablam! --> src/lambda_lift.rs:5:15 Oct 15 08:51:23.807 INFO kablam! | Oct 15 08:51:23.808 INFO kablam! 5 | use renamer::{name, NameSupply}; Oct 15 08:51:23.808 INFO kablam! | ^^^^ Oct 15 08:51:23.808 INFO kablam! Oct 15 08:51:23.827 INFO kablam! warning: unused imports: `Application`, `Constructor` Oct 15 08:51:23.827 INFO kablam! --> src/repl.rs:8:18 Oct 15 08:51:23.827 INFO kablam! | Oct 15 08:51:23.828 INFO kablam! 8 | use core::Type::{Application, Constructor}; Oct 15 08:51:23.828 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^^^ Oct 15 08:51:23.828 INFO kablam! Oct 15 08:51:26.195 INFO kablam! warning: private type `typecheck::Substitution` in public interface (error E0446) Oct 15 08:51:26.195 INFO kablam! --> src/typecheck.rs:885:5 Oct 15 08:51:26.195 INFO kablam! | Oct 15 08:51:26.195 INFO kablam! 885 | / pub fn typecheck_mutually_recursive_bindings Oct 15 08:51:26.195 INFO kablam! 886 | | (&mut self Oct 15 08:51:26.195 INFO kablam! 887 | | , start_var_age: isize Oct 15 08:51:26.195 INFO kablam! 888 | | , subs: &mut Substitution Oct 15 08:51:26.195 INFO kablam! ... | Oct 15 08:51:26.195 INFO kablam! 954 | | } Oct 15 08:51:26.195 INFO kablam! 955 | | } Oct 15 08:51:26.195 INFO kablam! | |_____^ Oct 15 08:51:26.195 INFO kablam! | Oct 15 08:51:26.195 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 15 08:51:26.195 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 15 08:51:26.195 INFO kablam! = note: for more information, see issue #34537 Oct 15 08:51:26.195 INFO kablam! Oct 15 08:51:26.195 INFO kablam! warning: private type `dyn typecheck::Bindings` in public interface (error E0446) Oct 15 08:51:26.195 INFO kablam! --> src/typecheck.rs:885:5 Oct 15 08:51:26.195 INFO kablam! | Oct 15 08:51:26.195 INFO kablam! 885 | / pub fn typecheck_mutually_recursive_bindings Oct 15 08:51:26.195 INFO kablam! 886 | | (&mut self Oct 15 08:51:26.195 INFO kablam! 887 | | , start_var_age: isize Oct 15 08:51:26.195 INFO kablam! 888 | | , subs: &mut Substitution Oct 15 08:51:26.195 INFO kablam! ... | Oct 15 08:51:26.195 INFO kablam! 954 | | } Oct 15 08:51:26.195 INFO kablam! 955 | | } Oct 15 08:51:26.195 INFO kablam! | |_____^ Oct 15 08:51:26.195 INFO kablam! | Oct 15 08:51:26.195 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 15 08:51:26.195 INFO kablam! = note: for more information, see issue #34537 Oct 15 08:51:26.199 INFO kablam! Oct 15 08:51:26.199 INFO kablam! warning: private type `graph::Edge` in public interface (error E0446) Oct 15 08:51:26.199 INFO kablam! --> src/graph.rs:55:5 Oct 15 08:51:26.199 INFO kablam! | Oct 15 08:51:26.199 INFO kablam! 55 | / pub fn get_edge<'a>(&'a self, edge: EdgeIndex) -> &'a Edge { Oct 15 08:51:26.199 INFO kablam! 56 | | &self.edges[edge.get()] Oct 15 08:51:26.199 INFO kablam! 57 | | } Oct 15 08:51:26.199 INFO kablam! | |_____^ Oct 15 08:51:26.199 INFO kablam! | Oct 15 08:51:26.199 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 15 08:51:26.199 INFO kablam! = note: for more information, see issue #34537 Oct 15 08:51:26.199 INFO kablam! Oct 15 08:51:26.199 INFO kablam! warning: private type `vm::InstanceDictionary` in public interface (error E0446) Oct 15 08:51:26.199 INFO kablam! --> src/vm.rs:39:16 Oct 15 08:51:26.199 INFO kablam! | Oct 15 08:51:26.199 INFO kablam! 39 | Dictionary(InstanceDictionary), Oct 15 08:51:26.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 08:51:26.199 INFO kablam! | Oct 15 08:51:26.199 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 15 08:51:26.199 INFO kablam! = note: for more information, see issue #34537 Oct 15 08:51:26.199 INFO kablam! Oct 15 08:51:27.476 INFO kablam! warning: function is never used: `tuple_type` Oct 15 08:51:27.476 INFO kablam! --> src/types.rs:184:1 Oct 15 08:51:27.476 INFO kablam! | Oct 15 08:51:27.476 INFO kablam! 184 | pub fn tuple_type(n: usize) -> (String, Type) { Oct 15 08:51:27.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.477 INFO kablam! | Oct 15 08:51:27.477 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:51:27.478 INFO kablam! Oct 15 08:51:27.478 INFO kablam! warning: function is never used: `char_type` Oct 15 08:51:27.478 INFO kablam! --> src/types.rs:205:1 Oct 15 08:51:27.479 INFO kablam! | Oct 15 08:51:27.479 INFO kablam! 205 | pub fn char_type() -> Type { Oct 15 08:51:27.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.479 INFO kablam! Oct 15 08:51:27.480 INFO kablam! warning: function is never used: `int_type` Oct 15 08:51:27.480 INFO kablam! --> src/types.rs:209:1 Oct 15 08:51:27.480 INFO kablam! | Oct 15 08:51:27.481 INFO kablam! 209 | pub fn int_type() -> Type { Oct 15 08:51:27.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.481 INFO kablam! Oct 15 08:51:27.481 INFO kablam! warning: function is never used: `bool_type` Oct 15 08:51:27.482 INFO kablam! --> src/types.rs:213:1 Oct 15 08:51:27.482 INFO kablam! | Oct 15 08:51:27.482 INFO kablam! 213 | pub fn bool_type() -> Type { Oct 15 08:51:27.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.483 INFO kablam! Oct 15 08:51:27.483 INFO kablam! warning: function is never used: `double_type` Oct 15 08:51:27.483 INFO kablam! --> src/types.rs:217:1 Oct 15 08:51:27.484 INFO kablam! | Oct 15 08:51:27.484 INFO kablam! 217 | pub fn double_type() -> Type { Oct 15 08:51:27.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.484 INFO kablam! Oct 15 08:51:27.485 INFO kablam! warning: function is never used: `function_type` Oct 15 08:51:27.485 INFO kablam! --> src/types.rs:221:1 Oct 15 08:51:27.485 INFO kablam! | Oct 15 08:51:27.486 INFO kablam! 221 | pub fn function_type(arg: &Type, result: &Type) -> Type { Oct 15 08:51:27.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.486 INFO kablam! Oct 15 08:51:27.486 INFO kablam! warning: function is never used: `io` Oct 15 08:51:27.487 INFO kablam! --> src/types.rs:231:1 Oct 15 08:51:27.487 INFO kablam! | Oct 15 08:51:27.487 INFO kablam! 231 | pub fn io(typ: Type) -> Type { Oct 15 08:51:27.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.488 INFO kablam! Oct 15 08:51:27.488 INFO kablam! warning: function is never used: `unit` Oct 15 08:51:27.488 INFO kablam! --> src/types.rs:235:1 Oct 15 08:51:27.489 INFO kablam! | Oct 15 08:51:27.489 INFO kablam! 235 | pub fn unit() -> Type { Oct 15 08:51:27.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.489 INFO kablam! Oct 15 08:51:27.490 INFO kablam! warning: function is never used: `walk_module` Oct 15 08:51:27.490 INFO kablam! --> src/module.rs:300:1 Oct 15 08:51:27.490 INFO kablam! | Oct 15 08:51:27.491 INFO kablam! 300 | pub fn walk_module>(visitor: &mut V, module: &Module) { Oct 15 08:51:27.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.491 INFO kablam! Oct 15 08:51:27.491 INFO kablam! warning: function is never used: `compile_string` Oct 15 08:51:27.492 INFO kablam! --> src/compiler.rs:1051:1 Oct 15 08:51:27.492 INFO kablam! | Oct 15 08:51:27.492 INFO kablam! 1051 | pub fn compile_string(module: &str) -> Result, ::std::string::String> { Oct 15 08:51:27.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.493 INFO kablam! Oct 15 08:51:27.493 INFO kablam! warning: method is never used: `typecheck_module_` Oct 15 08:51:27.493 INFO kablam! --> src/typecheck.rs:434:5 Oct 15 08:51:27.494 INFO kablam! | Oct 15 08:51:27.494 INFO kablam! 434 | pub fn typecheck_module_(&mut self, module: &mut Module) { Oct 15 08:51:27.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.499 INFO kablam! Oct 15 08:51:27.499 INFO kablam! warning: method is never used: `typecheck_expr_` Oct 15 08:51:27.499 INFO kablam! --> src/typecheck.rs:437:5 Oct 15 08:51:27.500 INFO kablam! | Oct 15 08:51:27.500 INFO kablam! 437 | pub fn typecheck_expr_(&mut self, expr: &mut TypedExpr) { Oct 15 08:51:27.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.500 INFO kablam! Oct 15 08:51:27.501 INFO kablam! warning: function is never used: `typecheck_string` Oct 15 08:51:27.501 INFO kablam! --> src/typecheck.rs:1613:1 Oct 15 08:51:27.501 INFO kablam! | Oct 15 08:51:27.501 INFO kablam! 1613 | pub fn typecheck_string(module: &str) -> Result>, ::std::string::String> { Oct 15 08:51:27.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.502 INFO kablam! Oct 15 08:51:27.502 INFO kablam! warning: method is never used: `valid` Oct 15 08:51:27.503 INFO kablam! --> src/lexer.rs:251:5 Oct 15 08:51:27.503 INFO kablam! | Oct 15 08:51:27.503 INFO kablam! 251 | pub fn valid(&self) -> bool { Oct 15 08:51:27.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.504 INFO kablam! Oct 15 08:51:27.504 INFO kablam! warning: function is never used: `parse_string` Oct 15 08:51:27.504 INFO kablam! --> src/parser.rs:1136:1 Oct 15 08:51:27.505 INFO kablam! | Oct 15 08:51:27.505 INFO kablam! 1136 | pub fn parse_string(contents: &str) -> ParseResult> { Oct 15 08:51:27.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.506 INFO kablam! Oct 15 08:51:27.506 INFO kablam! warning: field is never used: `from` Oct 15 08:51:27.506 INFO kablam! --> src/graph.rs:24:5 Oct 15 08:51:27.506 INFO kablam! | Oct 15 08:51:27.507 INFO kablam! 24 | from: VertexIndex, Oct 15 08:51:27.507 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.507 INFO kablam! Oct 15 08:51:27.507 INFO kablam! warning: function is never used: `execute_main_string` Oct 15 08:51:27.508 INFO kablam! --> src/vm.rs:609:1 Oct 15 08:51:27.508 INFO kablam! | Oct 15 08:51:27.508 INFO kablam! 609 | pub fn execute_main_string(module: &str) -> Result, String> { Oct 15 08:51:27.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.509 INFO kablam! Oct 15 08:51:27.509 INFO kablam! warning: function is never used: `walk_module` Oct 15 08:51:27.509 INFO kablam! --> src/core.rs:228:5 Oct 15 08:51:27.510 INFO kablam! | Oct 15 08:51:27.510 INFO kablam! 228 | pub fn walk_module, Ident>(visitor: &mut V, module: &Module) { Oct 15 08:51:27.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.515 INFO kablam! Oct 15 08:51:27.515 INFO kablam! warning: function is never used: `walk_binding` Oct 15 08:51:27.515 INFO kablam! --> src/core.rs:234:5 Oct 15 08:51:27.516 INFO kablam! | Oct 15 08:51:27.516 INFO kablam! 234 | pub fn walk_binding, Ident>(visitor: &mut V, binding: &Binding) { Oct 15 08:51:27.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.516 INFO kablam! Oct 15 08:51:27.517 INFO kablam! warning: function is never used: `walk_expr` Oct 15 08:51:27.517 INFO kablam! --> src/core.rs:238:5 Oct 15 08:51:27.517 INFO kablam! | Oct 15 08:51:27.518 INFO kablam! 238 | pub fn walk_expr, Ident>(visitor: &mut V, expr: &Expr) { Oct 15 08:51:27.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.518 INFO kablam! Oct 15 08:51:27.518 INFO kablam! warning: function is never used: `walk_alternative` Oct 15 08:51:27.519 INFO kablam! --> src/core.rs:261:5 Oct 15 08:51:27.519 INFO kablam! | Oct 15 08:51:27.519 INFO kablam! 261 | pub fn walk_alternative, Ident>(visitor: &mut V, alt: &Alternative) { Oct 15 08:51:27.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.520 INFO kablam! Oct 15 08:51:27.520 INFO kablam! warning: function is never used: `walk_module` Oct 15 08:51:27.520 INFO kablam! --> src/core.rs:349:5 Oct 15 08:51:27.521 INFO kablam! | Oct 15 08:51:27.521 INFO kablam! 349 | pub fn walk_module, Ident>(visitor: &mut V, mut module: Module) -> Module { Oct 15 08:51:27.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.521 INFO kablam! Oct 15 08:51:27.522 INFO kablam! warning: function is never used: `walk_binding` Oct 15 08:51:27.522 INFO kablam! --> src/core.rs:358:5 Oct 15 08:51:27.522 INFO kablam! | Oct 15 08:51:27.522 INFO kablam! 358 | pub fn walk_binding, Ident>(visitor: &mut V, binding: Binding) -> Binding { Oct 15 08:51:27.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.523 INFO kablam! Oct 15 08:51:27.523 INFO kablam! warning: function is never used: `walk_expr` Oct 15 08:51:27.523 INFO kablam! --> src/core.rs:366:5 Oct 15 08:51:27.524 INFO kablam! | Oct 15 08:51:27.524 INFO kablam! 366 | pub fn walk_expr, Ident>(visitor: &mut V, expr: Expr) -> Expr { Oct 15 08:51:27.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.525 INFO kablam! Oct 15 08:51:27.525 INFO kablam! warning: function is never used: `walk_alternative` Oct 15 08:51:27.525 INFO kablam! --> src/core.rs:391:5 Oct 15 08:51:27.525 INFO kablam! | Oct 15 08:51:27.526 INFO kablam! 391 | pub fn walk_alternative, Ident>(visitor: &mut V, alt: Alternative) -> Alternative { Oct 15 08:51:27.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:27.526 INFO kablam! Oct 15 08:51:42.347 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.59s Oct 15 08:51:42.351 INFO kablam! su: No module specific data is present Oct 15 08:51:43.111 INFO running `"docker" "rm" "-f" "99f2fc04691f089ab3db3184f7fad154761bcef8260e1177f680f8a54e261a61"` Oct 15 08:51:43.351 INFO blam! 99f2fc04691f089ab3db3184f7fad154761bcef8260e1177f680f8a54e261a61 Oct 15 08:51:43.355 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 08:51:43.803 INFO blam! 3b63fd5a6636d2fc331b6278d2ec4b69b0eb935747afd06e706a48d81f3a61f6 Oct 15 08:51:43.805 INFO running `"docker" "start" "-a" "3b63fd5a6636d2fc331b6278d2ec4b69b0eb935747afd06e706a48d81f3a61f6"` Oct 15 08:51:45.431 INFO kablam! usermod: no changes Oct 15 08:51:45.475 INFO kablam! Compiling haskell-compiler v0.0.1 (/source) Oct 15 08:51:46.639 INFO kablam! warning: unused import: `module::Expr::*` Oct 15 08:51:46.639 INFO kablam! --> src/typecheck.rs:1653:5 Oct 15 08:51:46.639 INFO kablam! | Oct 15 08:51:46.639 INFO kablam! 1653 | use module::Expr::*; Oct 15 08:51:46.639 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 08:51:46.639 INFO kablam! | Oct 15 08:51:46.639 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:51:46.639 INFO kablam! Oct 15 08:51:46.651 INFO kablam! warning: unused import: `lexer::TokenEnum::*` Oct 15 08:51:46.651 INFO kablam! --> src/lexer.rs:590:5 Oct 15 08:51:46.651 INFO kablam! | Oct 15 08:51:46.651 INFO kablam! 590 | use lexer::TokenEnum::*; Oct 15 08:51:46.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:46.651 INFO kablam! Oct 15 08:51:46.651 INFO kablam! warning: unused macro definition Oct 15 08:51:46.651 INFO kablam! --> src/parser.rs:79:1 Oct 15 08:51:46.651 INFO kablam! | Oct 15 08:51:46.651 INFO kablam! 79 | / macro_rules! expect1 { Oct 15 08:51:46.651 INFO kablam! 80 | | ($e: expr, $p: ident ($x: ident)) => ({ Oct 15 08:51:46.651 INFO kablam! 81 | | match $e.next().token { Oct 15 08:51:46.651 INFO kablam! 82 | | $p($x) => $x, Oct 15 08:51:46.651 INFO kablam! ... | Oct 15 08:51:46.651 INFO kablam! 85 | | }) Oct 15 08:51:46.651 INFO kablam! 86 | | } Oct 15 08:51:46.651 INFO kablam! | |_^ Oct 15 08:51:46.651 INFO kablam! | Oct 15 08:51:46.651 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 08:51:46.651 INFO kablam! Oct 15 08:51:46.651 INFO kablam! warning: unused macro definition Oct 15 08:51:46.651 INFO kablam! --> src/parser.rs:88:1 Oct 15 08:51:46.651 INFO kablam! | Oct 15 08:51:46.651 INFO kablam! 88 | / macro_rules! matches { Oct 15 08:51:46.651 INFO kablam! 89 | | ($e: expr, $p: pat) => ( Oct 15 08:51:46.651 INFO kablam! 90 | | match $e { Oct 15 08:51:46.652 INFO kablam! 91 | | $p => true, Oct 15 08:51:46.652 INFO kablam! ... | Oct 15 08:51:46.652 INFO kablam! 94 | | ) Oct 15 08:51:46.652 INFO kablam! 95 | | } Oct 15 08:51:46.652 INFO kablam! | |_^ Oct 15 08:51:46.652 INFO kablam! Oct 15 08:51:46.652 INFO kablam! warning: unused import: `module::*` Oct 15 08:51:46.652 INFO kablam! --> src/parser.rs:1189:5 Oct 15 08:51:46.652 INFO kablam! | Oct 15 08:51:46.652 INFO kablam! 1189 | use module::*; Oct 15 08:51:46.652 INFO kablam! | ^^^^^^^^^ Oct 15 08:51:46.652 INFO kablam! Oct 15 08:51:46.652 INFO kablam! warning: unused import: `module::Expr::*` Oct 15 08:51:46.652 INFO kablam! --> src/parser.rs:1190:5 Oct 15 08:51:46.652 INFO kablam! | Oct 15 08:51:46.652 INFO kablam! 1190 | use module::Expr::*; Oct 15 08:51:46.652 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 08:51:46.652 INFO kablam! Oct 15 08:51:46.652 INFO kablam! warning: unused imports: `Constructor`, `Double`, `Int` Oct 15 08:51:46.652 INFO kablam! --> src/vm.rs:790:20 Oct 15 08:51:46.652 INFO kablam! | Oct 15 08:51:46.652 INFO kablam! 790 | use vm::VMResult::{Int, Double, Constructor}; Oct 15 08:51:46.652 INFO kablam! | ^^^ ^^^^^^ ^^^^^^^^^^^ Oct 15 08:51:46.652 INFO kablam! Oct 15 08:51:46.653 INFO kablam! warning: unused import: `interner::*` Oct 15 08:51:46.653 INFO kablam! --> src/core.rs:403:9 Oct 15 08:51:46.653 INFO kablam! | Oct 15 08:51:46.653 INFO kablam! 403 | use interner::*; Oct 15 08:51:46.653 INFO kablam! | ^^^^^^^^^^^ Oct 15 08:51:46.653 INFO kablam! Oct 15 08:51:46.654 INFO kablam! warning: unused import: `name` Oct 15 08:51:46.655 INFO kablam! --> src/lambda_lift.rs:5:15 Oct 15 08:51:46.655 INFO kablam! | Oct 15 08:51:46.655 INFO kablam! 5 | use renamer::{name, NameSupply}; Oct 15 08:51:46.655 INFO kablam! | ^^^^ Oct 15 08:51:46.655 INFO kablam! Oct 15 08:51:46.655 INFO kablam! warning: unused import: `core::*` Oct 15 08:51:46.655 INFO kablam! --> src/lambda_lift.rs:210:9 Oct 15 08:51:46.655 INFO kablam! | Oct 15 08:51:46.655 INFO kablam! 210 | use core::*; Oct 15 08:51:46.655 INFO kablam! | ^^^^^^^ Oct 15 08:51:46.655 INFO kablam! Oct 15 08:51:46.655 INFO kablam! warning: unused import: `core::Expr::*` Oct 15 08:51:46.655 INFO kablam! --> src/lambda_lift.rs:211:9 Oct 15 08:51:46.655 INFO kablam! | Oct 15 08:51:46.655 INFO kablam! 211 | use core::Expr::*; Oct 15 08:51:46.655 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 08:51:46.655 INFO kablam! Oct 15 08:51:49.591 INFO kablam! warning: private type `typecheck::Substitution` in public interface (error E0446) Oct 15 08:51:49.591 INFO kablam! --> src/typecheck.rs:885:5 Oct 15 08:51:49.591 INFO kablam! | Oct 15 08:51:49.591 INFO kablam! 885 | / pub fn typecheck_mutually_recursive_bindings Oct 15 08:51:49.591 INFO kablam! 886 | | (&mut self Oct 15 08:51:49.591 INFO kablam! 887 | | , start_var_age: isize Oct 15 08:51:49.591 INFO kablam! 888 | | , subs: &mut Substitution Oct 15 08:51:49.591 INFO kablam! ... | Oct 15 08:51:49.591 INFO kablam! 954 | | } Oct 15 08:51:49.591 INFO kablam! 955 | | } Oct 15 08:51:49.591 INFO kablam! | |_____^ Oct 15 08:51:49.591 INFO kablam! | Oct 15 08:51:49.591 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 15 08:51:49.591 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 15 08:51:49.591 INFO kablam! = note: for more information, see issue #34537 Oct 15 08:51:49.591 INFO kablam! Oct 15 08:51:49.591 INFO kablam! warning: private type `dyn typecheck::Bindings` in public interface (error E0446) Oct 15 08:51:49.591 INFO kablam! --> src/typecheck.rs:885:5 Oct 15 08:51:49.591 INFO kablam! | Oct 15 08:51:49.591 INFO kablam! 885 | / pub fn typecheck_mutually_recursive_bindings Oct 15 08:51:49.591 INFO kablam! 886 | | (&mut self Oct 15 08:51:49.591 INFO kablam! 887 | | , start_var_age: isize Oct 15 08:51:49.591 INFO kablam! 888 | | , subs: &mut Substitution Oct 15 08:51:49.591 INFO kablam! ... | Oct 15 08:51:49.591 INFO kablam! 954 | | } Oct 15 08:51:49.591 INFO kablam! 955 | | } Oct 15 08:51:49.591 INFO kablam! | |_____^ Oct 15 08:51:49.591 INFO kablam! | Oct 15 08:51:49.591 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 15 08:51:49.591 INFO kablam! = note: for more information, see issue #34537 Oct 15 08:51:49.591 INFO kablam! Oct 15 08:51:49.591 INFO kablam! warning: private type `graph::Edge` in public interface (error E0446) Oct 15 08:51:49.591 INFO kablam! --> src/graph.rs:55:5 Oct 15 08:51:49.591 INFO kablam! | Oct 15 08:51:49.591 INFO kablam! 55 | / pub fn get_edge<'a>(&'a self, edge: EdgeIndex) -> &'a Edge { Oct 15 08:51:49.591 INFO kablam! 56 | | &self.edges[edge.get()] Oct 15 08:51:49.591 INFO kablam! 57 | | } Oct 15 08:51:49.591 INFO kablam! | |_____^ Oct 15 08:51:49.591 INFO kablam! | Oct 15 08:51:49.591 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 15 08:51:49.591 INFO kablam! = note: for more information, see issue #34537 Oct 15 08:51:49.591 INFO kablam! Oct 15 08:51:49.591 INFO kablam! warning: private type `vm::InstanceDictionary` in public interface (error E0446) Oct 15 08:51:49.591 INFO kablam! --> src/vm.rs:39:16 Oct 15 08:51:49.591 INFO kablam! | Oct 15 08:51:49.591 INFO kablam! 39 | Dictionary(InstanceDictionary), Oct 15 08:51:49.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 08:51:49.591 INFO kablam! | Oct 15 08:51:49.592 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 15 08:51:49.592 INFO kablam! = note: for more information, see issue #34537 Oct 15 08:51:49.592 INFO kablam! Oct 15 08:51:51.315 INFO kablam! warning: function is never used: `tuple_type` Oct 15 08:51:51.315 INFO kablam! --> src/types.rs:184:1 Oct 15 08:51:51.315 INFO kablam! | Oct 15 08:51:51.315 INFO kablam! 184 | pub fn tuple_type(n: usize) -> (String, Type) { Oct 15 08:51:51.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:51.315 INFO kablam! | Oct 15 08:51:51.315 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:51:51.315 INFO kablam! Oct 15 08:51:51.315 INFO kablam! warning: function is never used: `walk_module` Oct 15 08:51:51.315 INFO kablam! --> src/module.rs:300:1 Oct 15 08:51:51.315 INFO kablam! | Oct 15 08:51:51.315 INFO kablam! 300 | pub fn walk_module>(visitor: &mut V, module: &Module) { Oct 15 08:51:51.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:51.315 INFO kablam! Oct 15 08:51:51.315 INFO kablam! warning: method is never used: `valid` Oct 15 08:51:51.315 INFO kablam! --> src/lexer.rs:251:5 Oct 15 08:51:51.315 INFO kablam! | Oct 15 08:51:51.315 INFO kablam! 251 | pub fn valid(&self) -> bool { Oct 15 08:51:51.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:51.315 INFO kablam! Oct 15 08:51:51.315 INFO kablam! warning: field is never used: `from` Oct 15 08:51:51.315 INFO kablam! --> src/graph.rs:24:5 Oct 15 08:51:51.315 INFO kablam! | Oct 15 08:51:51.315 INFO kablam! 24 | from: VertexIndex, Oct 15 08:51:51.315 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 08:51:51.315 INFO kablam! Oct 15 08:51:51.315 INFO kablam! warning: method is never used: `get_assembly` Oct 15 08:51:51.315 INFO kablam! --> src/vm.rs:178:5 Oct 15 08:51:51.315 INFO kablam! | Oct 15 08:51:51.315 INFO kablam! 178 | pub fn get_assembly(&self, index: usize) -> &Assembly { Oct 15 08:51:51.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:51.315 INFO kablam! Oct 15 08:51:51.315 INFO kablam! warning: method is never used: `from_expr` Oct 15 08:51:51.315 INFO kablam! --> src/core.rs:21:5 Oct 15 08:51:51.315 INFO kablam! | Oct 15 08:51:51.315 INFO kablam! 21 | pub fn from_expr(expr: Expr) -> Module { Oct 15 08:51:51.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:51.315 INFO kablam! Oct 15 08:51:51.315 INFO kablam! warning: function is never used: `walk_module` Oct 15 08:51:51.315 INFO kablam! --> src/core.rs:349:5 Oct 15 08:51:51.315 INFO kablam! | Oct 15 08:51:51.315 INFO kablam! 349 | pub fn walk_module, Ident>(visitor: &mut V, mut module: Module) -> Module { Oct 15 08:51:51.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:51.315 INFO kablam! Oct 15 08:51:51.315 INFO kablam! warning: function is never used: `walk_binding` Oct 15 08:51:51.315 INFO kablam! --> src/core.rs:358:5 Oct 15 08:51:51.315 INFO kablam! | Oct 15 08:51:51.315 INFO kablam! 358 | pub fn walk_binding, Ident>(visitor: &mut V, binding: Binding) -> Binding { Oct 15 08:51:51.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:51.315 INFO kablam! Oct 15 08:51:51.315 INFO kablam! warning: function is never used: `walk_expr` Oct 15 08:51:51.315 INFO kablam! --> src/core.rs:366:5 Oct 15 08:51:51.316 INFO kablam! | Oct 15 08:51:51.316 INFO kablam! 366 | pub fn walk_expr, Ident>(visitor: &mut V, expr: Expr) -> Expr { Oct 15 08:51:51.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:51.316 INFO kablam! Oct 15 08:51:51.316 INFO kablam! warning: function is never used: `walk_alternative` Oct 15 08:51:51.316 INFO kablam! --> src/core.rs:391:5 Oct 15 08:51:51.316 INFO kablam! | Oct 15 08:51:51.316 INFO kablam! 391 | pub fn walk_alternative, Ident>(visitor: &mut V, alt: Alternative) -> Alternative { Oct 15 08:51:51.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:51.316 INFO kablam! Oct 15 08:51:51.316 INFO kablam! warning: function is never used: `translate_expr` Oct 15 08:51:51.316 INFO kablam! --> src/core.rs:417:5 Oct 15 08:51:51.316 INFO kablam! | Oct 15 08:51:51.316 INFO kablam! 417 | pub fn translate_expr(expr: module::TypedExpr) -> Expr> { Oct 15 08:51:51.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:51.316 INFO kablam! Oct 15 08:52:07.291 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.84s Oct 15 08:52:07.297 INFO kablam! su: No module specific data is present Oct 15 08:52:08.083 INFO running `"docker" "rm" "-f" "3b63fd5a6636d2fc331b6278d2ec4b69b0eb935747afd06e706a48d81f3a61f6"` Oct 15 08:52:08.307 INFO blam! 3b63fd5a6636d2fc331b6278d2ec4b69b0eb935747afd06e706a48d81f3a61f6 Oct 15 08:52:08.310 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 08:52:08.711 INFO blam! 2ed7e587f86d22c2114e2aa72b50de3853401889a8f47d9cd641ae385f1b89b5 Oct 15 08:52:08.713 INFO running `"docker" "start" "-a" "2ed7e587f86d22c2114e2aa72b50de3853401889a8f47d9cd641ae385f1b89b5"` Oct 15 08:52:10.231 INFO kablam! usermod: no changes Oct 15 08:52:10.321 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 08:52:10.321 INFO kablam! Running /target/debug/deps/haskell_compiler-56d52b2d44297809 Oct 15 08:52:10.335 INFO blam! Oct 15 08:52:10.335 INFO blam! running 120 tests Oct 15 08:52:10.339 INFO blam! test compiler::tests::application ... ok Oct 15 08:52:10.339 INFO blam! test compiler::tests::add ... ok Oct 15 08:52:10.375 INFO blam! test compiler::tests::compile_class_constraints_unknown ... ok Oct 15 08:52:10.375 INFO blam! test compiler::tests::add_double ... ok Oct 15 08:52:10.375 INFO blam! test compiler::tests::compile_constructor ... ok Oct 15 08:52:10.375 INFO blam! test compiler::tests::compile_case ... ok Oct 15 08:52:10.387 INFO blam! test compiler::tests::binding_pattern ... ok Oct 15 08:52:10.402 INFO blam! test compiler::tests::newtype ... ok Oct 15 08:52:10.415 INFO blam! test graph::test_tarjan2 ... ok Oct 15 08:52:10.415 INFO blam! test graph::test_tarjan3 ... ok Oct 15 08:52:10.416 INFO blam! test graph::test_tarjan ... ok Oct 15 08:52:10.423 INFO blam! test compiler::tests::compile_tuple ... ok Oct 15 08:52:10.434 INFO blam! test compiler::tests::generics_do_not_propagate ... ok Oct 15 08:52:10.444 INFO blam! test compiler::tests::push_num_double ... ok Oct 15 08:52:10.459 INFO blam! test compiler::tests::compile_class_constraints ... ok Oct 15 08:52:10.475 INFO blam! test infix::tests::rewrite_operators ... ok Oct 15 08:52:10.483 INFO blam! test lambda_lift::tests::no_local_lambdas ... ok Oct 15 08:52:10.491 INFO blam! test lambda_lift::tests::all_uniques ... ok Oct 15 08:52:10.502 INFO blam! test lexer::tests::simple ... ok Oct 15 08:52:10.502 INFO blam! test lexer::tests::let_bind ... ok Oct 15 08:52:10.502 INFO blam! test parser::tests::binding ... ok Oct 15 08:52:10.503 INFO blam! test parser::tests::deriving ... ok Oct 15 08:52:10.503 INFO blam! test parser::tests::double ... ok Oct 15 08:52:10.503 INFO blam! test parser::tests::lambda_pattern ... ok Oct 15 08:52:10.504 INFO blam! test lambda_lift::tests::all_free_vars ... ok Oct 15 08:52:10.504 INFO blam! test parser::tests::parse_case ... ok Oct 15 08:52:10.504 INFO blam! test parser::tests::parse_data_2 ... ok Oct 15 08:52:10.505 INFO blam! test parser::tests::parse_data ... ok Oct 15 08:52:10.527 INFO blam! test parser::tests::parse_fixity ... ok Oct 15 08:52:10.527 INFO blam! test parser::tests::parse_do_expr ... ok Oct 15 08:52:10.543 INFO blam! test parser::tests::parse_guards ... ok Oct 15 08:52:10.544 INFO blam! test parser::tests::parse_imports ... ok Oct 15 08:52:10.555 INFO blam! test parser::tests::parse_let ... ok Oct 15 08:52:10.556 INFO blam! test parser::tests::parse_instance_class ... ok Oct 15 08:52:10.556 INFO blam! test parser::tests::parse_newtype ... ok Oct 15 08:52:10.588 INFO blam! test parser::tests::bench_prelude ... ok Oct 15 08:52:10.591 INFO blam! test infix::tests::operator_precedence ... ok Oct 15 08:52:10.591 INFO blam! test parser::tests::parse_tuple ... ok Oct 15 08:52:10.592 INFO blam! test parser::tests::parse_type ... ok Oct 15 08:52:10.603 INFO blam! test parser::tests::parse_unit ... ok Oct 15 08:52:10.604 INFO blam! test parser::tests::simple ... ok Oct 15 08:52:10.604 INFO blam! test parser::tests::test_if_else ... ok Oct 15 08:52:10.604 INFO blam! test parser::tests::test_operators ... ok Oct 15 08:52:10.605 INFO blam! test parser::tests::where_bindings ... ok Oct 15 08:52:10.605 INFO blam! test parser::tests::parse_super_class ... ok Oct 15 08:52:10.667 INFO blam! test infix::tests::operator_precedence_parens ... ok Oct 15 08:52:10.675 INFO blam! test parser::tests::parse_module_imports ... ok Oct 15 08:52:10.687 INFO blam! test scoped_map::tests::test ... ok Oct 15 08:52:10.694 INFO blam! test parser::tests::parse_prelude ... ok Oct 15 08:52:10.727 INFO blam! test typecheck::test::application ... ok Oct 15 08:52:10.773 INFO blam! test renamer::tests::import_binding ... ok Oct 15 08:52:10.774 INFO blam! test renamer::tests::duplicate_binding ... ok Oct 15 08:52:10.784 INFO blam! test renamer::tests::missing_import ... ok Oct 15 08:52:10.795 INFO blam! test typecheck::test::binding_pattern ... ok Oct 15 08:52:10.796 INFO blam! test typecheck::test::argument_count_error ... ok Oct 15 08:52:10.815 INFO blam! test typecheck::test::case_alternative_error ... ok Oct 15 08:52:10.867 INFO blam! test typecheck::test::all_constraints_match ... ok Oct 15 08:52:10.875 INFO blam! test lambda_lift::tests::bench ... ok Oct 15 08:52:10.886 INFO blam! test typecheck::test::guards ... ok Oct 15 08:52:10.955 INFO blam! test compiler::tests::bench_prelude ... ok Oct 15 08:52:11.043 INFO blam! test typecheck::test::newtype ... ok Oct 15 08:52:11.054 INFO blam! test typecheck::test::deriving ... ok Oct 15 08:52:11.055 INFO blam! test typecheck::test::test_typecheck_string ... ok Oct 15 08:52:11.059 INFO blam! test typecheck::test::type_declaration ... ok Oct 15 08:52:11.061 INFO blam! test typecheck::test::do_expr_simple ... ok Oct 15 08:52:11.075 INFO blam! test typecheck::test::type_declaration_error ... ok Oct 15 08:52:11.083 INFO blam! test typecheck::test::typecheck_case ... ok Oct 15 08:52:11.083 INFO blam! test typecheck::test::typecheck_constraints ... ok Oct 15 08:52:11.083 INFO blam! test compiler::tests::compile_prelude ... ok Oct 15 08:52:11.083 INFO blam! test typecheck::test::typecheck_constraints2 ... ok Oct 15 08:52:11.099 INFO blam! test typecheck::test::typecheck_functor_error ... ok Oct 15 08:52:11.099 INFO blam! test typecheck::test::do_expr_pattern ... ok Oct 15 08:52:11.099 INFO blam! test typecheck::test::typecheck_constraints_no_instance ... ok Oct 15 08:52:11.099 INFO blam! test typecheck::test::typecheck_functor ... ok Oct 15 08:52:11.111 INFO blam! test typecheck::test::typecheck_let ... ok Oct 15 08:52:11.111 INFO blam! test typecheck::test::typecheck_lambda ... ok Oct 15 08:52:11.115 INFO blam! test typecheck::test::typecheck_missing_super_class ... ok Oct 15 08:52:11.115 INFO blam! test typecheck::test::typecheck_instance_super_class ... ok Oct 15 08:52:11.123 INFO blam! test typecheck::test::typecheck_list ... ok Oct 15 08:52:11.135 INFO blam! test typecheck::test::typecheck_num_double ... ok Oct 15 08:52:11.135 INFO blam! test typecheck::test::typecheck_module_ ... ok Oct 15 08:52:11.147 INFO blam! test typecheck::test::typecheck_recursive_let ... ok Oct 15 08:52:11.147 INFO blam! test typecheck::test::typecheck_super_class ... ok Oct 15 08:52:11.152 INFO blam! test typecheck::test::bench_prelude ... ok Oct 15 08:52:11.171 INFO blam! test typecheck::test::typecheck_tuple ... ok Oct 15 08:52:11.171 INFO blam! test typecheck::test::typedeclaration_to_general ... ok Oct 15 08:52:11.171 INFO blam! test typecheck::test::typedeclaration_on_expression ... ok Oct 15 08:52:11.171 INFO blam! test typecheck::test::where_binding ... ok Oct 15 08:52:11.171 INFO blam! test typecheck::test::wrong_type ... ok Oct 15 08:52:11.183 INFO blam! test typecheck::test::instance_constraints_propagate ... ok Oct 15 08:52:11.190 INFO blam! test typecheck::test::newtype_wrong_arg ... ok Oct 15 08:52:11.329 INFO blam! test typecheck::test::typecheck_import ... ok Oct 15 08:52:11.329 INFO blam! test typecheck::test::do_expr_wrong_monad ... ok Oct 15 08:52:11.542 INFO blam! test typecheck::test::typecheck_prelude ... ok Oct 15 08:52:11.567 INFO blam! test vm::tests::deriving_ord ... ok Oct 15 08:52:11.567 INFO blam! test vm::tests::implement_class ... ok Oct 15 08:52:11.607 INFO blam! test vm::tests::local_function ... ok Oct 15 08:52:11.739 INFO blam! test vm::tests::instance_super_class ... ok Oct 15 08:52:11.740 INFO blam! test vm::tests::monad_do ... ok Oct 15 08:52:11.799 INFO blam! test vm::tests::instance_eq_list ... ok Oct 15 08:52:11.799 INFO blam! test vm::tests::if_else ... ok Oct 15 08:52:11.802 INFO blam! test vm::tests::import ... ok Oct 15 08:52:11.830 INFO blam! test vm::tests::test_case ... ok Oct 15 08:52:11.831 INFO blam! test vm::tests::deriving_eq ... ok Oct 15 08:52:11.831 INFO blam! test vm::tests::build_dictionary ... ok Oct 15 08:52:11.839 INFO blam! test vm::tests::test_data_types ... ok Oct 15 08:52:11.839 INFO blam! test vm::tests::test_class_default_function ... ok Oct 15 08:52:11.843 INFO blam! test vm::tests::test_nested_case ... ok Oct 15 08:52:11.843 INFO blam! test vm::tests::test_function ... ok Oct 15 08:52:11.907 INFO blam! test vm::tests::test_primitive ... ok Oct 15 08:52:11.908 INFO blam! test vm::tests::test_nested_case2 ... ok Oct 15 08:52:11.927 INFO blam! test vm::tests::test_typeclasses_known_types ... ok Oct 15 08:52:11.960 INFO blam! test vm::tests::pattern_bind ... ok Oct 15 08:52:11.961 INFO blam! test vm::tests::test_typeclasses_unknown ... ok Oct 15 08:52:11.983 INFO blam! test vm::tests::pattern_guards ... ok Oct 15 08:52:12.099 INFO blam! test vm::tests::pattern_guards_nested ... ok Oct 15 08:52:12.127 INFO blam! test vm::tests::test_run_prelude ... ok Oct 15 08:52:12.199 INFO blam! test vm::tests::newtype ... ok Oct 15 08:52:12.211 INFO blam! test vm::tests::where_bindings ... ok Oct 15 08:52:12.211 INFO blam! test vm::tests::use_super_class ... ok Oct 15 08:52:12.211 INFO blam! Oct 15 08:52:12.211 INFO blam! test result: ok. 120 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:52:12.211 INFO blam! Oct 15 08:52:12.223 INFO kablam! su: No module specific data is present Oct 15 08:52:12.859 INFO running `"docker" "rm" "-f" "2ed7e587f86d22c2114e2aa72b50de3853401889a8f47d9cd641ae385f1b89b5"` Oct 15 08:52:13.135 INFO blam! 2ed7e587f86d22c2114e2aa72b50de3853401889a8f47d9cd641ae385f1b89b5