Sep 10 10:29:00.895 INFO checking rustyhub-0.3.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 10:29:00.895 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 10:29:00.895 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-4/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 10:29:01.115 INFO blam! fbe7d664d8c6500c6ce20da37ab4b26ea3920a3d9373dae3c5a928ae641a77a0 Sep 10 10:29:01.117 INFO running `"docker" "start" "-a" "fbe7d664d8c6500c6ce20da37ab4b26ea3920a3d9373dae3c5a928ae641a77a0"` Sep 10 10:29:01.690 INFO kablam! usermod: no changes Sep 10 10:29:01.823 INFO kablam! Checking rustyhub v0.3.0 (file:///source) Sep 10 10:29:03.560 INFO kablam! error[E0308]: mismatched types Sep 10 10:29:03.560 INFO kablam! --> src/client.rs:331:64 Sep 10 10:29:03.560 INFO kablam! | Sep 10 10:29:03.560 INFO kablam! 331 | let client = super::Client::new("rustyhub-test/0.0.0", Some("test-token".to_string())); Sep 10 10:29:03.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `auth::auth::Auth`, found enum `std::option::Option` Sep 10 10:29:03.560 INFO kablam! | Sep 10 10:29:03.560 INFO kablam! = note: expected type `auth::auth::Auth` Sep 10 10:29:03.560 INFO kablam! found type `std::option::Option` Sep 10 10:29:03.560 INFO kablam! Sep 10 10:29:03.571 INFO kablam! error[E0609]: no field `auth_token` on type `client::Client` Sep 10 10:29:03.571 INFO kablam! --> src/client.rs:334:24 Sep 10 10:29:03.571 INFO kablam! | Sep 10 10:29:03.571 INFO kablam! 334 | assert!(client.auth_token == Some(String::from("test-token"))); Sep 10 10:29:03.571 INFO kablam! | ^^^^^^^^^^ unknown field Sep 10 10:29:03.571 INFO kablam! | Sep 10 10:29:03.571 INFO kablam! = note: available fields are: `http_client`, `api_url`, `user_agent`, `authentication` Sep 10 10:29:03.571 INFO kablam! Sep 10 10:29:03.676 INFO kablam! error[E0308]: mismatched types Sep 10 10:29:03.676 INFO kablam! --> src/client.rs:339:96 Sep 10 10:29:03.676 INFO kablam! | Sep 10 10:29:03.676 INFO kablam! 339 | let client = super::Client::with_url("https://api.github.com/", "rustyhub-test/0.0.0", Some("test-token".to_string())); Sep 10 10:29:03.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `auth::auth::Auth`, found enum `std::option::Option` Sep 10 10:29:03.676 INFO kablam! | Sep 10 10:29:03.676 INFO kablam! = note: expected type `auth::auth::Auth` Sep 10 10:29:03.676 INFO kablam! found type `std::option::Option` Sep 10 10:29:03.676 INFO kablam! Sep 10 10:29:03.677 INFO kablam! error[E0609]: no field `auth_token` on type `client::Client` Sep 10 10:29:03.677 INFO kablam! --> src/client.rs:342:24 Sep 10 10:29:03.677 INFO kablam! | Sep 10 10:29:03.677 INFO kablam! 342 | assert!(client.auth_token == Some(String::from("test-token"))); Sep 10 10:29:03.677 INFO kablam! | ^^^^^^^^^^ unknown field Sep 10 10:29:03.677 INFO kablam! | Sep 10 10:29:03.677 INFO kablam! = note: available fields are: `http_client`, `api_url`, `user_agent`, `authentication` Sep 10 10:29:03.677 INFO kablam! Sep 10 10:29:04.074 INFO kablam! error: aborting due to 4 previous errors Sep 10 10:29:04.074 INFO kablam! Sep 10 10:29:04.074 INFO kablam! Some errors occurred: E0308, E0609. Sep 10 10:29:04.074 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 10 10:29:04.086 INFO kablam! error: Could not compile `rustyhub`. Sep 10 10:29:04.086 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 10:29:04.209 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 10 10:29:04.209 INFO kablam! --> src/lib.rs:47:12 Sep 10 10:29:04.209 INFO kablam! | Sep 10 10:29:04.209 INFO kablam! 47 | #![feature(proc_macro)] Sep 10 10:29:04.209 INFO kablam! | ^^^^^^^^^^ Sep 10 10:29:04.209 INFO kablam! | Sep 10 10:29:04.209 INFO kablam! = note: #[warn(stable_features)] on by default Sep 10 10:29:04.209 INFO kablam! Sep 10 10:29:04.435 INFO kablam! error: build failed Sep 10 10:29:04.436 INFO kablam! su: No module specific data is present Sep 10 10:29:04.788 INFO running `"docker" "rm" "-f" "fbe7d664d8c6500c6ce20da37ab4b26ea3920a3d9373dae3c5a928ae641a77a0"` Sep 10 10:29:04.866 INFO blam! fbe7d664d8c6500c6ce20da37ab4b26ea3920a3d9373dae3c5a928ae641a77a0