Oct 14 18:53:21.482 INFO testing hgzimmerman/HLWNPA against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 18:53:21.482 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 18:53:21.811 INFO blam! 76d1a291963b0711f0f1432316e9f696da06f6157c9caad75798d9d9544f1c57 Oct 14 18:53:21.811 INFO running `"docker" "start" "-a" "76d1a291963b0711f0f1432316e9f696da06f6157c9caad75798d9d9544f1c57"` Oct 14 18:53:22.529 INFO kablam! usermod: no changes Oct 14 18:53:22.631 INFO kablam! Compiling memchr v1.0.1 Oct 14 18:53:22.651 INFO kablam! Compiling uuid v0.4.0 Oct 14 18:53:23.226 INFO kablam! Compiling nom v3.2.0 Oct 14 18:53:26.725 INFO kablam! Compiling hlwnpa v0.1.1 (/source) Oct 14 18:53:27.783 INFO kablam! warning: unused import: `lang_result::LangError` Oct 14 18:53:27.783 INFO kablam! --> src/ast/mutability.rs:2:5 Oct 14 18:53:27.783 INFO kablam! | Oct 14 18:53:27.783 INFO kablam! 2 | use lang_result::LangError; Oct 14 18:53:27.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:27.783 INFO kablam! | Oct 14 18:53:27.783 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:53:27.783 INFO kablam! Oct 14 18:53:27.791 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 14 18:53:27.791 INFO kablam! --> src/repl.rs:6:5 Oct 14 18:53:27.791 INFO kablam! | Oct 14 18:53:27.791 INFO kablam! 6 | use std::collections::HashMap; Oct 14 18:53:27.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:27.791 INFO kablam! Oct 14 18:53:27.791 INFO kablam! warning: unused import: `std::rc::Rc` Oct 14 18:53:27.791 INFO kablam! --> src/repl.rs:12:5 Oct 14 18:53:27.791 INFO kablam! | Oct 14 18:53:27.791 INFO kablam! 12 | use std::rc::Rc; Oct 14 18:53:27.791 INFO kablam! | ^^^^^^^^^^^ Oct 14 18:53:27.791 INFO kablam! Oct 14 18:53:29.727 INFO kablam! warning: unused variable: `identifier` Oct 14 18:53:29.727 INFO kablam! --> src/ast/abstract_syntax_tree.rs:559:36 Oct 14 18:53:29.727 INFO kablam! | Oct 14 18:53:29.727 INFO kablam! 559 | Datatype::StructType { ref identifier, ref type_information } => { Oct 14 18:53:29.727 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 14 18:53:29.727 INFO kablam! | Oct 14 18:53:29.727 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:53:29.727 INFO kablam! Oct 14 18:53:29.727 INFO kablam! warning: unused variable: `type_info` Oct 14 18:53:29.727 INFO kablam! --> src/ast/abstract_syntax_tree.rs:685:49 Oct 14 18:53:29.727 INFO kablam! | Oct 14 18:53:29.727 INFO kablam! 685 | ref type_info Oct 14 18:53:29.727 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `type_info: _` Oct 14 18:53:29.727 INFO kablam! Oct 14 18:53:29.727 INFO kablam! warning: unused variable: `identifier` Oct 14 18:53:29.727 INFO kablam! --> src/ast/abstract_syntax_tree.rs:753:71 Oct 14 18:53:29.727 INFO kablam! | Oct 14 18:53:29.727 INFO kablam! 753 | if let &Datatype::StructType{ ref identifier, ref type_information } = datatype { Oct 14 18:53:29.727 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 14 18:53:29.727 INFO kablam! Oct 14 18:53:29.735 INFO kablam! warning: unused variable: `identifier` Oct 14 18:53:29.735 INFO kablam! --> src/ast/type_info.rs:54:75 Oct 14 18:53:29.735 INFO kablam! | Oct 14 18:53:29.735 INFO kablam! 54 | if let SExpression::TypeAssignment{ref identifier, ref type_info} = *s_expression { Oct 14 18:53:29.735 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 14 18:53:29.735 INFO kablam! Oct 14 18:53:29.735 INFO kablam! warning: unused variable: `type_information` Oct 14 18:53:29.735 INFO kablam! --> src/ast/type_info.rs:77:47 Oct 14 18:53:29.735 INFO kablam! | Oct 14 18:53:29.735 INFO kablam! 77 | Datatype::StructType{ identifier, type_information} => TypeInfo::StructType{ identifier: identifier }, Oct 14 18:53:29.735 INFO kablam! | ^^^^^^^^^^^^^^^^ help: try ignoring the field: `type_information: _` Oct 14 18:53:29.735 INFO kablam! Oct 14 18:53:29.735 INFO kablam! warning: unused variable: `parameters` Oct 14 18:53:29.735 INFO kablam! --> src/ast/type_info.rs:129:36 Oct 14 18:53:29.735 INFO kablam! | Oct 14 18:53:29.735 INFO kablam! 129 | TypeInfo::Function{ref parameters, ref return_type} => { Oct 14 18:53:29.735 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `parameters: _` Oct 14 18:53:29.735 INFO kablam! Oct 14 18:53:29.735 INFO kablam! warning: unused variable: `return_type` Oct 14 18:53:29.735 INFO kablam! --> src/ast/type_info.rs:129:52 Oct 14 18:53:29.735 INFO kablam! | Oct 14 18:53:29.735 INFO kablam! 129 | TypeInfo::Function{ref parameters, ref return_type} => { Oct 14 18:53:29.735 INFO kablam! | ^^^^^^^^^^^ help: try ignoring the field: `return_type: _` Oct 14 18:53:29.735 INFO kablam! Oct 14 18:53:29.735 INFO kablam! warning: unused variable: `ast` Oct 14 18:53:29.735 INFO kablam! --> src/ast/mutability.rs:54:65 Oct 14 18:53:29.735 INFO kablam! | Oct 14 18:53:29.735 INFO kablam! 54 | SExpression::Assignment{ref identifier, ref ast} => { // a := 5 Oct 14 18:53:29.735 INFO kablam! | ^^^ help: try ignoring the field: `ast: _` Oct 14 18:53:29.735 INFO kablam! Oct 14 18:53:29.735 INFO kablam! warning: unused variable: `ast` Oct 14 18:53:29.735 INFO kablam! --> src/ast/mutability.rs:68:72 Oct 14 18:53:29.735 INFO kablam! | Oct 14 18:53:29.735 INFO kablam! 68 | SExpression::ConstDeclaration {ref identifier, ref ast} => { // const a := 5 Oct 14 18:53:29.735 INFO kablam! | ^^^ help: try ignoring the field: `ast: _` Oct 14 18:53:29.735 INFO kablam! Oct 14 18:53:29.735 INFO kablam! warning: unused variable: `ast` Oct 14 18:53:29.735 INFO kablam! --> src/ast/mutability.rs:80:76 Oct 14 18:53:29.735 INFO kablam! | Oct 14 18:53:29.735 INFO kablam! 80 | SExpression::VariableDeclaration { ref identifier, ref ast } => { Oct 14 18:53:29.735 INFO kablam! | ^^^ help: try ignoring the field: `ast: _` Oct 14 18:53:29.735 INFO kablam! Oct 14 18:53:29.742 INFO kablam! warning: unused variable: `function_datatype` Oct 14 18:53:29.743 INFO kablam! --> src/ast/mutability.rs:97:72 Oct 14 18:53:29.743 INFO kablam! | Oct 14 18:53:29.743 INFO kablam! 97 | SExpression::DeclareFunction { ref identifier, ref function_datatype } => { Oct 14 18:53:29.744 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: try ignoring the field: `function_datatype: _` Oct 14 18:53:29.744 INFO kablam! Oct 14 18:53:29.744 INFO kablam! warning: unused variable: `struct_type_info` Oct 14 18:53:29.744 INFO kablam! --> src/ast/mutability.rs:109:74 Oct 14 18:53:29.745 INFO kablam! | Oct 14 18:53:29.745 INFO kablam! 109 | SExpression::StructDeclaration { ref identifier, ref struct_type_info} => { Oct 14 18:53:29.745 INFO kablam! | ^^^^^^^^^^^^^^^^ help: try ignoring the field: `struct_type_info: _` Oct 14 18:53:29.745 INFO kablam! Oct 14 18:53:29.746 INFO kablam! warning: unused variable: `lhs_type` Oct 14 18:53:29.746 INFO kablam! --> src/ast/type_checking.rs:130:65 Oct 14 18:53:29.746 INFO kablam! | Oct 14 18:53:29.751 INFO kablam! 130 | Mutability::Mutable(ref lhs_type) => { Oct 14 18:53:29.751 INFO kablam! | ^^^^^^^^ help: consider using `_lhs_type` instead Oct 14 18:53:29.751 INFO kablam! Oct 14 18:53:29.752 INFO kablam! warning: unused variable: `lhs_mutability` Oct 14 18:53:29.752 INFO kablam! --> src/ast/type_checking.rs:166:38 Oct 14 18:53:29.752 INFO kablam! | Oct 14 18:53:29.752 INFO kablam! 166 | Some(lhs_mutability) => { Oct 14 18:53:29.752 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_lhs_mutability` instead Oct 14 18:53:29.753 INFO kablam! Oct 14 18:53:29.753 INFO kablam! warning: unused variable: `lhs_mutability` Oct 14 18:53:29.753 INFO kablam! --> src/ast/type_checking.rs:197:38 Oct 14 18:53:29.753 INFO kablam! | Oct 14 18:53:29.753 INFO kablam! 197 | Some(lhs_mutability) => { Oct 14 18:53:29.753 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_lhs_mutability` instead Oct 14 18:53:29.754 INFO kablam! Oct 14 18:53:29.754 INFO kablam! warning: unused variable: `lhs_mutability` Oct 14 18:53:29.754 INFO kablam! --> src/ast/type_checking.rs:226:38 Oct 14 18:53:29.754 INFO kablam! | Oct 14 18:53:29.755 INFO kablam! 226 | Some(lhs_mutability) => { Oct 14 18:53:29.755 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_lhs_mutability` instead Oct 14 18:53:29.755 INFO kablam! Oct 14 18:53:29.755 INFO kablam! warning: unused variable: `index` Oct 14 18:53:29.755 INFO kablam! --> src/ast/type_checking.rs:308:29 Oct 14 18:53:29.755 INFO kablam! | Oct 14 18:53:29.756 INFO kablam! 308 | ref index Oct 14 18:53:29.756 INFO kablam! | ^^^^^ help: try ignoring the field: `index: _` Oct 14 18:53:29.756 INFO kablam! Oct 14 18:53:29.756 INFO kablam! warning: unused variable: `struct_datatype` Oct 14 18:53:29.756 INFO kablam! --> src/ast/type_checking.rs:386:29 Oct 14 18:53:29.756 INFO kablam! | Oct 14 18:53:29.757 INFO kablam! 386 | ref struct_datatype Oct 14 18:53:29.757 INFO kablam! | ^^^^^^^^^^^^^^^ help: try ignoring the field: `struct_datatype: _` Oct 14 18:53:29.757 INFO kablam! Oct 14 18:53:29.757 INFO kablam! warning: unused variable: `map` Oct 14 18:53:29.757 INFO kablam! --> src/ast/type_checking.rs:390:62 Oct 14 18:53:29.757 INFO kablam! | Oct 14 18:53:29.757 INFO kablam! 390 | if let TypeInfo::Struct{ ref map } = existing_struct_type.clone().get_type() { Oct 14 18:53:29.758 INFO kablam! | ^^^ help: try ignoring the field: `map: _` Oct 14 18:53:29.758 INFO kablam! Oct 14 18:53:29.758 INFO kablam! warning: unused variable: `identifier` Oct 14 18:53:29.758 INFO kablam! --> src/ast/type_checking.rs:399:29 Oct 14 18:53:29.758 INFO kablam! | Oct 14 18:53:29.758 INFO kablam! 399 | ref identifier, Oct 14 18:53:29.759 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 14 18:53:29.759 INFO kablam! Oct 14 18:53:29.759 INFO kablam! warning: unused variable: `field_identifier` Oct 14 18:53:29.759 INFO kablam! --> src/ast/type_checking.rs:400:29 Oct 14 18:53:29.759 INFO kablam! | Oct 14 18:53:29.759 INFO kablam! 400 | ref field_identifier Oct 14 18:53:29.759 INFO kablam! | ^^^^^^^^^^^^^^^^ help: try ignoring the field: `field_identifier: _` Oct 14 18:53:29.760 INFO kablam! Oct 14 18:53:29.980 INFO kablam! warning: variable does not need to be mutable Oct 14 18:53:29.980 INFO kablam! --> src/ast/type_checking.rs:58:32 Oct 14 18:53:29.980 INFO kablam! | Oct 14 18:53:29.980 INFO kablam! 58 | pub fn check_types( &self, mut type_store: &mut TypeStore ) -> MutabilityResult { Oct 14 18:53:29.980 INFO kablam! | ----^^^^^^^^^^ Oct 14 18:53:29.980 INFO kablam! | | Oct 14 18:53:29.980 INFO kablam! | help: remove this `mut` Oct 14 18:53:29.980 INFO kablam! | Oct 14 18:53:29.980 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 18:53:29.980 INFO kablam! Oct 14 18:53:29.998 INFO kablam! warning: variable does not need to be mutable Oct 14 18:53:29.998 INFO kablam! --> src/repl.rs:78:82 Oct 14 18:53:29.998 INFO kablam! | Oct 14 18:53:29.998 INFO kablam! 78 | pub fn repl(mut map: &mut VariableStore, mut mutability_map: &mut MutabilityMap, mut type_store: &mut TypeStore) { Oct 14 18:53:29.998 INFO kablam! | ----^^^^^^^^^^ Oct 14 18:53:29.998 INFO kablam! | | Oct 14 18:53:29.998 INFO kablam! | help: remove this `mut` Oct 14 18:53:29.998 INFO kablam! Oct 14 18:53:30.239 INFO kablam! warning: variant is never constructed: `ExpectedDataTypeInfo` Oct 14 18:53:30.239 INFO kablam! --> src/ast/lang_result.rs:23:5 Oct 14 18:53:30.239 INFO kablam! | Oct 14 18:53:30.240 INFO kablam! 23 | ExpectedDataTypeInfo, Oct 14 18:53:30.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:30.240 INFO kablam! | Oct 14 18:53:30.240 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:53:30.241 INFO kablam! Oct 14 18:53:30.241 INFO kablam! warning: variant is never constructed: `InvalidSyntax` Oct 14 18:53:30.241 INFO kablam! --> src/ast/lang_result.rs:24:5 Oct 14 18:53:30.242 INFO kablam! | Oct 14 18:53:30.242 INFO kablam! 24 | InvalidSyntax, Oct 14 18:53:30.242 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 18:53:30.242 INFO kablam! Oct 14 18:53:30.243 INFO kablam! warning: variant is never constructed: `InvalidSyntaxFailedToParse` Oct 14 18:53:30.243 INFO kablam! --> src/ast/lang_result.rs:25:5 Oct 14 18:53:30.243 INFO kablam! | Oct 14 18:53:30.243 INFO kablam! 25 | InvalidSyntaxFailedToParse, Oct 14 18:53:30.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:30.244 INFO kablam! Oct 14 18:53:30.244 INFO kablam! warning: type alias is never used: `MutabilityResult` Oct 14 18:53:30.244 INFO kablam! --> src/ast/mutability.rs:10:1 Oct 14 18:53:30.245 INFO kablam! | Oct 14 18:53:30.245 INFO kablam! 10 | pub type MutabilityResult = Result<(), MutabilityError>; Oct 14 18:53:30.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:30.245 INFO kablam! Oct 14 18:53:30.246 INFO kablam! warning: variant is never constructed: `VariableDoesNotExist` Oct 14 18:53:30.246 INFO kablam! --> src/ast/type_checking.rs:16:5 Oct 14 18:53:30.246 INFO kablam! | Oct 14 18:53:30.246 INFO kablam! 16 | VariableDoesNotExist, // Remove? Oct 14 18:53:30.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:30.247 INFO kablam! Oct 14 18:53:30.247 INFO kablam! warning: function is never used: `get_type_from_ast` Oct 14 18:53:30.248 INFO kablam! --> src/parser/type_signature.rs:57:1 Oct 14 18:53:30.248 INFO kablam! | Oct 14 18:53:30.248 INFO kablam! 57 | fn get_type_from_ast(ast: Ast) -> TypeInfo { Oct 14 18:53:30.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:30.249 INFO kablam! Oct 14 18:53:33.482 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.92s Oct 14 18:53:33.495 INFO kablam! su: No module specific data is present Oct 14 18:53:34.361 INFO running `"docker" "rm" "-f" "76d1a291963b0711f0f1432316e9f696da06f6157c9caad75798d9d9544f1c57"` Oct 14 18:53:34.613 INFO blam! 76d1a291963b0711f0f1432316e9f696da06f6157c9caad75798d9d9544f1c57 Oct 14 18:53:34.618 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 18:53:34.963 INFO blam! 861bb167ab0a5f458e247510e6e706bfea5d541e4eb0422f2936b9286dfda53c Oct 14 18:53:34.967 INFO running `"docker" "start" "-a" "861bb167ab0a5f458e247510e6e706bfea5d541e4eb0422f2936b9286dfda53c"` Oct 14 18:53:35.857 INFO kablam! usermod: no changes Oct 14 18:53:35.923 INFO kablam! Compiling hlwnpa v0.1.1 (/source) Oct 14 18:53:36.855 INFO kablam! warning: unused import: `ast` Oct 14 18:53:36.855 INFO kablam! --> src/ast/type_info.rs:346:13 Oct 14 18:53:36.855 INFO kablam! | Oct 14 18:53:36.855 INFO kablam! 346 | use ast; Oct 14 18:53:36.856 INFO kablam! | ^^^ Oct 14 18:53:36.856 INFO kablam! | Oct 14 18:53:36.856 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:53:36.856 INFO kablam! Oct 14 18:53:36.856 INFO kablam! warning: unused import: `lang_result::LangError` Oct 14 18:53:36.856 INFO kablam! --> src/ast/mutability.rs:2:5 Oct 14 18:53:36.857 INFO kablam! | Oct 14 18:53:36.857 INFO kablam! 2 | use lang_result::LangError; Oct 14 18:53:36.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:36.857 INFO kablam! Oct 14 18:53:36.869 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 14 18:53:36.870 INFO kablam! --> src/repl.rs:6:5 Oct 14 18:53:36.870 INFO kablam! | Oct 14 18:53:36.870 INFO kablam! 6 | use std::collections::HashMap; Oct 14 18:53:36.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:36.871 INFO kablam! Oct 14 18:53:36.871 INFO kablam! warning: unused import: `std::rc::Rc` Oct 14 18:53:36.871 INFO kablam! --> src/repl.rs:12:5 Oct 14 18:53:36.871 INFO kablam! | Oct 14 18:53:36.871 INFO kablam! 12 | use std::rc::Rc; Oct 14 18:53:36.871 INFO kablam! | ^^^^^^^^^^^ Oct 14 18:53:36.871 INFO kablam! Oct 14 18:53:39.499 INFO kablam! warning: unused variable: `identifier` Oct 14 18:53:39.499 INFO kablam! --> src/ast/abstract_syntax_tree.rs:559:36 Oct 14 18:53:39.499 INFO kablam! | Oct 14 18:53:39.499 INFO kablam! 559 | Datatype::StructType { ref identifier, ref type_information } => { Oct 14 18:53:39.499 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 14 18:53:39.499 INFO kablam! | Oct 14 18:53:39.499 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:53:39.499 INFO kablam! Oct 14 18:53:39.499 INFO kablam! warning: unused variable: `type_info` Oct 14 18:53:39.499 INFO kablam! --> src/ast/abstract_syntax_tree.rs:685:49 Oct 14 18:53:39.499 INFO kablam! | Oct 14 18:53:39.499 INFO kablam! 685 | ref type_info Oct 14 18:53:39.499 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `type_info: _` Oct 14 18:53:39.499 INFO kablam! Oct 14 18:53:39.499 INFO kablam! warning: unused variable: `identifier` Oct 14 18:53:39.499 INFO kablam! --> src/ast/abstract_syntax_tree.rs:753:71 Oct 14 18:53:39.499 INFO kablam! | Oct 14 18:53:39.499 INFO kablam! 753 | if let &Datatype::StructType{ ref identifier, ref type_information } = datatype { Oct 14 18:53:39.499 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 14 18:53:39.499 INFO kablam! Oct 14 18:53:39.519 INFO kablam! warning: unused variable: `identifier` Oct 14 18:53:39.519 INFO kablam! --> src/ast/type_info.rs:54:75 Oct 14 18:53:39.519 INFO kablam! | Oct 14 18:53:39.519 INFO kablam! 54 | if let SExpression::TypeAssignment{ref identifier, ref type_info} = *s_expression { Oct 14 18:53:39.519 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 14 18:53:39.519 INFO kablam! Oct 14 18:53:39.519 INFO kablam! warning: unused variable: `type_information` Oct 14 18:53:39.519 INFO kablam! --> src/ast/type_info.rs:77:47 Oct 14 18:53:39.519 INFO kablam! | Oct 14 18:53:39.519 INFO kablam! 77 | Datatype::StructType{ identifier, type_information} => TypeInfo::StructType{ identifier: identifier }, Oct 14 18:53:39.519 INFO kablam! | ^^^^^^^^^^^^^^^^ help: try ignoring the field: `type_information: _` Oct 14 18:53:39.519 INFO kablam! Oct 14 18:53:39.519 INFO kablam! warning: unused variable: `parameters` Oct 14 18:53:39.519 INFO kablam! --> src/ast/type_info.rs:129:36 Oct 14 18:53:39.519 INFO kablam! | Oct 14 18:53:39.519 INFO kablam! 129 | TypeInfo::Function{ref parameters, ref return_type} => { Oct 14 18:53:39.519 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `parameters: _` Oct 14 18:53:39.519 INFO kablam! Oct 14 18:53:39.519 INFO kablam! warning: unused variable: `return_type` Oct 14 18:53:39.519 INFO kablam! --> src/ast/type_info.rs:129:52 Oct 14 18:53:39.519 INFO kablam! | Oct 14 18:53:39.519 INFO kablam! 129 | TypeInfo::Function{ref parameters, ref return_type} => { Oct 14 18:53:39.519 INFO kablam! | ^^^^^^^^^^^ help: try ignoring the field: `return_type: _` Oct 14 18:53:39.519 INFO kablam! Oct 14 18:53:39.519 INFO kablam! warning: unused variable: `ast` Oct 14 18:53:39.519 INFO kablam! --> src/ast/mutability.rs:54:65 Oct 14 18:53:39.519 INFO kablam! | Oct 14 18:53:39.519 INFO kablam! 54 | SExpression::Assignment{ref identifier, ref ast} => { // a := 5 Oct 14 18:53:39.519 INFO kablam! | ^^^ help: try ignoring the field: `ast: _` Oct 14 18:53:39.519 INFO kablam! Oct 14 18:53:39.519 INFO kablam! warning: unused variable: `ast` Oct 14 18:53:39.519 INFO kablam! --> src/ast/mutability.rs:68:72 Oct 14 18:53:39.519 INFO kablam! | Oct 14 18:53:39.519 INFO kablam! 68 | SExpression::ConstDeclaration {ref identifier, ref ast} => { // const a := 5 Oct 14 18:53:39.520 INFO kablam! | ^^^ help: try ignoring the field: `ast: _` Oct 14 18:53:39.520 INFO kablam! Oct 14 18:53:39.520 INFO kablam! warning: unused variable: `ast` Oct 14 18:53:39.520 INFO kablam! --> src/ast/mutability.rs:80:76 Oct 14 18:53:39.520 INFO kablam! | Oct 14 18:53:39.520 INFO kablam! 80 | SExpression::VariableDeclaration { ref identifier, ref ast } => { Oct 14 18:53:39.520 INFO kablam! | ^^^ help: try ignoring the field: `ast: _` Oct 14 18:53:39.520 INFO kablam! Oct 14 18:53:39.520 INFO kablam! warning: unused variable: `function_datatype` Oct 14 18:53:39.520 INFO kablam! --> src/ast/mutability.rs:97:72 Oct 14 18:53:39.520 INFO kablam! | Oct 14 18:53:39.520 INFO kablam! 97 | SExpression::DeclareFunction { ref identifier, ref function_datatype } => { Oct 14 18:53:39.520 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: try ignoring the field: `function_datatype: _` Oct 14 18:53:39.520 INFO kablam! Oct 14 18:53:39.520 INFO kablam! warning: unused variable: `struct_type_info` Oct 14 18:53:39.520 INFO kablam! --> src/ast/mutability.rs:109:74 Oct 14 18:53:39.520 INFO kablam! | Oct 14 18:53:39.520 INFO kablam! 109 | SExpression::StructDeclaration { ref identifier, ref struct_type_info} => { Oct 14 18:53:39.520 INFO kablam! | ^^^^^^^^^^^^^^^^ help: try ignoring the field: `struct_type_info: _` Oct 14 18:53:39.520 INFO kablam! Oct 14 18:53:39.520 INFO kablam! warning: unused variable: `lhs_type` Oct 14 18:53:39.520 INFO kablam! --> src/ast/type_checking.rs:130:65 Oct 14 18:53:39.520 INFO kablam! | Oct 14 18:53:39.520 INFO kablam! 130 | Mutability::Mutable(ref lhs_type) => { Oct 14 18:53:39.520 INFO kablam! | ^^^^^^^^ help: consider using `_lhs_type` instead Oct 14 18:53:39.520 INFO kablam! Oct 14 18:53:39.520 INFO kablam! warning: unused variable: `lhs_mutability` Oct 14 18:53:39.520 INFO kablam! --> src/ast/type_checking.rs:166:38 Oct 14 18:53:39.520 INFO kablam! | Oct 14 18:53:39.520 INFO kablam! 166 | Some(lhs_mutability) => { Oct 14 18:53:39.520 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_lhs_mutability` instead Oct 14 18:53:39.520 INFO kablam! Oct 14 18:53:39.520 INFO kablam! warning: unused variable: `lhs_mutability` Oct 14 18:53:39.520 INFO kablam! --> src/ast/type_checking.rs:197:38 Oct 14 18:53:39.520 INFO kablam! | Oct 14 18:53:39.520 INFO kablam! 197 | Some(lhs_mutability) => { Oct 14 18:53:39.520 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_lhs_mutability` instead Oct 14 18:53:39.520 INFO kablam! Oct 14 18:53:39.520 INFO kablam! warning: unused variable: `lhs_mutability` Oct 14 18:53:39.520 INFO kablam! --> src/ast/type_checking.rs:226:38 Oct 14 18:53:39.520 INFO kablam! | Oct 14 18:53:39.520 INFO kablam! 226 | Some(lhs_mutability) => { Oct 14 18:53:39.520 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_lhs_mutability` instead Oct 14 18:53:39.520 INFO kablam! Oct 14 18:53:39.520 INFO kablam! warning: unused variable: `index` Oct 14 18:53:39.520 INFO kablam! --> src/ast/type_checking.rs:308:29 Oct 14 18:53:39.520 INFO kablam! | Oct 14 18:53:39.520 INFO kablam! 308 | ref index Oct 14 18:53:39.520 INFO kablam! | ^^^^^ help: try ignoring the field: `index: _` Oct 14 18:53:39.520 INFO kablam! Oct 14 18:53:39.520 INFO kablam! warning: unused variable: `struct_datatype` Oct 14 18:53:39.520 INFO kablam! --> src/ast/type_checking.rs:386:29 Oct 14 18:53:39.520 INFO kablam! | Oct 14 18:53:39.520 INFO kablam! 386 | ref struct_datatype Oct 14 18:53:39.520 INFO kablam! | ^^^^^^^^^^^^^^^ help: try ignoring the field: `struct_datatype: _` Oct 14 18:53:39.520 INFO kablam! Oct 14 18:53:39.520 INFO kablam! warning: unused variable: `map` Oct 14 18:53:39.520 INFO kablam! --> src/ast/type_checking.rs:390:62 Oct 14 18:53:39.520 INFO kablam! | Oct 14 18:53:39.520 INFO kablam! 390 | if let TypeInfo::Struct{ ref map } = existing_struct_type.clone().get_type() { Oct 14 18:53:39.520 INFO kablam! | ^^^ help: try ignoring the field: `map: _` Oct 14 18:53:39.520 INFO kablam! Oct 14 18:53:39.520 INFO kablam! warning: unused variable: `identifier` Oct 14 18:53:39.520 INFO kablam! --> src/ast/type_checking.rs:399:29 Oct 14 18:53:39.520 INFO kablam! | Oct 14 18:53:39.520 INFO kablam! 399 | ref identifier, Oct 14 18:53:39.520 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 14 18:53:39.520 INFO kablam! Oct 14 18:53:39.520 INFO kablam! warning: unused variable: `field_identifier` Oct 14 18:53:39.520 INFO kablam! --> src/ast/type_checking.rs:400:29 Oct 14 18:53:39.520 INFO kablam! | Oct 14 18:53:39.520 INFO kablam! 400 | ref field_identifier Oct 14 18:53:39.520 INFO kablam! | ^^^^^^^^^^^^^^^^ help: try ignoring the field: `field_identifier: _` Oct 14 18:53:39.542 INFO kablam! Oct 14 18:53:39.899 INFO kablam! warning: variable does not need to be mutable Oct 14 18:53:39.899 INFO kablam! --> src/ast/type_checking.rs:58:32 Oct 14 18:53:39.899 INFO kablam! | Oct 14 18:53:39.899 INFO kablam! 58 | pub fn check_types( &self, mut type_store: &mut TypeStore ) -> MutabilityResult { Oct 14 18:53:39.899 INFO kablam! | ----^^^^^^^^^^ Oct 14 18:53:39.899 INFO kablam! | | Oct 14 18:53:39.899 INFO kablam! | help: remove this `mut` Oct 14 18:53:39.899 INFO kablam! | Oct 14 18:53:39.899 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 18:53:39.899 INFO kablam! Oct 14 18:53:40.099 INFO kablam! warning: variable does not need to be mutable Oct 14 18:53:40.099 INFO kablam! --> src/repl.rs:78:82 Oct 14 18:53:40.099 INFO kablam! | Oct 14 18:53:40.099 INFO kablam! 78 | pub fn repl(mut map: &mut VariableStore, mut mutability_map: &mut MutabilityMap, mut type_store: &mut TypeStore) { Oct 14 18:53:40.099 INFO kablam! | ----^^^^^^^^^^ Oct 14 18:53:40.099 INFO kablam! | | Oct 14 18:53:40.099 INFO kablam! | help: remove this `mut` Oct 14 18:53:40.099 INFO kablam! Oct 14 18:53:40.437 INFO kablam! warning: variant is never constructed: `ExpectedDataTypeInfo` Oct 14 18:53:40.437 INFO kablam! --> src/ast/lang_result.rs:23:5 Oct 14 18:53:40.437 INFO kablam! | Oct 14 18:53:40.437 INFO kablam! 23 | ExpectedDataTypeInfo, Oct 14 18:53:40.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:40.437 INFO kablam! | Oct 14 18:53:40.437 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:53:40.437 INFO kablam! Oct 14 18:53:40.437 INFO kablam! warning: variant is never constructed: `InvalidSyntax` Oct 14 18:53:40.437 INFO kablam! --> src/ast/lang_result.rs:24:5 Oct 14 18:53:40.437 INFO kablam! | Oct 14 18:53:40.437 INFO kablam! 24 | InvalidSyntax, Oct 14 18:53:40.437 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 18:53:40.437 INFO kablam! Oct 14 18:53:40.437 INFO kablam! warning: variant is never constructed: `InvalidSyntaxFailedToParse` Oct 14 18:53:40.437 INFO kablam! --> src/ast/lang_result.rs:25:5 Oct 14 18:53:40.437 INFO kablam! | Oct 14 18:53:40.437 INFO kablam! 25 | InvalidSyntaxFailedToParse, Oct 14 18:53:40.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:40.437 INFO kablam! Oct 14 18:53:40.437 INFO kablam! warning: type alias is never used: `MutabilityResult` Oct 14 18:53:40.437 INFO kablam! --> src/ast/mutability.rs:10:1 Oct 14 18:53:40.437 INFO kablam! | Oct 14 18:53:40.437 INFO kablam! 10 | pub type MutabilityResult = Result<(), MutabilityError>; Oct 14 18:53:40.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:40.437 INFO kablam! Oct 14 18:53:40.441 INFO kablam! warning: variant is never constructed: `VariableDoesNotExist` Oct 14 18:53:40.442 INFO kablam! --> src/ast/type_checking.rs:16:5 Oct 14 18:53:40.442 INFO kablam! | Oct 14 18:53:40.442 INFO kablam! 16 | VariableDoesNotExist, // Remove? Oct 14 18:53:40.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:40.442 INFO kablam! Oct 14 18:53:40.442 INFO kablam! warning: function is never used: `get_type_from_ast` Oct 14 18:53:40.442 INFO kablam! --> src/parser/type_signature.rs:57:1 Oct 14 18:53:40.442 INFO kablam! | Oct 14 18:53:40.442 INFO kablam! 57 | fn get_type_from_ast(ast: Ast) -> TypeInfo { Oct 14 18:53:40.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:40.442 INFO kablam! Oct 14 18:53:44.181 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.30s Oct 14 18:53:44.184 INFO kablam! su: No module specific data is present Oct 14 18:53:44.424 INFO running `"docker" "rm" "-f" "861bb167ab0a5f458e247510e6e706bfea5d541e4eb0422f2936b9286dfda53c"` Oct 14 18:53:44.486 INFO blam! 861bb167ab0a5f458e247510e6e706bfea5d541e4eb0422f2936b9286dfda53c Oct 14 18:53:44.487 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 18:53:44.641 INFO blam! ee09e90d6a083d07789b61bb84db6ff001497b578c6b76c9d76ed6f726a0d87e Oct 14 18:53:44.643 INFO running `"docker" "start" "-a" "ee09e90d6a083d07789b61bb84db6ff001497b578c6b76c9d76ed6f726a0d87e"` Oct 14 18:53:44.990 INFO kablam! usermod: no changes Oct 14 18:53:45.047 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 14 18:53:45.058 INFO kablam! Running /target/debug/deps/hlwnpa-582df58f7c49e681 Oct 14 18:53:45.061 INFO blam! Oct 14 18:53:45.061 INFO blam! running 179 tests Oct 14 18:53:45.062 INFO blam! test ast::abstract_syntax_tree::test::conditional_with_else_test ... ok Oct 14 18:53:45.062 INFO blam! test ast::abstract_syntax_tree::test::conditional_test ... ok Oct 14 18:53:45.062 INFO blam! test ast::abstract_syntax_tree::test::array_access_test ... ok Oct 14 18:53:45.062 INFO blam! test ast::abstract_syntax_tree::test::assignment_test ... ok Oct 14 18:53:45.062 INFO blam! test ast::abstract_syntax_tree::test::basic_function_test ... ok Oct 14 18:53:45.062 INFO blam! test ast::abstract_syntax_tree::test::division_by_zero_test ... ok Oct 14 18:53:45.063 INFO blam! test ast::abstract_syntax_tree::test::division_test ... ok Oct 14 18:53:45.065 INFO blam! test ast::abstract_syntax_tree::test::equality_test ... ok Oct 14 18:53:45.065 INFO blam! test ast::abstract_syntax_tree::test::greater_than_test ... ok Oct 14 18:53:45.065 INFO blam! test ast::abstract_syntax_tree::test::function_with_parameter_test ... ok Oct 14 18:53:45.065 INFO blam! test ast::abstract_syntax_tree::test::function_hoisting_test ... ok Oct 14 18:53:45.065 INFO blam! test ast::abstract_syntax_tree::test::greater_than_or_equal_test ... ok Oct 14 18:53:45.066 INFO blam! test ast::abstract_syntax_tree::test::less_than_test ... ok Oct 14 18:53:45.066 INFO blam! test ast::abstract_syntax_tree::test::integer_division_test ... ok Oct 14 18:53:45.066 INFO blam! test ast::abstract_syntax_tree::test::minus_negative_test ... ok Oct 14 18:53:45.066 INFO blam! test ast::abstract_syntax_tree::test::array_incorrect_access_test ... ok Oct 14 18:53:45.066 INFO blam! test ast::abstract_syntax_tree::test::minus_test ... ok Oct 14 18:53:45.066 INFO blam! test ast::abstract_syntax_tree::test::modulo_test ... ok Oct 14 18:53:45.066 INFO blam! test ast::abstract_syntax_tree::test::less_than_or_equal_test ... ok Oct 14 18:53:45.067 INFO blam! test ast::abstract_syntax_tree::test::string_plus_test ... ok Oct 14 18:53:45.067 INFO blam! test ast::abstract_syntax_tree::test::function_with_two_parameters_addition_test ... ok Oct 14 18:53:45.075 INFO blam! test ast::datatype::datatype_equality_tests ... ok Oct 14 18:53:45.075 INFO blam! test ast::abstract_syntax_tree::test::plus_test ... ok Oct 14 18:53:45.075 INFO blam! test ast::abstract_syntax_tree::test::struct_declaration_test ... ok Oct 14 18:53:45.080 INFO blam! test ast::abstract_syntax_tree::test::multiplication_test ... ok Oct 14 18:53:45.080 INFO blam! test ast::abstract_syntax_tree::test::variable_copy_test ... ok Oct 14 18:53:45.080 INFO blam! test ast::abstract_syntax_tree::test::struct_creation_test ... ok Oct 14 18:53:45.080 INFO blam! test ast::abstract_syntax_tree::test::reassignment_test ... ok Oct 14 18:53:45.080 INFO blam! test ast::type_checking::test::assignment_is_of_type_string ... ok Oct 14 18:53:45.080 INFO blam! test ast::type_checking::test::array_type_mismatch ... ok Oct 14 18:53:45.080 INFO blam! test ast::type_checking::test::array_is_array ... ok Oct 14 18:53:45.080 INFO blam! test ast::type_checking::test::different_type_reassignment ... ok Oct 14 18:53:45.080 INFO blam! test ast::type_checking::test::mutability_const_reassignment_throws_error ... ok Oct 14 18:53:45.080 INFO blam! test ast::type_checking::test::mutability_const_redeclaration_throws_error ... ok Oct 14 18:53:45.080 INFO blam! test ast::type_checking::test::mutability_function_reassignment_throws_error ... ok Oct 14 18:53:45.083 INFO blam! test ast::type_checking::test::throw_error_on_type_mismatch_self_addition_assignment ... ok Oct 14 18:53:45.083 INFO blam! test ast::type_checking::test::number_is_number ... ok Oct 14 18:53:45.087 INFO blam! test ast::type_info::test::comparison_type_info ... ok Oct 14 18:53:45.087 INFO blam! test ast::type_info::test::comparison_type_info_with_operations ... ok Oct 14 18:53:45.087 INFO blam! test ast::type_checking::test::throw_error_on_function_execution ... ok Oct 14 18:53:45.087 INFO blam! test ast::type_checking::test::string_is_string ... ok Oct 14 18:53:45.087 INFO blam! test ast::type_info::test::convert_fn_to_type ... ok Oct 14 18:53:45.088 INFO blam! test ast::type_checking::test::throw_error_on_type_mismatch_assignment ... ok Oct 14 18:53:45.088 INFO blam! test parser::assignment::test::parse_type_assignment_of_number_test ... ok Oct 14 18:53:45.088 INFO blam! test ast::type_checking::test::number_plus_float_plus_number_is_a_float ... ok Oct 14 18:53:45.089 INFO blam! test ast::type_checking::test::throw_error_on_type_mismatch_addition_assignment ... ok Oct 14 18:53:45.089 INFO blam! test ast::type_checking::test::type_check_function_execution ... ok Oct 14 18:53:45.089 INFO blam! test ast::type_checking::test::throw_error_on_unsupported_division ... ok Oct 14 18:53:45.089 INFO blam! test parser::body::parse_body_nocheck_test ... ok Oct 14 18:53:45.089 INFO blam! test parser::body::parse_simple_body_test ... ok Oct 14 18:53:45.089 INFO blam! test parser::body::parse_simple_body_assignment_test ... ok Oct 14 18:53:45.089 INFO blam! test ast::type_info::test::convert_from_datatype_and_perform_operation_and_compare ... ok Oct 14 18:53:45.089 INFO blam! test parser::control_flow::if_expression::test::parse_if_else_statement_test ... ok Oct 14 18:53:45.089 INFO blam! test parser::control_flow::if_expression::test::parse_if_statement_with_expression_test ... ok Oct 14 18:53:45.089 INFO blam! test parser::control_flow::while_loop::test::parse_while_loop_2 ... ok Oct 14 18:53:45.090 INFO blam! test parser::expressions::test::expr_precedence_mult_before_add ... ok Oct 14 18:53:45.091 INFO blam! test parser::control_flow::for_loop::test::for_loop_parse ... ok Oct 14 18:53:45.091 INFO blam! test parser::control_flow::while_loop::test::parse_while_loop_test ... ok Oct 14 18:53:45.091 INFO blam! test parser::expressions::test::new_sexpr_precedence_parse ... ok Oct 14 18:53:45.091 INFO blam! test parser::expressions::test::new_sexpr_single_literal ... ok Oct 14 18:53:45.091 INFO blam! test parser::expressions::test::parse_array_access_test ... ok Oct 14 18:53:45.091 INFO blam! test parser::expressions::test::multiple_dimensional_array_access ... ok Oct 14 18:53:45.091 INFO blam! test parser::expressions::test::parse_array_access_on_new_array_test ... ok Oct 14 18:53:45.091 INFO blam! test parser::expressions::test::parse_struct_access_name ... ok Oct 14 18:53:45.091 INFO blam! test parser::expressions::test::sexpr_add_with_increment ... ok Oct 14 18:53:45.091 INFO blam! test ast::type_info::test::convert_parameter_fn_to_type ... ok Oct 14 18:53:45.092 INFO blam! test parser::assignment::test::parse_assignment_of_literal_test ... ok Oct 14 18:53:45.092 INFO blam! test parser::expressions::test::sexpr_add_with_increment_first ... ok Oct 14 18:53:45.092 INFO blam! test parser::expressions::test::sexpr_multi_mult ... ok Oct 14 18:53:45.092 INFO blam! test parser::expressions::test::sexpr_identifier_addition ... ok Oct 14 18:53:45.092 INFO blam! test parser::expressions::test::sexpr_multi_mult_four_terms ... ok Oct 14 18:53:45.092 INFO blam! test parser::control_flow::if_expression::test::parse_if_statement_test ... ok Oct 14 18:53:45.093 INFO blam! test parser::expressions::test::sexpr_eq_and_ineq_parse ... ok Oct 14 18:53:45.093 INFO blam! test parser::expressions::test::sexpr_parens_negate_parse_1 ... ok Oct 14 18:53:45.093 INFO blam! test parser::expressions::test::sexpr_add_mult_add ... ok Oct 14 18:53:45.093 INFO blam! test parser::expressions::test::sexpr_parse_increment ... ok Oct 14 18:53:45.093 INFO blam! test parser::expressions::test::sexpr_parse_addition ... ok Oct 14 18:53:45.093 INFO blam! test parser::expressions::test::sexpr_parse_logical_and ... ok Oct 14 18:53:45.093 INFO blam! test parser::expressions::test::sexpr_parens_triple_parse ... ok Oct 14 18:53:45.094 INFO blam! test parser::expressions::test::sexpr_parens_parse ... ok Oct 14 18:53:45.094 INFO blam! test parser::expressions::test::sexpr_parens_rhs_parse ... ok Oct 14 18:53:45.094 INFO blam! test parser::expressions::test::sexpr_parse_addition_multiple ... ok Oct 14 18:53:45.095 INFO blam! test parser::expressions::test::sexpr_parse_logical_or ... ok Oct 14 18:53:45.095 INFO blam! test parser::expressions::test::sexpr_parse_invert ... ok Oct 14 18:53:45.095 INFO blam! test parser::expressions::test::sexpr_precedence_1_parse ... ok Oct 14 18:53:45.095 INFO blam! test parser::expressions::test::sexpr_precedence_3_parse ... ok Oct 14 18:53:45.095 INFO blam! test parser::expressions::test::sexpr_parse_negate ... ok Oct 14 18:53:45.095 INFO blam! test parser::expressions::test::sexpr_parse_negate_then_add ... ok Oct 14 18:53:45.095 INFO blam! test parser::expressions::test::sexpr_precedence_2_parse ... ok Oct 14 18:53:45.095 INFO blam! test parser::expressions::test::sexpr_precedence_4_parse ... ok Oct 14 18:53:45.095 INFO blam! test parser::expressions::test::sexpr_precedence_6_parse ... ok Oct 14 18:53:45.095 INFO blam! test parser::expressions::test::sexpr_precedence_8_parse ... ok Oct 14 18:53:45.095 INFO blam! test parser::identifier::test::parse_fail_new_id_contains_reserved_character ... ok Oct 14 18:53:45.096 INFO blam! test parser::identifier::test::parse_fail_new_id_reserved_character ... ok Oct 14 18:53:45.099 INFO blam! test parser::identifier::test::parse_fail_new_id_reserved_word ... ok Oct 14 18:53:45.100 INFO blam! test parser::expressions::test::sexpr_precedence_9_parse ... ok Oct 14 18:53:45.100 INFO blam! test parser::function::test::parse_whole_function_identifier_input_returns_number_test ... ok Oct 14 18:53:45.100 INFO blam! test parser::function::test::parse_whole_function_identifier_input_returns_array_test ... ok Oct 14 18:53:45.100 INFO blam! test parser::identifier::test::parse_identifier_alphanumeric_test ... ok Oct 14 18:53:45.100 INFO blam! test parser::identifier::test::parse_new_id ... ok Oct 14 18:53:45.100 INFO blam! test parser::identifier::test::parse_succeed_new_id_reserved_word ... ok Oct 14 18:53:45.101 INFO blam! test parser::literal::array::fail_parse_array_mismatched_literal_test ... ok Oct 14 18:53:45.101 INFO blam! test parser::identifier::test::parse_identifier_underscore_test ... ok Oct 14 18:53:45.101 INFO blam! test parser::expressions::test::sexpr_precedence_mult_then_divide_parse ... ok Oct 14 18:53:45.101 INFO blam! test parser::function::test::parse_whole_function_number_input_returns_number_test ... ok Oct 14 18:53:45.101 INFO blam! test parser::literal::array::parse_array_bool_test ... ok Oct 14 18:53:45.101 INFO blam! test parser::literal::array::parse_array_multiple_bool_literal_test ... ok Oct 14 18:53:45.101 INFO blam! test parser::literal::boolean::parse_bool_literal_test ... ok Oct 14 18:53:45.101 INFO blam! test parser::expressions::test::sexpr_parens_negate_parse ... ok Oct 14 18:53:45.102 INFO blam! test parser::literal::array::parse_array_multiple_number_literal_test ... ok Oct 14 18:53:45.102 INFO blam! test parser::literal::float::parse_float_test ... ok Oct 14 18:53:45.102 INFO blam! test parser::literal::number::parse_number_literal_test ... ok Oct 14 18:53:45.102 INFO blam! test parser::literal::number::parse_number_test ... ok Oct 14 18:53:45.102 INFO blam! test parser::literal::string::parse_string_literal_with_escape_sequences ... ok Oct 14 18:53:45.102 INFO blam! test parser::expressions::test::sexpr_precedence_5_parse ... ok Oct 14 18:53:45.102 INFO blam! test parser::literal::array::parse_array_bool_literal_test ... ok Oct 14 18:53:45.102 INFO blam! test parser::literal::string::parse_string_test ... ok Oct 14 18:53:45.102 INFO blam! test parser::literal::test::literal_can_capture_number ... ok Oct 14 18:53:45.103 INFO blam! test parser::literal::test::verify_literal_with_escapes_in_strings ... ok Oct 14 18:53:45.103 INFO blam! test parser::literal::test::literal_captures_float_before_number ... ok Oct 14 18:53:45.103 INFO blam! test parser::structure::test::parse_new_struct ... ok Oct 14 18:53:45.103 INFO blam! test parser::structure::test::parse_struct_definition ... ok Oct 14 18:53:45.103 INFO blam! test parser::literal::test::space_in_float_causes_number_parse_instead ... ok Oct 14 18:53:45.103 INFO blam! test parser::literal::string::parse_string_literal_with_escape_sequences_2 ... ok Oct 14 18:53:45.103 INFO blam! test parser::identifier::test::parse_identifier_characters_test ... ok Oct 14 18:53:45.103 INFO blam! test parser::test::parse_program_with_array_assignment ... ok Oct 14 18:53:45.103 INFO blam! test parser::test::parse_program_with_array_access ... ok Oct 14 18:53:45.103 INFO blam! test parser::literal::string::parse_string_literal_test ... ok Oct 14 18:53:45.104 INFO blam! test parser::test::parse_program_with_struct_access_and_assignment ... ok Oct 14 18:53:45.104 INFO blam! test parser::test::parse_program_with_if_test ... ok Oct 14 18:53:45.107 INFO blam! test parser::test::parse_program_with_struct_definition ... ok Oct 14 18:53:45.107 INFO blam! test parser::test::parse_simple_program_and_validate_ast_test ... ok Oct 14 18:53:45.112 INFO blam! test parser::test::parse_program_with_only_identifier_test ... ok Oct 14 18:53:45.113 INFO blam! test preprocessor::test::escape_escapes ... ok Oct 14 18:53:45.113 INFO blam! test parser::test::parse_program_with_struct_instance_creation_and_assignment ... ok Oct 14 18:53:45.113 INFO blam! test preprocessor::test::preprocess_simple_program_bench ... ok Oct 14 18:53:45.113 INFO blam! test parser::test::parse_program_with_struct_creation ... ok Oct 14 18:53:45.113 INFO blam! test parser::literal::array::parse_array_range ... ok Oct 14 18:53:45.113 INFO blam! test parser::test::preprocess_and_parse_simple_program_bench ... ok Oct 14 18:53:45.113 INFO blam! test parser::test::verify_program_with_escapes_in_strings ... ok Oct 14 18:53:45.113 INFO blam! test std_functions::expect_print_function_to_be_added_to_global_map ... ok Oct 14 18:53:45.113 INFO blam! test testing::integration_tests::test::benches::array_range_then_access_parse_and_execute_program_bench ... ok Oct 14 18:53:45.113 INFO blam! test parser::test::parse_simple_program_bench ... ok Oct 14 18:53:45.130 INFO blam! test testing::integration_tests::test::benches::simple_program_execute_bench ... ok Oct 14 18:53:45.131 INFO blam! test testing::integration_tests::test::benches::array_range_parse_and_execute_program_bench ... ok Oct 14 18:53:45.138 INFO blam! test testing::integration_tests::test::benches::similar_to_for_no_array_access_without_while_loop_parse_and_execute_program_bench ... ok Oct 14 18:53:45.140 INFO blam! test testing::integration_tests::test::benches::simple_program_parse_and_execute_bench ... ok Oct 14 18:53:45.150 INFO blam! test testing::integration_tests::test::for_loop_eval ... ok Oct 14 18:53:45.155 INFO blam! test testing::integration_tests::test::program_function_internals_does_not_clobber_outer_stack_integration_test ... ok Oct 14 18:53:45.155 INFO blam! test testing::integration_tests::test::benches::while_loop_parse_and_execute_program_bench ... ok Oct 14 18:53:45.158 INFO blam! test testing::integration_tests::test::program_multiple_parameter_function_integration_test ... ok Oct 14 18:53:45.158 INFO blam! test testing::integration_tests::test::program_parse_and_execute_integration_test_1 ... ok Oct 14 18:53:45.158 INFO blam! test testing::integration_tests::test::program_parse_and_execute_integration_test_2 ... ok Oct 14 18:53:45.158 INFO blam! test testing::integration_tests::test::program_parse_and_execute_integration_test_3 ... ok Oct 14 18:53:45.158 INFO blam! test testing::integration_tests::test::program_if_test ... ok Oct 14 18:53:45.158 INFO blam! test testing::integration_tests::test::benches::while_loop_similar_to_for_no_array_access_parse_and_execute_program_bench ... ok Oct 14 18:53:45.159 INFO blam! test testing::integration_tests::test::program_parse_literal_test ... ok Oct 14 18:53:45.159 INFO blam! test testing::integration_tests::test::program_parse_and_execute_integration_test_4 ... ok Oct 14 18:53:45.160 INFO blam! test testing::integration_tests::test::program_parse_struct_and_access_field ... ok Oct 14 18:53:45.161 INFO blam! test testing::integration_tests::test::program_parse_struct_and_something_after_it ... ok Oct 14 18:53:45.161 INFO blam! test testing::integration_tests::test::program_parse_struct_and_access_field_via_assignment ... ok Oct 14 18:53:45.165 INFO blam! test testing::integration_tests::test::program_parse_struct_with_multiple_fields_and_access_fields_in_function ... ok Oct 14 18:53:45.165 INFO blam! test testing::integration_tests::test::program_parse_struct_with_multiple_fields_and_access_fields_in_expression ... ok Oct 14 18:53:45.167 INFO blam! test testing::integration_tests::test::program_parse_struct_with_multiple_fields_and_return_struct_from_function ... ok Oct 14 18:53:45.168 INFO blam! test testing::integration_tests::test::program_parse_struct_with_multiple_fields_and_return_struct_from_function_with_internal_assignment ... ok Oct 14 18:53:45.169 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 14 18:53:45.169 INFO blam! test testing::integration_tests::test::program_verify_that_struct_maps_dont_interfere_with_function_maps ... ok Oct 14 18:53:45.170 INFO blam! test testing::integration_tests::test::program_verify_that_struct_maps_dont_interfere_with_global_stack_map ... ok Oct 14 18:53:45.170 INFO blam! test testing::integration_tests::test::program_while_loop_test ... ok Oct 14 18:53:45.172 INFO blam! test testing::integration_tests::test::program_with_a_conditional_in_a_function_2_integration_test ... ok Oct 14 18:53:45.174 INFO blam! test testing::integration_tests::test::benches::while_loop_similar_to_for_parse_and_execute_program_bench ... ok Oct 14 18:53:45.175 INFO blam! test testing::integration_tests::test::program_with_struct_functions_integration_test ... ok Oct 14 18:53:45.175 INFO blam! test testing::integration_tests::test::program_string_coercion_integration_test ... ok Oct 14 18:53:45.175 INFO blam! test testing::integration_tests::test::program_while_loop_false_test ... ok Oct 14 18:53:45.176 INFO blam! test testing::integration_tests::test::program_with_a_conditional_in_a_function_integration_test ... ok Oct 14 18:53:45.178 INFO blam! test testing::integration_tests::test::benches::for_loop_parse_and_execute_program_bench ... ok Oct 14 18:53:45.187 INFO blam! test testing::integration_tests::test::program_parse_and_verify_array_test ... ok Oct 14 18:53:45.189 INFO blam! test testing::integration_tests::test::benches::while_loop_with_useless_conditionals_parse_and_execute_program_bench ... ok Oct 14 18:53:45.191 INFO blam! test testing::integration_tests::test::benches::for_loop_alt_parse_and_execute_program_bench ... ok Oct 14 18:53:45.191 INFO blam! Oct 14 18:53:45.191 INFO blam! test result: ok. 179 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:53:45.191 INFO blam! Oct 14 18:53:45.192 INFO kablam! su: No module specific data is present Oct 14 18:53:45.555 INFO running `"docker" "rm" "-f" "ee09e90d6a083d07789b61bb84db6ff001497b578c6b76c9d76ed6f726a0d87e"` Oct 14 18:53:45.895 INFO blam! ee09e90d6a083d07789b61bb84db6ff001497b578c6b76c9d76ed6f726a0d87e