[INFO] updating cached repository https://github.com/fitzgen/cool-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ea20b7cd01d2d73d3d2e4ff29579c7d786342b58 [INFO] testing fitzgen/cool-rs against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffitzgen%2Fcool-rs" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fitzgen/cool-rs on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/fitzgen/cool-rs [INFO] finished tweaking git repo https://github.com/fitzgen/cool-rs [INFO] tweaked toml for git repo https://github.com/fitzgen/cool-rs written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/fitzgen/cool-rs already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] e62c83215a8473bad86e18d60779110d77e2f7894612de609ef626131b26f378 [INFO] running `"docker" "start" "-a" "e62c83215a8473bad86e18d60779110d77e2f7894612de609ef626131b26f378"` [INFO] [stderr] Compiling byte-tools v0.3.0 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling ordermap v0.3.5 [INFO] [stderr] Compiling opaque-debug v0.2.1 [INFO] [stderr] Compiling bit-vec v0.5.0 [INFO] [stderr] Compiling lalrpop-util v0.16.2 [INFO] [stderr] Compiling diff v0.1.11 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling id-arena v2.0.0 [INFO] [stderr] Compiling phf_shared v0.7.23 [INFO] [stderr] Compiling regex-syntax v0.6.3 [INFO] [stderr] Compiling block-padding v0.1.2 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling new_debug_unreachable v1.0.1 [INFO] [stderr] Compiling ena v0.10.1 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Compiling digest v0.8.0 [INFO] [stderr] Compiling bit-set v0.5.0 [INFO] [stderr] Compiling block-buffer v0.7.0 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling ascii-canvas v1.0.0 [INFO] [stderr] Compiling petgraph v0.4.13 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling phf_generator v0.7.23 [INFO] [stderr] Compiling string_cache_codegen v0.4.2 [INFO] [stderr] Compiling string_cache v0.7.3 [INFO] [stderr] Compiling regex v1.0.6 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling structopt-derive v0.2.13 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling structopt v0.2.13 [INFO] [stderr] Compiling docopt v1.0.2 [INFO] [stderr] Compiling lalrpop v0.16.2 [INFO] [stderr] Compiling cool-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> build.rs:30:20 [INFO] [stderr] | [INFO] [stderr] 30 | 'a'...'z' | 'A'...'Z' | '0'...'9' => c, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> build.rs:30:32 [INFO] [stderr] | [INFO] [stderr] 30 | 'a'...'z' | 'A'...'Z' | '0'...'9' => c, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> build.rs:30:44 [INFO] [stderr] | [INFO] [stderr] 30 | 'a'...'z' | 'A'...'Z' | '0'...'9' => c, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> build.rs:66:20 [INFO] [stderr] | [INFO] [stderr] 66 | 'a'...'z' | 'A'...'Z' | '0'...'9' => c, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> build.rs:66:32 [INFO] [stderr] | [INFO] [stderr] 66 | 'a'...'z' | 'A'...'Z' | '0'...'9' => c, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> build.rs:66:44 [INFO] [stderr] | [INFO] [stderr] 66 | 'a'...'z' | 'A'...'Z' | '0'...'9' => c, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> build.rs:104:20 [INFO] [stderr] | [INFO] [stderr] 104 | 'a'...'z' | 'A'...'Z' | '0'...'9' => c, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> build.rs:104:32 [INFO] [stderr] | [INFO] [stderr] 104 | 'a'...'z' | 'A'...'Z' | '0'...'9' => c, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> build.rs:104:44 [INFO] [stderr] | [INFO] [stderr] 104 | 'a'...'z' | 'A'...'Z' | '0'...'9' => c, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 55.95s [INFO] running `"docker" "inspect" "e62c83215a8473bad86e18d60779110d77e2f7894612de609ef626131b26f378"` [INFO] running `"docker" "rm" "-f" "e62c83215a8473bad86e18d60779110d77e2f7894612de609ef626131b26f378"` [INFO] [stdout] e62c83215a8473bad86e18d60779110d77e2f7894612de609ef626131b26f378 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 9d755079a1fba6194b2a423a2a0b710528ff63bd0dea8a7aea1df33a896d7d94 [INFO] running `"docker" "start" "-a" "9d755079a1fba6194b2a423a2a0b710528ff63bd0dea8a7aea1df33a896d7d94"` [INFO] [stderr] Compiling cool-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.52s [INFO] running `"docker" "inspect" "9d755079a1fba6194b2a423a2a0b710528ff63bd0dea8a7aea1df33a896d7d94"` [INFO] running `"docker" "rm" "-f" "9d755079a1fba6194b2a423a2a0b710528ff63bd0dea8a7aea1df33a896d7d94"` [INFO] [stdout] 9d755079a1fba6194b2a423a2a0b710528ff63bd0dea8a7aea1df33a896d7d94 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] df5cadb1f17098698765575e5e7d4a69ce7ac553235922492c75dee15aca8154 [INFO] running `"docker" "start" "-a" "df5cadb1f17098698765575e5e7d4a69ce7ac553235922492c75dee15aca8154"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.41s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/cool_rs-a421baa5a72ad69f [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/cool_rs-ffb493cb2bd9de33 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/lexer-4fea558d620d2a49 [INFO] [stdout] [INFO] [stdout] running 63 tests [INFO] [stdout] test tests_lexer_all_else_true_cl_cool ... ok [INFO] [stdout] test tests_lexer_eofstring_cool ... ok [INFO] [stdout] test tests_lexer_escapedeof_cool ... ok [INFO] [stdout] test tests_lexer_endcomment_cool ... ok [INFO] [stdout] test tests_lexer_bothcomments_cool ... ok [INFO] [stdout] test tests_lexer_badidentifiers_cool ... ok [INFO] [stdout] test tests_lexer_escaped_chars_in_comment_cl_cool ... ok [INFO] [stdout] test tests_lexer_escapedquote_cool ... ok [INFO] [stdout] test tests_lexer_escapednull_cool ... ok [INFO] [stdout] test tests_lexer_badkeywords_cool ... ok [INFO] [stdout] test tests_lexer_keywords_cool ... ok [INFO] [stdout] test tests_lexer_integers2_cool ... ok [INFO] [stdout] test tests_lexer_longcomment_cool ... ok [INFO] [stdout] test tests_lexer_invalidinvisible_cool ... ok [INFO] [stdout] test tests_lexer_nestedcomment_cool ... ok [INFO] [stdout] test tests_lexer_backslash_cool ... ok [INFO] [stdout] test tests_lexer_invalidcharacters_cool ... ok [INFO] [stdout] test tests_lexer_null_in_code_cl_cool ... ok [INFO] [stdout] test tests_lexer_comment_in_string_cl_cool ... ok [INFO] [stdout] test tests_lexer_backslash2_cool ... ok [INFO] [stdout] test tests_lexer_hairyscary_cool ... ok [INFO] [stdout] test tests_lexer_null_in_string_unescaped_newline_cl_cool ... ok [INFO] [stdout] test tests_lexer_null_in_string_cl_cool ... ok [INFO] [stdout] test tests_lexer_objectid_test_cool ... ok [INFO] [stdout] test tests_lexer_opencomment_cool ... ok [INFO] [stdout] test tests_lexer_operators_cool ... ok [INFO] [stdout] test tests_lexer_multilinecomment_cool ... ok [INFO] [stdout] test tests_lexer_lineno2_cool ... ok [INFO] [stdout] test tests_lexer_s04_test_cool ... ok [INFO] [stdout] test tests_lexer_pathologicalstrings_cool ... ok [INFO] [stdout] test tests_lexer_s19_test_cool ... ok [INFO] [stdout] test tests_lexer_s14_test_cool ... ok [INFO] [stdout] test tests_lexer_s16_test_cool ... ok [INFO] [stdout] test tests_lexer_lineno3_cool ... ok [INFO] [stdout] test tests_lexer_longstring_escapedbackslashes_cool ... ok [INFO] [stdout] test tests_lexer_s03_test_cool ... ok [INFO] [stdout] test tests_lexer_palindrome_cool ... ok [INFO] [stdout] test tests_lexer_null_in_string_followed_by_tokens_cl_cool ... ok [INFO] [stdout] test tests_lexer_s26_test_cool ... ok [INFO] [stdout] test tests_lexer_s32_test_cool ... ok [INFO] [stdout] test tests_lexer_s33_test_cool ... ok [INFO] [stdout] test tests_lexer_s25_test_cool ... ok [INFO] [stdout] test tests_lexer_s31_test_cool ... ok [INFO] [stdout] test tests_lexer_s34_test_cool ... ok [INFO] [stdout] test tests_lexer_twice_512_nested_comments_cl_cool ... ok [INFO] [stdout] test tests_lexer_validcharacters_cool ... ok [INFO] [stdout] test tests_lexer_stringwithescapes_cool ... ok [INFO] [stdout] test tests_lexer_weirdcharcomment_cool ... ok [INFO] [stdout] test tests_lexer_escapedunprintables_cool ... ok [INFO] [stdout] test tests_lexer_io_cool ... ok [INFO] [stdout] test tests_lexer_stringcomment_cool ... ok [INFO] [stdout] test tests_lexer_s05_test_cool ... ok [INFO] [stdout] test tests_lexer_wq0607_c1_cool ... ok [INFO] [stdout] test tests_lexer_atoi_cool ... ok [INFO] [stdout] test tests_lexer_wq0607_c2_cool ... ok [INFO] [stdout] test tests_lexer_simplestrings_cool ... ok [INFO] [stdout] test tests_lexer_sort_list_cl_cool ... ok [INFO] [stdout] test tests_lexer_new_complex_cool ... ok [INFO] [stdout] test tests_lexer_book_list_cl_cool ... ok [INFO] [stdout] test tests_lexer_wq0607_c3_cool ... ok [INFO] [stdout] test tests_lexer_wq0607_c4_cool ... ok [INFO] [stdout] test tests_lexer_arith_cool ... ok [INFO] [stdout] test tests_lexer_life_cool ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 63 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/parser-b435f6e0f3ff41be [INFO] [stdout] [INFO] [stdout] running 70 tests [INFO] [stdout] test tests_parser_assigngetstype_test ... ok [INFO] [stdout] test tests_parser_associativityp_test ... ok [INFO] [stdout] test tests_parser_assignment_test ... ok [INFO] [stdout] test tests_parser_addedlet_test ... ok [INFO] [stdout] test tests_parser_associativitydiv_test ... ok [INFO] [stdout] test tests_parser_arithprecedence_test ... ok [INFO] [stdout] test tests_parser_badblock_test ... ok [INFO] [stdout] test tests_parser_associativitym_test ... ok [INFO] [stdout] test tests_parser_assignseq_test ... ok [INFO] [stdout] test tests_parser_badfeaturenames_test ... ok [INFO] [stdout] test tests_parser_badexprlist_test ... ok [INFO] [stdout] test tests_parser_casemultiplebranch_test ... ok [INFO] [stdout] test tests_parser_attrcapitalname_test ... ok [INFO] [stdout] test tests_parser_associativitymtimes_test ... ok [INFO] [stdout] test tests_parser_baddispatch2_test ... ok [INFO] [stdout] test tests_parser_badfeatures_test ... ok [INFO] [stdout] test tests_parser_casenoexpr_test ... ok [INFO] [stdout] test tests_parser_classtwofields_test ... ok [INFO] [stdout] test tests_parser_baddispatch3_test ... ok [INFO] [stdout] test tests_parser_baddispatch1_test ... ok [INFO] [stdout] test tests_parser_baddispatch4_test ... ok [INFO] [stdout] test tests_parser_emptyprogram_test ... ok [INFO] [stdout] test tests_parser_emptymethodbody_test ... ok [INFO] [stdout] test tests_parser_dispatcharglist_test ... ok [INFO] [stdout] test tests_parser_dispatchonearg_test ... ok [INFO] [stdout] test tests_parser_classmethodonearg_test ... ok [INFO] [stdout] test tests_parser_firstbindingerrored_test ... ok [INFO] [stdout] test tests_parser_extrasemicolonblock_test ... ok [INFO] [stdout] test tests_parser_atoi_test ... ok [INFO] [stdout] test tests_parser_formallists_test ... ok [INFO] [stdout] test tests_parser_firstclasserrored_test ... ok [INFO] [stdout] test tests_parser_complex_test ... ok [INFO] [stdout] test tests_parser_ifnested_test ... ok [INFO] [stdout] test tests_parser_ifnothenbranch_test ... ok [INFO] [stdout] test tests_parser_classnoname_test ... ok [INFO] [stdout] test tests_parser_ifexpressionblock_test ... ok [INFO] [stdout] test tests_parser_isvoidbadtype_test ... ok [INFO] [stdout] test tests_parser_letinit_test ... ok [INFO] [stdout] test tests_parser_ifnoelsebranch_test ... ok [INFO] [stdout] test tests_parser_letinitmultiplebindings_test ... ok [INFO] [stdout] test tests_parser_letassociativity_test ... ok [INFO] [stdout] test tests_parser_equalsassociativity_test ... ok [INFO] [stdout] test tests_parser_classonefield_test ... ok [INFO] [stdout] test tests_parser_comparisonsmassoc_test ... ok [INFO] [stdout] test tests_parser_multipleatdispatches_test ... ok [INFO] [stdout] test tests_parser_multipleattributes_test ... ok [INFO] [stdout] test tests_parser_letnoinit_test ... ok [INFO] [stdout] test tests_parser_dispatchnoargs_test ... ok [INFO] [stdout] test tests_parser_multiplemethoderrors_test ... ok [INFO] [stdout] test tests_parser_lteassociativity_test ... ok [INFO] [stdout] test tests_parser_secondbindingerrored_test ... ok [INFO] [stdout] test tests_parser_multipledispatches_test ... ok [INFO] [stdout] test tests_parser_multipleclasses_test ... ok [INFO] [stdout] test tests_parser_emptystaticdispatch_test ... ok [INFO] [stdout] test tests_parser_emptyassign_test ... ok [INFO] [stdout] test tests_parser_nestedblocks_test ... ok [INFO] [stdout] test tests_parser_returntypebad_test ... ok [INFO] [stdout] test tests_parser_nestedlet_test ... ok [INFO] [stdout] test tests_parser_classbadname_test ... ok [INFO] [stdout] test tests_parser_newbadtype_test ... ok [INFO] [stdout] test tests_parser_whileexpressionblock_test ... ok [INFO] [stdout] test tests_parser_while_test ... ok [INFO] [stdout] test tests_parser_whilenoloop_test ... ok [INFO] [stdout] test tests_parser_unaryassociativity_test ... ok [INFO] [stdout] test tests_parser_letparens_test ... ok [INFO] [stdout] test tests_parser_classbadinherits_test ... ok [INFO] [stdout] test tests_parser_ifnoelse_test ... ok [INFO] [stdout] test tests_parser_ifnofi_test ... ok [INFO] [stdout] test tests_parser_whileoneexpression_test ... ok [INFO] [stdout] test tests_parser_staticdispatchnoargs_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 70 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/typing-8256aa150558c2da [INFO] [stdout] [INFO] [stdout] running 74 tests [INFO] [stdout] test tests_typing_badredefineint_test ... ok [INFO] [stdout] test tests_typing_attrbadinit_test ... FAILED [INFO] [stdout] test tests_typing_badequalitytest2_test ... FAILED [INFO] [stdout] test tests_typing_badequalitytest_test ... FAILED [INFO] [stdout] test tests_typing_baddispatch_test ... FAILED [INFO] [stdout] test tests_typing_attroverride_test ... FAILED [INFO] [stdout] test tests_typing_badmethodcallsitself_test ... FAILED [INFO] [stdout] test tests_typing_badargs1_test ... FAILED [INFO] [stdout] test tests_typing_badwhilecond_test ... FAILED [INFO] [stdout] test tests_typing_badwhilebody_test ... FAILED [INFO] [stdout] test tests_typing_basic_test ... FAILED [INFO] [stdout] test tests_typing_assignment_test ... FAILED [INFO] [stdout] test tests_typing_badstaticdispatch_test ... FAILED [INFO] [stdout] test tests_typing_badarith_test ... FAILED [INFO] [stdout] test tests_typing_anattributenamedself_test ... FAILED [INFO] [stdout] test tests_typing_compare_test ... FAILED [INFO] [stdout] test tests_typing_caseidenticalbranch_test ... FAILED [INFO] [stdout] test tests_typing_cycleinmethods_test ... FAILED [INFO] [stdout] test tests_typing_dispatch_test ... FAILED [INFO] [stdout] test tests_typing_if_test ... FAILED [INFO] [stdout] test tests_typing_hairyscary_cl_test ... FAILED [INFO] [stdout] test tests_typing_inheritsselftype_test ... FAILED [INFO] [stdout] test tests_typing_cells_cl_test ... FAILED [INFO] [stdout] test tests_typing_inheritsstring_test ... FAILED [INFO] [stdout] test tests_typing_forwardinherits_test ... FAILED [INFO] [stdout] test tests_typing_initwithself_test ... FAILED [INFO] [stdout] test tests_typing_comparisons_test ... FAILED [INFO] [stdout] test tests_typing_letinit_test ... FAILED [INFO] [stdout] test tests_typing_letbadinit_test ... FAILED [INFO] [stdout] test tests_typing_io_test ... FAILED [INFO] [stdout] test tests_typing_letself_test ... FAILED [INFO] [stdout] test tests_typing_dupformals_test ... FAILED [INFO] [stdout] test tests_typing_inheritsbool_test ... FAILED [INFO] [stdout] test tests_typing_letnoinit_test ... FAILED [INFO] [stdout] test tests_typing_letshadows_test ... FAILED [INFO] [stdout] test tests_typing_methodcallsitself_test ... FAILED [INFO] [stdout] test tests_typing_lubtest_test ... FAILED [INFO] [stdout] test tests_typing_letselftype_test ... FAILED [INFO] [stdout] test tests_typing_list_cl_test ... FAILED [INFO] [stdout] test tests_typing_methodnameclash_test ... FAILED [INFO] [stdout] test tests_typing_overridingmethod2_test ... FAILED [INFO] [stdout] test tests_typing_classes_test ... FAILED [INFO] [stdout] test tests_typing_inheritsObject_test ... FAILED [INFO] [stdout] test tests_typing_newselftype_test ... FAILED [INFO] [stdout] test tests_typing_nomain_test ... FAILED [INFO] [stdout] test tests_typing_overriderenamearg_test ... FAILED [INFO] [stdout] test tests_typing_basicclassestree_test ... FAILED [INFO] [stdout] test tests_typing_missingclass_test ... FAILED [INFO] [stdout] test tests_typing_expressionblock_test ... FAILED [INFO] [stdout] test tests_typing_objectdispatchabort_test ... FAILED [INFO] [stdout] test tests_typing_outofscope_test ... FAILED [INFO] [stdout] test tests_typing_neg_test ... FAILED [INFO] [stdout] test tests_typing_overridingmethod3_test ... FAILED [INFO] [stdout] test tests_typing_overridingmethod4_test ... FAILED [INFO] [stdout] test tests_typing_isvoid_test ... FAILED [INFO] [stdout] test tests_typing_overridingmethod_test ... FAILED [INFO] [stdout] test tests_typing_selfinformalparameter_test ... FAILED [INFO] [stdout] test tests_typing_returntypenoexist_test ... FAILED [INFO] [stdout] test tests_typing_redefinedclass_test ... ok [INFO] [stdout] test tests_typing_scopes_test ... FAILED [INFO] [stdout] test tests_typing_selftypeparameterposition_test ... FAILED [INFO] [stdout] test tests_typing_selftyperedeclared_test ... FAILED [INFO] [stdout] test tests_typing_redefinedobject_test ... ok [INFO] [stdout] test tests_typing_assignnoconform_test ... FAILED [INFO] [stdout] test tests_typing_self_assignment_test ... FAILED [INFO] [stdout] test tests_typing_signaturechange_test ... FAILED [INFO] [stdout] test tests_typing_selftypebadreturn_test ... FAILED [INFO] [stdout] test tests_typing_staticdispatch_test ... FAILED [INFO] [stdout] test tests_typing_trickyatdispatch_test ... FAILED [INFO] [stdout] test tests_typing_stringtest_test ... FAILED [INFO] [stdout] test tests_typing_trickyatdispatch2_test ... FAILED [INFO] [stdout] test tests_typing_simplearith_test ... FAILED [INFO] [stdout] test tests_typing_subtypemethodreturn_test ... FAILED [INFO] [stdout] test tests_typing_simplecase_test ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests_typing_attrbadinit_test stdout ---- [INFO] [stdout] thread 'tests_typing_attrbadinit_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace. [INFO] [stdout] [INFO] [stdout] ---- tests_typing_badequalitytest2_test stdout ---- [INFO] [stdout] thread 'tests_typing_badequalitytest2_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_badequalitytest_test stdout ---- [INFO] [stdout] thread 'tests_typing_badequalitytest_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_baddispatch_test stdout ---- [INFO] [stdout] thread 'tests_typing_baddispatch_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_attroverride_test stdout ---- [INFO] [stdout] thread 'tests_typing_attroverride_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_badmethodcallsitself_test stdout ---- [INFO] [stdout] thread 'tests_typing_badmethodcallsitself_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_badargs1_test stdout ---- [INFO] [stdout] thread 'tests_typing_badargs1_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_badwhilecond_test stdout ---- [INFO] [stdout] thread 'tests_typing_badwhilecond_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_badwhilebody_test stdout ---- [INFO] [stdout] thread 'tests_typing_badwhilebody_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_basic_test stdout ---- [INFO] [stdout] thread 'tests_typing_basic_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_assignment_test stdout ---- [INFO] [stdout] thread 'tests_typing_assignment_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_badstaticdispatch_test stdout ---- [INFO] [stdout] thread 'tests_typing_badstaticdispatch_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_badarith_test stdout ---- [INFO] [stdout] thread 'tests_typing_badarith_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_anattributenamedself_test stdout ---- [INFO] [stdout] thread 'tests_typing_anattributenamedself_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_compare_test stdout ---- [INFO] [stdout] thread 'tests_typing_compare_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_caseidenticalbranch_test stdout ---- [INFO] [stdout] thread 'tests_typing_caseidenticalbranch_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_cycleinmethods_test stdout ---- [INFO] [stdout] thread 'tests_typing_cycleinmethods_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_dispatch_test stdout ---- [INFO] [stdout] thread 'tests_typing_dispatch_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_if_test stdout ---- [INFO] [stdout] thread 'tests_typing_if_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_hairyscary_cl_test stdout ---- [INFO] [stdout] thread 'tests_typing_hairyscary_cl_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_inheritsselftype_test stdout ---- [INFO] [stdout] thread 'tests_typing_inheritsselftype_test' panicked at 'no class with given class name', src/libcore/option.rs:1190:5 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_cells_cl_test stdout ---- [INFO] [stdout] thread 'tests_typing_cells_cl_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_inheritsstring_test stdout ---- [INFO] [stdout] thread 'tests_typing_inheritsstring_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_forwardinherits_test stdout ---- [INFO] [stdout] thread 'tests_typing_forwardinherits_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_initwithself_test stdout ---- [INFO] [stdout] thread 'tests_typing_initwithself_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_comparisons_test stdout ---- [INFO] [stdout] thread 'tests_typing_comparisons_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_letinit_test stdout ---- [INFO] [stdout] thread 'tests_typing_letinit_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_letbadinit_test stdout ---- [INFO] [stdout] thread 'tests_typing_letbadinit_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_io_test stdout ---- [INFO] [stdout] thread 'tests_typing_io_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_letself_test stdout ---- [INFO] [stdout] thread 'tests_typing_letself_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_dupformals_test stdout ---- [INFO] [stdout] thread 'tests_typing_dupformals_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_inheritsbool_test stdout ---- [INFO] [stdout] thread 'tests_typing_inheritsbool_test' panicked at 'no class with given class name', src/libcore/option.rs:1190:5 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_letnoinit_test stdout ---- [INFO] [stdout] thread 'tests_typing_letnoinit_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_letshadows_test stdout ---- [INFO] [stdout] thread 'tests_typing_letshadows_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_methodcallsitself_test stdout ---- [INFO] [stdout] thread 'tests_typing_methodcallsitself_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_lubtest_test stdout ---- [INFO] [stdout] thread 'tests_typing_lubtest_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_letselftype_test stdout ---- [INFO] [stdout] thread 'tests_typing_letselftype_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_list_cl_test stdout ---- [INFO] [stdout] thread 'tests_typing_list_cl_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_methodnameclash_test stdout ---- [INFO] [stdout] thread 'tests_typing_methodnameclash_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_overridingmethod2_test stdout ---- [INFO] [stdout] thread 'tests_typing_overridingmethod2_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_classes_test stdout ---- [INFO] [stdout] thread 'tests_typing_classes_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_inheritsObject_test stdout ---- [INFO] [stdout] thread 'tests_typing_inheritsObject_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_newselftype_test stdout ---- [INFO] [stdout] thread 'tests_typing_newselftype_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_nomain_test stdout ---- [INFO] [stdout] thread 'tests_typing_nomain_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_overriderenamearg_test stdout ---- [INFO] [stdout] thread 'tests_typing_overriderenamearg_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_basicclassestree_test stdout ---- [INFO] [stdout] thread 'tests_typing_basicclassestree_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_missingclass_test stdout ---- [INFO] [stdout] thread 'tests_typing_missingclass_test' panicked at 'no class with given class name', src/libcore/option.rs:1190:5 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_expressionblock_test stdout ---- [INFO] [stdout] thread 'tests_typing_expressionblock_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_objectdispatchabort_test stdout ---- [INFO] [stdout] thread 'tests_typing_objectdispatchabort_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_outofscope_test stdout ---- [INFO] [stdout] thread 'tests_typing_outofscope_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_neg_test stdout ---- [INFO] [stdout] thread 'tests_typing_neg_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_overridingmethod3_test stdout ---- [INFO] [stdout] thread 'tests_typing_overridingmethod3_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_overridingmethod4_test stdout ---- [INFO] [stdout] thread 'tests_typing_overridingmethod4_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_isvoid_test stdout ---- [INFO] [stdout] thread 'tests_typing_isvoid_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_overridingmethod_test stdout ---- [INFO] [stdout] thread 'tests_typing_overridingmethod_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_selfinformalparameter_test stdout ---- [INFO] [stdout] thread 'tests_typing_selfinformalparameter_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_returntypenoexist_test stdout ---- [INFO] [stdout] thread 'tests_typing_returntypenoexist_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_scopes_test stdout ---- [INFO] [stdout] thread 'tests_typing_scopes_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_selftypeparameterposition_test stdout ---- [INFO] [stdout] thread 'tests_typing_selftypeparameterposition_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_selftyperedeclared_test stdout ---- [INFO] [stdout] thread 'tests_typing_selftyperedeclared_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_assignnoconform_test stdout ---- [INFO] [stdout] thread 'tests_typing_assignnoconform_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559485e5b8d4 - backtrace::backtrace::libunwind::trace::hf625d18232cbbbd4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x559485e5b8d4 - backtrace::backtrace::trace_unsynchronized::h41d74150fc6ff542 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x559485e5b8d4 - std::sys_common::backtrace::_print_fmt::h85d37830c667a1f9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stdout] 3: 0x559485e5b8d4 - ::fmt::h2b7ac01d5feaf9b2 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stdout] 4: 0x559485e76cfc - core::fmt::write::h7fd0d904495c035f [INFO] [stdout] at src/libcore/fmt/mod.rs:1030 [INFO] [stdout] 5: 0x559485bc55a5 - std::io::Write::write_fmt::h424452e6ba861394 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/io/mod.rs:1412 [INFO] [stdout] 6: 0x559485e57331 - std::io::impls::>::write_fmt::h814a51d8ae1dee4a [INFO] [stdout] at src/libstd/io/impls.rs:141 [INFO] [stdout] 7: 0x559485e5dde5 - std::sys_common::backtrace::_print::h4c743f7c274a5a74 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stdout] 8: 0x559485e5dde5 - std::sys_common::backtrace::print::ha5c4f4bf03800d4d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x559485e5dde5 - std::panicking::default_hook::{{closure}}::h8b842185774c09e6 [INFO] [stdout] at src/libstd/panicking.rs:196 [INFO] [stdout] 10: 0x559485e5da6c - std::panicking::default_hook::hd8ec13ee1bc2a65a [INFO] [stdout] at src/libstd/panicking.rs:207 [INFO] [stdout] 11: 0x559485e5e4e5 - std::panicking::rust_panic_with_hook::hf3b27166e5f403e7 [INFO] [stdout] at src/libstd/panicking.rs:473 [INFO] [stdout] 12: 0x559485e5e082 - std::panicking::continue_panic_fmt::hd961751be84a6f83 [INFO] [stdout] at src/libstd/panicking.rs:380 [INFO] [stdout] 13: 0x559485e5dfdc - std::panicking::begin_panic_fmt::h23ef54e17e5a13fa [INFO] [stdout] at src/libstd/panicking.rs:335 [INFO] [stdout] 14: 0x559485c4776e - cool_rs::ast::Context::type_check::h98a234cc82852f0f [INFO] [stdout] at src/ast/mod.rs:242 [INFO] [stdout] 15: 0x559485bc1f3a - typing::assert_typing::h0929dedd85a77a98 [INFO] [stdout] at tests/typing.rs:16 [INFO] [stdout] 16: 0x559485bc23f9 - typing::tests_typing_assignnoconform_test::h4d9510a022d14fa2 [INFO] [stdout] at /opt/rustwide/target/debug/build/cool-rs-f20fe77c402143a8/out/typing_tests.rs:17 [INFO] [stdout] 17: 0x559485bc238a - typing::tests_typing_assignnoconform_test::{{closure}}::hbef809fa370849c2 [INFO] [stdout] at /opt/rustwide/target/debug/build/cool-rs-f20fe77c402143a8/out/typing_tests.rs:16 [INFO] [stdout] 18: 0x559485bbf53e - core::ops::function::FnOnce::call_once::h64024e2e15905961 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 19: 0x559485bcf49f - as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 20: 0x559485e60f7a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x559485be9cae - std::panicking::try::heccce20d527a3513 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 22: 0x559485be9cae - std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x559485be9cae - test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 24: 0x559485bc4d15 - std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 25: 0x559485bc8ea5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] 26: 0x559485bc8ea5 - as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] 27: 0x559485bc8ea5 - std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 28: 0x559485e60f7a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 29: 0x559485bc9452 - std::panicking::try::h243a25457a848a1a [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 30: 0x559485bc9452 - std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 31: 0x559485bc9452 - std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] 32: 0x559485bc9452 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 33: 0x559485e5394f - as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 34: 0x559485e60370 - as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 35: 0x559485e60370 - std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 36: 0x559485e60370 - std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 37: 0x7fc6dea3e6db - start_thread [INFO] [stdout] 38: 0x7fc6de54f88f - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_typing_self_assignment_test stdout ---- [INFO] [stdout] thread 'tests_typing_self_assignment_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_signaturechange_test stdout ---- [INFO] [stdout] thread 'tests_typing_signaturechange_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_selftypebadreturn_test stdout ---- [INFO] [stdout] thread 'tests_typing_selftypebadreturn_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_staticdispatch_test stdout ---- [INFO] [stdout] thread 'tests_typing_staticdispatch_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_trickyatdispatch_test stdout ---- [INFO] [stdout] thread 'tests_typing_trickyatdispatch_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_stringtest_test stdout ---- [INFO] [stdout] thread 'tests_typing_stringtest_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_trickyatdispatch2_test stdout ---- [INFO] [stdout] thread 'tests_typing_trickyatdispatch2_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_simplearith_test stdout ---- [INFO] [stdout] thread 'tests_typing_simplearith_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_subtypemethodreturn_test stdout ---- [INFO] [stdout] thread 'tests_typing_subtypemethodreturn_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] ---- tests_typing_simplecase_test stdout ---- [INFO] [stdout] thread 'tests_typing_simplecase_test' panicked at 'not yet implemented: TODO FITZGEN: finish type checking', src/ast/mod.rs:242:9 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests_typing_anattributenamedself_test [INFO] [stdout] tests_typing_assignment_test [INFO] [stdout] tests_typing_assignnoconform_test [INFO] [stdout] tests_typing_attrbadinit_test [INFO] [stdout] tests_typing_attroverride_test [INFO] [stdout] tests_typing_badargs1_test [INFO] [stdout] tests_typing_badarith_test [INFO] [stdout] tests_typing_baddispatch_test [INFO] [stdout] tests_typing_badequalitytest2_test [INFO] [stdout] tests_typing_badequalitytest_test [INFO] [stdout] tests_typing_badmethodcallsitself_test [INFO] [stdout] tests_typing_badstaticdispatch_test [INFO] [stdout] tests_typing_badwhilebody_test [INFO] [stdout] tests_typing_badwhilecond_test [INFO] [stdout] tests_typing_basic_test [INFO] [stdout] tests_typing_basicclassestree_test [INFO] [stdout] tests_typing_caseidenticalbranch_test [INFO] [stdout] tests_typing_cells_cl_test [INFO] [stdout] tests_typing_classes_test [INFO] [stdout] tests_typing_compare_test [INFO] [stdout] tests_typing_comparisons_test [INFO] [stdout] tests_typing_cycleinmethods_test [INFO] [stdout] tests_typing_dispatch_test [INFO] [stdout] tests_typing_dupformals_test [INFO] [stdout] tests_typing_expressionblock_test [INFO] [stdout] tests_typing_forwardinherits_test [INFO] [stdout] tests_typing_hairyscary_cl_test [INFO] [stdout] tests_typing_if_test [INFO] [stdout] tests_typing_inheritsObject_test [INFO] [stdout] tests_typing_inheritsbool_test [INFO] [stdout] tests_typing_inheritsselftype_test [INFO] [stdout] tests_typing_inheritsstring_test [INFO] [stdout] tests_typing_initwithself_test [INFO] [stdout] tests_typing_io_test [INFO] [stdout] tests_typing_isvoid_test [INFO] [stdout] tests_typing_letbadinit_test [INFO] [stdout] tests_typing_letinit_test [INFO] [stdout] tests_typing_letnoinit_test [INFO] [stdout] tests_typing_letself_test [INFO] [stdout] tests_typing_letselftype_test [INFO] [stdout] tests_typing_letshadows_test [INFO] [stdout] tests_typing_list_cl_test [INFO] [stdout] tests_typing_lubtest_test [INFO] [stdout] tests_typing_methodcallsitself_test [INFO] [stdout] tests_typing_methodnameclash_test [INFO] [stdout] tests_typing_missingclass_test [INFO] [stdout] tests_typing_neg_test [INFO] [stdout] tests_typing_newselftype_test [INFO] [stdout] tests_typing_nomain_test [INFO] [stdout] tests_typing_objectdispatchabort_test [INFO] [stdout] tests_typing_outofscope_test [INFO] [stdout] tests_typing_overriderenamearg_test [INFO] [stdout] tests_typing_overridingmethod2_test [INFO] [stdout] tests_typing_overridingmethod3_test [INFO] [stdout] tests_typing_overridingmethod4_test [INFO] [stdout] tests_typing_overridingmethod_test [INFO] [stdout] tests_typing_returntypenoexist_test [INFO] [stdout] tests_typing_scopes_test [INFO] [stdout] tests_typing_self_assignment_test [INFO] [stdout] tests_typing_selfinformalparameter_test [INFO] [stdout] tests_typing_selftypebadreturn_test [INFO] [stdout] tests_typing_selftypeparameterposition_test [INFO] [stdout] tests_typing_selftyperedeclared_test [INFO] [stdout] tests_typing_signaturechange_test [INFO] [stdout] tests_typing_simplearith_test [INFO] [stdout] tests_typing_simplecase_test [INFO] [stdout] tests_typing_staticdispatch_test [INFO] [stdout] tests_typing_stringtest_test [INFO] [stdout] tests_typing_subtypemethodreturn_test [INFO] [stdout] tests_typing_trickyatdispatch2_test [INFO] [stdout] tests_typing_trickyatdispatch_test [INFO] [stdout] [INFO] [stdout] test result: FAILED. 3 passed; 71 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test typing' [INFO] running `"docker" "inspect" "df5cadb1f17098698765575e5e7d4a69ce7ac553235922492c75dee15aca8154"` [INFO] running `"docker" "rm" "-f" "df5cadb1f17098698765575e5e7d4a69ce7ac553235922492c75dee15aca8154"` [INFO] [stdout] df5cadb1f17098698765575e5e7d4a69ce7ac553235922492c75dee15aca8154