Sep 14 07:09:39.657 INFO checking unic-idna-0.2.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 07:09:39.657 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 07:09:39.657 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 07:09:39.846 INFO blam! 47c04f2d0193018c71b39d5897557f3c840dfccd86a7347ed96c55905dd5de93 Sep 14 07:09:39.847 INFO running `"docker" "start" "-a" "47c04f2d0193018c71b39d5897557f3c840dfccd86a7347ed96c55905dd5de93"` Sep 14 07:09:40.930 INFO kablam! usermod: no changes Sep 14 07:09:40.983 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 14 07:09:40.983 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 14 07:09:40.983 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 14 07:09:40.983 INFO kablam! files will be included as a test target: Sep 14 07:09:40.983 INFO kablam! Sep 14 07:09:40.983 INFO kablam! * /source/tests/conformance_tests.rs Sep 14 07:09:40.983 INFO kablam! Sep 14 07:09:40.983 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 14 07:09:40.983 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 14 07:09:40.983 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 14 07:09:40.983 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 14 07:09:40.983 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 14 07:09:40.983 INFO kablam! Sep 14 07:09:40.983 INFO kablam! For more information on this warning you can consult Sep 14 07:09:40.983 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 14 07:09:41.047 INFO kablam! Checking unic-ucd-core v0.2.0 Sep 14 07:09:41.047 INFO kablam! Checking unic-idna-punycode v0.2.0 Sep 14 07:09:41.047 INFO kablam! Checking rustc-test v0.1.4 Sep 14 07:09:41.351 INFO kablam! Checking unic-ucd-normal v0.2.0 Sep 14 07:09:41.351 INFO kablam! Checking unic-ucd-bidi v0.2.0 Sep 14 07:09:42.748 INFO kablam! Checking unic-normal v0.2.0 Sep 14 07:09:43.026 INFO kablam! Checking unic-idna v0.2.0 (file:///source) Sep 14 07:09:43.480 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 14 07:09:43.480 INFO kablam! --> src/lib.rs:473:5 Sep 14 07:09:43.480 INFO kablam! | Sep 14 07:09:43.480 INFO kablam! 473 | / fn test_v5() { Sep 14 07:09:43.480 INFO kablam! 474 | | // IdnaTest:784 蔏。𑰺 Sep 14 07:09:43.480 INFO kablam! 475 | | assert!(is_combining_mark('\u{11C3A}')); Sep 14 07:09:43.480 INFO kablam! 476 | | assert!(_to_ascii("\u{11C3A}").is_err()); Sep 14 07:09:43.480 INFO kablam! 477 | | assert!(_to_ascii("\u{850f}.\u{11C3A}").is_err()); Sep 14 07:09:43.480 INFO kablam! 478 | | assert!(_to_ascii("\u{850f}\u{ff61}\u{11C3A}").is_err()); Sep 14 07:09:43.480 INFO kablam! 479 | | } Sep 14 07:09:43.480 INFO kablam! | |_____^ not found in `test` Sep 14 07:09:43.480 INFO kablam! Sep 14 07:09:43.481 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 14 07:09:43.481 INFO kablam! --> src/lib.rs:482:5 Sep 14 07:09:43.481 INFO kablam! | Sep 14 07:09:43.481 INFO kablam! 482 | / fn test_v8_bidi_rules() { Sep 14 07:09:43.481 INFO kablam! 483 | | assert_eq!(_to_ascii("abc").unwrap(), "abc"); Sep 14 07:09:43.481 INFO kablam! 484 | | assert_eq!(_to_ascii("123").unwrap(), "123"); Sep 14 07:09:43.481 INFO kablam! 485 | | assert_eq!(_to_ascii("אבּג").unwrap(), "xn--kdb3bdf"); Sep 14 07:09:43.481 INFO kablam! ... | Sep 14 07:09:43.481 INFO kablam! 498 | | assert!(_to_ascii("xn--0ca24w").is_err()); Sep 14 07:09:43.481 INFO kablam! 499 | | } Sep 14 07:09:43.481 INFO kablam! | |_____^ not found in `test` Sep 14 07:09:43.481 INFO kablam! Sep 14 07:09:43.505 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 07:09:43.505 INFO kablam! --> src/lib.rs:55:5 Sep 14 07:09:43.505 INFO kablam! | Sep 14 07:09:43.505 INFO kablam! 55 | use std::ascii::AsciiExt; Sep 14 07:09:43.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 07:09:43.505 INFO kablam! | Sep 14 07:09:43.505 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 07:09:43.505 INFO kablam! Sep 14 07:09:43.623 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 07:09:43.623 INFO kablam! --> src/lib.rs:55:5 Sep 14 07:09:43.623 INFO kablam! | Sep 14 07:09:43.623 INFO kablam! 55 | use std::ascii::AsciiExt; Sep 14 07:09:43.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 07:09:43.623 INFO kablam! | Sep 14 07:09:43.623 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 07:09:43.623 INFO kablam! Sep 14 07:09:43.999 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 14 07:09:43.999 INFO kablam! --> src/lib.rs:55:5 Sep 14 07:09:43.999 INFO kablam! | Sep 14 07:09:44.000 INFO kablam! 55 | use std::ascii::AsciiExt; Sep 14 07:09:44.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 07:09:44.000 INFO kablam! | Sep 14 07:09:44.000 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 07:09:44.000 INFO kablam! Sep 14 07:09:44.036 INFO kablam! error[E0560]: struct `tests::test::TestDesc` has no field named `allow_fail` Sep 14 07:09:44.036 INFO kablam! --> src/lib.rs:473:5 Sep 14 07:09:44.036 INFO kablam! | Sep 14 07:09:44.036 INFO kablam! 473 | / fn test_v5() { Sep 14 07:09:44.036 INFO kablam! 474 | | // IdnaTest:784 蔏。𑰺 Sep 14 07:09:44.036 INFO kablam! 475 | | assert!(is_combining_mark('\u{11C3A}')); Sep 14 07:09:44.036 INFO kablam! 476 | | assert!(_to_ascii("\u{11C3A}").is_err()); Sep 14 07:09:44.036 INFO kablam! 477 | | assert!(_to_ascii("\u{850f}.\u{11C3A}").is_err()); Sep 14 07:09:44.036 INFO kablam! 478 | | assert!(_to_ascii("\u{850f}\u{ff61}\u{11C3A}").is_err()); Sep 14 07:09:44.036 INFO kablam! 479 | | } Sep 14 07:09:44.036 INFO kablam! | |_____^ `tests::test::TestDesc` does not have this field Sep 14 07:09:44.036 INFO kablam! | Sep 14 07:09:44.036 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 14 07:09:44.036 INFO kablam! Sep 14 07:09:44.039 INFO kablam! error[E0560]: struct `tests::test::TestDesc` has no field named `allow_fail` Sep 14 07:09:44.039 INFO kablam! --> src/lib.rs:482:5 Sep 14 07:09:44.039 INFO kablam! | Sep 14 07:09:44.039 INFO kablam! 482 | / fn test_v8_bidi_rules() { Sep 14 07:09:44.039 INFO kablam! 483 | | assert_eq!(_to_ascii("abc").unwrap(), "abc"); Sep 14 07:09:44.039 INFO kablam! 484 | | assert_eq!(_to_ascii("123").unwrap(), "123"); Sep 14 07:09:44.039 INFO kablam! 485 | | assert_eq!(_to_ascii("אבּג").unwrap(), "xn--kdb3bdf"); Sep 14 07:09:44.039 INFO kablam! ... | Sep 14 07:09:44.039 INFO kablam! 498 | | assert!(_to_ascii("xn--0ca24w").is_err()); Sep 14 07:09:44.039 INFO kablam! 499 | | } Sep 14 07:09:44.039 INFO kablam! | |_____^ `tests::test::TestDesc` does not have this field Sep 14 07:09:44.039 INFO kablam! | Sep 14 07:09:44.039 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 14 07:09:44.039 INFO kablam! Sep 14 07:09:44.051 INFO kablam! error: aborting due to 4 previous errors Sep 14 07:09:44.051 INFO kablam! Sep 14 07:09:44.051 INFO kablam! Some errors occurred: E0425, E0560. Sep 14 07:09:44.051 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 14 07:09:44.058 INFO kablam! error: Could not compile `unic-idna`. Sep 14 07:09:44.058 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 07:09:44.607 INFO kablam! error: build failed Sep 14 07:09:44.609 INFO kablam! su: No module specific data is present Sep 14 07:09:45.234 INFO running `"docker" "rm" "-f" "47c04f2d0193018c71b39d5897557f3c840dfccd86a7347ed96c55905dd5de93"` Sep 14 07:09:45.316 INFO blam! 47c04f2d0193018c71b39d5897557f3c840dfccd86a7347ed96c55905dd5de93