Sep 02 01:06:20.854 INFO checking rustyhub-0.3.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 01:06:20.854 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 01:06:20.854 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 01:06:21.037 INFO blam! 71d9cd7d816ae87910e38cb07126372795696046317ebc2e94d6bca84770fde7 Sep 02 01:06:21.040 INFO running `"docker" "start" "-a" "71d9cd7d816ae87910e38cb07126372795696046317ebc2e94d6bca84770fde7"` Sep 02 01:06:21.874 INFO kablam! Compiling serde_codegen v0.8.23 Sep 02 01:06:25.861 INFO kablam! Compiling serde_derive v0.8.23 Sep 02 01:06:28.715 INFO kablam! Checking rustyhub v0.3.0 (file:///source) Sep 02 01:06:31.894 INFO kablam! error[E0308]: mismatched types Sep 02 01:06:31.895 INFO kablam! --> src/client.rs:331:64 Sep 02 01:06:31.895 INFO kablam! | Sep 02 01:06:31.895 INFO kablam! 331 | let client = super::Client::new("rustyhub-test/0.0.0", Some("test-token".to_string())); Sep 02 01:06:31.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `auth::auth::Auth`, found enum `std::option::Option` Sep 02 01:06:31.895 INFO kablam! | Sep 02 01:06:31.895 INFO kablam! = note: expected type `auth::auth::Auth` Sep 02 01:06:31.895 INFO kablam! found type `std::option::Option` Sep 02 01:06:31.895 INFO kablam! Sep 02 01:06:31.898 INFO kablam! error[E0609]: no field `auth_token` on type `client::Client` Sep 02 01:06:31.898 INFO kablam! --> src/client.rs:334:24 Sep 02 01:06:31.898 INFO kablam! | Sep 02 01:06:31.898 INFO kablam! 334 | assert!(client.auth_token == Some(String::from("test-token"))); Sep 02 01:06:31.898 INFO kablam! | ^^^^^^^^^^ unknown field Sep 02 01:06:31.898 INFO kablam! | Sep 02 01:06:31.898 INFO kablam! = note: available fields are: `http_client`, `api_url`, `user_agent`, `authentication` Sep 02 01:06:31.898 INFO kablam! Sep 02 01:06:32.008 INFO kablam! error[E0308]: mismatched types Sep 02 01:06:32.008 INFO kablam! --> src/client.rs:339:96 Sep 02 01:06:32.008 INFO kablam! | Sep 02 01:06:32.009 INFO kablam! 339 | let client = super::Client::with_url("https://api.github.com/", "rustyhub-test/0.0.0", Some("test-token".to_string())); Sep 02 01:06:32.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `auth::auth::Auth`, found enum `std::option::Option` Sep 02 01:06:32.009 INFO kablam! | Sep 02 01:06:32.009 INFO kablam! = note: expected type `auth::auth::Auth` Sep 02 01:06:32.009 INFO kablam! found type `std::option::Option` Sep 02 01:06:32.009 INFO kablam! Sep 02 01:06:32.010 INFO kablam! error[E0609]: no field `auth_token` on type `client::Client` Sep 02 01:06:32.010 INFO kablam! --> src/client.rs:342:24 Sep 02 01:06:32.010 INFO kablam! | Sep 02 01:06:32.010 INFO kablam! 342 | assert!(client.auth_token == Some(String::from("test-token"))); Sep 02 01:06:32.011 INFO kablam! | ^^^^^^^^^^ unknown field Sep 02 01:06:32.011 INFO kablam! | Sep 02 01:06:32.011 INFO kablam! = note: available fields are: `http_client`, `api_url`, `user_agent`, `authentication` Sep 02 01:06:32.011 INFO kablam! Sep 02 01:06:32.711 INFO kablam! error: aborting due to 4 previous errors Sep 02 01:06:32.711 INFO kablam! Sep 02 01:06:32.711 INFO kablam! Some errors occurred: E0308, E0609. Sep 02 01:06:32.711 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 02 01:06:32.722 INFO kablam! error: Could not compile `rustyhub`. Sep 02 01:06:32.722 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 01:06:33.485 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 02 01:06:33.485 INFO kablam! --> src/lib.rs:47:12 Sep 02 01:06:33.485 INFO kablam! | Sep 02 01:06:33.485 INFO kablam! 47 | #![feature(proc_macro)] Sep 02 01:06:33.485 INFO kablam! | ^^^^^^^^^^ Sep 02 01:06:33.485 INFO kablam! | Sep 02 01:06:33.485 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 01:06:33.485 INFO kablam! Sep 02 01:06:33.736 INFO kablam! error: build failed Sep 02 01:06:33.737 INFO kablam! su: No module specific data is present Sep 02 01:06:34.289 INFO running `"docker" "rm" "-f" "71d9cd7d816ae87910e38cb07126372795696046317ebc2e94d6bca84770fde7"` Sep 02 01:06:34.464 INFO blam! 71d9cd7d816ae87910e38cb07126372795696046317ebc2e94d6bca84770fde7