Sep 04 04:25:57.666 INFO checking rustyhub-0.3.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 04:25:57.666 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 04:25:57.666 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:25:57.882 INFO blam! a7ae0ef8a3d71888a2dc6c0173d980cc3e01b8bdabd21cf5fd6b7c2f613d2779 Sep 04 04:25:57.884 INFO running `"docker" "start" "-a" "a7ae0ef8a3d71888a2dc6c0173d980cc3e01b8bdabd21cf5fd6b7c2f613d2779"` Sep 04 04:25:58.759 INFO kablam! Checking rustyhub v0.3.0 (file:///source) Sep 04 04:26:01.819 INFO kablam! error[E0308]: mismatched types Sep 04 04:26:01.819 INFO kablam! --> src/client.rs:331:64 Sep 04 04:26:01.819 INFO kablam! | Sep 04 04:26:01.819 INFO kablam! 331 | let client = super::Client::new("rustyhub-test/0.0.0", Some("test-token".to_string())); Sep 04 04:26:01.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `auth::auth::Auth`, found enum `std::option::Option` Sep 04 04:26:01.819 INFO kablam! | Sep 04 04:26:01.819 INFO kablam! = note: expected type `auth::auth::Auth` Sep 04 04:26:01.819 INFO kablam! found type `std::option::Option` Sep 04 04:26:01.819 INFO kablam! Sep 04 04:26:01.824 INFO kablam! error[E0609]: no field `auth_token` on type `client::Client` Sep 04 04:26:01.824 INFO kablam! --> src/client.rs:334:24 Sep 04 04:26:01.824 INFO kablam! | Sep 04 04:26:01.824 INFO kablam! 334 | assert!(client.auth_token == Some(String::from("test-token"))); Sep 04 04:26:01.824 INFO kablam! | ^^^^^^^^^^ unknown field Sep 04 04:26:01.825 INFO kablam! | Sep 04 04:26:01.825 INFO kablam! = note: available fields are: `http_client`, `api_url`, `user_agent`, `authentication` Sep 04 04:26:01.825 INFO kablam! Sep 04 04:26:01.938 INFO kablam! error[E0308]: mismatched types Sep 04 04:26:01.938 INFO kablam! --> src/client.rs:339:96 Sep 04 04:26:01.939 INFO kablam! | Sep 04 04:26:01.939 INFO kablam! 339 | let client = super::Client::with_url("https://api.github.com/", "rustyhub-test/0.0.0", Some("test-token".to_string())); Sep 04 04:26:01.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `auth::auth::Auth`, found enum `std::option::Option` Sep 04 04:26:01.939 INFO kablam! | Sep 04 04:26:01.939 INFO kablam! = note: expected type `auth::auth::Auth` Sep 04 04:26:01.939 INFO kablam! found type `std::option::Option` Sep 04 04:26:01.939 INFO kablam! Sep 04 04:26:01.940 INFO kablam! error[E0609]: no field `auth_token` on type `client::Client` Sep 04 04:26:01.940 INFO kablam! --> src/client.rs:342:24 Sep 04 04:26:01.940 INFO kablam! | Sep 04 04:26:01.940 INFO kablam! 342 | assert!(client.auth_token == Some(String::from("test-token"))); Sep 04 04:26:01.940 INFO kablam! | ^^^^^^^^^^ unknown field Sep 04 04:26:01.940 INFO kablam! | Sep 04 04:26:01.940 INFO kablam! = note: available fields are: `http_client`, `api_url`, `user_agent`, `authentication` Sep 04 04:26:01.940 INFO kablam! Sep 04 04:26:02.630 INFO kablam! error: aborting due to 4 previous errors Sep 04 04:26:02.630 INFO kablam! Sep 04 04:26:02.630 INFO kablam! Some errors occurred: E0308, E0609. Sep 04 04:26:02.630 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 04 04:26:02.638 INFO kablam! error: Could not compile `rustyhub`. Sep 04 04:26:02.638 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 04:26:03.342 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 04 04:26:03.342 INFO kablam! --> src/lib.rs:47:12 Sep 04 04:26:03.342 INFO kablam! | Sep 04 04:26:03.342 INFO kablam! 47 | #![feature(proc_macro)] Sep 04 04:26:03.342 INFO kablam! | ^^^^^^^^^^ Sep 04 04:26:03.342 INFO kablam! | Sep 04 04:26:03.342 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 04:26:03.342 INFO kablam! Sep 04 04:26:03.627 INFO kablam! error: build failed Sep 04 04:26:03.629 INFO kablam! su: No module specific data is present Sep 04 04:26:04.062 INFO running `"docker" "rm" "-f" "a7ae0ef8a3d71888a2dc6c0173d980cc3e01b8bdabd21cf5fd6b7c2f613d2779"` Sep 04 04:26:04.164 INFO blam! a7ae0ef8a3d71888a2dc6c0173d980cc3e01b8bdabd21cf5fd6b7c2f613d2779