Sep 06 00:36:56.840 INFO checking rustyhub-0.3.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 00:36:56.840 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 00:36:56.840 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 00:36:57.039 INFO blam! ebd6a8b442fbefbdd103f5b2ec2cf4c34ef4aee2a6104a3cfab86b205318f46c Sep 06 00:36:57.041 INFO running `"docker" "start" "-a" "ebd6a8b442fbefbdd103f5b2ec2cf4c34ef4aee2a6104a3cfab86b205318f46c"` Sep 06 00:36:57.895 INFO kablam! usermod: no changes Sep 06 00:36:58.089 INFO kablam! Compiling serde_codegen v0.8.23 Sep 06 00:37:00.585 INFO kablam! Compiling serde_derive v0.8.23 Sep 06 00:37:01.951 INFO kablam! Checking rustyhub v0.3.0 (file:///source) Sep 06 00:37:03.418 INFO kablam! error[E0308]: mismatched types Sep 06 00:37:03.418 INFO kablam! --> src/client.rs:331:64 Sep 06 00:37:03.418 INFO kablam! | Sep 06 00:37:03.418 INFO kablam! 331 | let client = super::Client::new("rustyhub-test/0.0.0", Some("test-token".to_string())); Sep 06 00:37:03.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `auth::auth::Auth`, found enum `std::option::Option` Sep 06 00:37:03.418 INFO kablam! | Sep 06 00:37:03.418 INFO kablam! = note: expected type `auth::auth::Auth` Sep 06 00:37:03.418 INFO kablam! found type `std::option::Option` Sep 06 00:37:03.418 INFO kablam! Sep 06 00:37:03.428 INFO kablam! error[E0609]: no field `auth_token` on type `client::Client` Sep 06 00:37:03.428 INFO kablam! --> src/client.rs:334:24 Sep 06 00:37:03.428 INFO kablam! | Sep 06 00:37:03.428 INFO kablam! 334 | assert!(client.auth_token == Some(String::from("test-token"))); Sep 06 00:37:03.428 INFO kablam! | ^^^^^^^^^^ unknown field Sep 06 00:37:03.428 INFO kablam! | Sep 06 00:37:03.428 INFO kablam! = note: available fields are: `http_client`, `api_url`, `user_agent`, `authentication` Sep 06 00:37:03.429 INFO kablam! Sep 06 00:37:03.512 INFO kablam! error[E0308]: mismatched types Sep 06 00:37:03.512 INFO kablam! --> src/client.rs:339:96 Sep 06 00:37:03.512 INFO kablam! | Sep 06 00:37:03.512 INFO kablam! 339 | let client = super::Client::with_url("https://api.github.com/", "rustyhub-test/0.0.0", Some("test-token".to_string())); Sep 06 00:37:03.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `auth::auth::Auth`, found enum `std::option::Option` Sep 06 00:37:03.512 INFO kablam! | Sep 06 00:37:03.512 INFO kablam! = note: expected type `auth::auth::Auth` Sep 06 00:37:03.512 INFO kablam! found type `std::option::Option` Sep 06 00:37:03.512 INFO kablam! Sep 06 00:37:03.513 INFO kablam! error[E0609]: no field `auth_token` on type `client::Client` Sep 06 00:37:03.513 INFO kablam! --> src/client.rs:342:24 Sep 06 00:37:03.513 INFO kablam! | Sep 06 00:37:03.513 INFO kablam! 342 | assert!(client.auth_token == Some(String::from("test-token"))); Sep 06 00:37:03.513 INFO kablam! | ^^^^^^^^^^ unknown field Sep 06 00:37:03.513 INFO kablam! | Sep 06 00:37:03.513 INFO kablam! = note: available fields are: `http_client`, `api_url`, `user_agent`, `authentication` Sep 06 00:37:03.513 INFO kablam! Sep 06 00:37:03.827 INFO kablam! error: aborting due to 4 previous errors Sep 06 00:37:03.827 INFO kablam! Sep 06 00:37:03.827 INFO kablam! Some errors occurred: E0308, E0609. Sep 06 00:37:03.827 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 06 00:37:03.837 INFO kablam! error: Could not compile `rustyhub`. Sep 06 00:37:03.837 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 00:37:04.261 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 06 00:37:04.261 INFO kablam! --> src/lib.rs:47:12 Sep 06 00:37:04.261 INFO kablam! | Sep 06 00:37:04.261 INFO kablam! 47 | #![feature(proc_macro)] Sep 06 00:37:04.261 INFO kablam! | ^^^^^^^^^^ Sep 06 00:37:04.261 INFO kablam! | Sep 06 00:37:04.261 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 00:37:04.261 INFO kablam! Sep 06 00:37:04.529 INFO kablam! error: build failed Sep 06 00:37:04.534 INFO kablam! su: No module specific data is present Sep 06 00:37:05.299 INFO running `"docker" "rm" "-f" "ebd6a8b442fbefbdd103f5b2ec2cf4c34ef4aee2a6104a3cfab86b205318f46c"` Sep 06 00:37:05.413 INFO blam! ebd6a8b442fbefbdd103f5b2ec2cf4c34ef4aee2a6104a3cfab86b205318f46c