Sep 04 02:58:16.035 INFO checking unic-idna-0.2.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 02:58:16.035 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 02:58:16.036 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 02:58:16.254 INFO blam! 12899c991330cf2e9550a1e45b929e5c9919f2f05db14e4a8b16f85f7c032586 Sep 04 02:58:16.256 INFO running `"docker" "start" "-a" "12899c991330cf2e9550a1e45b929e5c9919f2f05db14e4a8b16f85f7c032586"` Sep 04 02:58:16.972 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 04 02:58:16.972 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 04 02:58:16.972 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 04 02:58:16.972 INFO kablam! files will be included as a test target: Sep 04 02:58:16.972 INFO kablam! Sep 04 02:58:16.972 INFO kablam! * /source/tests/conformance_tests.rs Sep 04 02:58:16.973 INFO kablam! Sep 04 02:58:16.973 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 04 02:58:16.973 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 04 02:58:16.973 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 04 02:58:16.973 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 04 02:58:16.973 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 04 02:58:16.973 INFO kablam! Sep 04 02:58:16.973 INFO kablam! For more information on this warning you can consult Sep 04 02:58:16.973 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 04 02:58:17.016 INFO kablam! Checking unic-ucd-core v0.2.0 Sep 04 02:58:17.016 INFO kablam! Checking unic-idna-punycode v0.2.0 Sep 04 02:58:17.016 INFO kablam! Checking rustc-test v0.1.4 Sep 04 02:58:17.345 INFO kablam! Checking unic-ucd-normal v0.2.0 Sep 04 02:58:17.346 INFO kablam! Checking unic-ucd-bidi v0.2.0 Sep 04 02:58:18.897 INFO kablam! Checking unic-normal v0.2.0 Sep 04 02:58:19.287 INFO kablam! Checking unic-idna v0.2.0 (file:///source) Sep 04 02:58:20.043 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 04 02:58:20.043 INFO kablam! --> src/lib.rs:473:5 Sep 04 02:58:20.043 INFO kablam! | Sep 04 02:58:20.043 INFO kablam! 473 | / fn test_v5() { Sep 04 02:58:20.043 INFO kablam! 474 | | // IdnaTest:784 蔏。𑰺 Sep 04 02:58:20.043 INFO kablam! 475 | | assert!(is_combining_mark('\u{11C3A}')); Sep 04 02:58:20.043 INFO kablam! 476 | | assert!(_to_ascii("\u{11C3A}").is_err()); Sep 04 02:58:20.043 INFO kablam! 477 | | assert!(_to_ascii("\u{850f}.\u{11C3A}").is_err()); Sep 04 02:58:20.044 INFO kablam! 478 | | assert!(_to_ascii("\u{850f}\u{ff61}\u{11C3A}").is_err()); Sep 04 02:58:20.044 INFO kablam! 479 | | } Sep 04 02:58:20.044 INFO kablam! | |_____^ not found in `self::test` Sep 04 02:58:20.044 INFO kablam! Sep 04 02:58:20.044 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 04 02:58:20.044 INFO kablam! --> src/lib.rs:482:5 Sep 04 02:58:20.044 INFO kablam! | Sep 04 02:58:20.044 INFO kablam! 482 | / fn test_v8_bidi_rules() { Sep 04 02:58:20.044 INFO kablam! 483 | | assert_eq!(_to_ascii("abc").unwrap(), "abc"); Sep 04 02:58:20.044 INFO kablam! 484 | | assert_eq!(_to_ascii("123").unwrap(), "123"); Sep 04 02:58:20.044 INFO kablam! 485 | | assert_eq!(_to_ascii("אבּג").unwrap(), "xn--kdb3bdf"); Sep 04 02:58:20.044 INFO kablam! ... | Sep 04 02:58:20.044 INFO kablam! 498 | | assert!(_to_ascii("xn--0ca24w").is_err()); Sep 04 02:58:20.044 INFO kablam! 499 | | } Sep 04 02:58:20.045 INFO kablam! | |_____^ not found in `self::test` Sep 04 02:58:20.045 INFO kablam! Sep 04 02:58:20.153 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 02:58:20.153 INFO kablam! --> src/lib.rs:55:5 Sep 04 02:58:20.153 INFO kablam! | Sep 04 02:58:20.153 INFO kablam! 55 | use std::ascii::AsciiExt; Sep 04 02:58:20.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 02:58:20.153 INFO kablam! | Sep 04 02:58:20.153 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 02:58:20.154 INFO kablam! Sep 04 02:58:20.238 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 02:58:20.238 INFO kablam! --> src/lib.rs:55:5 Sep 04 02:58:20.238 INFO kablam! | Sep 04 02:58:20.239 INFO kablam! 55 | use std::ascii::AsciiExt; Sep 04 02:58:20.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 02:58:20.239 INFO kablam! | Sep 04 02:58:20.239 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 02:58:20.239 INFO kablam! Sep 04 02:58:21.050 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 04 02:58:21.050 INFO kablam! --> src/lib.rs:55:5 Sep 04 02:58:21.051 INFO kablam! | Sep 04 02:58:21.051 INFO kablam! 55 | use std::ascii::AsciiExt; Sep 04 02:58:21.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 02:58:21.051 INFO kablam! | Sep 04 02:58:21.051 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 02:58:21.051 INFO kablam! Sep 04 02:58:21.075 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 04 02:58:21.075 INFO kablam! --> src/lib.rs:473:5 Sep 04 02:58:21.075 INFO kablam! | Sep 04 02:58:21.075 INFO kablam! 473 | / fn test_v5() { Sep 04 02:58:21.075 INFO kablam! 474 | | // IdnaTest:784 蔏。𑰺 Sep 04 02:58:21.075 INFO kablam! 475 | | assert!(is_combining_mark('\u{11C3A}')); Sep 04 02:58:21.075 INFO kablam! 476 | | assert!(_to_ascii("\u{11C3A}").is_err()); Sep 04 02:58:21.075 INFO kablam! 477 | | assert!(_to_ascii("\u{850f}.\u{11C3A}").is_err()); Sep 04 02:58:21.075 INFO kablam! 478 | | assert!(_to_ascii("\u{850f}\u{ff61}\u{11C3A}").is_err()); Sep 04 02:58:21.075 INFO kablam! 479 | | } Sep 04 02:58:21.075 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 04 02:58:21.075 INFO kablam! | Sep 04 02:58:21.075 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 04 02:58:21.075 INFO kablam! Sep 04 02:58:21.075 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 04 02:58:21.075 INFO kablam! --> src/lib.rs:482:5 Sep 04 02:58:21.075 INFO kablam! | Sep 04 02:58:21.075 INFO kablam! 482 | / fn test_v8_bidi_rules() { Sep 04 02:58:21.075 INFO kablam! 483 | | assert_eq!(_to_ascii("abc").unwrap(), "abc"); Sep 04 02:58:21.075 INFO kablam! 484 | | assert_eq!(_to_ascii("123").unwrap(), "123"); Sep 04 02:58:21.075 INFO kablam! 485 | | assert_eq!(_to_ascii("אבּג").unwrap(), "xn--kdb3bdf"); Sep 04 02:58:21.075 INFO kablam! ... | Sep 04 02:58:21.075 INFO kablam! 498 | | assert!(_to_ascii("xn--0ca24w").is_err()); Sep 04 02:58:21.075 INFO kablam! 499 | | } Sep 04 02:58:21.076 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 04 02:58:21.076 INFO kablam! | Sep 04 02:58:21.076 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 04 02:58:21.076 INFO kablam! Sep 04 02:58:21.088 INFO kablam! error: aborting due to 4 previous errors Sep 04 02:58:21.088 INFO kablam! Sep 04 02:58:21.088 INFO kablam! Some errors occurred: E0425, E0560. Sep 04 02:58:21.088 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 04 02:58:21.095 INFO kablam! error: Could not compile `unic-idna`. Sep 04 02:58:21.095 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 02:58:21.685 INFO kablam! error: build failed Sep 04 02:58:21.686 INFO kablam! su: No module specific data is present Sep 04 02:58:22.078 INFO running `"docker" "rm" "-f" "12899c991330cf2e9550a1e45b929e5c9919f2f05db14e4a8b16f85f7c032586"` Sep 04 02:58:22.180 INFO blam! 12899c991330cf2e9550a1e45b929e5c9919f2f05db14e4a8b16f85f7c032586