Oct 15 08:51:19.129 INFO testing Marwes/haskell-compiler against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 08:51:19.135 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:19.586 INFO blam! 554e4f9e5670043c03c40931868008514d2d7f3aaba63adb1bb46ed25f9340e9 Oct 15 08:51:19.592 INFO running `"docker" "start" "-a" "554e4f9e5670043c03c40931868008514d2d7f3aaba63adb1bb46ed25f9340e9"` Oct 15 08:51:20.843 INFO kablam! usermod: no changes Oct 15 08:51:20.927 INFO kablam! Compiling haskell-compiler v0.0.1 (/source) Oct 15 08:51:21.767 INFO kablam! warning: unused macro definition Oct 15 08:51:21.767 INFO kablam! --> src/parser.rs:79:1 Oct 15 08:51:21.767 INFO kablam! | Oct 15 08:51:21.767 INFO kablam! 79 | / macro_rules! expect1 { Oct 15 08:51:21.767 INFO kablam! 80 | | ($e: expr, $p: ident ($x: ident)) => ({ Oct 15 08:51:21.767 INFO kablam! 81 | | match $e.next().token { Oct 15 08:51:21.767 INFO kablam! 82 | | $p($x) => $x, Oct 15 08:51:21.767 INFO kablam! ... | Oct 15 08:51:21.767 INFO kablam! 85 | | }) Oct 15 08:51:21.767 INFO kablam! 86 | | } Oct 15 08:51:21.767 INFO kablam! | |_^ Oct 15 08:51:21.767 INFO kablam! | Oct 15 08:51:21.767 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 08:51:21.767 INFO kablam! Oct 15 08:51:21.767 INFO kablam! warning: unused macro definition Oct 15 08:51:21.767 INFO kablam! --> src/parser.rs:88:1 Oct 15 08:51:21.767 INFO kablam! | Oct 15 08:51:21.767 INFO kablam! 88 | / macro_rules! matches { Oct 15 08:51:21.767 INFO kablam! 89 | | ($e: expr, $p: pat) => ( Oct 15 08:51:21.767 INFO kablam! 90 | | match $e { Oct 15 08:51:21.767 INFO kablam! 91 | | $p => true, Oct 15 08:51:21.767 INFO kablam! ... | Oct 15 08:51:21.767 INFO kablam! 94 | | ) Oct 15 08:51:21.767 INFO kablam! 95 | | } Oct 15 08:51:21.767 INFO kablam! | |_^ Oct 15 08:51:21.767 INFO kablam! Oct 15 08:51:21.775 INFO kablam! warning: unused import: `interner::*` Oct 15 08:51:21.775 INFO kablam! --> src/core.rs:403:9 Oct 15 08:51:21.775 INFO kablam! | Oct 15 08:51:21.775 INFO kablam! 403 | use interner::*; Oct 15 08:51:21.775 INFO kablam! | ^^^^^^^^^^^ Oct 15 08:51:21.775 INFO kablam! | Oct 15 08:51:21.775 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:51:21.775 INFO kablam! Oct 15 08:51:21.775 INFO kablam! warning: unused import: `name` Oct 15 08:51:21.775 INFO kablam! --> src/lambda_lift.rs:5:15 Oct 15 08:51:21.775 INFO kablam! | Oct 15 08:51:21.775 INFO kablam! 5 | use renamer::{name, NameSupply}; Oct 15 08:51:21.775 INFO kablam! | ^^^^ Oct 15 08:51:21.775 INFO kablam! Oct 15 08:51:21.777 INFO kablam! warning: unused imports: `Application`, `Constructor` Oct 15 08:51:21.777 INFO kablam! --> src/repl.rs:8:18 Oct 15 08:51:21.777 INFO kablam! | Oct 15 08:51:21.777 INFO kablam! 8 | use core::Type::{Application, Constructor}; Oct 15 08:51:21.777 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^^^ Oct 15 08:51:21.777 INFO kablam! Oct 15 08:51:24.159 INFO kablam! warning: private type `typecheck::Substitution` in public interface (error E0446) Oct 15 08:51:24.159 INFO kablam! --> src/typecheck.rs:885:5 Oct 15 08:51:24.159 INFO kablam! | Oct 15 08:51:24.159 INFO kablam! 885 | / pub fn typecheck_mutually_recursive_bindings Oct 15 08:51:24.159 INFO kablam! 886 | | (&mut self Oct 15 08:51:24.159 INFO kablam! 887 | | , start_var_age: isize Oct 15 08:51:24.159 INFO kablam! 888 | | , subs: &mut Substitution Oct 15 08:51:24.159 INFO kablam! ... | Oct 15 08:51:24.159 INFO kablam! 954 | | } Oct 15 08:51:24.159 INFO kablam! 955 | | } Oct 15 08:51:24.159 INFO kablam! | |_____^ Oct 15 08:51:24.159 INFO kablam! | Oct 15 08:51:24.159 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 15 08:51:24.159 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:24.159 INFO kablam! = note: for more information, see issue #34537 Oct 15 08:51:24.159 INFO kablam! Oct 15 08:51:24.159 INFO kablam! warning: private type `dyn typecheck::Bindings` in public interface (error E0446) Oct 15 08:51:24.159 INFO kablam! --> src/typecheck.rs:885:5 Oct 15 08:51:24.159 INFO kablam! | Oct 15 08:51:24.159 INFO kablam! 885 | / pub fn typecheck_mutually_recursive_bindings Oct 15 08:51:24.159 INFO kablam! 886 | | (&mut self Oct 15 08:51:24.159 INFO kablam! 887 | | , start_var_age: isize Oct 15 08:51:24.159 INFO kablam! 888 | | , subs: &mut Substitution Oct 15 08:51:24.159 INFO kablam! ... | Oct 15 08:51:24.159 INFO kablam! 954 | | } Oct 15 08:51:24.159 INFO kablam! 955 | | } Oct 15 08:51:24.159 INFO kablam! | |_____^ Oct 15 08:51:24.159 INFO kablam! | Oct 15 08:51:24.159 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:24.159 INFO kablam! = note: for more information, see issue #34537 Oct 15 08:51:24.159 INFO kablam! Oct 15 08:51:24.160 INFO kablam! warning: private type `graph::Edge` in public interface (error E0446) Oct 15 08:51:24.160 INFO kablam! --> src/graph.rs:55:5 Oct 15 08:51:24.160 INFO kablam! | Oct 15 08:51:24.160 INFO kablam! 55 | / pub fn get_edge<'a>(&'a self, edge: EdgeIndex) -> &'a Edge { Oct 15 08:51:24.160 INFO kablam! 56 | | &self.edges[edge.get()] Oct 15 08:51:24.160 INFO kablam! 57 | | } Oct 15 08:51:24.160 INFO kablam! | |_____^ Oct 15 08:51:24.160 INFO kablam! | Oct 15 08:51:24.160 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:24.160 INFO kablam! = note: for more information, see issue #34537 Oct 15 08:51:24.160 INFO kablam! Oct 15 08:51:24.160 INFO kablam! warning: private type `vm::InstanceDictionary` in public interface (error E0446) Oct 15 08:51:24.160 INFO kablam! --> src/vm.rs:39:16 Oct 15 08:51:24.160 INFO kablam! | Oct 15 08:51:24.160 INFO kablam! 39 | Dictionary(InstanceDictionary), Oct 15 08:51:24.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 08:51:24.160 INFO kablam! | Oct 15 08:51:24.160 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:24.160 INFO kablam! = note: for more information, see issue #34537 Oct 15 08:51:24.160 INFO kablam! Oct 15 08:51:25.420 INFO kablam! warning: function is never used: `tuple_type` Oct 15 08:51:25.420 INFO kablam! --> src/types.rs:184:1 Oct 15 08:51:25.420 INFO kablam! | Oct 15 08:51:25.420 INFO kablam! 184 | pub fn tuple_type(n: usize) -> (String, Type) { Oct 15 08:51:25.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.420 INFO kablam! | Oct 15 08:51:25.422 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:51:25.422 INFO kablam! Oct 15 08:51:25.422 INFO kablam! warning: function is never used: `char_type` Oct 15 08:51:25.422 INFO kablam! --> src/types.rs:205:1 Oct 15 08:51:25.422 INFO kablam! | Oct 15 08:51:25.422 INFO kablam! 205 | pub fn char_type() -> Type { Oct 15 08:51:25.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.422 INFO kablam! Oct 15 08:51:25.422 INFO kablam! warning: function is never used: `int_type` Oct 15 08:51:25.422 INFO kablam! --> src/types.rs:209:1 Oct 15 08:51:25.422 INFO kablam! | Oct 15 08:51:25.422 INFO kablam! 209 | pub fn int_type() -> Type { Oct 15 08:51:25.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.422 INFO kablam! Oct 15 08:51:25.422 INFO kablam! warning: function is never used: `bool_type` Oct 15 08:51:25.422 INFO kablam! --> src/types.rs:213:1 Oct 15 08:51:25.422 INFO kablam! | Oct 15 08:51:25.422 INFO kablam! 213 | pub fn bool_type() -> Type { Oct 15 08:51:25.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.422 INFO kablam! Oct 15 08:51:25.422 INFO kablam! warning: function is never used: `double_type` Oct 15 08:51:25.422 INFO kablam! --> src/types.rs:217:1 Oct 15 08:51:25.422 INFO kablam! | Oct 15 08:51:25.422 INFO kablam! 217 | pub fn double_type() -> Type { Oct 15 08:51:25.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.422 INFO kablam! Oct 15 08:51:25.422 INFO kablam! warning: function is never used: `function_type` Oct 15 08:51:25.422 INFO kablam! --> src/types.rs:221:1 Oct 15 08:51:25.422 INFO kablam! | Oct 15 08:51:25.422 INFO kablam! 221 | pub fn function_type(arg: &Type, result: &Type) -> Type { Oct 15 08:51:25.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.422 INFO kablam! Oct 15 08:51:25.422 INFO kablam! warning: function is never used: `io` Oct 15 08:51:25.422 INFO kablam! --> src/types.rs:231:1 Oct 15 08:51:25.422 INFO kablam! | Oct 15 08:51:25.422 INFO kablam! 231 | pub fn io(typ: Type) -> Type { Oct 15 08:51:25.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.422 INFO kablam! Oct 15 08:51:25.422 INFO kablam! warning: function is never used: `unit` Oct 15 08:51:25.422 INFO kablam! --> src/types.rs:235:1 Oct 15 08:51:25.422 INFO kablam! | Oct 15 08:51:25.422 INFO kablam! 235 | pub fn unit() -> Type { Oct 15 08:51:25.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.422 INFO kablam! Oct 15 08:51:25.422 INFO kablam! warning: function is never used: `walk_module` Oct 15 08:51:25.422 INFO kablam! --> src/module.rs:300:1 Oct 15 08:51:25.422 INFO kablam! | Oct 15 08:51:25.422 INFO kablam! 300 | pub fn walk_module>(visitor: &mut V, module: &Module) { Oct 15 08:51:25.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.422 INFO kablam! Oct 15 08:51:25.422 INFO kablam! warning: function is never used: `compile_string` Oct 15 08:51:25.422 INFO kablam! --> src/compiler.rs:1051:1 Oct 15 08:51:25.422 INFO kablam! | Oct 15 08:51:25.422 INFO kablam! 1051 | pub fn compile_string(module: &str) -> Result, ::std::string::String> { Oct 15 08:51:25.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.422 INFO kablam! Oct 15 08:51:25.422 INFO kablam! warning: method is never used: `typecheck_module_` Oct 15 08:51:25.422 INFO kablam! --> src/typecheck.rs:434:5 Oct 15 08:51:25.422 INFO kablam! | Oct 15 08:51:25.422 INFO kablam! 434 | pub fn typecheck_module_(&mut self, module: &mut Module) { Oct 15 08:51:25.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.432 INFO kablam! Oct 15 08:51:25.432 INFO kablam! warning: method is never used: `typecheck_expr_` Oct 15 08:51:25.432 INFO kablam! --> src/typecheck.rs:437:5 Oct 15 08:51:25.432 INFO kablam! | Oct 15 08:51:25.432 INFO kablam! 437 | pub fn typecheck_expr_(&mut self, expr: &mut TypedExpr) { Oct 15 08:51:25.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.432 INFO kablam! Oct 15 08:51:25.432 INFO kablam! warning: function is never used: `typecheck_string` Oct 15 08:51:25.432 INFO kablam! --> src/typecheck.rs:1613:1 Oct 15 08:51:25.432 INFO kablam! | Oct 15 08:51:25.432 INFO kablam! 1613 | pub fn typecheck_string(module: &str) -> Result>, ::std::string::String> { Oct 15 08:51:25.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.432 INFO kablam! Oct 15 08:51:25.432 INFO kablam! warning: method is never used: `valid` Oct 15 08:51:25.432 INFO kablam! --> src/lexer.rs:251:5 Oct 15 08:51:25.432 INFO kablam! | Oct 15 08:51:25.432 INFO kablam! 251 | pub fn valid(&self) -> bool { Oct 15 08:51:25.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.432 INFO kablam! Oct 15 08:51:25.432 INFO kablam! warning: function is never used: `parse_string` Oct 15 08:51:25.432 INFO kablam! --> src/parser.rs:1136:1 Oct 15 08:51:25.432 INFO kablam! | Oct 15 08:51:25.432 INFO kablam! 1136 | pub fn parse_string(contents: &str) -> ParseResult> { Oct 15 08:51:25.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.432 INFO kablam! Oct 15 08:51:25.432 INFO kablam! warning: field is never used: `from` Oct 15 08:51:25.432 INFO kablam! --> src/graph.rs:24:5 Oct 15 08:51:25.432 INFO kablam! | Oct 15 08:51:25.432 INFO kablam! 24 | from: VertexIndex, Oct 15 08:51:25.432 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.432 INFO kablam! Oct 15 08:51:25.433 INFO kablam! warning: function is never used: `execute_main_string` Oct 15 08:51:25.433 INFO kablam! --> src/vm.rs:609:1 Oct 15 08:51:25.433 INFO kablam! | Oct 15 08:51:25.433 INFO kablam! 609 | pub fn execute_main_string(module: &str) -> Result, String> { Oct 15 08:51:25.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.433 INFO kablam! Oct 15 08:51:25.433 INFO kablam! warning: function is never used: `walk_module` Oct 15 08:51:25.433 INFO kablam! --> src/core.rs:228:5 Oct 15 08:51:25.433 INFO kablam! | Oct 15 08:51:25.433 INFO kablam! 228 | pub fn walk_module, Ident>(visitor: &mut V, module: &Module) { Oct 15 08:51:25.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.433 INFO kablam! Oct 15 08:51:25.433 INFO kablam! warning: function is never used: `walk_binding` Oct 15 08:51:25.433 INFO kablam! --> src/core.rs:234:5 Oct 15 08:51:25.433 INFO kablam! | Oct 15 08:51:25.433 INFO kablam! 234 | pub fn walk_binding, Ident>(visitor: &mut V, binding: &Binding) { Oct 15 08:51:25.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.433 INFO kablam! Oct 15 08:51:25.433 INFO kablam! warning: function is never used: `walk_expr` Oct 15 08:51:25.433 INFO kablam! --> src/core.rs:238:5 Oct 15 08:51:25.433 INFO kablam! | Oct 15 08:51:25.433 INFO kablam! 238 | pub fn walk_expr, Ident>(visitor: &mut V, expr: &Expr) { Oct 15 08:51:25.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.433 INFO kablam! Oct 15 08:51:25.433 INFO kablam! warning: function is never used: `walk_alternative` Oct 15 08:51:25.433 INFO kablam! --> src/core.rs:261:5 Oct 15 08:51:25.433 INFO kablam! | Oct 15 08:51:25.433 INFO kablam! 261 | pub fn walk_alternative, Ident>(visitor: &mut V, alt: &Alternative) { Oct 15 08:51:25.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.433 INFO kablam! Oct 15 08:51:25.433 INFO kablam! warning: function is never used: `walk_module` Oct 15 08:51:25.433 INFO kablam! --> src/core.rs:349:5 Oct 15 08:51:25.433 INFO kablam! | Oct 15 08:51:25.433 INFO kablam! 349 | pub fn walk_module, Ident>(visitor: &mut V, mut module: Module) -> Module { Oct 15 08:51:25.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.433 INFO kablam! Oct 15 08:51:25.433 INFO kablam! warning: function is never used: `walk_binding` Oct 15 08:51:25.433 INFO kablam! --> src/core.rs:358:5 Oct 15 08:51:25.433 INFO kablam! | Oct 15 08:51:25.433 INFO kablam! 358 | pub fn walk_binding, Ident>(visitor: &mut V, binding: Binding) -> Binding { Oct 15 08:51:25.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.433 INFO kablam! Oct 15 08:51:25.433 INFO kablam! warning: function is never used: `walk_expr` Oct 15 08:51:25.433 INFO kablam! --> src/core.rs:366:5 Oct 15 08:51:25.433 INFO kablam! | Oct 15 08:51:25.433 INFO kablam! 366 | pub fn walk_expr, Ident>(visitor: &mut V, expr: Expr) -> Expr { Oct 15 08:51:25.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.433 INFO kablam! Oct 15 08:51:25.433 INFO kablam! warning: function is never used: `walk_alternative` Oct 15 08:51:25.433 INFO kablam! --> src/core.rs:391:5 Oct 15 08:51:25.433 INFO kablam! | Oct 15 08:51:25.433 INFO kablam! 391 | pub fn walk_alternative, Ident>(visitor: &mut V, alt: Alternative) -> Alternative { Oct 15 08:51:25.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:25.433 INFO kablam! Oct 15 08:51:38.739 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.86s Oct 15 08:51:38.745 INFO kablam! su: No module specific data is present Oct 15 08:51:39.600 INFO running `"docker" "rm" "-f" "554e4f9e5670043c03c40931868008514d2d7f3aaba63adb1bb46ed25f9340e9"` Oct 15 08:51:39.883 INFO blam! 554e4f9e5670043c03c40931868008514d2d7f3aaba63adb1bb46ed25f9340e9 Oct 15 08:51:39.891 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:40.268 INFO blam! 967284c26462ac79fa9f7b03a2b9b9bf4fe167d78fc021c1e06cfe31456d3176 Oct 15 08:51:40.270 INFO running `"docker" "start" "-a" "967284c26462ac79fa9f7b03a2b9b9bf4fe167d78fc021c1e06cfe31456d3176"` Oct 15 08:51:41.639 INFO kablam! usermod: no changes Oct 15 08:51:41.675 INFO kablam! Compiling haskell-compiler v0.0.1 (/source) Oct 15 08:51:42.750 INFO kablam! warning: unused import: `module::Expr::*` Oct 15 08:51:42.750 INFO kablam! --> src/typecheck.rs:1653:5 Oct 15 08:51:42.750 INFO kablam! | Oct 15 08:51:42.750 INFO kablam! 1653 | use module::Expr::*; Oct 15 08:51:42.750 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 08:51:42.750 INFO kablam! | Oct 15 08:51:42.750 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:51:42.750 INFO kablam! Oct 15 08:51:42.755 INFO kablam! warning: unused import: `lexer::TokenEnum::*` Oct 15 08:51:42.755 INFO kablam! --> src/lexer.rs:590:5 Oct 15 08:51:42.755 INFO kablam! | Oct 15 08:51:42.755 INFO kablam! 590 | use lexer::TokenEnum::*; Oct 15 08:51:42.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:42.755 INFO kablam! Oct 15 08:51:42.755 INFO kablam! warning: unused macro definition Oct 15 08:51:42.755 INFO kablam! --> src/parser.rs:79:1 Oct 15 08:51:42.755 INFO kablam! | Oct 15 08:51:42.755 INFO kablam! 79 | / macro_rules! expect1 { Oct 15 08:51:42.755 INFO kablam! 80 | | ($e: expr, $p: ident ($x: ident)) => ({ Oct 15 08:51:42.755 INFO kablam! 81 | | match $e.next().token { Oct 15 08:51:42.755 INFO kablam! 82 | | $p($x) => $x, Oct 15 08:51:42.755 INFO kablam! ... | Oct 15 08:51:42.755 INFO kablam! 85 | | }) Oct 15 08:51:42.755 INFO kablam! 86 | | } Oct 15 08:51:42.755 INFO kablam! | |_^ Oct 15 08:51:42.755 INFO kablam! | Oct 15 08:51:42.755 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 08:51:42.755 INFO kablam! Oct 15 08:51:42.755 INFO kablam! warning: unused macro definition Oct 15 08:51:42.755 INFO kablam! --> src/parser.rs:88:1 Oct 15 08:51:42.755 INFO kablam! | Oct 15 08:51:42.755 INFO kablam! 88 | / macro_rules! matches { Oct 15 08:51:42.755 INFO kablam! 89 | | ($e: expr, $p: pat) => ( Oct 15 08:51:42.755 INFO kablam! 90 | | match $e { Oct 15 08:51:42.755 INFO kablam! 91 | | $p => true, Oct 15 08:51:42.755 INFO kablam! ... | Oct 15 08:51:42.755 INFO kablam! 94 | | ) Oct 15 08:51:42.755 INFO kablam! 95 | | } Oct 15 08:51:42.755 INFO kablam! | |_^ Oct 15 08:51:42.755 INFO kablam! Oct 15 08:51:42.761 INFO kablam! warning: unused import: `module::*` Oct 15 08:51:42.761 INFO kablam! --> src/parser.rs:1189:5 Oct 15 08:51:42.761 INFO kablam! | Oct 15 08:51:42.761 INFO kablam! 1189 | use module::*; Oct 15 08:51:42.761 INFO kablam! | ^^^^^^^^^ Oct 15 08:51:42.761 INFO kablam! Oct 15 08:51:42.761 INFO kablam! warning: unused import: `module::Expr::*` Oct 15 08:51:42.761 INFO kablam! --> src/parser.rs:1190:5 Oct 15 08:51:42.761 INFO kablam! | Oct 15 08:51:42.761 INFO kablam! 1190 | use module::Expr::*; Oct 15 08:51:42.761 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 08:51:42.761 INFO kablam! Oct 15 08:51:42.761 INFO kablam! warning: unused imports: `Constructor`, `Double`, `Int` Oct 15 08:51:42.761 INFO kablam! --> src/vm.rs:790:20 Oct 15 08:51:42.761 INFO kablam! | Oct 15 08:51:42.761 INFO kablam! 790 | use vm::VMResult::{Int, Double, Constructor}; Oct 15 08:51:42.761 INFO kablam! | ^^^ ^^^^^^ ^^^^^^^^^^^ Oct 15 08:51:42.761 INFO kablam! Oct 15 08:51:42.763 INFO kablam! warning: unused import: `interner::*` Oct 15 08:51:42.763 INFO kablam! --> src/core.rs:403:9 Oct 15 08:51:42.763 INFO kablam! | Oct 15 08:51:42.763 INFO kablam! 403 | use interner::*; Oct 15 08:51:42.763 INFO kablam! | ^^^^^^^^^^^ Oct 15 08:51:42.763 INFO kablam! Oct 15 08:51:42.767 INFO kablam! warning: unused import: `name` Oct 15 08:51:42.767 INFO kablam! --> src/lambda_lift.rs:5:15 Oct 15 08:51:42.767 INFO kablam! | Oct 15 08:51:42.767 INFO kablam! 5 | use renamer::{name, NameSupply}; Oct 15 08:51:42.767 INFO kablam! | ^^^^ Oct 15 08:51:42.767 INFO kablam! Oct 15 08:51:42.767 INFO kablam! warning: unused import: `core::*` Oct 15 08:51:42.767 INFO kablam! --> src/lambda_lift.rs:210:9 Oct 15 08:51:42.767 INFO kablam! | Oct 15 08:51:42.767 INFO kablam! 210 | use core::*; Oct 15 08:51:42.767 INFO kablam! | ^^^^^^^ Oct 15 08:51:42.767 INFO kablam! Oct 15 08:51:42.767 INFO kablam! warning: unused import: `core::Expr::*` Oct 15 08:51:42.767 INFO kablam! --> src/lambda_lift.rs:211:9 Oct 15 08:51:42.767 INFO kablam! | Oct 15 08:51:42.767 INFO kablam! 211 | use core::Expr::*; Oct 15 08:51:42.767 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 08:51:42.767 INFO kablam! Oct 15 08:51:45.707 INFO kablam! warning: private type `typecheck::Substitution` in public interface (error E0446) Oct 15 08:51:45.707 INFO kablam! --> src/typecheck.rs:885:5 Oct 15 08:51:45.707 INFO kablam! | Oct 15 08:51:45.707 INFO kablam! 885 | / pub fn typecheck_mutually_recursive_bindings Oct 15 08:51:45.707 INFO kablam! 886 | | (&mut self Oct 15 08:51:45.707 INFO kablam! 887 | | , start_var_age: isize Oct 15 08:51:45.707 INFO kablam! 888 | | , subs: &mut Substitution Oct 15 08:51:45.707 INFO kablam! ... | Oct 15 08:51:45.707 INFO kablam! 954 | | } Oct 15 08:51:45.707 INFO kablam! 955 | | } Oct 15 08:51:45.707 INFO kablam! | |_____^ Oct 15 08:51:45.707 INFO kablam! | Oct 15 08:51:45.707 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 15 08:51:45.707 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:45.707 INFO kablam! = note: for more information, see issue #34537 Oct 15 08:51:45.707 INFO kablam! Oct 15 08:51:45.707 INFO kablam! warning: private type `dyn typecheck::Bindings` in public interface (error E0446) Oct 15 08:51:45.707 INFO kablam! --> src/typecheck.rs:885:5 Oct 15 08:51:45.707 INFO kablam! | Oct 15 08:51:45.707 INFO kablam! 885 | / pub fn typecheck_mutually_recursive_bindings Oct 15 08:51:45.707 INFO kablam! 886 | | (&mut self Oct 15 08:51:45.707 INFO kablam! 887 | | , start_var_age: isize Oct 15 08:51:45.707 INFO kablam! 888 | | , subs: &mut Substitution Oct 15 08:51:45.707 INFO kablam! ... | Oct 15 08:51:45.707 INFO kablam! 954 | | } Oct 15 08:51:45.707 INFO kablam! 955 | | } Oct 15 08:51:45.707 INFO kablam! | |_____^ Oct 15 08:51:45.707 INFO kablam! | Oct 15 08:51:45.707 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:45.707 INFO kablam! = note: for more information, see issue #34537 Oct 15 08:51:45.707 INFO kablam! Oct 15 08:51:45.707 INFO kablam! warning: private type `graph::Edge` in public interface (error E0446) Oct 15 08:51:45.707 INFO kablam! --> src/graph.rs:55:5 Oct 15 08:51:45.707 INFO kablam! | Oct 15 08:51:45.707 INFO kablam! 55 | / pub fn get_edge<'a>(&'a self, edge: EdgeIndex) -> &'a Edge { Oct 15 08:51:45.707 INFO kablam! 56 | | &self.edges[edge.get()] Oct 15 08:51:45.707 INFO kablam! 57 | | } Oct 15 08:51:45.707 INFO kablam! | |_____^ Oct 15 08:51:45.707 INFO kablam! | Oct 15 08:51:45.707 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:45.707 INFO kablam! = note: for more information, see issue #34537 Oct 15 08:51:45.707 INFO kablam! Oct 15 08:51:45.707 INFO kablam! warning: private type `vm::InstanceDictionary` in public interface (error E0446) Oct 15 08:51:45.708 INFO kablam! --> src/vm.rs:39:16 Oct 15 08:51:45.708 INFO kablam! | Oct 15 08:51:45.708 INFO kablam! 39 | Dictionary(InstanceDictionary), Oct 15 08:51:45.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 08:51:45.708 INFO kablam! | Oct 15 08:51:45.708 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:45.708 INFO kablam! = note: for more information, see issue #34537 Oct 15 08:51:45.708 INFO kablam! Oct 15 08:51:47.279 INFO kablam! warning: function is never used: `tuple_type` Oct 15 08:51:47.279 INFO kablam! --> src/types.rs:184:1 Oct 15 08:51:47.279 INFO kablam! | Oct 15 08:51:47.279 INFO kablam! 184 | pub fn tuple_type(n: usize) -> (String, Type) { Oct 15 08:51:47.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:47.279 INFO kablam! | Oct 15 08:51:47.279 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:51:47.279 INFO kablam! Oct 15 08:51:47.279 INFO kablam! warning: function is never used: `walk_module` Oct 15 08:51:47.279 INFO kablam! --> src/module.rs:300:1 Oct 15 08:51:47.279 INFO kablam! | Oct 15 08:51:47.279 INFO kablam! 300 | pub fn walk_module>(visitor: &mut V, module: &Module) { Oct 15 08:51:47.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:47.279 INFO kablam! Oct 15 08:51:47.280 INFO kablam! warning: method is never used: `valid` Oct 15 08:51:47.280 INFO kablam! --> src/lexer.rs:251:5 Oct 15 08:51:47.280 INFO kablam! | Oct 15 08:51:47.280 INFO kablam! 251 | pub fn valid(&self) -> bool { Oct 15 08:51:47.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:47.280 INFO kablam! Oct 15 08:51:47.281 INFO kablam! warning: field is never used: `from` Oct 15 08:51:47.281 INFO kablam! --> src/graph.rs:24:5 Oct 15 08:51:47.281 INFO kablam! | Oct 15 08:51:47.281 INFO kablam! 24 | from: VertexIndex, Oct 15 08:51:47.281 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 08:51:47.281 INFO kablam! Oct 15 08:51:47.281 INFO kablam! warning: method is never used: `get_assembly` Oct 15 08:51:47.281 INFO kablam! --> src/vm.rs:178:5 Oct 15 08:51:47.281 INFO kablam! | Oct 15 08:51:47.281 INFO kablam! 178 | pub fn get_assembly(&self, index: usize) -> &Assembly { Oct 15 08:51:47.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:47.282 INFO kablam! Oct 15 08:51:47.282 INFO kablam! warning: method is never used: `from_expr` Oct 15 08:51:47.282 INFO kablam! --> src/core.rs:21:5 Oct 15 08:51:47.282 INFO kablam! | Oct 15 08:51:47.282 INFO kablam! 21 | pub fn from_expr(expr: Expr) -> Module { Oct 15 08:51:47.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:47.282 INFO kablam! Oct 15 08:51:47.282 INFO kablam! warning: function is never used: `walk_module` Oct 15 08:51:47.282 INFO kablam! --> src/core.rs:349:5 Oct 15 08:51:47.282 INFO kablam! | Oct 15 08:51:47.282 INFO kablam! 349 | pub fn walk_module, Ident>(visitor: &mut V, mut module: Module) -> Module { Oct 15 08:51:47.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:47.282 INFO kablam! Oct 15 08:51:47.283 INFO kablam! warning: function is never used: `walk_binding` Oct 15 08:51:47.283 INFO kablam! --> src/core.rs:358:5 Oct 15 08:51:47.283 INFO kablam! | Oct 15 08:51:47.283 INFO kablam! 358 | pub fn walk_binding, Ident>(visitor: &mut V, binding: Binding) -> Binding { Oct 15 08:51:47.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:47.283 INFO kablam! Oct 15 08:51:47.283 INFO kablam! warning: function is never used: `walk_expr` Oct 15 08:51:47.283 INFO kablam! --> src/core.rs:366:5 Oct 15 08:51:47.283 INFO kablam! | Oct 15 08:51:47.283 INFO kablam! 366 | pub fn walk_expr, Ident>(visitor: &mut V, expr: Expr) -> Expr { Oct 15 08:51:47.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:47.283 INFO kablam! Oct 15 08:51:47.283 INFO kablam! warning: function is never used: `walk_alternative` Oct 15 08:51:47.283 INFO kablam! --> src/core.rs:391:5 Oct 15 08:51:47.283 INFO kablam! | Oct 15 08:51:47.283 INFO kablam! 391 | pub fn walk_alternative, Ident>(visitor: &mut V, alt: Alternative) -> Alternative { Oct 15 08:51:47.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:47.283 INFO kablam! Oct 15 08:51:47.283 INFO kablam! warning: function is never used: `translate_expr` Oct 15 08:51:47.283 INFO kablam! --> src/core.rs:417:5 Oct 15 08:51:47.283 INFO kablam! | Oct 15 08:51:47.283 INFO kablam! 417 | pub fn translate_expr(expr: module::TypedExpr) -> Expr> { Oct 15 08:51:47.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:47.283 INFO kablam! Oct 15 08:52:03.263 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.59s Oct 15 08:52:03.264 INFO kablam! su: No module specific data is present Oct 15 08:52:03.973 INFO running `"docker" "rm" "-f" "967284c26462ac79fa9f7b03a2b9b9bf4fe167d78fc021c1e06cfe31456d3176"` Oct 15 08:52:04.243 INFO blam! 967284c26462ac79fa9f7b03a2b9b9bf4fe167d78fc021c1e06cfe31456d3176 Oct 15 08:52:04.247 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:04.727 INFO blam! 285e9b35688a5fbca0d7d3ccbaf11b568faa43e754de202a18cf7d6bababdf94 Oct 15 08:52:04.729 INFO running `"docker" "start" "-a" "285e9b35688a5fbca0d7d3ccbaf11b568faa43e754de202a18cf7d6bababdf94"` Oct 15 08:52:06.626 INFO kablam! usermod: no changes Oct 15 08:52:06.719 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 08:52:06.722 INFO kablam! Running /target/debug/deps/haskell_compiler-826dfd1c4a7b1d14 Oct 15 08:52:06.743 INFO blam! Oct 15 08:52:06.743 INFO blam! running 120 tests Oct 15 08:52:06.751 INFO blam! test compiler::tests::add ... ok Oct 15 08:52:06.759 INFO blam! test compiler::tests::binding_pattern ... ok Oct 15 08:52:06.759 INFO blam! test compiler::tests::compile_constructor ... ok Oct 15 08:52:06.765 INFO blam! test compiler::tests::compile_class_constraints_unknown ... ok Oct 15 08:52:06.771 INFO blam! test compiler::tests::application ... ok Oct 15 08:52:06.807 INFO blam! test compiler::tests::add_double ... ok Oct 15 08:52:06.808 INFO blam! test compiler::tests::compile_case ... ok Oct 15 08:52:06.844 INFO blam! test compiler::tests::compile_class_constraints ... ok Oct 15 08:52:06.844 INFO blam! test compiler::tests::newtype ... ok Oct 15 08:52:06.844 INFO blam! test graph::test_tarjan ... ok Oct 15 08:52:06.844 INFO blam! test compiler::tests::compile_tuple ... ok Oct 15 08:52:06.844 INFO blam! test compiler::tests::push_num_double ... ok Oct 15 08:52:06.845 INFO blam! test graph::test_tarjan2 ... ok Oct 15 08:52:06.845 INFO blam! test infix::tests::rewrite_operators ... ok Oct 15 08:52:06.855 INFO blam! test lambda_lift::tests::all_uniques ... ok Oct 15 08:52:06.859 INFO blam! test lambda_lift::tests::all_free_vars ... ok Oct 15 08:52:06.895 INFO blam! test graph::test_tarjan3 ... ok Oct 15 08:52:06.907 INFO blam! test compiler::tests::generics_do_not_propagate ... ok Oct 15 08:52:06.907 INFO blam! test lambda_lift::tests::no_local_lambdas ... ok Oct 15 08:52:06.911 INFO blam! test lexer::tests::simple ... ok Oct 15 08:52:06.914 INFO blam! test parser::tests::binding ... ok Oct 15 08:52:06.914 INFO blam! test lexer::tests::let_bind ... ok Oct 15 08:52:06.983 INFO blam! test parser::tests::double ... ok Oct 15 08:52:06.983 INFO blam! test parser::tests::deriving ... ok Oct 15 08:52:06.983 INFO blam! test parser::tests::lambda_pattern ... ok Oct 15 08:52:06.983 INFO blam! test parser::tests::parse_case ... ok Oct 15 08:52:06.983 INFO blam! test parser::tests::parse_data_2 ... ok Oct 15 08:52:06.983 INFO blam! test parser::tests::parse_do_expr ... ok Oct 15 08:52:06.983 INFO blam! test parser::tests::parse_data ... ok Oct 15 08:52:06.984 INFO blam! test parser::tests::parse_fixity ... ok Oct 15 08:52:06.985 INFO blam! test parser::tests::parse_imports ... ok Oct 15 08:52:06.985 INFO blam! test parser::tests::parse_instance_class ... ok Oct 15 08:52:06.987 INFO blam! test parser::tests::parse_guards ... ok Oct 15 08:52:06.993 INFO blam! test parser::tests::parse_let ... ok Oct 15 08:52:06.995 INFO blam! test parser::tests::parse_newtype ... ok Oct 15 08:52:07.204 INFO blam! test parser::tests::bench_prelude ... ok Oct 15 08:52:07.204 INFO blam! test parser::tests::parse_module_imports ... ok Oct 15 08:52:07.204 INFO blam! test infix::tests::operator_precedence_parens ... ok Oct 15 08:52:07.204 INFO blam! test parser::tests::parse_super_class ... ok Oct 15 08:52:07.204 INFO blam! test parser::tests::parse_type ... ok Oct 15 08:52:07.211 INFO blam! test parser::tests::parse_tuple ... ok Oct 15 08:52:07.211 INFO blam! test parser::tests::test_if_else ... ok Oct 15 08:52:07.212 INFO blam! test parser::tests::test_operators ... ok Oct 15 08:52:07.227 INFO blam! test parser::tests::where_bindings ... ok Oct 15 08:52:07.235 INFO blam! test parser::tests::parse_unit ... ok Oct 15 08:52:07.235 INFO blam! test parser::tests::simple ... ok Oct 15 08:52:07.247 INFO blam! test infix::tests::operator_precedence ... ok Oct 15 08:52:07.247 INFO blam! test scoped_map::tests::test ... ok Oct 15 08:52:07.307 INFO blam! test parser::tests::parse_prelude ... ok Oct 15 08:52:07.318 INFO blam! test typecheck::test::application ... ok Oct 15 08:52:07.395 INFO blam! test renamer::tests::missing_import ... ok Oct 15 08:52:07.411 INFO blam! test typecheck::test::argument_count_error ... ok Oct 15 08:52:07.411 INFO blam! test renamer::tests::duplicate_binding ... ok Oct 15 08:52:07.439 INFO blam! test typecheck::test::case_alternative_error ... ok Oct 15 08:52:07.439 INFO blam! test typecheck::test::binding_pattern ... ok Oct 15 08:52:07.440 INFO blam! test renamer::tests::import_binding ... ok Oct 15 08:52:07.535 INFO blam! test typecheck::test::all_constraints_match ... ok Oct 15 08:52:07.679 INFO blam! test lambda_lift::tests::bench ... ok Oct 15 08:52:07.691 INFO blam! test compiler::tests::bench_prelude ... ok Oct 15 08:52:07.692 INFO blam! test typecheck::test::guards ... ok Oct 15 08:52:07.755 INFO blam! test compiler::tests::compile_prelude ... ok Oct 15 08:52:07.839 INFO blam! test typecheck::test::bench_prelude ... ok Oct 15 08:52:07.839 INFO blam! test typecheck::test::test_typecheck_string ... ok Oct 15 08:52:07.839 INFO blam! test typecheck::test::deriving ... ok Oct 15 08:52:07.847 INFO blam! test typecheck::test::type_declaration ... ok Oct 15 08:52:07.859 INFO blam! test typecheck::test::type_declaration_error ... ok Oct 15 08:52:07.883 INFO blam! test typecheck::test::typecheck_case ... ok Oct 15 08:52:07.884 INFO blam! test typecheck::test::typecheck_constraints ... ok Oct 15 08:52:07.895 INFO blam! test typecheck::test::do_expr_pattern ... ok Oct 15 08:52:07.908 INFO blam! test typecheck::test::typecheck_constraints_no_instance ... ok Oct 15 08:52:07.908 INFO blam! test typecheck::test::typecheck_functor ... ok Oct 15 08:52:07.909 INFO blam! test typecheck::test::typecheck_constraints2 ... ok Oct 15 08:52:07.935 INFO blam! test typecheck::test::typecheck_instance_super_class ... ok Oct 15 08:52:07.935 INFO blam! test typecheck::test::typecheck_functor_error ... ok Oct 15 08:52:07.948 INFO blam! test typecheck::test::typecheck_let ... ok Oct 15 08:52:07.955 INFO blam! test typecheck::test::typecheck_lambda ... ok Oct 15 08:52:07.971 INFO blam! test typecheck::test::typecheck_list ... ok Oct 15 08:52:07.971 INFO blam! test typecheck::test::typecheck_missing_super_class ... ok Oct 15 08:52:07.975 INFO blam! test typecheck::test::typecheck_module_ ... ok Oct 15 08:52:07.987 INFO blam! test typecheck::test::typecheck_num_double ... ok Oct 15 08:52:08.020 INFO blam! test typecheck::test::typecheck_recursive_let ... ok Oct 15 08:52:08.026 INFO blam! test typecheck::test::typecheck_super_class ... ok Oct 15 08:52:08.031 INFO blam! test typecheck::test::typecheck_tuple ... ok Oct 15 08:52:08.036 INFO blam! test typecheck::test::typedeclaration_on_expression ... ok Oct 15 08:52:08.043 INFO blam! test typecheck::test::newtype_wrong_arg ... ok Oct 15 08:52:08.043 INFO blam! test typecheck::test::where_binding ... ok Oct 15 08:52:08.044 INFO blam! test typecheck::test::typedeclaration_to_general ... ok Oct 15 08:52:08.055 INFO blam! test typecheck::test::do_expr_wrong_monad ... ok Oct 15 08:52:08.063 INFO blam! test typecheck::test::wrong_type ... ok Oct 15 08:52:08.119 INFO blam! test typecheck::test::newtype ... ok Oct 15 08:52:08.207 INFO blam! test typecheck::test::do_expr_simple ... ok Oct 15 08:52:08.255 INFO blam! test vm::tests::deriving_ord ... ok Oct 15 08:52:08.430 INFO blam! test vm::tests::if_else ... ok Oct 15 08:52:08.503 INFO blam! test typecheck::test::typecheck_import ... ok Oct 15 08:52:08.503 INFO blam! test vm::tests::build_dictionary ... ok Oct 15 08:52:08.546 INFO blam! test typecheck::test::instance_constraints_propagate ... ok Oct 15 08:52:08.547 INFO blam! test vm::tests::local_function ... ok Oct 15 08:52:08.554 INFO blam! test vm::tests::import ... ok Oct 15 08:52:08.603 INFO blam! test typecheck::test::typecheck_prelude ... ok Oct 15 08:52:08.779 INFO blam! test vm::tests::implement_class ... ok Oct 15 08:52:08.779 INFO blam! test vm::tests::instance_super_class ... ok Oct 15 08:52:08.795 INFO blam! test vm::tests::deriving_eq ... ok Oct 15 08:52:08.807 INFO blam! test vm::tests::test_case ... ok Oct 15 08:52:08.831 INFO blam! test vm::tests::test_data_types ... ok Oct 15 08:52:08.831 INFO blam! test vm::tests::test_class_default_function ... ok Oct 15 08:52:08.843 INFO blam! test vm::tests::test_nested_case ... ok Oct 15 08:52:08.843 INFO blam! test vm::tests::test_function ... ok Oct 15 08:52:08.859 INFO blam! test vm::tests::test_primitive ... ok Oct 15 08:52:08.861 INFO blam! test vm::tests::test_nested_case2 ... ok Oct 15 08:52:08.899 INFO blam! test vm::tests::test_typeclasses_known_types ... ok Oct 15 08:52:08.939 INFO blam! test vm::tests::pattern_guards ... ok Oct 15 08:52:08.939 INFO blam! test vm::tests::test_typeclasses_unknown ... ok Oct 15 08:52:09.047 INFO blam! test vm::tests::monad_do ... ok Oct 15 08:52:09.090 INFO blam! test vm::tests::use_super_class ... ok Oct 15 08:52:09.100 INFO blam! test vm::tests::newtype ... ok Oct 15 08:52:09.147 INFO blam! test vm::tests::instance_eq_list ... ok Oct 15 08:52:09.239 INFO blam! test vm::tests::pattern_bind ... ok Oct 15 08:52:09.243 INFO blam! test vm::tests::test_run_prelude ... ok Oct 15 08:52:09.331 INFO blam! test vm::tests::pattern_guards_nested ... ok Oct 15 08:52:09.383 INFO blam! test vm::tests::where_bindings ... ok Oct 15 08:52:09.383 INFO blam! Oct 15 08:52:09.383 INFO blam! test result: ok. 120 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:52:09.383 INFO blam! Oct 15 08:52:09.399 INFO kablam! su: No module specific data is present Oct 15 08:52:10.330 INFO running `"docker" "rm" "-f" "285e9b35688a5fbca0d7d3ccbaf11b568faa43e754de202a18cf7d6bababdf94"` Oct 15 08:52:10.623 INFO blam! 285e9b35688a5fbca0d7d3ccbaf11b568faa43e754de202a18cf7d6bababdf94