Sep 19 20:53:31.594 INFO checking rustyhub-0.3.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 20:53:31.594 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 20:53:31.594 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:53:31.815 INFO blam! e6117fa267487aa8fc3d07bbfd3b723cec9b8afe599a37850b9ffdaf391c834d Sep 19 20:53:31.817 INFO running `"docker" "start" "-a" "e6117fa267487aa8fc3d07bbfd3b723cec9b8afe599a37850b9ffdaf391c834d"` Sep 19 20:53:32.843 INFO kablam! usermod: no changes Sep 19 20:53:33.036 INFO kablam! Compiling syn v0.10.8 Sep 19 20:53:36.231 INFO kablam! Compiling serde_codegen_internals v0.11.3 Sep 19 20:53:37.144 INFO kablam! Compiling serde_codegen v0.8.23 Sep 19 20:53:39.392 INFO kablam! Compiling serde_derive v0.8.23 Sep 19 20:53:40.758 INFO kablam! Checking rustyhub v0.3.0 (/source) Sep 19 20:53:43.002 INFO kablam! error[E0308]: mismatched types Sep 19 20:53:43.002 INFO kablam! --> src/client.rs:331:64 Sep 19 20:53:43.002 INFO kablam! | Sep 19 20:53:43.002 INFO kablam! 331 | let client = super::Client::new("rustyhub-test/0.0.0", Some("test-token".to_string())); Sep 19 20:53:43.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `auth::auth::Auth`, found enum `std::option::Option` Sep 19 20:53:43.002 INFO kablam! | Sep 19 20:53:43.002 INFO kablam! = note: expected type `auth::auth::Auth` Sep 19 20:53:43.002 INFO kablam! found type `std::option::Option` Sep 19 20:53:43.002 INFO kablam! Sep 19 20:53:43.023 INFO kablam! error[E0609]: no field `auth_token` on type `client::Client` Sep 19 20:53:43.023 INFO kablam! --> src/client.rs:334:24 Sep 19 20:53:43.023 INFO kablam! | Sep 19 20:53:43.023 INFO kablam! 334 | assert!(client.auth_token == Some(String::from("test-token"))); Sep 19 20:53:43.023 INFO kablam! | ^^^^^^^^^^ unknown field Sep 19 20:53:43.024 INFO kablam! | Sep 19 20:53:43.024 INFO kablam! = note: available fields are: `http_client`, `api_url`, `user_agent`, `authentication` Sep 19 20:53:43.024 INFO kablam! Sep 19 20:53:43.249 INFO kablam! error[E0308]: mismatched types Sep 19 20:53:43.249 INFO kablam! --> src/client.rs:339:96 Sep 19 20:53:43.249 INFO kablam! | Sep 19 20:53:43.249 INFO kablam! 339 | let client = super::Client::with_url("https://api.github.com/", "rustyhub-test/0.0.0", Some("test-token".to_string())); Sep 19 20:53:43.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `auth::auth::Auth`, found enum `std::option::Option` Sep 19 20:53:43.250 INFO kablam! | Sep 19 20:53:43.250 INFO kablam! = note: expected type `auth::auth::Auth` Sep 19 20:53:43.250 INFO kablam! found type `std::option::Option` Sep 19 20:53:43.250 INFO kablam! Sep 19 20:53:43.252 INFO kablam! error[E0609]: no field `auth_token` on type `client::Client` Sep 19 20:53:43.252 INFO kablam! --> src/client.rs:342:24 Sep 19 20:53:43.252 INFO kablam! | Sep 19 20:53:43.252 INFO kablam! 342 | assert!(client.auth_token == Some(String::from("test-token"))); Sep 19 20:53:43.252 INFO kablam! | ^^^^^^^^^^ unknown field Sep 19 20:53:43.253 INFO kablam! | Sep 19 20:53:43.253 INFO kablam! = note: available fields are: `http_client`, `api_url`, `user_agent`, `authentication` Sep 19 20:53:43.253 INFO kablam! Sep 19 20:53:43.818 INFO kablam! error: aborting due to 4 previous errors Sep 19 20:53:43.818 INFO kablam! Sep 19 20:53:43.818 INFO kablam! Some errors occurred: E0308, E0609. Sep 19 20:53:43.818 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 19 20:53:43.831 INFO kablam! error: Could not compile `rustyhub`. Sep 19 20:53:43.831 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 20:53:44.075 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 19 20:53:44.075 INFO kablam! --> src/lib.rs:47:12 Sep 19 20:53:44.075 INFO kablam! | Sep 19 20:53:44.075 INFO kablam! 47 | #![feature(proc_macro)] Sep 19 20:53:44.075 INFO kablam! | ^^^^^^^^^^ Sep 19 20:53:44.076 INFO kablam! | Sep 19 20:53:44.076 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 20:53:44.076 INFO kablam! Sep 19 20:53:44.402 INFO kablam! error: build failed Sep 19 20:53:44.404 INFO kablam! su: No module specific data is present Sep 19 20:53:45.313 INFO running `"docker" "rm" "-f" "e6117fa267487aa8fc3d07bbfd3b723cec9b8afe599a37850b9ffdaf391c834d"` Sep 19 20:53:45.492 INFO blam! e6117fa267487aa8fc3d07bbfd3b723cec9b8afe599a37850b9ffdaf391c834d