Sep 01 07:46:21.546 INFO checking rustyhub-0.3.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 07:46:21.546 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 07:46:21.546 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 07:46:21.703 INFO blam! b2e348c945a38f9b5a20256089d8c766b34fa9adaba32172579f6268247f6397 Sep 01 07:46:21.705 INFO running `"docker" "start" "-a" "b2e348c945a38f9b5a20256089d8c766b34fa9adaba32172579f6268247f6397"` Sep 01 07:46:22.456 INFO kablam! Compiling serde_codegen_internals v0.11.3 Sep 01 07:46:24.100 INFO kablam! Compiling serde_codegen v0.8.23 Sep 01 07:46:27.312 INFO kablam! Compiling serde_derive v0.8.23 Sep 01 07:46:29.722 INFO kablam! Checking rustyhub v0.3.0 (file:///source) Sep 01 07:46:33.651 INFO kablam! error[E0308]: mismatched types Sep 01 07:46:33.651 INFO kablam! --> src/client.rs:331:64 Sep 01 07:46:33.651 INFO kablam! | Sep 01 07:46:33.651 INFO kablam! 331 | let client = super::Client::new("rustyhub-test/0.0.0", Some("test-token".to_string())); Sep 01 07:46:33.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `auth::auth::Auth`, found enum `std::option::Option` Sep 01 07:46:33.652 INFO kablam! | Sep 01 07:46:33.652 INFO kablam! = note: expected type `auth::auth::Auth` Sep 01 07:46:33.652 INFO kablam! found type `std::option::Option` Sep 01 07:46:33.652 INFO kablam! Sep 01 07:46:33.658 INFO kablam! error[E0609]: no field `auth_token` on type `client::Client` Sep 01 07:46:33.658 INFO kablam! --> src/client.rs:334:24 Sep 01 07:46:33.658 INFO kablam! | Sep 01 07:46:33.658 INFO kablam! 334 | assert!(client.auth_token == Some(String::from("test-token"))); Sep 01 07:46:33.658 INFO kablam! | ^^^^^^^^^^ unknown field Sep 01 07:46:33.659 INFO kablam! | Sep 01 07:46:33.659 INFO kablam! = note: available fields are: `http_client`, `api_url`, `user_agent`, `authentication` Sep 01 07:46:33.659 INFO kablam! Sep 01 07:46:33.842 INFO kablam! error[E0308]: mismatched types Sep 01 07:46:33.843 INFO kablam! --> src/client.rs:339:96 Sep 01 07:46:33.843 INFO kablam! | Sep 01 07:46:33.843 INFO kablam! 339 | let client = super::Client::with_url("https://api.github.com/", "rustyhub-test/0.0.0", Some("test-token".to_string())); Sep 01 07:46:33.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `auth::auth::Auth`, found enum `std::option::Option` Sep 01 07:46:33.843 INFO kablam! | Sep 01 07:46:33.843 INFO kablam! = note: expected type `auth::auth::Auth` Sep 01 07:46:33.844 INFO kablam! found type `std::option::Option` Sep 01 07:46:33.844 INFO kablam! Sep 01 07:46:33.846 INFO kablam! error[E0609]: no field `auth_token` on type `client::Client` Sep 01 07:46:33.846 INFO kablam! --> src/client.rs:342:24 Sep 01 07:46:33.846 INFO kablam! | Sep 01 07:46:33.846 INFO kablam! 342 | assert!(client.auth_token == Some(String::from("test-token"))); Sep 01 07:46:33.846 INFO kablam! | ^^^^^^^^^^ unknown field Sep 01 07:46:33.847 INFO kablam! | Sep 01 07:46:33.847 INFO kablam! = note: available fields are: `http_client`, `api_url`, `user_agent`, `authentication` Sep 01 07:46:33.847 INFO kablam! Sep 01 07:46:34.626 INFO kablam! error: aborting due to 4 previous errors Sep 01 07:46:34.626 INFO kablam! Sep 01 07:46:34.626 INFO kablam! Some errors occurred: E0308, E0609. Sep 01 07:46:34.626 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 01 07:46:34.635 INFO kablam! error: Could not compile `rustyhub`. Sep 01 07:46:34.635 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 07:46:35.089 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 01 07:46:35.089 INFO kablam! --> src/lib.rs:47:12 Sep 01 07:46:35.089 INFO kablam! | Sep 01 07:46:35.089 INFO kablam! 47 | #![feature(proc_macro)] Sep 01 07:46:35.089 INFO kablam! | ^^^^^^^^^^ Sep 01 07:46:35.090 INFO kablam! | Sep 01 07:46:35.090 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 07:46:35.090 INFO kablam! Sep 01 07:46:35.332 INFO kablam! error: build failed Sep 01 07:46:35.333 INFO kablam! su: No module specific data is present Sep 01 07:46:35.914 INFO running `"docker" "rm" "-f" "b2e348c945a38f9b5a20256089d8c766b34fa9adaba32172579f6268247f6397"` Sep 01 07:46:36.001 INFO blam! b2e348c945a38f9b5a20256089d8c766b34fa9adaba32172579f6268247f6397