Sep 04 04:25:57.541 INFO checking rustyhub-0.3.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 04:25:57.541 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 04:25:57.541 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:25:57.773 INFO blam! ee2f313a744621a02c4af91b16360c032f5d8360c8dfc9e21bf3aebaea745dcd Sep 04 04:25:57.775 INFO running `"docker" "start" "-a" "ee2f313a744621a02c4af91b16360c032f5d8360c8dfc9e21bf3aebaea745dcd"` Sep 04 04:25:58.620 INFO kablam! Checking rustyhub v0.3.0 (file:///source) Sep 04 04:26:01.954 INFO kablam! error[E0308]: mismatched types Sep 04 04:26:01.954 INFO kablam! --> src/client.rs:331:64 Sep 04 04:26:01.954 INFO kablam! | Sep 04 04:26:01.954 INFO kablam! 331 | let client = super::Client::new("rustyhub-test/0.0.0", Some("test-token".to_string())); Sep 04 04:26:01.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `auth::auth::Auth`, found enum `std::option::Option` Sep 04 04:26:01.954 INFO kablam! | Sep 04 04:26:01.954 INFO kablam! = note: expected type `auth::auth::Auth` Sep 04 04:26:01.954 INFO kablam! found type `std::option::Option` Sep 04 04:26:01.954 INFO kablam! Sep 04 04:26:01.957 INFO kablam! error[E0609]: no field `auth_token` on type `client::Client` Sep 04 04:26:01.957 INFO kablam! --> src/client.rs:334:24 Sep 04 04:26:01.957 INFO kablam! | Sep 04 04:26:01.957 INFO kablam! 334 | assert!(client.auth_token == Some(String::from("test-token"))); Sep 04 04:26:01.957 INFO kablam! | ^^^^^^^^^^ unknown field Sep 04 04:26:01.957 INFO kablam! | Sep 04 04:26:01.957 INFO kablam! = note: available fields are: `http_client`, `api_url`, `user_agent`, `authentication` Sep 04 04:26:01.958 INFO kablam! Sep 04 04:26:02.079 INFO kablam! error[E0308]: mismatched types Sep 04 04:26:02.079 INFO kablam! --> src/client.rs:339:96 Sep 04 04:26:02.079 INFO kablam! | Sep 04 04:26:02.079 INFO kablam! 339 | let client = super::Client::with_url("https://api.github.com/", "rustyhub-test/0.0.0", Some("test-token".to_string())); Sep 04 04:26:02.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `auth::auth::Auth`, found enum `std::option::Option` Sep 04 04:26:02.079 INFO kablam! | Sep 04 04:26:02.079 INFO kablam! = note: expected type `auth::auth::Auth` Sep 04 04:26:02.079 INFO kablam! found type `std::option::Option` Sep 04 04:26:02.079 INFO kablam! Sep 04 04:26:02.080 INFO kablam! error[E0609]: no field `auth_token` on type `client::Client` Sep 04 04:26:02.080 INFO kablam! --> src/client.rs:342:24 Sep 04 04:26:02.080 INFO kablam! | Sep 04 04:26:02.080 INFO kablam! 342 | assert!(client.auth_token == Some(String::from("test-token"))); Sep 04 04:26:02.080 INFO kablam! | ^^^^^^^^^^ unknown field Sep 04 04:26:02.080 INFO kablam! | Sep 04 04:26:02.080 INFO kablam! = note: available fields are: `http_client`, `api_url`, `user_agent`, `authentication` Sep 04 04:26:02.080 INFO kablam! Sep 04 04:26:02.676 INFO kablam! error: aborting due to 4 previous errors Sep 04 04:26:02.676 INFO kablam! Sep 04 04:26:02.676 INFO kablam! Some errors occurred: E0308, E0609. Sep 04 04:26:02.676 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 04 04:26:02.685 INFO kablam! error: Could not compile `rustyhub`. Sep 04 04:26:02.685 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 04:26:03.449 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 04 04:26:03.449 INFO kablam! --> src/lib.rs:47:12 Sep 04 04:26:03.449 INFO kablam! | Sep 04 04:26:03.449 INFO kablam! 47 | #![feature(proc_macro)] Sep 04 04:26:03.449 INFO kablam! | ^^^^^^^^^^ Sep 04 04:26:03.449 INFO kablam! | Sep 04 04:26:03.449 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 04:26:03.449 INFO kablam! Sep 04 04:26:03.761 INFO kablam! error: build failed Sep 04 04:26:03.763 INFO kablam! su: No module specific data is present Sep 04 04:26:04.309 INFO running `"docker" "rm" "-f" "ee2f313a744621a02c4af91b16360c032f5d8360c8dfc9e21bf3aebaea745dcd"` Sep 04 04:26:04.391 INFO blam! ee2f313a744621a02c4af91b16360c032f5d8360c8dfc9e21bf3aebaea745dcd