Oct 10 22:04:16.827 INFO testing hgzimmerman/HLWNPA against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:04:16.827 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:04:16.829 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 22:04:17.388 INFO blam! 58bb2fab0fc9b4aebc8c1ae0ddb1f287cbceb34df18ceed1b5769709934bff32 Oct 10 22:04:17.392 INFO running `"docker" "start" "-a" "58bb2fab0fc9b4aebc8c1ae0ddb1f287cbceb34df18ceed1b5769709934bff32"` Oct 10 22:04:18.449 INFO kablam! usermod: no changes Oct 10 22:04:18.612 INFO kablam! Compiling memchr v1.0.1 Oct 10 22:04:18.612 INFO kablam! Compiling uuid v0.4.0 Oct 10 22:04:19.741 INFO kablam! Compiling nom v3.2.0 Oct 10 22:04:23.685 INFO kablam! Compiling hlwnpa v0.1.1 (/source) Oct 10 22:04:25.604 INFO kablam! warning: unused import: `lang_result::LangError` Oct 10 22:04:25.604 INFO kablam! --> src/ast/mutability.rs:2:5 Oct 10 22:04:25.604 INFO kablam! | Oct 10 22:04:25.604 INFO kablam! 2 | use lang_result::LangError; Oct 10 22:04:25.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:04:25.605 INFO kablam! | Oct 10 22:04:25.605 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 22:04:25.605 INFO kablam! Oct 10 22:04:25.620 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 10 22:04:25.620 INFO kablam! --> src/repl.rs:6:5 Oct 10 22:04:25.620 INFO kablam! | Oct 10 22:04:25.620 INFO kablam! 6 | use std::collections::HashMap; Oct 10 22:04:25.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:04:25.620 INFO kablam! Oct 10 22:04:25.620 INFO kablam! warning: unused import: `std::rc::Rc` Oct 10 22:04:25.620 INFO kablam! --> src/repl.rs:12:5 Oct 10 22:04:25.620 INFO kablam! | Oct 10 22:04:25.620 INFO kablam! 12 | use std::rc::Rc; Oct 10 22:04:25.620 INFO kablam! | ^^^^^^^^^^^ Oct 10 22:04:25.620 INFO kablam! Oct 10 22:04:27.584 INFO kablam! warning: unused variable: `identifier` Oct 10 22:04:27.584 INFO kablam! --> src/ast/abstract_syntax_tree.rs:559:36 Oct 10 22:04:27.584 INFO kablam! | Oct 10 22:04:27.584 INFO kablam! 559 | Datatype::StructType { ref identifier, ref type_information } => { Oct 10 22:04:27.584 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 10 22:04:27.584 INFO kablam! | Oct 10 22:04:27.584 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:04:27.584 INFO kablam! Oct 10 22:04:27.584 INFO kablam! warning: unused variable: `type_info` Oct 10 22:04:27.584 INFO kablam! --> src/ast/abstract_syntax_tree.rs:685:49 Oct 10 22:04:27.584 INFO kablam! | Oct 10 22:04:27.584 INFO kablam! 685 | ref type_info Oct 10 22:04:27.584 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `type_info: _` Oct 10 22:04:27.584 INFO kablam! Oct 10 22:04:27.584 INFO kablam! warning: unused variable: `identifier` Oct 10 22:04:27.584 INFO kablam! --> src/ast/abstract_syntax_tree.rs:753:71 Oct 10 22:04:27.584 INFO kablam! | Oct 10 22:04:27.584 INFO kablam! 753 | if let &Datatype::StructType{ ref identifier, ref type_information } = datatype { Oct 10 22:04:27.584 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 10 22:04:27.584 INFO kablam! Oct 10 22:04:27.589 INFO kablam! warning: unused variable: `identifier` Oct 10 22:04:27.589 INFO kablam! --> src/ast/type_info.rs:54:75 Oct 10 22:04:27.589 INFO kablam! | Oct 10 22:04:27.589 INFO kablam! 54 | if let SExpression::TypeAssignment{ref identifier, ref type_info} = *s_expression { Oct 10 22:04:27.589 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 10 22:04:27.589 INFO kablam! Oct 10 22:04:27.592 INFO kablam! warning: unused variable: `type_information` Oct 10 22:04:27.592 INFO kablam! --> src/ast/type_info.rs:77:47 Oct 10 22:04:27.592 INFO kablam! | Oct 10 22:04:27.592 INFO kablam! 77 | Datatype::StructType{ identifier, type_information} => TypeInfo::StructType{ identifier: identifier }, Oct 10 22:04:27.592 INFO kablam! | ^^^^^^^^^^^^^^^^ help: try ignoring the field: `type_information: _` Oct 10 22:04:27.592 INFO kablam! Oct 10 22:04:27.592 INFO kablam! warning: unused variable: `parameters` Oct 10 22:04:27.592 INFO kablam! --> src/ast/type_info.rs:129:36 Oct 10 22:04:27.592 INFO kablam! | Oct 10 22:04:27.592 INFO kablam! 129 | TypeInfo::Function{ref parameters, ref return_type} => { Oct 10 22:04:27.592 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `parameters: _` Oct 10 22:04:27.592 INFO kablam! Oct 10 22:04:27.592 INFO kablam! warning: unused variable: `return_type` Oct 10 22:04:27.592 INFO kablam! --> src/ast/type_info.rs:129:52 Oct 10 22:04:27.592 INFO kablam! | Oct 10 22:04:27.592 INFO kablam! 129 | TypeInfo::Function{ref parameters, ref return_type} => { Oct 10 22:04:27.592 INFO kablam! | ^^^^^^^^^^^ help: try ignoring the field: `return_type: _` Oct 10 22:04:27.592 INFO kablam! Oct 10 22:04:27.592 INFO kablam! warning: unused variable: `ast` Oct 10 22:04:27.592 INFO kablam! --> src/ast/mutability.rs:54:65 Oct 10 22:04:27.592 INFO kablam! | Oct 10 22:04:27.592 INFO kablam! 54 | SExpression::Assignment{ref identifier, ref ast} => { // a := 5 Oct 10 22:04:27.592 INFO kablam! | ^^^ help: try ignoring the field: `ast: _` Oct 10 22:04:27.592 INFO kablam! Oct 10 22:04:27.592 INFO kablam! warning: unused variable: `ast` Oct 10 22:04:27.592 INFO kablam! --> src/ast/mutability.rs:68:72 Oct 10 22:04:27.592 INFO kablam! | Oct 10 22:04:27.592 INFO kablam! 68 | SExpression::ConstDeclaration {ref identifier, ref ast} => { // const a := 5 Oct 10 22:04:27.592 INFO kablam! | ^^^ help: try ignoring the field: `ast: _` Oct 10 22:04:27.592 INFO kablam! Oct 10 22:04:27.592 INFO kablam! warning: unused variable: `ast` Oct 10 22:04:27.592 INFO kablam! --> src/ast/mutability.rs:80:76 Oct 10 22:04:27.592 INFO kablam! | Oct 10 22:04:27.592 INFO kablam! 80 | SExpression::VariableDeclaration { ref identifier, ref ast } => { Oct 10 22:04:27.592 INFO kablam! | ^^^ help: try ignoring the field: `ast: _` Oct 10 22:04:27.592 INFO kablam! Oct 10 22:04:27.592 INFO kablam! warning: unused variable: `function_datatype` Oct 10 22:04:27.592 INFO kablam! --> src/ast/mutability.rs:97:72 Oct 10 22:04:27.592 INFO kablam! | Oct 10 22:04:27.592 INFO kablam! 97 | SExpression::DeclareFunction { ref identifier, ref function_datatype } => { Oct 10 22:04:27.592 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: try ignoring the field: `function_datatype: _` Oct 10 22:04:27.592 INFO kablam! Oct 10 22:04:27.592 INFO kablam! warning: unused variable: `struct_type_info` Oct 10 22:04:27.593 INFO kablam! --> src/ast/mutability.rs:109:74 Oct 10 22:04:27.593 INFO kablam! | Oct 10 22:04:27.593 INFO kablam! 109 | SExpression::StructDeclaration { ref identifier, ref struct_type_info} => { Oct 10 22:04:27.593 INFO kablam! | ^^^^^^^^^^^^^^^^ help: try ignoring the field: `struct_type_info: _` Oct 10 22:04:27.593 INFO kablam! Oct 10 22:04:27.593 INFO kablam! warning: unused variable: `lhs_type` Oct 10 22:04:27.593 INFO kablam! --> src/ast/type_checking.rs:130:65 Oct 10 22:04:27.593 INFO kablam! | Oct 10 22:04:27.593 INFO kablam! 130 | Mutability::Mutable(ref lhs_type) => { Oct 10 22:04:27.593 INFO kablam! | ^^^^^^^^ help: consider using `_lhs_type` instead Oct 10 22:04:27.593 INFO kablam! Oct 10 22:04:27.593 INFO kablam! warning: unused variable: `lhs_mutability` Oct 10 22:04:27.593 INFO kablam! --> src/ast/type_checking.rs:166:38 Oct 10 22:04:27.593 INFO kablam! | Oct 10 22:04:27.593 INFO kablam! 166 | Some(lhs_mutability) => { Oct 10 22:04:27.593 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_lhs_mutability` instead Oct 10 22:04:27.593 INFO kablam! Oct 10 22:04:27.593 INFO kablam! warning: unused variable: `lhs_mutability` Oct 10 22:04:27.593 INFO kablam! --> src/ast/type_checking.rs:197:38 Oct 10 22:04:27.593 INFO kablam! | Oct 10 22:04:27.593 INFO kablam! 197 | Some(lhs_mutability) => { Oct 10 22:04:27.593 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_lhs_mutability` instead Oct 10 22:04:27.593 INFO kablam! Oct 10 22:04:27.593 INFO kablam! warning: unused variable: `lhs_mutability` Oct 10 22:04:27.593 INFO kablam! --> src/ast/type_checking.rs:226:38 Oct 10 22:04:27.593 INFO kablam! | Oct 10 22:04:27.593 INFO kablam! 226 | Some(lhs_mutability) => { Oct 10 22:04:27.593 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_lhs_mutability` instead Oct 10 22:04:27.593 INFO kablam! Oct 10 22:04:27.593 INFO kablam! warning: unused variable: `index` Oct 10 22:04:27.593 INFO kablam! --> src/ast/type_checking.rs:308:29 Oct 10 22:04:27.593 INFO kablam! | Oct 10 22:04:27.593 INFO kablam! 308 | ref index Oct 10 22:04:27.593 INFO kablam! | ^^^^^ help: try ignoring the field: `index: _` Oct 10 22:04:27.593 INFO kablam! Oct 10 22:04:27.593 INFO kablam! warning: unused variable: `struct_datatype` Oct 10 22:04:27.593 INFO kablam! --> src/ast/type_checking.rs:386:29 Oct 10 22:04:27.593 INFO kablam! | Oct 10 22:04:27.593 INFO kablam! 386 | ref struct_datatype Oct 10 22:04:27.593 INFO kablam! | ^^^^^^^^^^^^^^^ help: try ignoring the field: `struct_datatype: _` Oct 10 22:04:27.593 INFO kablam! Oct 10 22:04:27.593 INFO kablam! warning: unused variable: `map` Oct 10 22:04:27.593 INFO kablam! --> src/ast/type_checking.rs:390:62 Oct 10 22:04:27.593 INFO kablam! | Oct 10 22:04:27.593 INFO kablam! 390 | if let TypeInfo::Struct{ ref map } = existing_struct_type.clone().get_type() { Oct 10 22:04:27.593 INFO kablam! | ^^^ help: try ignoring the field: `map: _` Oct 10 22:04:27.593 INFO kablam! Oct 10 22:04:27.593 INFO kablam! warning: unused variable: `identifier` Oct 10 22:04:27.593 INFO kablam! --> src/ast/type_checking.rs:399:29 Oct 10 22:04:27.593 INFO kablam! | Oct 10 22:04:27.593 INFO kablam! 399 | ref identifier, Oct 10 22:04:27.593 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 10 22:04:27.593 INFO kablam! Oct 10 22:04:27.593 INFO kablam! warning: unused variable: `field_identifier` Oct 10 22:04:27.593 INFO kablam! --> src/ast/type_checking.rs:400:29 Oct 10 22:04:27.593 INFO kablam! | Oct 10 22:04:27.593 INFO kablam! 400 | ref field_identifier Oct 10 22:04:27.593 INFO kablam! | ^^^^^^^^^^^^^^^^ help: try ignoring the field: `field_identifier: _` Oct 10 22:04:27.593 INFO kablam! Oct 10 22:04:27.848 INFO kablam! warning: variable does not need to be mutable Oct 10 22:04:27.848 INFO kablam! --> src/ast/type_checking.rs:58:32 Oct 10 22:04:27.848 INFO kablam! | Oct 10 22:04:27.848 INFO kablam! 58 | pub fn check_types( &self, mut type_store: &mut TypeStore ) -> MutabilityResult { Oct 10 22:04:27.848 INFO kablam! | ----^^^^^^^^^^ Oct 10 22:04:27.848 INFO kablam! | | Oct 10 22:04:27.848 INFO kablam! | help: remove this `mut` Oct 10 22:04:27.848 INFO kablam! | Oct 10 22:04:27.848 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:04:27.848 INFO kablam! Oct 10 22:04:27.855 INFO kablam! warning: variable does not need to be mutable Oct 10 22:04:27.856 INFO kablam! --> src/repl.rs:78:82 Oct 10 22:04:27.856 INFO kablam! | Oct 10 22:04:27.857 INFO kablam! 78 | pub fn repl(mut map: &mut VariableStore, mut mutability_map: &mut MutabilityMap, mut type_store: &mut TypeStore) { Oct 10 22:04:27.858 INFO kablam! | ----^^^^^^^^^^ Oct 10 22:04:27.858 INFO kablam! | | Oct 10 22:04:27.859 INFO kablam! | help: remove this `mut` Oct 10 22:04:27.859 INFO kablam! Oct 10 22:04:28.151 INFO kablam! warning: variant is never constructed: `ExpectedDataTypeInfo` Oct 10 22:04:28.151 INFO kablam! --> src/ast/lang_result.rs:23:5 Oct 10 22:04:28.151 INFO kablam! | Oct 10 22:04:28.151 INFO kablam! 23 | ExpectedDataTypeInfo, Oct 10 22:04:28.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 22:04:28.151 INFO kablam! | Oct 10 22:04:28.151 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:04:28.151 INFO kablam! Oct 10 22:04:28.151 INFO kablam! warning: variant is never constructed: `InvalidSyntax` Oct 10 22:04:28.151 INFO kablam! --> src/ast/lang_result.rs:24:5 Oct 10 22:04:28.151 INFO kablam! | Oct 10 22:04:28.151 INFO kablam! 24 | InvalidSyntax, Oct 10 22:04:28.151 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 22:04:28.151 INFO kablam! Oct 10 22:04:28.151 INFO kablam! warning: variant is never constructed: `InvalidSyntaxFailedToParse` Oct 10 22:04:28.151 INFO kablam! --> src/ast/lang_result.rs:25:5 Oct 10 22:04:28.151 INFO kablam! | Oct 10 22:04:28.151 INFO kablam! 25 | InvalidSyntaxFailedToParse, Oct 10 22:04:28.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:04:28.151 INFO kablam! Oct 10 22:04:28.151 INFO kablam! warning: type alias is never used: `MutabilityResult` Oct 10 22:04:28.151 INFO kablam! --> src/ast/mutability.rs:10:1 Oct 10 22:04:28.151 INFO kablam! | Oct 10 22:04:28.151 INFO kablam! 10 | pub type MutabilityResult = Result<(), MutabilityError>; Oct 10 22:04:28.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:04:28.151 INFO kablam! Oct 10 22:04:28.151 INFO kablam! warning: variant is never constructed: `VariableDoesNotExist` Oct 10 22:04:28.151 INFO kablam! --> src/ast/type_checking.rs:16:5 Oct 10 22:04:28.151 INFO kablam! | Oct 10 22:04:28.151 INFO kablam! 16 | VariableDoesNotExist, // Remove? Oct 10 22:04:28.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 22:04:28.151 INFO kablam! Oct 10 22:04:28.151 INFO kablam! warning: function is never used: `get_type_from_ast` Oct 10 22:04:28.151 INFO kablam! --> src/parser/type_signature.rs:57:1 Oct 10 22:04:28.151 INFO kablam! | Oct 10 22:04:28.151 INFO kablam! 57 | fn get_type_from_ast(ast: Ast) -> TypeInfo { Oct 10 22:04:28.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:04:28.151 INFO kablam! Oct 10 22:04:32.760 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.29s Oct 10 22:04:32.761 INFO kablam! su: No module specific data is present Oct 10 22:04:33.377 INFO running `"docker" "rm" "-f" "58bb2fab0fc9b4aebc8c1ae0ddb1f287cbceb34df18ceed1b5769709934bff32"` Oct 10 22:04:33.556 INFO blam! 58bb2fab0fc9b4aebc8c1ae0ddb1f287cbceb34df18ceed1b5769709934bff32 Oct 10 22:04:33.558 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:04:33.560 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 22:04:33.928 INFO blam! c029d46b2163d9644c67f2f5bbae8cdc6175a05d4898f2112752a73cb042d0dd Oct 10 22:04:33.932 INFO running `"docker" "start" "-a" "c029d46b2163d9644c67f2f5bbae8cdc6175a05d4898f2112752a73cb042d0dd"` Oct 10 22:04:34.741 INFO kablam! usermod: no changes Oct 10 22:04:34.814 INFO kablam! Compiling hlwnpa v0.1.1 (/source) Oct 10 22:04:36.968 INFO kablam! warning: unused import: `ast` Oct 10 22:04:36.968 INFO kablam! --> src/ast/type_info.rs:346:13 Oct 10 22:04:36.968 INFO kablam! | Oct 10 22:04:36.968 INFO kablam! 346 | use ast; Oct 10 22:04:36.968 INFO kablam! | ^^^ Oct 10 22:04:36.968 INFO kablam! | Oct 10 22:04:36.968 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 22:04:36.968 INFO kablam! Oct 10 22:04:36.968 INFO kablam! warning: unused import: `lang_result::LangError` Oct 10 22:04:36.968 INFO kablam! --> src/ast/mutability.rs:2:5 Oct 10 22:04:36.968 INFO kablam! | Oct 10 22:04:36.968 INFO kablam! 2 | use lang_result::LangError; Oct 10 22:04:36.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:04:36.968 INFO kablam! Oct 10 22:04:37.000 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 10 22:04:37.000 INFO kablam! --> src/repl.rs:6:5 Oct 10 22:04:37.001 INFO kablam! | Oct 10 22:04:37.001 INFO kablam! 6 | use std::collections::HashMap; Oct 10 22:04:37.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:04:37.001 INFO kablam! Oct 10 22:04:37.002 INFO kablam! warning: unused import: `std::rc::Rc` Oct 10 22:04:37.002 INFO kablam! --> src/repl.rs:12:5 Oct 10 22:04:37.002 INFO kablam! | Oct 10 22:04:37.002 INFO kablam! 12 | use std::rc::Rc; Oct 10 22:04:37.003 INFO kablam! | ^^^^^^^^^^^ Oct 10 22:04:37.003 INFO kablam! Oct 10 22:04:39.712 INFO kablam! warning: unused variable: `identifier` Oct 10 22:04:39.712 INFO kablam! --> src/ast/abstract_syntax_tree.rs:559:36 Oct 10 22:04:39.712 INFO kablam! | Oct 10 22:04:39.712 INFO kablam! 559 | Datatype::StructType { ref identifier, ref type_information } => { Oct 10 22:04:39.712 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 10 22:04:39.712 INFO kablam! | Oct 10 22:04:39.718 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:04:39.718 INFO kablam! Oct 10 22:04:39.718 INFO kablam! warning: unused variable: `type_info` Oct 10 22:04:39.718 INFO kablam! --> src/ast/abstract_syntax_tree.rs:685:49 Oct 10 22:04:39.718 INFO kablam! | Oct 10 22:04:39.718 INFO kablam! 685 | ref type_info Oct 10 22:04:39.718 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `type_info: _` Oct 10 22:04:39.719 INFO kablam! Oct 10 22:04:39.719 INFO kablam! warning: unused variable: `identifier` Oct 10 22:04:39.719 INFO kablam! --> src/ast/abstract_syntax_tree.rs:753:71 Oct 10 22:04:39.719 INFO kablam! | Oct 10 22:04:39.719 INFO kablam! 753 | if let &Datatype::StructType{ ref identifier, ref type_information } = datatype { Oct 10 22:04:39.719 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 10 22:04:39.719 INFO kablam! Oct 10 22:04:39.738 INFO kablam! warning: unused variable: `identifier` Oct 10 22:04:39.738 INFO kablam! --> src/ast/type_info.rs:54:75 Oct 10 22:04:39.738 INFO kablam! | Oct 10 22:04:39.738 INFO kablam! 54 | if let SExpression::TypeAssignment{ref identifier, ref type_info} = *s_expression { Oct 10 22:04:39.738 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 10 22:04:39.738 INFO kablam! Oct 10 22:04:39.738 INFO kablam! warning: unused variable: `type_information` Oct 10 22:04:39.738 INFO kablam! --> src/ast/type_info.rs:77:47 Oct 10 22:04:39.738 INFO kablam! | Oct 10 22:04:39.738 INFO kablam! 77 | Datatype::StructType{ identifier, type_information} => TypeInfo::StructType{ identifier: identifier }, Oct 10 22:04:39.738 INFO kablam! | ^^^^^^^^^^^^^^^^ help: try ignoring the field: `type_information: _` Oct 10 22:04:39.738 INFO kablam! Oct 10 22:04:39.738 INFO kablam! warning: unused variable: `parameters` Oct 10 22:04:39.738 INFO kablam! --> src/ast/type_info.rs:129:36 Oct 10 22:04:39.738 INFO kablam! | Oct 10 22:04:39.738 INFO kablam! 129 | TypeInfo::Function{ref parameters, ref return_type} => { Oct 10 22:04:39.738 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `parameters: _` Oct 10 22:04:39.738 INFO kablam! Oct 10 22:04:39.738 INFO kablam! warning: unused variable: `return_type` Oct 10 22:04:39.738 INFO kablam! --> src/ast/type_info.rs:129:52 Oct 10 22:04:39.738 INFO kablam! | Oct 10 22:04:39.739 INFO kablam! 129 | TypeInfo::Function{ref parameters, ref return_type} => { Oct 10 22:04:39.739 INFO kablam! | ^^^^^^^^^^^ help: try ignoring the field: `return_type: _` Oct 10 22:04:39.739 INFO kablam! Oct 10 22:04:39.739 INFO kablam! warning: unused variable: `ast` Oct 10 22:04:39.739 INFO kablam! --> src/ast/mutability.rs:54:65 Oct 10 22:04:39.739 INFO kablam! | Oct 10 22:04:39.739 INFO kablam! 54 | SExpression::Assignment{ref identifier, ref ast} => { // a := 5 Oct 10 22:04:39.739 INFO kablam! | ^^^ help: try ignoring the field: `ast: _` Oct 10 22:04:39.739 INFO kablam! Oct 10 22:04:39.739 INFO kablam! warning: unused variable: `ast` Oct 10 22:04:39.739 INFO kablam! --> src/ast/mutability.rs:68:72 Oct 10 22:04:39.739 INFO kablam! | Oct 10 22:04:39.739 INFO kablam! 68 | SExpression::ConstDeclaration {ref identifier, ref ast} => { // const a := 5 Oct 10 22:04:39.739 INFO kablam! | ^^^ help: try ignoring the field: `ast: _` Oct 10 22:04:39.739 INFO kablam! Oct 10 22:04:39.739 INFO kablam! warning: unused variable: `ast` Oct 10 22:04:39.739 INFO kablam! --> src/ast/mutability.rs:80:76 Oct 10 22:04:39.739 INFO kablam! | Oct 10 22:04:39.739 INFO kablam! 80 | SExpression::VariableDeclaration { ref identifier, ref ast } => { Oct 10 22:04:39.739 INFO kablam! | ^^^ help: try ignoring the field: `ast: _` Oct 10 22:04:39.739 INFO kablam! Oct 10 22:04:39.739 INFO kablam! warning: unused variable: `function_datatype` Oct 10 22:04:39.739 INFO kablam! --> src/ast/mutability.rs:97:72 Oct 10 22:04:39.739 INFO kablam! | Oct 10 22:04:39.739 INFO kablam! 97 | SExpression::DeclareFunction { ref identifier, ref function_datatype } => { Oct 10 22:04:39.739 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: try ignoring the field: `function_datatype: _` Oct 10 22:04:39.739 INFO kablam! Oct 10 22:04:39.739 INFO kablam! warning: unused variable: `struct_type_info` Oct 10 22:04:39.739 INFO kablam! --> src/ast/mutability.rs:109:74 Oct 10 22:04:39.739 INFO kablam! | Oct 10 22:04:39.739 INFO kablam! 109 | SExpression::StructDeclaration { ref identifier, ref struct_type_info} => { Oct 10 22:04:39.739 INFO kablam! | ^^^^^^^^^^^^^^^^ help: try ignoring the field: `struct_type_info: _` Oct 10 22:04:39.739 INFO kablam! Oct 10 22:04:39.739 INFO kablam! warning: unused variable: `lhs_type` Oct 10 22:04:39.739 INFO kablam! --> src/ast/type_checking.rs:130:65 Oct 10 22:04:39.739 INFO kablam! | Oct 10 22:04:39.739 INFO kablam! 130 | Mutability::Mutable(ref lhs_type) => { Oct 10 22:04:39.739 INFO kablam! | ^^^^^^^^ help: consider using `_lhs_type` instead Oct 10 22:04:39.739 INFO kablam! Oct 10 22:04:39.739 INFO kablam! warning: unused variable: `lhs_mutability` Oct 10 22:04:39.739 INFO kablam! --> src/ast/type_checking.rs:166:38 Oct 10 22:04:39.739 INFO kablam! | Oct 10 22:04:39.739 INFO kablam! 166 | Some(lhs_mutability) => { Oct 10 22:04:39.739 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_lhs_mutability` instead Oct 10 22:04:39.739 INFO kablam! Oct 10 22:04:39.739 INFO kablam! warning: unused variable: `lhs_mutability` Oct 10 22:04:39.739 INFO kablam! --> src/ast/type_checking.rs:197:38 Oct 10 22:04:39.739 INFO kablam! | Oct 10 22:04:39.739 INFO kablam! 197 | Some(lhs_mutability) => { Oct 10 22:04:39.739 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_lhs_mutability` instead Oct 10 22:04:39.739 INFO kablam! Oct 10 22:04:39.739 INFO kablam! warning: unused variable: `lhs_mutability` Oct 10 22:04:39.739 INFO kablam! --> src/ast/type_checking.rs:226:38 Oct 10 22:04:39.739 INFO kablam! | Oct 10 22:04:39.739 INFO kablam! 226 | Some(lhs_mutability) => { Oct 10 22:04:39.739 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_lhs_mutability` instead Oct 10 22:04:39.739 INFO kablam! Oct 10 22:04:39.739 INFO kablam! warning: unused variable: `index` Oct 10 22:04:39.739 INFO kablam! --> src/ast/type_checking.rs:308:29 Oct 10 22:04:39.739 INFO kablam! | Oct 10 22:04:39.739 INFO kablam! 308 | ref index Oct 10 22:04:39.739 INFO kablam! | ^^^^^ help: try ignoring the field: `index: _` Oct 10 22:04:39.739 INFO kablam! Oct 10 22:04:39.739 INFO kablam! warning: unused variable: `struct_datatype` Oct 10 22:04:39.739 INFO kablam! --> src/ast/type_checking.rs:386:29 Oct 10 22:04:39.739 INFO kablam! | Oct 10 22:04:39.739 INFO kablam! 386 | ref struct_datatype Oct 10 22:04:39.739 INFO kablam! | ^^^^^^^^^^^^^^^ help: try ignoring the field: `struct_datatype: _` Oct 10 22:04:39.739 INFO kablam! Oct 10 22:04:39.739 INFO kablam! warning: unused variable: `map` Oct 10 22:04:39.739 INFO kablam! --> src/ast/type_checking.rs:390:62 Oct 10 22:04:39.739 INFO kablam! | Oct 10 22:04:39.739 INFO kablam! 390 | if let TypeInfo::Struct{ ref map } = existing_struct_type.clone().get_type() { Oct 10 22:04:39.739 INFO kablam! | ^^^ help: try ignoring the field: `map: _` Oct 10 22:04:39.739 INFO kablam! Oct 10 22:04:39.739 INFO kablam! warning: unused variable: `identifier` Oct 10 22:04:39.739 INFO kablam! --> src/ast/type_checking.rs:399:29 Oct 10 22:04:39.739 INFO kablam! | Oct 10 22:04:39.739 INFO kablam! 399 | ref identifier, Oct 10 22:04:39.739 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 10 22:04:39.739 INFO kablam! Oct 10 22:04:39.739 INFO kablam! warning: unused variable: `field_identifier` Oct 10 22:04:39.739 INFO kablam! --> src/ast/type_checking.rs:400:29 Oct 10 22:04:39.739 INFO kablam! | Oct 10 22:04:39.739 INFO kablam! 400 | ref field_identifier Oct 10 22:04:39.739 INFO kablam! | ^^^^^^^^^^^^^^^^ help: try ignoring the field: `field_identifier: _` Oct 10 22:04:39.739 INFO kablam! Oct 10 22:04:40.092 INFO kablam! warning: variable does not need to be mutable Oct 10 22:04:40.092 INFO kablam! --> src/ast/type_checking.rs:58:32 Oct 10 22:04:40.092 INFO kablam! | Oct 10 22:04:40.092 INFO kablam! 58 | pub fn check_types( &self, mut type_store: &mut TypeStore ) -> MutabilityResult { Oct 10 22:04:40.092 INFO kablam! | ----^^^^^^^^^^ Oct 10 22:04:40.092 INFO kablam! | | Oct 10 22:04:40.092 INFO kablam! | help: remove this `mut` Oct 10 22:04:40.092 INFO kablam! | Oct 10 22:04:40.092 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:04:40.092 INFO kablam! Oct 10 22:04:40.318 INFO kablam! warning: variable does not need to be mutable Oct 10 22:04:40.318 INFO kablam! --> src/repl.rs:78:82 Oct 10 22:04:40.318 INFO kablam! | Oct 10 22:04:40.318 INFO kablam! 78 | pub fn repl(mut map: &mut VariableStore, mut mutability_map: &mut MutabilityMap, mut type_store: &mut TypeStore) { Oct 10 22:04:40.318 INFO kablam! | ----^^^^^^^^^^ Oct 10 22:04:40.318 INFO kablam! | | Oct 10 22:04:40.318 INFO kablam! | help: remove this `mut` Oct 10 22:04:40.318 INFO kablam! Oct 10 22:04:40.689 INFO kablam! warning: variant is never constructed: `ExpectedDataTypeInfo` Oct 10 22:04:40.689 INFO kablam! --> src/ast/lang_result.rs:23:5 Oct 10 22:04:40.689 INFO kablam! | Oct 10 22:04:40.689 INFO kablam! 23 | ExpectedDataTypeInfo, Oct 10 22:04:40.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 22:04:40.689 INFO kablam! | Oct 10 22:04:40.689 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:04:40.689 INFO kablam! Oct 10 22:04:40.689 INFO kablam! warning: variant is never constructed: `InvalidSyntax` Oct 10 22:04:40.689 INFO kablam! --> src/ast/lang_result.rs:24:5 Oct 10 22:04:40.690 INFO kablam! | Oct 10 22:04:40.690 INFO kablam! 24 | InvalidSyntax, Oct 10 22:04:40.690 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 22:04:40.690 INFO kablam! Oct 10 22:04:40.690 INFO kablam! warning: variant is never constructed: `InvalidSyntaxFailedToParse` Oct 10 22:04:40.690 INFO kablam! --> src/ast/lang_result.rs:25:5 Oct 10 22:04:40.690 INFO kablam! | Oct 10 22:04:40.690 INFO kablam! 25 | InvalidSyntaxFailedToParse, Oct 10 22:04:40.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:04:40.690 INFO kablam! Oct 10 22:04:40.690 INFO kablam! warning: type alias is never used: `MutabilityResult` Oct 10 22:04:40.690 INFO kablam! --> src/ast/mutability.rs:10:1 Oct 10 22:04:40.690 INFO kablam! | Oct 10 22:04:40.690 INFO kablam! 10 | pub type MutabilityResult = Result<(), MutabilityError>; Oct 10 22:04:40.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:04:40.690 INFO kablam! Oct 10 22:04:40.690 INFO kablam! warning: variant is never constructed: `VariableDoesNotExist` Oct 10 22:04:40.690 INFO kablam! --> src/ast/type_checking.rs:16:5 Oct 10 22:04:40.690 INFO kablam! | Oct 10 22:04:40.690 INFO kablam! 16 | VariableDoesNotExist, // Remove? Oct 10 22:04:40.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 22:04:40.690 INFO kablam! Oct 10 22:04:40.692 INFO kablam! warning: function is never used: `get_type_from_ast` Oct 10 22:04:40.692 INFO kablam! --> src/parser/type_signature.rs:57:1 Oct 10 22:04:40.692 INFO kablam! | Oct 10 22:04:40.692 INFO kablam! 57 | fn get_type_from_ast(ast: Ast) -> TypeInfo { Oct 10 22:04:40.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:04:40.692 INFO kablam! Oct 10 22:04:45.949 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.18s Oct 10 22:04:45.950 INFO kablam! su: No module specific data is present Oct 10 22:04:46.596 INFO running `"docker" "rm" "-f" "c029d46b2163d9644c67f2f5bbae8cdc6175a05d4898f2112752a73cb042d0dd"` Oct 10 22:04:46.836 INFO blam! c029d46b2163d9644c67f2f5bbae8cdc6175a05d4898f2112752a73cb042d0dd Oct 10 22:04:46.836 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:04:46.836 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 22:04:47.250 INFO blam! 5d4b4e053dc41251b219a9e7b6a31924624874c53959cf6ffc80d0ff24083e0e Oct 10 22:04:47.251 INFO running `"docker" "start" "-a" "5d4b4e053dc41251b219a9e7b6a31924624874c53959cf6ffc80d0ff24083e0e"` Oct 10 22:04:48.564 INFO kablam! usermod: no changes Oct 10 22:04:48.696 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 10 22:04:48.700 INFO kablam! Running /target/debug/deps/hlwnpa-bd48efbdfbc8895f Oct 10 22:04:48.712 INFO blam! Oct 10 22:04:48.712 INFO blam! running 179 tests Oct 10 22:04:48.712 INFO blam! test ast::abstract_syntax_tree::test::division_by_zero_test ... ok Oct 10 22:04:48.712 INFO blam! test ast::abstract_syntax_tree::test::division_test ... ok Oct 10 22:04:48.712 INFO blam! test ast::abstract_syntax_tree::test::conditional_with_else_test ... ok Oct 10 22:04:48.712 INFO blam! test ast::abstract_syntax_tree::test::conditional_test ... ok Oct 10 22:04:48.712 INFO blam! test ast::abstract_syntax_tree::test::basic_function_test ... ok Oct 10 22:04:48.712 INFO blam! test ast::abstract_syntax_tree::test::assignment_test ... ok Oct 10 22:04:48.713 INFO blam! test ast::abstract_syntax_tree::test::array_incorrect_access_test ... ok Oct 10 22:04:48.713 INFO blam! test ast::abstract_syntax_tree::test::array_access_test ... ok Oct 10 22:04:48.713 INFO blam! test ast::abstract_syntax_tree::test::equality_test ... ok Oct 10 22:04:48.713 INFO blam! test ast::abstract_syntax_tree::test::function_hoisting_test ... ok Oct 10 22:04:48.713 INFO blam! test ast::abstract_syntax_tree::test::function_with_parameter_test ... ok Oct 10 22:04:48.713 INFO blam! test ast::abstract_syntax_tree::test::function_with_two_parameters_addition_test ... ok Oct 10 22:04:48.713 INFO blam! test ast::abstract_syntax_tree::test::greater_than_or_equal_test ... ok Oct 10 22:04:48.713 INFO blam! test ast::abstract_syntax_tree::test::greater_than_test ... ok Oct 10 22:04:48.713 INFO blam! test ast::abstract_syntax_tree::test::minus_test ... ok Oct 10 22:04:48.713 INFO blam! test ast::abstract_syntax_tree::test::multiplication_test ... ok Oct 10 22:04:48.713 INFO blam! test ast::abstract_syntax_tree::test::integer_division_test ... ok Oct 10 22:04:48.713 INFO blam! test ast::abstract_syntax_tree::test::less_than_or_equal_test ... ok Oct 10 22:04:48.713 INFO blam! test ast::abstract_syntax_tree::test::less_than_test ... ok Oct 10 22:04:48.713 INFO blam! test ast::abstract_syntax_tree::test::minus_negative_test ... ok Oct 10 22:04:48.713 INFO blam! test ast::abstract_syntax_tree::test::plus_test ... ok Oct 10 22:04:48.713 INFO blam! test ast::abstract_syntax_tree::test::modulo_test ... ok Oct 10 22:04:48.713 INFO blam! test ast::abstract_syntax_tree::test::variable_copy_test ... ok Oct 10 22:04:48.713 INFO blam! test ast::abstract_syntax_tree::test::struct_declaration_test ... ok Oct 10 22:04:48.713 INFO blam! test ast::datatype::datatype_equality_tests ... ok Oct 10 22:04:48.713 INFO blam! test ast::abstract_syntax_tree::test::string_plus_test ... ok Oct 10 22:04:48.713 INFO blam! test ast::type_checking::test::mutability_const_redeclaration_throws_error ... ok Oct 10 22:04:48.713 INFO blam! test ast::abstract_syntax_tree::test::reassignment_test ... ok Oct 10 22:04:48.713 INFO blam! test ast::type_checking::test::array_is_array ... ok Oct 10 22:04:48.713 INFO blam! test ast::abstract_syntax_tree::test::struct_creation_test ... ok Oct 10 22:04:48.713 INFO blam! test ast::type_checking::test::array_type_mismatch ... ok Oct 10 22:04:48.713 INFO blam! test ast::type_checking::test::assignment_is_of_type_string ... ok Oct 10 22:04:48.713 INFO blam! test ast::type_checking::test::number_is_number ... ok Oct 10 22:04:48.720 INFO blam! test ast::type_checking::test::throw_error_on_type_mismatch_addition_assignment ... ok Oct 10 22:04:48.720 INFO blam! test ast::type_checking::test::throw_error_on_function_execution ... ok Oct 10 22:04:48.720 INFO blam! test ast::type_checking::test::string_is_string ... ok Oct 10 22:04:48.720 INFO blam! test ast::type_checking::test::throw_error_on_type_mismatch_assignment ... ok Oct 10 22:04:48.720 INFO blam! test ast::type_checking::test::different_type_reassignment ... ok Oct 10 22:04:48.720 INFO blam! test ast::type_info::test::comparison_type_info ... ok Oct 10 22:04:48.736 INFO blam! test ast::type_checking::test::mutability_const_reassignment_throws_error ... ok Oct 10 22:04:48.736 INFO blam! test ast::type_checking::test::type_check_function_execution ... ok Oct 10 22:04:48.736 INFO blam! test ast::type_checking::test::throw_error_on_unsupported_division ... ok Oct 10 22:04:48.736 INFO blam! test ast::type_checking::test::throw_error_on_type_mismatch_self_addition_assignment ... ok Oct 10 22:04:48.736 INFO blam! test ast::type_info::test::comparison_type_info_with_operations ... ok Oct 10 22:04:48.736 INFO blam! test ast::type_checking::test::number_plus_float_plus_number_is_a_float ... ok Oct 10 22:04:48.736 INFO blam! test ast::type_checking::test::mutability_function_reassignment_throws_error ... ok Oct 10 22:04:48.736 INFO blam! test ast::type_info::test::convert_fn_to_type ... ok Oct 10 22:04:48.736 INFO blam! test ast::type_info::test::convert_from_datatype_and_perform_operation_and_compare ... ok Oct 10 22:04:48.736 INFO blam! test parser::assignment::test::parse_type_assignment_of_number_test ... ok Oct 10 22:04:48.736 INFO blam! test ast::type_info::test::convert_parameter_fn_to_type ... ok Oct 10 22:04:48.736 INFO blam! test parser::assignment::test::parse_assignment_of_literal_test ... ok Oct 10 22:04:48.736 INFO blam! test parser::body::parse_body_nocheck_test ... ok Oct 10 22:04:48.736 INFO blam! test parser::body::parse_simple_body_assignment_test ... ok Oct 10 22:04:48.736 INFO blam! test parser::control_flow::for_loop::test::for_loop_parse ... ok Oct 10 22:04:48.736 INFO blam! test parser::body::parse_simple_body_test ... ok Oct 10 22:04:48.736 INFO blam! test parser::expressions::test::multiple_dimensional_array_access ... ok Oct 10 22:04:48.736 INFO blam! test parser::expressions::test::new_sexpr_precedence_parse ... ok Oct 10 22:04:48.736 INFO blam! test parser::expressions::test::expr_precedence_mult_before_add ... ok Oct 10 22:04:48.736 INFO blam! test parser::control_flow::if_expression::test::parse_if_else_statement_test ... ok Oct 10 22:04:48.736 INFO blam! test parser::control_flow::while_loop::test::parse_while_loop_test ... ok Oct 10 22:04:48.736 INFO blam! test parser::control_flow::if_expression::test::parse_if_statement_test ... ok Oct 10 22:04:48.736 INFO blam! test parser::control_flow::while_loop::test::parse_while_loop_2 ... ok Oct 10 22:04:48.736 INFO blam! test parser::expressions::test::new_sexpr_single_literal ... ok Oct 10 22:04:48.736 INFO blam! test parser::control_flow::if_expression::test::parse_if_statement_with_expression_test ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_identifier_addition ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::parse_array_access_on_new_array_test ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_add_mult_add ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_eq_and_ineq_parse ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::parse_struct_access_name ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_add_with_increment ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_add_with_increment_first ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_multi_mult ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::parse_array_access_test ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_multi_mult_four_terms ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_parse_addition_multiple ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_parens_triple_parse ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_parens_rhs_parse ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_parens_negate_parse ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_parse_addition ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_parens_negate_parse_1 ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_parens_parse ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_parse_increment ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_parse_negate ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_precedence_1_parse ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_parse_negate_then_add ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_precedence_2_parse ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_precedence_3_parse ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_precedence_5_parse ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_precedence_4_parse ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_precedence_8_parse ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_precedence_6_parse ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_parse_logical_or ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_parse_invert ... ok Oct 10 22:04:48.756 INFO blam! test parser::function::test::parse_whole_function_identifier_input_returns_array_test ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_precedence_9_parse ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_precedence_mult_then_divide_parse ... ok Oct 10 22:04:48.756 INFO blam! test parser::expressions::test::sexpr_parse_logical_and ... ok Oct 10 22:04:48.756 INFO blam! test parser::function::test::parse_whole_function_identifier_input_returns_number_test ... ok Oct 10 22:04:48.756 INFO blam! test parser::function::test::parse_whole_function_number_input_returns_number_test ... ok Oct 10 22:04:48.760 INFO blam! test parser::identifier::test::parse_fail_new_id_contains_reserved_character ... ok Oct 10 22:04:48.760 INFO blam! test parser::identifier::test::parse_fail_new_id_reserved_character ... ok Oct 10 22:04:48.760 INFO blam! test parser::identifier::test::parse_identifier_alphanumeric_test ... ok Oct 10 22:04:48.760 INFO blam! test parser::identifier::test::parse_fail_new_id_reserved_word ... ok Oct 10 22:04:48.760 INFO blam! test parser::literal::array::parse_array_multiple_bool_literal_test ... ok Oct 10 22:04:48.760 INFO blam! test parser::literal::array::parse_array_bool_test ... ok Oct 10 22:04:48.760 INFO blam! test parser::literal::array::parse_array_bool_literal_test ... ok Oct 10 22:04:48.760 INFO blam! test parser::literal::array::fail_parse_array_mismatched_literal_test ... ok Oct 10 22:04:48.760 INFO blam! test parser::literal::array::parse_array_multiple_number_literal_test ... ok Oct 10 22:04:48.760 INFO blam! test parser::literal::array::parse_array_range ... ok Oct 10 22:04:48.760 INFO blam! test parser::literal::float::parse_float_test ... ok Oct 10 22:04:48.760 INFO blam! test parser::literal::boolean::parse_bool_literal_test ... ok Oct 10 22:04:48.760 INFO blam! test parser::literal::number::parse_number_literal_test ... ok Oct 10 22:04:48.760 INFO blam! test parser::literal::string::parse_string_literal_test ... ok Oct 10 22:04:48.760 INFO blam! test parser::literal::number::parse_number_test ... ok Oct 10 22:04:48.760 INFO blam! test parser::literal::string::parse_string_literal_with_escape_sequences ... ok Oct 10 22:04:48.760 INFO blam! test parser::literal::string::parse_string_literal_with_escape_sequences_2 ... ok Oct 10 22:04:48.760 INFO blam! test parser::literal::string::parse_string_test ... ok Oct 10 22:04:48.760 INFO blam! test parser::literal::test::literal_captures_float_before_number ... ok Oct 10 22:04:48.760 INFO blam! test parser::literal::test::literal_can_capture_number ... ok Oct 10 22:04:48.760 INFO blam! test parser::literal::test::space_in_float_causes_number_parse_instead ... ok Oct 10 22:04:48.760 INFO blam! test parser::literal::test::verify_literal_with_escapes_in_strings ... ok Oct 10 22:04:48.761 INFO blam! test parser::structure::test::parse_new_struct ... ok Oct 10 22:04:48.761 INFO blam! test parser::structure::test::parse_struct_definition ... ok Oct 10 22:04:48.761 INFO blam! test parser::test::parse_program_with_array_access ... ok Oct 10 22:04:48.761 INFO blam! test parser::test::parse_program_with_array_assignment ... ok Oct 10 22:04:48.761 INFO blam! test parser::test::parse_program_with_only_identifier_test ... ok Oct 10 22:04:48.761 INFO blam! test parser::test::parse_program_with_if_test ... ok Oct 10 22:04:48.761 INFO blam! test parser::test::parse_program_with_struct_creation ... ok Oct 10 22:04:48.761 INFO blam! test parser::test::parse_program_with_struct_access_and_assignment ... ok Oct 10 22:04:48.761 INFO blam! test parser::identifier::test::parse_new_id ... ok Oct 10 22:04:48.761 INFO blam! test parser::test::parse_program_with_struct_definition ... ok Oct 10 22:04:48.761 INFO blam! test parser::test::parse_program_with_struct_instance_creation_and_assignment ... ok Oct 10 22:04:48.761 INFO blam! test parser::identifier::test::parse_succeed_new_id_reserved_word ... ok Oct 10 22:04:48.761 INFO blam! test parser::test::parse_simple_program_bench ... ok Oct 10 22:04:48.761 INFO blam! test parser::identifier::test::parse_identifier_characters_test ... ok Oct 10 22:04:48.761 INFO blam! test parser::identifier::test::parse_identifier_underscore_test ... ok Oct 10 22:04:48.761 INFO blam! test parser::test::parse_simple_program_and_validate_ast_test ... ok Oct 10 22:04:48.761 INFO blam! test std_functions::expect_print_function_to_be_added_to_global_map ... ok Oct 10 22:04:48.761 INFO blam! test preprocessor::test::preprocess_simple_program_bench ... ok Oct 10 22:04:48.761 INFO blam! test testing::integration_tests::test::benches::array_range_then_access_parse_and_execute_program_bench ... ok Oct 10 22:04:48.773 INFO blam! test testing::integration_tests::test::benches::array_range_parse_and_execute_program_bench ... ok Oct 10 22:04:48.773 INFO blam! test preprocessor::test::escape_escapes ... ok Oct 10 22:04:48.773 INFO blam! test parser::test::verify_program_with_escapes_in_strings ... ok Oct 10 22:04:48.773 INFO blam! test parser::test::preprocess_and_parse_simple_program_bench ... ok Oct 10 22:04:48.796 INFO blam! test testing::integration_tests::test::benches::similar_to_for_no_array_access_without_while_loop_parse_and_execute_program_bench ... ok Oct 10 22:04:48.796 INFO blam! test testing::integration_tests::test::benches::simple_program_execute_bench ... ok Oct 10 22:04:48.808 INFO blam! test testing::integration_tests::test::benches::simple_program_parse_and_execute_bench ... ok Oct 10 22:04:48.816 INFO blam! test testing::integration_tests::test::for_loop_eval ... ok Oct 10 22:04:48.816 INFO blam! test testing::integration_tests::test::program_function_internals_does_not_clobber_outer_stack_integration_test ... ok Oct 10 22:04:48.816 INFO blam! test testing::integration_tests::test::program_if_test ... ok Oct 10 22:04:48.828 INFO blam! test testing::integration_tests::test::program_multiple_parameter_function_integration_test ... ok Oct 10 22:04:48.832 INFO blam! test testing::integration_tests::test::program_parse_and_execute_integration_test_1 ... ok Oct 10 22:04:48.832 INFO blam! test testing::integration_tests::test::program_parse_and_execute_integration_test_2 ... ok Oct 10 22:04:48.832 INFO blam! test testing::integration_tests::test::program_parse_and_execute_integration_test_3 ... ok Oct 10 22:04:48.832 INFO blam! test testing::integration_tests::test::program_parse_and_execute_integration_test_4 ... ok Oct 10 22:04:48.832 INFO blam! test testing::integration_tests::test::program_parse_and_verify_array_test ... ok Oct 10 22:04:48.832 INFO blam! test testing::integration_tests::test::program_parse_literal_test ... ok Oct 10 22:04:48.832 INFO blam! test testing::integration_tests::test::program_parse_struct_and_access_field ... ok Oct 10 22:04:48.832 INFO blam! test testing::integration_tests::test::program_parse_struct_and_access_field_via_assignment ... ok Oct 10 22:04:48.832 INFO blam! test testing::integration_tests::test::program_parse_struct_and_something_after_it ... ok Oct 10 22:04:48.832 INFO blam! test testing::integration_tests::test::program_parse_struct_with_multiple_fields_and_access_fields_in_expression ... ok Oct 10 22:04:48.832 INFO blam! test testing::integration_tests::test::program_parse_struct_with_multiple_fields_and_access_fields_in_function ... ok Oct 10 22:04:48.832 INFO blam! test testing::integration_tests::test::program_parse_struct_with_multiple_fields_and_return_struct_from_function ... ok Oct 10 22:04:48.832 INFO blam! test testing::integration_tests::test::program_parse_struct_with_multiple_fields_and_return_struct_from_function_with_internal_assignment ... ok Oct 10 22:04:48.840 INFO blam! test testing::integration_tests::test::program_string_coercion_integration_test ... ok Oct 10 22:04:48.840 INFO blam! test testing::integration_tests::test::program_verify_that_struct_maps_dont_interfere_with_function_maps ... ok Oct 10 22:04:48.840 INFO blam! test testing::integration_tests::test::program_verify_that_struct_maps_dont_interfere_with_global_stack_map ... ok Oct 10 22:04:48.848 INFO blam! test testing::integration_tests::test::program_while_loop_false_test ... ok Oct 10 22:04:48.852 INFO blam! test testing::integration_tests::test::program_while_loop_test ... ok Oct 10 22:04:48.859 INFO blam! test testing::integration_tests::test::program_with_a_conditional_in_a_function_2_integration_test ... ok Oct 10 22:04:48.859 INFO blam! test testing::integration_tests::test::program_with_a_conditional_in_a_function_integration_test ... ok Oct 10 22:04:48.859 INFO blam! test testing::integration_tests::test::program_with_struct_functions_integration_test ... ok Oct 10 22:04:48.865 INFO blam! test testing::integration_tests::test::benches::while_loop_parse_and_execute_program_bench ... ok Oct 10 22:04:48.912 INFO blam! test testing::integration_tests::test::benches::while_loop_similar_to_for_no_array_access_parse_and_execute_program_bench ... ok Oct 10 22:04:48.944 INFO blam! test testing::integration_tests::test::benches::while_loop_similar_to_for_parse_and_execute_program_bench ... ok Oct 10 22:04:48.972 INFO blam! test testing::integration_tests::test::benches::while_loop_similar_to_for_no_array_access_with_id_conditional_parse_and_execute_program_bench ... ok Oct 10 22:04:48.980 INFO blam! test testing::integration_tests::test::benches::while_loop_with_useless_conditionals_parse_and_execute_program_bench ... ok Oct 10 22:04:49.028 INFO blam! test testing::integration_tests::test::benches::for_loop_alt_parse_and_execute_program_bench ... ok Oct 10 22:04:49.028 INFO kablam! su: No module specific data is present Oct 10 22:04:49.028 INFO blam! test testing::integration_tests::test::benches::for_loop_parse_and_execute_program_bench ... ok Oct 10 22:04:49.028 INFO blam! Oct 10 22:04:49.028 INFO blam! test result: ok. 179 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:04:49.028 INFO blam! Oct 10 22:04:49.708 INFO running `"docker" "rm" "-f" "5d4b4e053dc41251b219a9e7b6a31924624874c53959cf6ffc80d0ff24083e0e"` Oct 10 22:04:49.964 INFO blam! 5d4b4e053dc41251b219a9e7b6a31924624874c53959cf6ffc80d0ff24083e0e