Oct 14 11:10:57.227 INFO testing michaeljones/elm-parser against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 11:10:57.227 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 11:10:57.990 INFO blam! f321801fd5b5aa882e6eb4242f935add5fdde7a47a88b5a6d05cd00117c67977 Oct 14 11:10:57.991 INFO running `"docker" "start" "-a" "f321801fd5b5aa882e6eb4242f935add5fdde7a47a88b5a6d05cd00117c67977"` Oct 14 11:10:59.867 INFO kablam! usermod: no changes Oct 14 11:11:00.031 INFO kablam! Compiling libc v0.2.40 Oct 14 11:11:00.035 INFO kablam! Compiling same-file v1.0.2 Oct 14 11:11:00.667 INFO kablam! Compiling walkdir v2.1.4 Oct 14 11:11:02.513 INFO kablam! Compiling memchr v2.0.1 Oct 14 11:11:02.513 INFO kablam! Compiling atty v0.2.10 Oct 14 11:11:03.007 INFO kablam! Compiling clap v2.32.0 Oct 14 11:11:03.387 INFO kablam! Compiling aho-corasick v0.6.4 Oct 14 11:11:05.083 INFO kablam! Compiling regex v1.0.0 Oct 14 11:11:19.948 INFO kablam! Compiling nom v4.0.0 Oct 14 11:11:35.312 INFO kablam! Compiling elm-parser v0.1.0 (/source) Oct 14 11:11:35.987 INFO kablam! warning: unused imports: `FunctionDefinition`, `FunctionSignature`, `Function` Oct 14 11:11:35.988 INFO kablam! --> src/ast/expression/mod.rs:12:29 Oct 14 11:11:35.988 INFO kablam! | Oct 14 11:11:35.988 INFO kablam! 12 | use ast::expression::core::{Function, FunctionDefinition, FunctionSignature, LetEntry}; Oct 14 11:11:35.989 INFO kablam! | ^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ Oct 14 11:11:35.989 INFO kablam! | Oct 14 11:11:35.989 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:11:35.989 INFO kablam! Oct 14 11:11:37.759 INFO kablam! warning: unused variable: `indentation` Oct 14 11:11:37.759 INFO kablam! --> src/ast/expression/mod.rs:95:31 Oct 14 11:11:37.759 INFO kablam! | Oct 14 11:11:37.759 INFO kablam! 95 | named_args!(simplified_record(indentation: u32) , Oct 14 11:11:37.759 INFO kablam! | ^^^^^^^^^^^ help: consider using `_indentation` instead Oct 14 11:11:37.759 INFO kablam! | Oct 14 11:11:37.759 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:11:37.759 INFO kablam! Oct 14 11:11:38.487 INFO kablam! warning: variant is never constructed: `N` Oct 14 11:11:38.487 INFO kablam! --> src/ast/binop.rs:3:5 Oct 14 11:11:38.487 INFO kablam! | Oct 14 11:11:38.487 INFO kablam! 3 | N, Oct 14 11:11:38.487 INFO kablam! | ^ Oct 14 11:11:38.487 INFO kablam! | Oct 14 11:11:38.487 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:11:38.487 INFO kablam! Oct 14 11:11:38.487 INFO kablam! warning: variant is never constructed: `L` Oct 14 11:11:38.487 INFO kablam! --> src/ast/binop.rs:4:5 Oct 14 11:11:38.487 INFO kablam! | Oct 14 11:11:38.487 INFO kablam! 4 | L, Oct 14 11:11:38.487 INFO kablam! | ^ Oct 14 11:11:38.487 INFO kablam! Oct 14 11:11:38.487 INFO kablam! warning: variant is never constructed: `R` Oct 14 11:11:38.487 INFO kablam! --> src/ast/binop.rs:5:5 Oct 14 11:11:38.487 INFO kablam! | Oct 14 11:11:38.490 INFO kablam! 5 | R, Oct 14 11:11:38.490 INFO kablam! | ^ Oct 14 11:11:38.490 INFO kablam! Oct 14 11:11:38.490 INFO kablam! warning: variant is never constructed: `LetFunction` Oct 14 11:11:38.490 INFO kablam! --> src/ast/expression/core.rs:25:5 Oct 14 11:11:38.490 INFO kablam! | Oct 14 11:11:38.490 INFO kablam! 25 | LetFunction(Function), Oct 14 11:11:38.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.490 INFO kablam! Oct 14 11:11:38.490 INFO kablam! warning: variant is never constructed: `LetBinding` Oct 14 11:11:38.490 INFO kablam! --> src/ast/expression/core.rs:26:5 Oct 14 11:11:38.490 INFO kablam! | Oct 14 11:11:38.490 INFO kablam! 26 | LetBinding(Expression, Expression), Oct 14 11:11:38.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.491 INFO kablam! Oct 14 11:11:38.491 INFO kablam! warning: variant is never constructed: `Character` Oct 14 11:11:38.491 INFO kablam! --> src/ast/expression/core.rs:31:5 Oct 14 11:11:38.491 INFO kablam! | Oct 14 11:11:38.491 INFO kablam! 31 | Character(char), Oct 14 11:11:38.491 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 11:11:38.491 INFO kablam! Oct 14 11:11:38.491 INFO kablam! warning: variant is never constructed: `String` Oct 14 11:11:38.491 INFO kablam! --> src/ast/expression/core.rs:32:5 Oct 14 11:11:38.491 INFO kablam! | Oct 14 11:11:38.491 INFO kablam! 32 | String(String), Oct 14 11:11:38.491 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 11:11:38.491 INFO kablam! Oct 14 11:11:38.491 INFO kablam! warning: variant is never constructed: `Integer` Oct 14 11:11:38.491 INFO kablam! --> src/ast/expression/core.rs:33:5 Oct 14 11:11:38.491 INFO kablam! | Oct 14 11:11:38.491 INFO kablam! 33 | Integer(String), Oct 14 11:11:38.491 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 11:11:38.491 INFO kablam! Oct 14 11:11:38.491 INFO kablam! warning: variant is never constructed: `Float` Oct 14 11:11:38.491 INFO kablam! --> src/ast/expression/core.rs:34:5 Oct 14 11:11:38.491 INFO kablam! | Oct 14 11:11:38.491 INFO kablam! 34 | Float(String), Oct 14 11:11:38.491 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 11:11:38.491 INFO kablam! Oct 14 11:11:38.491 INFO kablam! warning: variant is never constructed: `Variable` Oct 14 11:11:38.491 INFO kablam! --> src/ast/expression/core.rs:35:5 Oct 14 11:11:38.491 INFO kablam! | Oct 14 11:11:38.491 INFO kablam! 35 | Variable(Vec), Oct 14 11:11:38.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.491 INFO kablam! Oct 14 11:11:38.491 INFO kablam! warning: variant is never constructed: `List` Oct 14 11:11:38.491 INFO kablam! --> src/ast/expression/core.rs:36:5 Oct 14 11:11:38.491 INFO kablam! | Oct 14 11:11:38.491 INFO kablam! 36 | List(Vec), Oct 14 11:11:38.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.491 INFO kablam! Oct 14 11:11:38.491 INFO kablam! warning: variant is never constructed: `Tuple` Oct 14 11:11:38.491 INFO kablam! --> src/ast/expression/core.rs:37:5 Oct 14 11:11:38.491 INFO kablam! | Oct 14 11:11:38.491 INFO kablam! 37 | Tuple(Vec), Oct 14 11:11:38.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.491 INFO kablam! Oct 14 11:11:38.491 INFO kablam! warning: variant is never constructed: `Access` Oct 14 11:11:38.491 INFO kablam! --> src/ast/expression/core.rs:38:5 Oct 14 11:11:38.491 INFO kablam! | Oct 14 11:11:38.491 INFO kablam! 38 | Access(Box, Vec), Oct 14 11:11:38.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.491 INFO kablam! Oct 14 11:11:38.491 INFO kablam! warning: variant is never constructed: `AccessFunction` Oct 14 11:11:38.491 INFO kablam! --> src/ast/expression/core.rs:39:5 Oct 14 11:11:38.491 INFO kablam! | Oct 14 11:11:38.491 INFO kablam! 39 | AccessFunction(Name), Oct 14 11:11:38.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.491 INFO kablam! Oct 14 11:11:38.491 INFO kablam! warning: variant is never constructed: `Record` Oct 14 11:11:38.491 INFO kablam! --> src/ast/expression/core.rs:40:5 Oct 14 11:11:38.491 INFO kablam! | Oct 14 11:11:38.491 INFO kablam! 40 | Record(Vec<(Name, Expression)>), Oct 14 11:11:38.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.491 INFO kablam! Oct 14 11:11:38.491 INFO kablam! warning: variant is never constructed: `RecordUpdate` Oct 14 11:11:38.491 INFO kablam! --> src/ast/expression/core.rs:41:5 Oct 14 11:11:38.491 INFO kablam! | Oct 14 11:11:38.491 INFO kablam! 41 | RecordUpdate(Name, Vec<(Name, Expression)>), Oct 14 11:11:38.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.491 INFO kablam! Oct 14 11:11:38.491 INFO kablam! warning: variant is never constructed: `If` Oct 14 11:11:38.491 INFO kablam! --> src/ast/expression/core.rs:42:5 Oct 14 11:11:38.491 INFO kablam! | Oct 14 11:11:38.491 INFO kablam! 42 | If(Box, Box, Box), Oct 14 11:11:38.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.491 INFO kablam! Oct 14 11:11:38.491 INFO kablam! warning: variant is never constructed: `Let` Oct 14 11:11:38.491 INFO kablam! --> src/ast/expression/core.rs:43:5 Oct 14 11:11:38.491 INFO kablam! | Oct 14 11:11:38.491 INFO kablam! 43 | Let(Vec, Box), Oct 14 11:11:38.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.491 INFO kablam! Oct 14 11:11:38.491 INFO kablam! warning: variant is never constructed: `Case` Oct 14 11:11:38.491 INFO kablam! --> src/ast/expression/core.rs:44:5 Oct 14 11:11:38.491 INFO kablam! | Oct 14 11:11:38.491 INFO kablam! 44 | Case(Box, Vec<(Expression, Expression)>), Oct 14 11:11:38.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.491 INFO kablam! Oct 14 11:11:38.491 INFO kablam! warning: variant is never constructed: `Lambda` Oct 14 11:11:38.492 INFO kablam! --> src/ast/expression/core.rs:45:5 Oct 14 11:11:38.492 INFO kablam! | Oct 14 11:11:38.492 INFO kablam! 45 | Lambda(Vec, Box), Oct 14 11:11:38.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.492 INFO kablam! Oct 14 11:11:38.492 INFO kablam! warning: variant is never constructed: `Application` Oct 14 11:11:38.492 INFO kablam! --> src/ast/expression/core.rs:46:5 Oct 14 11:11:38.492 INFO kablam! | Oct 14 11:11:38.492 INFO kablam! 46 | Application(Box, Box), Oct 14 11:11:38.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.492 INFO kablam! Oct 14 11:11:38.492 INFO kablam! warning: variant is never constructed: `BinOp` Oct 14 11:11:38.492 INFO kablam! --> src/ast/expression/core.rs:47:5 Oct 14 11:11:38.492 INFO kablam! | Oct 14 11:11:38.492 INFO kablam! 47 | BinOp(Box, Box, Box), Oct 14 11:11:38.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.492 INFO kablam! Oct 14 11:11:38.511 INFO kablam! warning: constant item is never used: `RESERVED_WORDS` Oct 14 11:11:38.511 INFO kablam! --> src/ast/helpers.rs:11:1 Oct 14 11:11:38.511 INFO kablam! | Oct 14 11:11:38.511 INFO kablam! 11 | / const RESERVED_WORDS: &[&str] = &[ Oct 14 11:11:38.511 INFO kablam! 12 | | "module", "where", "import", "as", "exposing", "type", "alias", "port", "if", "then", "else", Oct 14 11:11:38.511 INFO kablam! 13 | | "let", "in", "case", "of", Oct 14 11:11:38.511 INFO kablam! 14 | | ]; Oct 14 11:11:38.511 INFO kablam! | |__^ Oct 14 11:11:38.511 INFO kablam! Oct 14 11:11:38.511 INFO kablam! warning: constant item is never used: `RESERVED_OPERATORS` Oct 14 11:11:38.511 INFO kablam! --> src/ast/helpers.rs:16:1 Oct 14 11:11:38.511 INFO kablam! | Oct 14 11:11:38.511 INFO kablam! 16 | const RESERVED_OPERATORS: &[&str] = &["=", ".", "..", "->", "--", "|", ":"]; Oct 14 11:11:38.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.511 INFO kablam! Oct 14 11:11:38.511 INFO kablam! warning: enum is never used: `IR` Oct 14 11:11:38.511 INFO kablam! --> src/ast/helpers.rs:83:1 Oct 14 11:11:38.511 INFO kablam! | Oct 14 11:11:38.511 INFO kablam! 83 | pub enum IR { Oct 14 11:11:38.511 INFO kablam! | ^^^^^^^^^^^ Oct 14 11:11:38.511 INFO kablam! Oct 14 11:11:38.511 INFO kablam! warning: variant is never constructed: `Spaces` Oct 14 11:11:38.511 INFO kablam! --> src/ast/helpers.rs:91:5 Oct 14 11:11:38.511 INFO kablam! | Oct 14 11:11:38.511 INFO kablam! 91 | Spaces, Oct 14 11:11:38.511 INFO kablam! | ^^^^^^ Oct 14 11:11:38.511 INFO kablam! Oct 14 11:11:38.511 INFO kablam! warning: variant is never constructed: `Comment` Oct 14 11:11:38.511 INFO kablam! --> src/ast/helpers.rs:92:5 Oct 14 11:11:38.511 INFO kablam! | Oct 14 11:11:38.511 INFO kablam! 92 | Comment, Oct 14 11:11:38.511 INFO kablam! | ^^^^^^^ Oct 14 11:11:38.511 INFO kablam! Oct 14 11:11:38.511 INFO kablam! warning: variant is never constructed: `NewLineAndSpaces` Oct 14 11:11:38.511 INFO kablam! --> src/ast/helpers.rs:93:5 Oct 14 11:11:38.511 INFO kablam! | Oct 14 11:11:38.511 INFO kablam! 93 | NewLineAndSpaces, Oct 14 11:11:38.511 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 11:11:38.511 INFO kablam! Oct 14 11:11:38.511 INFO kablam! warning: variant is never constructed: `AllExport` Oct 14 11:11:38.511 INFO kablam! --> src/ast/statement/core.rs:9:5 Oct 14 11:11:38.511 INFO kablam! | Oct 14 11:11:38.511 INFO kablam! 9 | AllExport, Oct 14 11:11:38.511 INFO kablam! | ^^^^^^^^^ Oct 14 11:11:38.511 INFO kablam! Oct 14 11:11:38.511 INFO kablam! warning: variant is never constructed: `SubsetExport` Oct 14 11:11:38.511 INFO kablam! --> src/ast/statement/core.rs:10:5 Oct 14 11:11:38.511 INFO kablam! | Oct 14 11:11:38.511 INFO kablam! 10 | SubsetExport(Vec), Oct 14 11:11:38.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.511 INFO kablam! Oct 14 11:11:38.511 INFO kablam! warning: variant is never constructed: `FunctionExport` Oct 14 11:11:38.511 INFO kablam! --> src/ast/statement/core.rs:11:5 Oct 14 11:11:38.511 INFO kablam! | Oct 14 11:11:38.511 INFO kablam! 11 | FunctionExport(Name), Oct 14 11:11:38.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.511 INFO kablam! Oct 14 11:11:38.511 INFO kablam! warning: variant is never constructed: `TypeExport` Oct 14 11:11:38.511 INFO kablam! --> src/ast/statement/core.rs:12:5 Oct 14 11:11:38.511 INFO kablam! | Oct 14 11:11:38.511 INFO kablam! 12 | TypeExport(Name, Option>), Oct 14 11:11:38.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.511 INFO kablam! Oct 14 11:11:38.511 INFO kablam! warning: variant is never constructed: `ModuleDeclaration` Oct 14 11:11:38.511 INFO kablam! --> src/ast/statement/core.rs:17:5 Oct 14 11:11:38.511 INFO kablam! | Oct 14 11:11:38.511 INFO kablam! 17 | ModuleDeclaration(ModuleName, ExportSet), Oct 14 11:11:38.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.511 INFO kablam! Oct 14 11:11:38.511 INFO kablam! warning: variant is never constructed: `PortModuleDeclaration` Oct 14 11:11:38.511 INFO kablam! --> src/ast/statement/core.rs:18:5 Oct 14 11:11:38.511 INFO kablam! | Oct 14 11:11:38.511 INFO kablam! 18 | PortModuleDeclaration(ModuleName, ExportSet), Oct 14 11:11:38.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.511 INFO kablam! Oct 14 11:11:38.512 INFO kablam! warning: variant is never constructed: `EffectModuleDeclaration` Oct 14 11:11:38.512 INFO kablam! --> src/ast/statement/core.rs:19:5 Oct 14 11:11:38.512 INFO kablam! | Oct 14 11:11:38.512 INFO kablam! 19 | EffectModuleDeclaration(ModuleName, Vec<(Name, Name)>, ExportSet), Oct 14 11:11:38.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.512 INFO kablam! Oct 14 11:11:38.512 INFO kablam! warning: variant is never constructed: `ImportStatement` Oct 14 11:11:38.512 INFO kablam! --> src/ast/statement/core.rs:20:5 Oct 14 11:11:38.512 INFO kablam! | Oct 14 11:11:38.512 INFO kablam! 20 | ImportStatement(ModuleName, Option, Option), Oct 14 11:11:38.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.512 INFO kablam! Oct 14 11:11:38.512 INFO kablam! warning: variant is never constructed: `TypeAliasDeclaration` Oct 14 11:11:38.512 INFO kablam! --> src/ast/statement/core.rs:21:5 Oct 14 11:11:38.512 INFO kablam! | Oct 14 11:11:38.512 INFO kablam! 21 | TypeAliasDeclaration(Type, Type), Oct 14 11:11:38.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.512 INFO kablam! Oct 14 11:11:38.512 INFO kablam! warning: variant is never constructed: `TypeDeclaration` Oct 14 11:11:38.512 INFO kablam! --> src/ast/statement/core.rs:22:5 Oct 14 11:11:38.512 INFO kablam! | Oct 14 11:11:38.512 INFO kablam! 22 | TypeDeclaration(Type, Vec), Oct 14 11:11:38.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.512 INFO kablam! Oct 14 11:11:38.512 INFO kablam! warning: variant is never constructed: `PortTypeDeclaration` Oct 14 11:11:38.512 INFO kablam! --> src/ast/statement/core.rs:23:5 Oct 14 11:11:38.512 INFO kablam! | Oct 14 11:11:38.512 INFO kablam! 23 | PortTypeDeclaration(Name, Type), Oct 14 11:11:38.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.512 INFO kablam! Oct 14 11:11:38.512 INFO kablam! warning: variant is never constructed: `PortDeclaration` Oct 14 11:11:38.512 INFO kablam! --> src/ast/statement/core.rs:24:5 Oct 14 11:11:38.512 INFO kablam! | Oct 14 11:11:38.512 INFO kablam! 24 | PortDeclaration(Name, Vec, Expression), Oct 14 11:11:38.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.512 INFO kablam! Oct 14 11:11:38.512 INFO kablam! warning: variant is never constructed: `Function` Oct 14 11:11:38.512 INFO kablam! --> src/ast/statement/core.rs:25:5 Oct 14 11:11:38.512 INFO kablam! | Oct 14 11:11:38.512 INFO kablam! 25 | Function(Function), Oct 14 11:11:38.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.512 INFO kablam! Oct 14 11:11:38.512 INFO kablam! warning: variant is never constructed: `InfixDeclaration` Oct 14 11:11:38.512 INFO kablam! --> src/ast/statement/core.rs:26:5 Oct 14 11:11:38.512 INFO kablam! | Oct 14 11:11:38.512 INFO kablam! 26 | InfixDeclaration(Assoc, i64, Name), Oct 14 11:11:38.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.512 INFO kablam! Oct 14 11:11:38.512 INFO kablam! warning: variant is never constructed: `Comment` Oct 14 11:11:38.512 INFO kablam! --> src/ast/statement/core.rs:27:5 Oct 14 11:11:38.512 INFO kablam! | Oct 14 11:11:38.512 INFO kablam! 27 | Comment(String), Oct 14 11:11:38.512 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 11:11:38.512 INFO kablam! Oct 14 11:11:38.512 INFO kablam! warning: variant is never constructed: `TypeConstructor` Oct 14 11:11:38.512 INFO kablam! --> src/ast/type_/core.rs:5:5 Oct 14 11:11:38.512 INFO kablam! | Oct 14 11:11:38.512 INFO kablam! 5 | TypeConstructor(QualifiedType, Vec), Oct 14 11:11:38.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.512 INFO kablam! Oct 14 11:11:38.512 INFO kablam! warning: variant is never constructed: `TypeVariable` Oct 14 11:11:38.512 INFO kablam! --> src/ast/type_/core.rs:6:5 Oct 14 11:11:38.512 INFO kablam! | Oct 14 11:11:38.512 INFO kablam! 6 | TypeVariable(Name), Oct 14 11:11:38.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.512 INFO kablam! Oct 14 11:11:38.512 INFO kablam! warning: variant is never constructed: `TypeRecordConstructor` Oct 14 11:11:38.512 INFO kablam! --> src/ast/type_/core.rs:7:5 Oct 14 11:11:38.512 INFO kablam! | Oct 14 11:11:38.512 INFO kablam! 7 | TypeRecordConstructor(Box, Vec<(Name, Type)>), Oct 14 11:11:38.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.512 INFO kablam! Oct 14 11:11:38.512 INFO kablam! warning: variant is never constructed: `TypeRecord` Oct 14 11:11:38.512 INFO kablam! --> src/ast/type_/core.rs:8:5 Oct 14 11:11:38.512 INFO kablam! | Oct 14 11:11:38.512 INFO kablam! 8 | TypeRecord(Vec<(Name, Type)>), Oct 14 11:11:38.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.512 INFO kablam! Oct 14 11:11:38.512 INFO kablam! warning: variant is never constructed: `TypeTuple` Oct 14 11:11:38.512 INFO kablam! --> src/ast/type_/core.rs:9:5 Oct 14 11:11:38.512 INFO kablam! | Oct 14 11:11:38.512 INFO kablam! 9 | TypeTuple(Vec), Oct 14 11:11:38.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.512 INFO kablam! Oct 14 11:11:38.512 INFO kablam! warning: variant is never constructed: `TypeApplication` Oct 14 11:11:38.512 INFO kablam! --> src/ast/type_/core.rs:10:5 Oct 14 11:11:38.512 INFO kablam! | Oct 14 11:11:38.513 INFO kablam! 10 | TypeApplication(Box, Box), Oct 14 11:11:38.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:38.513 INFO kablam! Oct 14 11:11:40.235 INFO kablam! warning: unused imports: `FunctionDefinition`, `FunctionSignature`, `Function` Oct 14 11:11:40.235 INFO kablam! --> src/ast/expression/mod.rs:12:29 Oct 14 11:11:40.235 INFO kablam! | Oct 14 11:11:40.236 INFO kablam! 12 | use ast::expression::core::{Function, FunctionDefinition, FunctionSignature, LetEntry}; Oct 14 11:11:40.236 INFO kablam! | ^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ Oct 14 11:11:40.236 INFO kablam! | Oct 14 11:11:40.237 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:11:40.237 INFO kablam! Oct 14 11:11:40.263 INFO kablam! warning: unused imports: `FunctionDefinition`, `FunctionSignature`, `Function` Oct 14 11:11:40.263 INFO kablam! --> src/ast/expression/mod.rs:12:29 Oct 14 11:11:40.263 INFO kablam! | Oct 14 11:11:40.264 INFO kablam! 12 | use ast::expression::core::{Function, FunctionDefinition, FunctionSignature, LetEntry}; Oct 14 11:11:40.265 INFO kablam! | ^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ Oct 14 11:11:40.265 INFO kablam! | Oct 14 11:11:40.265 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:11:40.265 INFO kablam! Oct 14 11:11:43.567 INFO kablam! warning: unused variable: `indentation` Oct 14 11:11:43.567 INFO kablam! --> src/ast/expression/mod.rs:95:31 Oct 14 11:11:43.567 INFO kablam! | Oct 14 11:11:43.567 INFO kablam! 95 | named_args!(simplified_record(indentation: u32) , Oct 14 11:11:43.567 INFO kablam! | ^^^^^^^^^^^ help: consider using `_indentation` instead Oct 14 11:11:43.567 INFO kablam! | Oct 14 11:11:43.567 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:11:43.567 INFO kablam! Oct 14 11:11:44.002 INFO kablam! warning: unused variable: `args` Oct 14 11:11:44.003 INFO kablam! --> src/dump.rs:75:9 Oct 14 11:11:44.004 INFO kablam! | Oct 14 11:11:44.005 INFO kablam! 75 | let args: Vec = env::args().collect(); Oct 14 11:11:44.005 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 14 11:11:44.006 INFO kablam! | Oct 14 11:11:44.006 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:11:44.007 INFO kablam! Oct 14 11:11:44.007 INFO kablam! warning: unused variable: `indentation` Oct 14 11:11:44.008 INFO kablam! --> src/ast/expression/mod.rs:95:31 Oct 14 11:11:44.009 INFO kablam! | Oct 14 11:11:44.009 INFO kablam! 95 | named_args!(simplified_record(indentation: u32) , Oct 14 11:11:44.010 INFO kablam! | ^^^^^^^^^^^ help: consider using `_indentation` instead Oct 14 11:11:44.010 INFO kablam! Oct 14 11:11:45.081 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 11:11:45.082 INFO kablam! --> src/dump.rs:84:17 Oct 14 11:11:45.083 INFO kablam! | Oct 14 11:11:45.084 INFO kablam! 84 | dump_directory(path, quiet); Oct 14 11:11:45.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:11:45.085 INFO kablam! | Oct 14 11:11:45.085 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 11:11:45.086 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 11:11:45.087 INFO kablam! Oct 14 11:11:57.989 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 58.10s Oct 14 11:11:57.995 INFO kablam! su: No module specific data is present Oct 14 11:11:59.791 INFO running `"docker" "rm" "-f" "f321801fd5b5aa882e6eb4242f935add5fdde7a47a88b5a6d05cd00117c67977"` Oct 14 11:12:00.184 INFO blam! f321801fd5b5aa882e6eb4242f935add5fdde7a47a88b5a6d05cd00117c67977 Oct 14 11:12:00.186 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 11:12:00.598 INFO blam! f9eea670e7a673bd8f678703e38a29fde4ef0c5e00f64e37730b1172d3af575e Oct 14 11:12:00.607 INFO running `"docker" "start" "-a" "f9eea670e7a673bd8f678703e38a29fde4ef0c5e00f64e37730b1172d3af575e"` Oct 14 11:12:01.789 INFO kablam! usermod: no changes Oct 14 11:12:01.911 INFO kablam! Compiling elm-parser v0.1.0 (/source) Oct 14 11:12:09.134 INFO kablam! warning: unused variable: `args` Oct 14 11:12:09.134 INFO kablam! --> src/dump.rs:75:9 Oct 14 11:12:09.134 INFO kablam! | Oct 14 11:12:09.134 INFO kablam! 75 | let args: Vec = env::args().collect(); Oct 14 11:12:09.134 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 14 11:12:09.134 INFO kablam! | Oct 14 11:12:09.134 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:12:09.134 INFO kablam! Oct 14 11:12:09.143 INFO kablam! warning: unused variable: `indentation` Oct 14 11:12:09.143 INFO kablam! --> src/ast/expression/mod.rs:95:31 Oct 14 11:12:09.143 INFO kablam! | Oct 14 11:12:09.143 INFO kablam! 95 | named_args!(simplified_record(indentation: u32) , Oct 14 11:12:09.143 INFO kablam! | ^^^^^^^^^^^ help: consider using `_indentation` instead Oct 14 11:12:09.148 INFO kablam! Oct 14 11:12:09.591 INFO kablam! warning: unused variable: `indentation` Oct 14 11:12:09.591 INFO kablam! --> src/ast/expression/mod.rs:95:31 Oct 14 11:12:09.591 INFO kablam! | Oct 14 11:12:09.591 INFO kablam! 95 | named_args!(simplified_record(indentation: u32) , Oct 14 11:12:09.591 INFO kablam! | ^^^^^^^^^^^ help: consider using `_indentation` instead Oct 14 11:12:09.591 INFO kablam! | Oct 14 11:12:09.591 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:12:09.591 INFO kablam! Oct 14 11:12:10.959 INFO kablam! warning: unused variable: `indentation` Oct 14 11:12:10.959 INFO kablam! --> src/ast/expression/mod.rs:95:31 Oct 14 11:12:10.960 INFO kablam! | Oct 14 11:12:10.960 INFO kablam! 95 | named_args!(simplified_record(indentation: u32) , Oct 14 11:12:10.960 INFO kablam! | ^^^^^^^^^^^ help: consider using `_indentation` instead Oct 14 11:12:10.961 INFO kablam! | Oct 14 11:12:10.961 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:12:10.961 INFO kablam! Oct 14 11:12:12.135 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 11:12:12.135 INFO kablam! --> src/dump.rs:84:17 Oct 14 11:12:12.135 INFO kablam! | Oct 14 11:12:12.135 INFO kablam! 84 | dump_directory(path, quiet); Oct 14 11:12:12.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:12:12.135 INFO kablam! | Oct 14 11:12:12.135 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 11:12:12.135 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 11:12:12.135 INFO kablam! Oct 14 11:12:31.711 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.89s Oct 14 11:12:31.715 INFO kablam! su: No module specific data is present Oct 14 11:12:32.583 INFO running `"docker" "rm" "-f" "f9eea670e7a673bd8f678703e38a29fde4ef0c5e00f64e37730b1172d3af575e"` Oct 14 11:12:32.852 INFO blam! f9eea670e7a673bd8f678703e38a29fde4ef0c5e00f64e37730b1172d3af575e Oct 14 11:12:32.859 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 11:12:33.350 INFO blam! 0d2822818ccda62dcc0edcf369bfc9c86b88ca3a75934c7716479043e2ae3625 Oct 14 11:12:33.363 INFO running `"docker" "start" "-a" "0d2822818ccda62dcc0edcf369bfc9c86b88ca3a75934c7716479043e2ae3625"` Oct 14 11:12:34.355 INFO kablam! usermod: no changes Oct 14 11:12:34.483 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 14 11:12:34.491 INFO kablam! Running /target/debug/deps/elm_parser-0aba8ee29ebb4656 Oct 14 11:12:34.495 INFO blam! Oct 14 11:12:34.495 INFO blam! running 157 tests Oct 14 11:12:34.499 INFO blam! test ast::expression::character::tests::character_literals_must_contain_one_character ... ok Oct 14 11:12:34.499 INFO blam! test ast::expression::character::tests::charcode_literal ... ok Oct 14 11:12:34.507 INFO blam! test ast::expression::character::tests::character_literal ... ok Oct 14 11:12:34.507 INFO blam! test ast::expression::access_function::tests::simple_access_function ... ok Oct 14 11:12:34.507 INFO blam! test ast::expression::character::tests::newline_literal ... ok Oct 14 11:12:34.507 INFO blam! test ast::expression::float::tests::float_literal ... ok Oct 14 11:12:34.507 INFO blam! test ast::expression::float::tests::negative_float_literal ... ok Oct 14 11:12:34.507 INFO blam! test ast::expression::float::tests::postive_float_literal ... ok Oct 14 11:12:34.547 INFO blam! test ast::expression::function::tests::function_type_with_tuple ... ok Oct 14 11:12:34.547 INFO blam! test ast::expression::function::tests::function_type_with_operator ... ok Oct 14 11:12:34.575 INFO blam! test ast::expression::function::tests::function_without_signature ... ok Oct 14 11:12:34.579 INFO blam! test ast::expression::function::tests::simple_function_type ... ok Oct 14 11:12:34.579 INFO blam! test ast::expression::integer::tests::int_literal ... ok Oct 14 11:12:34.583 INFO blam! test ast::expression::integer::tests::negative_int_literal ... ok Oct 14 11:12:34.607 INFO blam! test ast::expression::function::tests::simple_function_type_with_new_line ... ok Oct 14 11:12:34.607 INFO blam! test ast::expression::integer::tests::postive_int_literal ... ok Oct 14 11:12:34.607 INFO blam! test ast::expression::function::tests::simple_function_with_new_line ... ok Oct 14 11:12:34.607 INFO blam! test ast::expression::function::tests::multi_line_function_type ... ok Oct 14 11:12:34.607 INFO blam! test ast::expression::function::tests::function_with_operator ... ok Oct 14 11:12:34.607 INFO blam! test ast::expression::function::tests::function_with_signature ... ok Oct 14 11:12:34.607 INFO blam! test ast::expression::string::tests::simple_multi_line_string ... ok Oct 14 11:12:34.607 INFO blam! test ast::expression::string::tests::simple_string ... ok Oct 14 11:12:34.635 INFO blam! test ast::expression::function::tests::multi_line_function_type_with_parens ... ok Oct 14 11:12:34.635 INFO blam! test ast::expression::string::tests::escaped_string ... ok Oct 14 11:12:34.635 INFO blam! test ast::expression::string::tests::double_escaped_string ... ok Oct 14 11:12:34.635 INFO blam! test ast::expression::string::tests::empty_triple_quote_string ... ok Oct 14 11:12:34.635 INFO blam! test ast::expression::string::tests::empty_string ... ok Oct 14 11:12:34.647 INFO blam! test ast::expression::function::tests::simple_function ... ok Oct 14 11:12:34.647 INFO blam! test ast::expression::tests::access ... ok Oct 14 11:12:34.647 INFO blam! test ast::expression::tests::access_function ... ok Oct 14 11:12:34.719 INFO blam! test ast::expression::tests::curried_application ... ok Oct 14 11:12:34.719 INFO blam! test ast::expression::tests::case_binding_to_underscore ... ok Oct 14 11:12:34.719 INFO blam! test ast::expression::tests::case_simple_statement_with_blank_line ... ok Oct 14 11:12:34.719 INFO blam! test ast::expression::tests::case_simple_statement ... ok Oct 14 11:12:34.743 INFO blam! test ast::expression::tests::empty_list ... ok Oct 14 11:12:34.743 INFO blam! test ast::expression::tests::constructor_application ... ok Oct 14 11:12:34.751 INFO blam! test ast::expression::tests::application_with_record_update ... ok Oct 14 11:12:34.779 INFO blam! test ast::expression::tests::if_statement ... ok Oct 14 11:12:34.787 INFO blam! test ast::expression::tests::curried_application_with_parens ... ok Oct 14 11:12:34.787 INFO blam! test ast::expression::tests::lambda_destructuring ... ok Oct 14 11:12:34.807 INFO blam! test ast::expression::tests::case_with_as ... ok Oct 14 11:12:34.819 INFO blam! test ast::expression::tests::if_statement_with_tuple ... ok Oct 14 11:12:34.827 INFO blam! test ast::expression::tests::let_block_bind_to_underscore ... ok Oct 14 11:12:34.839 INFO blam! test ast::expression::tests::let_block_function_with_function_signature ... ok Oct 14 11:12:34.844 INFO blam! test ast::expression::tests::let_block_with_single_binding ... ok Oct 14 11:12:34.855 INFO blam! test ast::expression::tests::let_group_single_binding ... ok Oct 14 11:12:34.855 INFO blam! test ast::expression::tests::let_block_multiple_bindings ... ok Oct 14 11:12:34.862 INFO blam! test ast::expression::tests::let_block_can_start_with_a_tag_name ... ok Oct 14 11:12:34.879 INFO blam! test ast::expression::tests::let_group_single_function_and_signature ... ok Oct 14 11:12:34.879 INFO blam! test ast::expression::tests::let_group_single_function ... ok Oct 14 11:12:34.903 INFO blam! test ast::expression::tests::let_single_binding ... ok Oct 14 11:12:34.911 INFO blam! test ast::expression::tests::multi_line_list ... ok Oct 14 11:12:34.917 INFO blam! test ast::expression::tests::multi_line_record ... ok Oct 14 11:12:34.920 INFO blam! test ast::expression::tests::if_statement_else_if_else ... ok Oct 14 11:12:34.923 INFO blam! test ast::expression::tests::multiline_application ... ok Oct 14 11:12:34.929 INFO blam! test ast::expression::tests::let_block_function_1 ... ok Oct 14 11:12:34.984 INFO blam! test ast::expression::tests::operator_passed_to_map ... ok Oct 14 11:12:34.984 INFO blam! test ast::expression::tests::multi_line_record_with_comments ... ok Oct 14 11:12:34.984 INFO blam! test ast::expression::tests::multiline_bug ... ok Oct 14 11:12:34.984 INFO blam! test ast::expression::tests::case_nested ... ok Oct 14 11:12:34.984 INFO blam! test ast::expression::tests::let_block_function_2 ... ok Oct 14 11:12:35.011 INFO blam! test ast::expression::tests::partial_application ... ok Oct 14 11:12:35.011 INFO blam! test ast::expression::tests::let_block_destructuring ... ok Oct 14 11:12:35.011 INFO blam! test ast::expression::tests::simple_list ... ok Oct 14 11:12:35.023 INFO blam! test ast::expression::tests::simple_binary_op ... ok Oct 14 11:12:35.031 INFO blam! test ast::expression::tests::same_multiline_bug ... ok Oct 14 11:12:35.031 INFO blam! test ast::expression::tests::simple_application ... ok Oct 14 11:12:35.031 INFO blam! test ast::expression::tests::simple_int_list ... ok Oct 14 11:12:35.031 INFO blam! test ast::expression::tests::record_update_with_comment ... ok Oct 14 11:12:35.031 INFO blam! test ast::expression::tests::simple_record_destructuring_pattern ... ok Oct 14 11:12:35.083 INFO blam! test ast::expression::tests::simple_record_with_updated_field ... ok Oct 14 11:12:35.091 INFO blam! test ast::expression::tests::simple_record_with_many_fields ... ok Oct 14 11:12:35.091 INFO blam! test ast::expression::tests::simple_record_update_with_advanced_field ... ok Oct 14 11:12:35.106 INFO blam! test ast::expression::tests::simple_record_with_advanced_field ... ok Oct 14 11:12:35.106 INFO blam! test ast::expression::tests::simple_tuple ... ok Oct 14 11:12:35.106 INFO blam! test ast::expression::tests::simple_tuple_with_formatting ... ok Oct 14 11:12:35.107 INFO blam! test ast::expression::tests::simple_variable ... ok Oct 14 11:12:35.115 INFO blam! test ast::expression::variable::tests::invalid_variable_2 ... ok Oct 14 11:12:35.115 INFO blam! test ast::expression::variable::tests::simple_variable ... ok Oct 14 11:12:35.115 INFO blam! test ast::expression::variable::tests::operator_in_parens ... ok Oct 14 11:12:35.115 INFO blam! test ast::expression::variable::tests::single_letter_variable ... ok Oct 14 11:12:35.123 INFO blam! test ast::helpers::tests::another_simple_operator ... ok Oct 14 11:12:35.123 INFO blam! test ast::expression::variable::tests::upper_letter_variable ... ok Oct 14 11:12:35.123 INFO blam! test ast::expression::tests::let_group_two_functions ... ok Oct 14 11:12:35.128 INFO blam! test ast::helpers::tests::invalid_operator ... ok Oct 14 11:12:35.128 INFO blam! test ast::expression::tests::simple_record ... ok Oct 14 11:12:35.128 INFO blam! test ast::expression::variable::tests::simple_variable_with_digits ... ok Oct 14 11:12:35.128 INFO blam! test ast::helpers::tests::invalid_zero_spaces ... ok Oct 14 11:12:35.128 INFO blam! test ast::helpers::tests::just_spaces ... ok Oct 14 11:12:35.128 INFO blam! test ast::expression::tests::simple_record_with_many_tuple_fields ... ok Oct 14 11:12:35.128 INFO blam! test ast::helpers::tests::opt_just_spaces ... ok Oct 14 11:12:35.135 INFO blam! test ast::helpers::tests::opt_no_spaces ... ok Oct 14 11:12:35.135 INFO blam! test ast::statement::comment::tests::comment_with_trailing_white_space ... ok Oct 14 11:12:35.135 INFO blam! test ast::helpers::tests::simple_name ... ok Oct 14 11:12:35.135 INFO blam! test ast::helpers::tests::simple_operator ... ok Oct 14 11:12:35.135 INFO blam! test ast::helpers::tests::valid_zero_spaces ... ok Oct 14 11:12:35.135 INFO blam! test ast::helpers::tests::spaces_with_comment ... ok Oct 14 11:12:35.135 INFO blam! test ast::statement::comment::tests::open_close_comment ... ok Oct 14 11:12:35.135 INFO blam! test ast::statement::comment::tests::multi_line_comment ... ok Oct 14 11:12:35.147 INFO blam! test ast::statement::comment::tests::simple_comment ... ok Oct 14 11:12:35.147 INFO blam! test ast::statement::export::tests::simple_all_export ... ok Oct 14 11:12:35.147 INFO blam! test ast::statement::export::tests::simple_function_export ... ok Oct 14 11:12:35.147 INFO blam! test ast::statement::export::tests::simple_multiline_function_export ... ok Oct 14 11:12:35.147 INFO blam! test ast::statement::export::tests::simple_operator_export ... ok Oct 14 11:12:35.147 INFO blam! test ast::expression::tests::simple_list_with_formatting ... ok Oct 14 11:12:35.155 INFO blam! test ast::statement::import::tests::import_exposing_union ... ok Oct 14 11:12:35.155 INFO blam! test ast::statement::import::tests::simple_import ... ok Oct 14 11:12:35.163 INFO blam! test ast::expression::tests::tuple_list ... ok Oct 14 11:12:35.163 INFO blam! test ast::statement::export::tests::simple_constructors_export ... ok Oct 14 11:12:35.171 INFO blam! test ast::statement::infix::tests::left ... ok Oct 14 11:12:35.175 INFO blam! test ast::statement::import::tests::import_exposing_constructor_subset ... ok Oct 14 11:12:35.199 INFO blam! test ast::statement::import::tests::import_multiline ... ok Oct 14 11:12:35.199 INFO blam! test ast::statement::import::tests::import_exposing_all ... ok Oct 14 11:12:35.199 INFO blam! test ast::statement::infix::tests::non ... ok Oct 14 11:12:35.199 INFO blam! test ast::statement::import::tests::import_exposing ... ok Oct 14 11:12:35.199 INFO blam! test ast::statement::import::tests::import_as ... ok Oct 14 11:12:35.199 INFO blam! test ast::statement::module::tests::declaration_exposing_an_infix_operator ... ok Oct 14 11:12:35.199 INFO blam! test ast::statement::module::tests::declaration_exposing_constructor_subset ... ok Oct 14 11:12:35.215 INFO blam! test ast::statement::infix::tests::right ... ok Oct 14 11:12:35.215 INFO blam! test ast::statement::module::tests::declaration_exposing_union ... ok Oct 14 11:12:35.215 INFO blam! test ast::statement::module::tests::declaration_exposing_particular_things ... ok Oct 14 11:12:35.218 INFO blam! test ast::statement::module::tests::simple_declaration_exposing_all ... ok Oct 14 11:12:35.220 INFO blam! test ast::statement::module::tests::declaration_using_a_port ... ok Oct 14 11:12:35.223 INFO blam! test ast::statement::module::tests::simple_effects ... ok Oct 14 11:12:35.238 INFO blam! test ast::statement::module::tests::multiline_declaration ... ok Oct 14 11:12:35.245 INFO blam! test ast::statement::port::tests::constant ... ok Oct 14 11:12:35.245 INFO blam! test ast::statement::port::tests::another_port_type_declaration ... ok Oct 14 11:12:35.245 INFO blam! test ast::statement::port::tests::port_definition ... ok Oct 14 11:12:35.259 INFO blam! test ast::statement::type_declaration::tests::can_parse_empty_record_aliases ... ok Oct 14 11:12:35.262 INFO blam! test ast::statement::type_declaration::tests::can_parse_aliases_of_unit ... ok Oct 14 11:12:35.293 INFO blam! test ast::statement::type_declaration::tests::can_parse_simple_type_declaration ... ok Oct 14 11:12:35.326 INFO blam! test ast::statement::type_declaration::tests::can_parse_multi_type_declaration ... ok Oct 14 11:12:35.327 INFO blam! test ast::type_::tests::application ... ok Oct 14 11:12:35.351 INFO blam! test ast::statement::type_declaration::tests::multi_line_record ... ok Oct 14 11:12:35.351 INFO blam! test ast::statement::type_declaration::tests::can_parse_multiline_type_declaration ... ok Oct 14 11:12:35.359 INFO blam! test ast::type_::tests::application_associativity ... ok Oct 14 11:12:35.359 INFO blam! test ast::statement::tests::simple_statements ... ok Oct 14 11:12:35.366 INFO blam! test ast::type_::tests::application_parens ... ok Oct 14 11:12:35.382 INFO blam! test ast::tests::simple_file ... ok Oct 14 11:12:35.430 INFO blam! test ast::statement::type_declaration::tests::can_parse_complex_function_alias ... ok Oct 14 11:12:35.431 INFO blam! test ast::type_::tests::basic_record ... ok Oct 14 11:12:35.447 INFO blam! test ast::statement::type_declaration::tests::multi_line_record_with_tuple_list ... ok Oct 14 11:12:35.455 INFO blam! test ast::type_::tests::list_of_tuples ... ok Oct 14 11:12:35.455 INFO blam! test ast::type_::tests::constant ... ok Oct 14 11:12:35.457 INFO blam! test ast::type_::tests::can_parse_multi_line_type_record_constructor ... ok Oct 14 11:12:35.458 INFO blam! test ast::type_::tests::can_parse_simple_type_record_constructor ... ok Oct 14 11:12:35.464 INFO blam! test ast::type_::tests::empty_tuple ... ok Oct 14 11:12:35.483 INFO blam! test ast::type_::tests::qualified_types ... ok Oct 14 11:12:35.532 INFO blam! test ast::type_::tests::empty_record ... ok Oct 14 11:12:35.539 INFO blam! test ast::type_::tests::multi_line_record ... ok Oct 14 11:12:35.540 INFO blam! test ast::type_::tests::can_parse_multi_line_type_record_constructor_in_function ... ok Oct 14 11:12:35.584 INFO blam! test ast::type_::tests::variables ... ok Oct 14 11:12:35.607 INFO blam! test ast::type_::tests::two_entry_record ... ok Oct 14 11:12:35.607 INFO blam! test ast::type_::tests::multi_line_type ... ok Oct 14 11:12:35.613 INFO blam! test ast::type_::tests::variables_with_numbers ... ok Oct 14 11:12:35.626 INFO blam! test ast::type_::tests::multi_line_record_with_comments ... ok Oct 14 11:12:35.627 INFO blam! test ast::type_::tests::multi_line_with_parens ... ok Oct 14 11:12:35.627 INFO blam! Oct 14 11:12:35.627 INFO blam! test result: ok. 157 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:12:35.627 INFO blam! Oct 14 11:12:35.631 INFO blam! Oct 14 11:12:35.631 INFO kablam! Running /target/debug/deps/elm_parser_check-0b7f1f6cbc029465 Oct 14 11:12:35.631 INFO blam! running 157 tests Oct 14 11:12:35.644 INFO blam! test ast::expression::character::tests::character_literals_must_contain_one_character ... ok Oct 14 11:12:35.645 INFO blam! test ast::expression::float::tests::float_literal ... ok Oct 14 11:12:35.645 INFO blam! test ast::expression::character::tests::character_literal ... ok Oct 14 11:12:35.646 INFO blam! test ast::expression::character::tests::newline_literal ... ok Oct 14 11:12:35.646 INFO blam! test ast::expression::access_function::tests::simple_access_function ... ok Oct 14 11:12:35.646 INFO blam! test ast::expression::character::tests::charcode_literal ... ok Oct 14 11:12:35.660 INFO blam! test ast::expression::float::tests::negative_float_literal ... ok Oct 14 11:12:35.660 INFO blam! test ast::expression::float::tests::postive_float_literal ... ok Oct 14 11:12:35.661 INFO blam! test ast::expression::function::tests::function_type_with_tuple ... ok Oct 14 11:12:35.667 INFO blam! test ast::expression::function::tests::function_type_with_operator ... ok Oct 14 11:12:35.687 INFO blam! test ast::expression::function::tests::simple_function_type_with_new_line ... ok Oct 14 11:12:35.687 INFO blam! test ast::expression::function::tests::simple_function_type ... ok Oct 14 11:12:35.703 INFO blam! test ast::expression::integer::tests::int_literal ... ok Oct 14 11:12:35.718 INFO blam! test ast::expression::integer::tests::negative_int_literal ... ok Oct 14 11:12:35.718 INFO blam! test ast::expression::function::tests::simple_function_with_new_line ... ok Oct 14 11:12:35.718 INFO blam! test ast::expression::integer::tests::postive_int_literal ... ok Oct 14 11:12:35.718 INFO blam! test ast::expression::string::tests::double_escaped_string ... ok Oct 14 11:12:35.718 INFO blam! test ast::expression::string::tests::empty_string ... ok Oct 14 11:12:35.718 INFO blam! test ast::expression::string::tests::empty_triple_quote_string ... ok Oct 14 11:12:35.718 INFO blam! test ast::expression::string::tests::escaped_string ... ok Oct 14 11:12:35.718 INFO blam! test ast::expression::string::tests::simple_multi_line_string ... ok Oct 14 11:12:35.718 INFO blam! test ast::expression::function::tests::function_with_operator ... ok Oct 14 11:12:35.718 INFO blam! test ast::expression::tests::access ... ok Oct 14 11:12:35.735 INFO blam! test ast::expression::function::tests::multi_line_function_type ... ok Oct 14 11:12:35.743 INFO blam! test ast::expression::function::tests::function_without_signature ... ok Oct 14 11:12:35.763 INFO blam! test ast::expression::string::tests::simple_string ... ok Oct 14 11:12:35.779 INFO blam! test ast::expression::function::tests::multi_line_function_type_with_parens ... ok Oct 14 11:12:35.779 INFO blam! test ast::expression::tests::access_function ... ok Oct 14 11:12:35.779 INFO blam! test ast::expression::function::tests::function_with_signature ... ok Oct 14 11:12:35.814 INFO blam! test ast::expression::tests::application_with_record_update ... ok Oct 14 11:12:35.815 INFO blam! test ast::expression::tests::constructor_application ... ok Oct 14 11:12:35.835 INFO blam! test ast::expression::tests::case_binding_to_underscore ... ok Oct 14 11:12:35.855 INFO blam! test ast::expression::function::tests::simple_function ... ok Oct 14 11:12:35.895 INFO blam! test ast::expression::tests::empty_list ... ok Oct 14 11:12:35.902 INFO blam! test ast::expression::tests::curried_application ... ok Oct 14 11:12:35.928 INFO blam! test ast::expression::tests::curried_application_with_parens ... ok Oct 14 11:12:35.951 INFO blam! test ast::expression::tests::lambda_destructuring ... ok Oct 14 11:12:35.963 INFO blam! test ast::expression::tests::if_statement ... ok Oct 14 11:12:36.007 INFO blam! test ast::expression::tests::case_with_as ... ok Oct 14 11:12:36.007 INFO blam! test ast::expression::tests::case_simple_statement_with_blank_line ... ok Oct 14 11:12:36.007 INFO blam! test ast::expression::tests::let_block_bind_to_underscore ... ok Oct 14 11:12:36.015 INFO blam! test ast::expression::tests::let_block_can_start_with_a_tag_name ... ok Oct 14 11:12:36.015 INFO blam! test ast::expression::tests::if_statement_with_tuple ... ok Oct 14 11:12:36.043 INFO blam! test ast::expression::tests::case_simple_statement ... ok Oct 14 11:12:36.059 INFO blam! test ast::expression::tests::if_statement_else_if_else ... ok Oct 14 11:12:36.091 INFO blam! test ast::expression::tests::let_block_function_with_function_signature ... ok Oct 14 11:12:36.100 INFO blam! test ast::expression::tests::let_block_multiple_bindings ... ok Oct 14 11:12:36.100 INFO blam! test ast::expression::tests::let_group_single_binding ... ok Oct 14 11:12:36.116 INFO blam! test ast::expression::tests::let_block_with_single_binding ... ok Oct 14 11:12:36.116 INFO blam! test ast::expression::tests::let_group_single_function ... ok Oct 14 11:12:36.127 INFO blam! test ast::expression::tests::let_single_binding ... ok Oct 14 11:12:36.127 INFO blam! test ast::expression::tests::multi_line_list ... ok Oct 14 11:12:36.163 INFO blam! test ast::expression::tests::let_block_function_1 ... ok Oct 14 11:12:36.163 INFO blam! test ast::expression::tests::case_nested ... ok Oct 14 11:12:36.163 INFO blam! test ast::expression::tests::multi_line_record_with_comments ... ok Oct 14 11:12:36.163 INFO blam! test ast::expression::tests::let_block_function_2 ... ok Oct 14 11:12:36.163 INFO blam! test ast::expression::tests::let_group_single_function_and_signature ... ok Oct 14 11:12:36.215 INFO blam! test ast::expression::tests::partial_application ... ok Oct 14 11:12:36.215 INFO blam! test ast::expression::tests::multiline_application ... ok Oct 14 11:12:36.215 INFO blam! test ast::expression::tests::let_group_two_functions ... ok Oct 14 11:12:36.215 INFO blam! test ast::expression::tests::multiline_bug ... ok Oct 14 11:12:36.215 INFO blam! test ast::expression::tests::let_block_destructuring ... ok Oct 14 11:12:36.215 INFO blam! test ast::expression::tests::operator_passed_to_map ... ok Oct 14 11:12:36.223 INFO blam! test ast::expression::tests::record_update_with_comment ... ok Oct 14 11:12:36.223 INFO blam! test ast::expression::tests::multi_line_record ... ok Oct 14 11:12:36.229 INFO blam! test ast::expression::tests::simple_list ... ok Oct 14 11:12:36.235 INFO blam! test ast::expression::tests::simple_int_list ... ok Oct 14 11:12:36.235 INFO blam! test ast::expression::tests::simple_application ... ok Oct 14 11:12:36.252 INFO blam! test ast::expression::tests::simple_record_destructuring_pattern ... ok Oct 14 11:12:36.262 INFO blam! test ast::expression::tests::simple_record ... ok Oct 14 11:12:36.291 INFO blam! test ast::expression::tests::simple_list_with_formatting ... ok Oct 14 11:12:36.291 INFO blam! test ast::expression::tests::same_multiline_bug ... ok Oct 14 11:12:36.291 INFO blam! test ast::expression::tests::simple_binary_op ... ok Oct 14 11:12:36.291 INFO blam! test ast::expression::tests::simple_record_update_with_advanced_field ... ok Oct 14 11:12:36.310 INFO blam! test ast::expression::tests::simple_record_with_advanced_field ... ok Oct 14 11:12:36.311 INFO blam! test ast::expression::tests::simple_record_with_many_fields ... ok Oct 14 11:12:36.311 INFO blam! test ast::expression::tests::simple_record_with_updated_field ... ok Oct 14 11:12:36.311 INFO blam! test ast::expression::tests::simple_variable ... ok Oct 14 11:12:36.311 INFO blam! test ast::expression::tests::simple_tuple ... ok Oct 14 11:12:36.326 INFO blam! test ast::expression::variable::tests::simple_variable_with_digits ... ok Oct 14 11:12:36.327 INFO blam! test ast::expression::variable::tests::single_letter_variable ... ok Oct 14 11:12:36.337 INFO blam! test ast::expression::tests::simple_tuple_with_formatting ... ok Oct 14 11:12:36.342 INFO blam! test ast::expression::variable::tests::invalid_variable_2 ... ok Oct 14 11:12:36.358 INFO blam! test ast::helpers::tests::invalid_zero_spaces ... ok Oct 14 11:12:36.358 INFO blam! test ast::helpers::tests::another_simple_operator ... ok Oct 14 11:12:36.358 INFO blam! test ast::helpers::tests::just_spaces ... ok Oct 14 11:12:36.358 INFO blam! test ast::helpers::tests::opt_just_spaces ... ok Oct 14 11:12:36.358 INFO blam! test ast::expression::variable::tests::operator_in_parens ... ok Oct 14 11:12:36.362 INFO blam! test ast::expression::variable::tests::upper_letter_variable ... ok Oct 14 11:12:36.363 INFO blam! test ast::expression::variable::tests::simple_variable ... ok Oct 14 11:12:36.370 INFO blam! test ast::helpers::tests::invalid_operator ... ok Oct 14 11:12:36.371 INFO blam! test ast::helpers::tests::valid_zero_spaces ... ok Oct 14 11:12:36.371 INFO blam! test ast::statement::comment::tests::multi_line_comment ... ok Oct 14 11:12:36.371 INFO blam! test ast::statement::comment::tests::comment_with_trailing_white_space ... ok Oct 14 11:12:36.371 INFO blam! test ast::helpers::tests::simple_name ... ok Oct 14 11:12:36.371 INFO blam! test ast::helpers::tests::spaces_with_comment ... ok Oct 14 11:12:36.371 INFO blam! test ast::helpers::tests::simple_operator ... ok Oct 14 11:12:36.371 INFO blam! test ast::statement::comment::tests::open_close_comment ... ok Oct 14 11:12:36.371 INFO blam! test ast::helpers::tests::opt_no_spaces ... ok Oct 14 11:12:36.379 INFO blam! test ast::statement::export::tests::simple_function_export ... ok Oct 14 11:12:36.394 INFO blam! test ast::statement::export::tests::simple_multiline_function_export ... ok Oct 14 11:12:36.395 INFO blam! test ast::statement::export::tests::simple_all_export ... ok Oct 14 11:12:36.395 INFO blam! test ast::statement::import::tests::import_exposing_all ... ok Oct 14 11:12:36.395 INFO blam! test ast::statement::import::tests::import_as ... ok Oct 14 11:12:36.395 INFO blam! test ast::statement::comment::tests::simple_comment ... ok Oct 14 11:12:36.411 INFO blam! test ast::statement::import::tests::import_exposing_constructor_subset ... ok Oct 14 11:12:36.411 INFO blam! test ast::statement::export::tests::simple_operator_export ... ok Oct 14 11:12:36.411 INFO blam! test ast::expression::tests::simple_record_with_many_tuple_fields ... ok Oct 14 11:12:36.411 INFO blam! test ast::statement::import::tests::import_exposing ... ok Oct 14 11:12:36.430 INFO blam! test ast::statement::infix::tests::right ... ok Oct 14 11:12:36.431 INFO blam! test ast::statement::infix::tests::non ... ok Oct 14 11:12:36.431 INFO blam! test ast::statement::infix::tests::left ... ok Oct 14 11:12:36.431 INFO blam! test ast::statement::import::tests::import_multiline ... ok Oct 14 11:12:36.431 INFO blam! test ast::statement::import::tests::import_exposing_union ... ok Oct 14 11:12:36.431 INFO blam! test ast::statement::import::tests::simple_import ... ok Oct 14 11:12:36.446 INFO blam! test ast::statement::module::tests::declaration_exposing_union ... ok Oct 14 11:12:36.447 INFO blam! test ast::statement::module::tests::declaration_using_a_port ... ok Oct 14 11:12:36.447 INFO blam! test ast::statement::export::tests::simple_constructors_export ... ok Oct 14 11:12:36.447 INFO blam! test ast::expression::tests::tuple_list ... ok Oct 14 11:12:36.447 INFO blam! test ast::statement::module::tests::declaration_exposing_an_infix_operator ... ok Oct 14 11:12:36.447 INFO blam! test ast::statement::module::tests::declaration_exposing_particular_things ... ok Oct 14 11:12:36.447 INFO blam! test ast::statement::module::tests::multiline_declaration ... ok Oct 14 11:12:36.447 INFO blam! test ast::statement::module::tests::declaration_exposing_constructor_subset ... ok Oct 14 11:12:36.466 INFO blam! test ast::statement::module::tests::simple_declaration_exposing_all ... ok Oct 14 11:12:36.467 INFO blam! test ast::statement::port::tests::port_definition ... ok Oct 14 11:12:36.467 INFO blam! test ast::statement::port::tests::constant ... ok Oct 14 11:12:36.475 INFO blam! test ast::statement::module::tests::simple_effects ... ok Oct 14 11:12:36.491 INFO blam! test ast::statement::tests::simple_statements ... ok Oct 14 11:12:36.491 INFO blam! test ast::statement::type_declaration::tests::can_parse_simple_type_declaration ... ok Oct 14 11:12:36.523 INFO blam! test ast::statement::type_declaration::tests::can_parse_multiline_type_declaration ... ok Oct 14 11:12:36.523 INFO blam! test ast::statement::type_declaration::tests::can_parse_aliases_of_unit ... ok Oct 14 11:12:36.523 INFO blam! test ast::statement::type_declaration::tests::can_parse_empty_record_aliases ... ok Oct 14 11:12:36.523 INFO blam! test ast::type_::tests::application_associativity ... ok Oct 14 11:12:36.535 INFO blam! test ast::statement::port::tests::another_port_type_declaration ... ok Oct 14 11:12:36.535 INFO blam! test ast::statement::type_declaration::tests::can_parse_multi_type_declaration ... ok Oct 14 11:12:36.535 INFO blam! test ast::type_::tests::application ... ok Oct 14 11:12:36.583 INFO blam! test ast::type_::tests::application_parens ... ok Oct 14 11:12:36.592 INFO blam! test ast::type_::tests::basic_record ... ok Oct 14 11:12:36.592 INFO blam! test ast::type_::tests::can_parse_multi_line_type_record_constructor ... ok Oct 14 11:12:36.592 INFO blam! test ast::statement::type_declaration::tests::multi_line_record ... ok Oct 14 11:12:36.592 INFO blam! test ast::type_::tests::constant ... ok Oct 14 11:12:36.592 INFO blam! test ast::type_::tests::can_parse_simple_type_record_constructor ... ok Oct 14 11:12:36.616 INFO blam! test ast::type_::tests::empty_record ... ok Oct 14 11:12:36.654 INFO blam! test ast::statement::type_declaration::tests::can_parse_complex_function_alias ... ok Oct 14 11:12:36.655 INFO blam! test ast::tests::simple_file ... ok Oct 14 11:12:36.655 INFO blam! test ast::type_::tests::empty_tuple ... ok Oct 14 11:12:36.655 INFO blam! test ast::type_::tests::list_of_tuples ... ok Oct 14 11:12:36.655 INFO blam! test ast::type_::tests::multi_line_record ... ok Oct 14 11:12:36.655 INFO blam! test ast::statement::type_declaration::tests::multi_line_record_with_tuple_list ... ok Oct 14 11:12:36.655 INFO blam! test ast::type_::tests::qualified_types ... ok Oct 14 11:12:36.674 INFO blam! test ast::type_::tests::variables_with_numbers ... ok Oct 14 11:12:36.686 INFO blam! test ast::type_::tests::variables ... ok Oct 14 11:12:36.694 INFO blam! test ast::type_::tests::can_parse_multi_line_type_record_constructor_in_function ... ok Oct 14 11:12:36.695 INFO blam! test ast::type_::tests::multi_line_record_with_comments ... ok Oct 14 11:12:36.695 INFO blam! test ast::type_::tests::multi_line_type ... ok Oct 14 11:12:36.702 INFO blam! test ast::type_::tests::two_entry_record ... ok Oct 14 11:12:36.703 INFO kablam! Running /target/debug/deps/elm_parser_dump-d5946536d58d9a91 Oct 14 11:12:36.703 INFO blam! test ast::type_::tests::multi_line_with_parens ... ok Oct 14 11:12:36.703 INFO blam! Oct 14 11:12:36.703 INFO blam! test result: ok. 157 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:12:36.703 INFO blam! Oct 14 11:12:36.710 INFO blam! Oct 14 11:12:36.711 INFO blam! running 157 tests Oct 14 11:12:36.711 INFO blam! test ast::expression::float::tests::postive_float_literal ... ok Oct 14 11:12:36.711 INFO blam! test ast::expression::float::tests::negative_float_literal ... ok Oct 14 11:12:36.711 INFO blam! test ast::expression::float::tests::float_literal ... ok Oct 14 11:12:36.711 INFO blam! test ast::expression::character::tests::newline_literal ... ok Oct 14 11:12:36.711 INFO blam! test ast::expression::character::tests::character_literals_must_contain_one_character ... ok Oct 14 11:12:36.711 INFO blam! test ast::expression::character::tests::charcode_literal ... ok Oct 14 11:12:36.711 INFO blam! test ast::expression::character::tests::character_literal ... ok Oct 14 11:12:36.736 INFO blam! test ast::expression::access_function::tests::simple_access_function ... ok Oct 14 11:12:36.736 INFO blam! test ast::expression::function::tests::multi_line_function_type ... ok Oct 14 11:12:36.736 INFO blam! test ast::expression::function::tests::function_type_with_tuple ... ok Oct 14 11:12:36.773 INFO blam! test ast::expression::function::tests::simple_function_type ... ok Oct 14 11:12:36.773 INFO blam! test ast::expression::function::tests::function_without_signature ... ok Oct 14 11:12:36.773 INFO blam! test ast::expression::function::tests::simple_function_type_with_new_line ... ok Oct 14 11:12:36.773 INFO blam! test ast::expression::function::tests::function_type_with_operator ... ok Oct 14 11:12:36.773 INFO blam! test ast::expression::function::tests::function_with_operator ... ok Oct 14 11:12:36.774 INFO blam! test ast::expression::integer::tests::postive_int_literal ... ok Oct 14 11:12:36.787 INFO blam! test ast::expression::function::tests::function_with_signature ... ok Oct 14 11:12:36.787 INFO blam! test ast::expression::string::tests::double_escaped_string ... ok Oct 14 11:12:36.787 INFO blam! test ast::expression::function::tests::multi_line_function_type_with_parens ... ok Oct 14 11:12:36.787 INFO blam! test ast::expression::integer::tests::negative_int_literal ... ok Oct 14 11:12:36.788 INFO blam! test ast::expression::integer::tests::int_literal ... ok Oct 14 11:12:36.789 INFO blam! test ast::expression::string::tests::empty_string ... ok Oct 14 11:12:36.798 INFO blam! test ast::expression::string::tests::empty_triple_quote_string ... ok Oct 14 11:12:36.799 INFO blam! test ast::expression::string::tests::escaped_string ... ok Oct 14 11:12:36.838 INFO blam! test ast::expression::string::tests::simple_multi_line_string ... ok Oct 14 11:12:36.839 INFO blam! test ast::expression::string::tests::simple_string ... ok Oct 14 11:12:36.839 INFO blam! test ast::expression::function::tests::simple_function_with_new_line ... ok Oct 14 11:12:36.839 INFO blam! test ast::expression::tests::access ... ok Oct 14 11:12:36.839 INFO blam! test ast::expression::tests::access_function ... ok Oct 14 11:12:36.867 INFO blam! test ast::expression::tests::constructor_application ... ok Oct 14 11:12:36.867 INFO blam! test ast::expression::function::tests::simple_function ... ok Oct 14 11:12:36.886 INFO blam! test ast::expression::tests::curried_application ... ok Oct 14 11:12:36.907 INFO blam! test ast::expression::tests::case_binding_to_underscore ... ok Oct 14 11:12:36.907 INFO blam! test ast::expression::tests::empty_list ... ok Oct 14 11:12:36.927 INFO blam! test ast::expression::tests::curried_application_with_parens ... ok Oct 14 11:12:36.952 INFO blam! test ast::expression::tests::application_with_record_update ... ok Oct 14 11:12:36.952 INFO blam! test ast::expression::tests::if_statement ... ok Oct 14 11:12:36.995 INFO blam! test ast::expression::tests::lambda_destructuring ... ok Oct 14 11:12:37.032 INFO blam! test ast::expression::tests::case_simple_statement_with_blank_line ... ok Oct 14 11:12:37.032 INFO blam! test ast::expression::tests::let_block_bind_to_underscore ... ok Oct 14 11:12:37.032 INFO blam! test ast::expression::tests::if_statement_else_if_else ... ok Oct 14 11:12:37.032 INFO blam! test ast::expression::tests::let_block_can_start_with_a_tag_name ... ok Oct 14 11:12:37.032 INFO blam! test ast::expression::tests::case_with_as ... ok Oct 14 11:12:37.032 INFO blam! test ast::expression::tests::case_simple_statement ... ok Oct 14 11:12:37.051 INFO blam! test ast::expression::tests::if_statement_with_tuple ... ok Oct 14 11:12:37.073 INFO blam! test ast::expression::tests::let_group_single_binding ... ok Oct 14 11:12:37.091 INFO blam! test ast::expression::tests::let_block_function_1 ... ok Oct 14 11:12:37.091 INFO blam! test ast::expression::tests::let_block_with_single_binding ... ok Oct 14 11:12:37.098 INFO blam! test ast::expression::tests::case_nested ... ok Oct 14 11:12:37.115 INFO blam! test ast::expression::tests::let_single_binding ... ok Oct 14 11:12:37.115 INFO blam! test ast::expression::tests::let_block_multiple_bindings ... ok Oct 14 11:12:37.115 INFO blam! test ast::expression::tests::let_block_destructuring ... ok Oct 14 11:12:37.123 INFO blam! test ast::expression::tests::let_block_function_with_function_signature ... ok Oct 14 11:12:37.145 INFO blam! test ast::expression::tests::multiline_application ... ok Oct 14 11:12:37.146 INFO blam! test ast::expression::tests::let_group_single_function ... ok Oct 14 11:12:37.167 INFO blam! test ast::expression::tests::let_block_function_2 ... ok Oct 14 11:12:37.167 INFO blam! test ast::expression::tests::operator_passed_to_map ... ok Oct 14 11:12:37.167 INFO blam! test ast::expression::tests::multiline_bug ... ok Oct 14 11:12:37.167 INFO blam! test ast::expression::tests::multi_line_record_with_comments ... ok Oct 14 11:12:37.187 INFO blam! test ast::expression::tests::multi_line_list ... ok Oct 14 11:12:37.187 INFO blam! test ast::expression::tests::multi_line_record ... ok Oct 14 11:12:37.247 INFO blam! test ast::expression::tests::simple_application ... ok Oct 14 11:12:37.247 INFO blam! test ast::expression::tests::let_group_single_function_and_signature ... ok Oct 14 11:12:37.247 INFO blam! test ast::expression::tests::partial_application ... ok Oct 14 11:12:37.250 INFO blam! test ast::expression::tests::let_group_two_functions ... ok Oct 14 11:12:37.251 INFO blam! test ast::expression::tests::record_update_with_comment ... ok Oct 14 11:12:37.275 INFO blam! test ast::expression::tests::simple_record_destructuring_pattern ... ok Oct 14 11:12:37.275 INFO blam! test ast::expression::tests::same_multiline_bug ... ok Oct 14 11:12:37.275 INFO blam! test ast::expression::tests::simple_binary_op ... ok Oct 14 11:12:37.275 INFO blam! test ast::expression::tests::simple_record ... ok Oct 14 11:12:37.288 INFO blam! test ast::expression::tests::simple_int_list ... ok Oct 14 11:12:37.294 INFO blam! test ast::expression::tests::simple_list_with_formatting ... ok Oct 14 11:12:37.298 INFO blam! test ast::expression::tests::simple_record_with_advanced_field ... ok Oct 14 11:12:37.299 INFO blam! test ast::expression::tests::simple_list ... ok Oct 14 11:12:37.311 INFO blam! test ast::expression::tests::simple_record_update_with_advanced_field ... ok Oct 14 11:12:37.359 INFO blam! test ast::expression::tests::simple_record_with_many_fields ... ok Oct 14 11:12:37.359 INFO blam! test ast::expression::tests::simple_tuple ... ok Oct 14 11:12:37.359 INFO blam! test ast::expression::tests::simple_variable ... ok Oct 14 11:12:37.359 INFO blam! test ast::expression::variable::tests::invalid_variable_2 ... ok Oct 14 11:12:37.359 INFO blam! test ast::expression::tests::simple_tuple_with_formatting ... ok Oct 14 11:12:37.369 INFO blam! test ast::expression::variable::tests::simple_variable ... ok Oct 14 11:12:37.369 INFO blam! test ast::expression::variable::tests::single_letter_variable ... ok Oct 14 11:12:37.369 INFO blam! test ast::expression::variable::tests::upper_letter_variable ... ok Oct 14 11:12:37.383 INFO blam! test ast::helpers::tests::invalid_operator ... ok Oct 14 11:12:37.383 INFO blam! test ast::expression::tests::simple_record_with_many_tuple_fields ... ok Oct 14 11:12:37.383 INFO blam! test ast::expression::variable::tests::simple_variable_with_digits ... ok Oct 14 11:12:37.383 INFO blam! test ast::helpers::tests::invalid_zero_spaces ... ok Oct 14 11:12:37.383 INFO blam! test ast::expression::tests::simple_record_with_updated_field ... ok Oct 14 11:12:37.409 INFO blam! test ast::helpers::tests::just_spaces ... ok Oct 14 11:12:37.409 INFO blam! test ast::helpers::tests::opt_just_spaces ... ok Oct 14 11:12:37.409 INFO blam! test ast::helpers::tests::opt_no_spaces ... ok Oct 14 11:12:37.409 INFO blam! test ast::expression::variable::tests::operator_in_parens ... ok Oct 14 11:12:37.409 INFO blam! test ast::helpers::tests::another_simple_operator ... ok Oct 14 11:12:37.409 INFO blam! test ast::helpers::tests::valid_zero_spaces ... ok Oct 14 11:12:37.415 INFO blam! test ast::helpers::tests::simple_name ... ok Oct 14 11:12:37.415 INFO blam! test ast::statement::comment::tests::comment_with_trailing_white_space ... ok Oct 14 11:12:37.415 INFO blam! test ast::helpers::tests::spaces_with_comment ... ok Oct 14 11:12:37.415 INFO blam! test ast::helpers::tests::simple_operator ... ok Oct 14 11:12:37.415 INFO blam! test ast::statement::export::tests::simple_all_export ... ok Oct 14 11:12:37.415 INFO blam! test ast::statement::comment::tests::multi_line_comment ... ok Oct 14 11:12:37.423 INFO blam! test ast::expression::tests::tuple_list ... ok Oct 14 11:12:37.423 INFO blam! test ast::statement::comment::tests::open_close_comment ... ok Oct 14 11:12:37.423 INFO blam! test ast::statement::export::tests::simple_constructors_export ... ok Oct 14 11:12:37.447 INFO blam! test ast::statement::export::tests::simple_function_export ... ok Oct 14 11:12:37.447 INFO blam! test ast::statement::comment::tests::simple_comment ... ok Oct 14 11:12:37.447 INFO blam! test ast::statement::export::tests::simple_multiline_function_export ... ok Oct 14 11:12:37.447 INFO blam! test ast::statement::export::tests::simple_operator_export ... ok Oct 14 11:12:37.458 INFO blam! test ast::statement::import::tests::import_as ... ok Oct 14 11:12:37.459 INFO blam! test ast::statement::infix::tests::left ... ok Oct 14 11:12:37.459 INFO blam! test ast::statement::import::tests::import_exposing_all ... ok Oct 14 11:12:37.459 INFO blam! test ast::statement::import::tests::import_exposing_constructor_subset ... ok Oct 14 11:12:37.459 INFO blam! test ast::statement::import::tests::simple_import ... ok Oct 14 11:12:37.479 INFO blam! test ast::statement::module::tests::declaration_exposing_constructor_subset ... ok Oct 14 11:12:37.479 INFO blam! test ast::statement::import::tests::import_exposing ... ok Oct 14 11:12:37.479 INFO blam! test ast::statement::infix::tests::right ... ok Oct 14 11:12:37.479 INFO blam! test ast::statement::import::tests::import_exposing_union ... ok Oct 14 11:12:37.479 INFO blam! test ast::statement::import::tests::import_multiline ... ok Oct 14 11:12:37.487 INFO blam! test ast::statement::module::tests::declaration_exposing_an_infix_operator ... ok Oct 14 11:12:37.487 INFO blam! test ast::statement::infix::tests::non ... ok Oct 14 11:12:37.487 INFO blam! test ast::statement::module::tests::declaration_exposing_particular_things ... ok Oct 14 11:12:37.507 INFO blam! test ast::statement::module::tests::declaration_exposing_union ... ok Oct 14 11:12:37.507 INFO blam! test ast::statement::module::tests::declaration_using_a_port ... ok Oct 14 11:12:37.507 INFO blam! test ast::statement::module::tests::simple_effects ... ok Oct 14 11:12:37.507 INFO blam! test ast::statement::module::tests::simple_declaration_exposing_all ... ok Oct 14 11:12:37.507 INFO blam! test ast::statement::port::tests::constant ... ok Oct 14 11:12:37.539 INFO blam! test ast::statement::module::tests::multiline_declaration ... ok Oct 14 11:12:37.575 INFO blam! test ast::statement::type_declaration::tests::can_parse_aliases_of_unit ... ok Oct 14 11:12:37.578 INFO blam! test ast::statement::port::tests::port_definition ... ok Oct 14 11:12:37.599 INFO blam! test ast::statement::port::tests::another_port_type_declaration ... ok Oct 14 11:12:37.599 INFO blam! test ast::statement::type_declaration::tests::can_parse_empty_record_aliases ... ok Oct 14 11:12:37.599 INFO blam! test ast::statement::type_declaration::tests::can_parse_multi_type_declaration ... ok Oct 14 11:12:37.599 INFO blam! test ast::statement::type_declaration::tests::can_parse_simple_type_declaration ... ok Oct 14 11:12:37.599 INFO blam! test ast::statement::type_declaration::tests::can_parse_multiline_type_declaration ... ok Oct 14 11:12:37.631 INFO blam! test ast::statement::type_declaration::tests::multi_line_record ... ok Oct 14 11:12:37.631 INFO blam! test ast::statement::tests::simple_statements ... ok Oct 14 11:12:37.631 INFO blam! test ast::type_::tests::application ... ok Oct 14 11:12:37.659 INFO blam! test ast::type_::tests::application_parens ... ok Oct 14 11:12:37.659 INFO blam! test ast::type_::tests::basic_record ... ok Oct 14 11:12:37.659 INFO blam! test ast::type_::tests::application_associativity ... ok Oct 14 11:12:37.659 INFO blam! test ast::statement::type_declaration::tests::can_parse_complex_function_alias ... ok Oct 14 11:12:37.659 INFO blam! test ast::statement::type_declaration::tests::multi_line_record_with_tuple_list ... ok Oct 14 11:12:37.679 INFO blam! test ast::tests::simple_file ... ok Oct 14 11:12:37.679 INFO blam! test ast::type_::tests::can_parse_simple_type_record_constructor ... ok Oct 14 11:12:37.679 INFO blam! test ast::type_::tests::constant ... ok Oct 14 11:12:37.679 INFO blam! test ast::type_::tests::empty_record ... ok Oct 14 11:12:37.679 INFO blam! test ast::type_::tests::empty_tuple ... ok Oct 14 11:12:37.679 INFO blam! test ast::type_::tests::can_parse_multi_line_type_record_constructor ... ok Oct 14 11:12:37.698 INFO blam! test ast::type_::tests::list_of_tuples ... ok Oct 14 11:12:37.714 INFO blam! test ast::type_::tests::variables ... ok Oct 14 11:12:37.739 INFO blam! test ast::type_::tests::two_entry_record ... ok Oct 14 11:12:37.739 INFO blam! test ast::type_::tests::variables_with_numbers ... ok Oct 14 11:12:37.739 INFO blam! test ast::type_::tests::qualified_types ... ok Oct 14 11:12:37.747 INFO blam! test ast::type_::tests::multi_line_type ... ok Oct 14 11:12:37.747 INFO blam! test ast::type_::tests::can_parse_multi_line_type_record_constructor_in_function ... ok Oct 14 11:12:37.759 INFO blam! test ast::type_::tests::multi_line_with_parens ... ok Oct 14 11:12:37.762 INFO blam! test ast::type_::tests::multi_line_record_with_comments ... ok Oct 14 11:12:37.774 INFO blam! test ast::type_::tests::multi_line_record ... ok Oct 14 11:12:37.775 INFO kablam! Doc-tests elm-parser Oct 14 11:12:37.775 INFO blam! Oct 14 11:12:37.775 INFO blam! test result: ok. 157 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:12:37.775 INFO blam! Oct 14 11:12:38.343 INFO blam! Oct 14 11:12:38.343 INFO blam! running 0 tests Oct 14 11:12:38.343 INFO blam! Oct 14 11:12:38.343 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:12:38.343 INFO blam! Oct 14 11:12:38.354 INFO kablam! su: No module specific data is present Oct 14 11:12:39.019 INFO running `"docker" "rm" "-f" "0d2822818ccda62dcc0edcf369bfc9c86b88ca3a75934c7716479043e2ae3625"` Oct 14 11:12:39.383 INFO blam! 0d2822818ccda62dcc0edcf369bfc9c86b88ca3a75934c7716479043e2ae3625