Dec 05 08:02:25.176 INFO checking rocket_oauth2-0.0.4 against master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc for pr-56481 Dec 05 08:02:25.176 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56481/worker-1/master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56481/master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +c8ae2de8363be088604ffa2ccba84ff7ad7250bc-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 05 08:02:25.555 INFO [stdout] ed72967060bfe31e14ae336d2003df51d4691a726aec7926931c65657c4a2cb1 Dec 05 08:02:25.563 INFO running `"docker" "start" "-a" "ed72967060bfe31e14ae336d2003df51d4691a726aec7926931c65657c4a2cb1"` Dec 05 08:02:26.699 INFO [stderr] usermod: no changes Dec 05 08:02:26.983 INFO [stderr] Compiling ring v0.13.5 Dec 05 08:02:27.000 INFO [stderr] Checking cookie v0.11.0 Dec 05 08:02:27.000 INFO [stderr] Checking rustls v0.14.0 Dec 05 08:02:29.299 INFO [stderr] Checking rocket_http v0.4.0-rc.2 Dec 05 08:02:38.887 INFO [stderr] Checking hyper-sync-rustls v0.3.0-rc.4 Dec 05 08:02:49.771 INFO [stderr] Compiling rocket_codegen v0.4.0-rc.2 Dec 05 08:03:02.979 INFO [stderr] Checking rocket v0.4.0-rc.2 Dec 05 08:03:09.020 INFO [stderr] Checking rocket_oauth2 v0.0.4 (/source) Dec 05 08:03:15.031 INFO [stderr] error[E0277]: the trait bound `std::option::Option: std::convert::From<&str>` is not satisfied Dec 05 08:03:15.031 INFO [stderr] --> src/core.rs:108:88 Dec 05 08:03:15.031 INFO [stderr] | Dec 05 08:03:15.031 INFO [stderr] 108 | .ok_or_else(|| ConfigError::BadType(key.into(), "string", value.type_str(), "".into()))?; Dec 05 08:03:15.031 INFO [stderr] | ^^^^ the trait `std::convert::From<&str>` is not implemented for `std::option::Option` Dec 05 08:03:15.031 INFO [stderr] | Dec 05 08:03:15.031 INFO [stderr] = help: the following implementations were found: Dec 05 08:03:15.031 INFO [stderr] as std::convert::From<&'a std::option::Option>> Dec 05 08:03:15.031 INFO [stderr] as std::convert::From<&'a mut std::option::Option>> Dec 05 08:03:15.031 INFO [stderr] as std::convert::From> Dec 05 08:03:15.031 INFO [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `&str` Dec 05 08:03:15.031 INFO [stderr] Dec 05 08:03:15.031 INFO [stderr] error[E0277]: the trait bound `std::option::Option: std::convert::From<&str>` is not satisfied Dec 05 08:03:15.031 INFO [stderr] --> src/core.rs:137:76 Dec 05 08:03:15.031 INFO [stderr] | Dec 05 08:03:15.031 INFO [stderr] 137 | ConfigError::BadType(name.into(), "table", conf.type_str(), "".into()) Dec 05 08:03:15.031 INFO [stderr] | ^^^^ the trait `std::convert::From<&str>` is not implemented for `std::option::Option` Dec 05 08:03:15.031 INFO [stderr] | Dec 05 08:03:15.031 INFO [stderr] = help: the following implementations were found: Dec 05 08:03:15.031 INFO [stderr] as std::convert::From<&'a std::option::Option>> Dec 05 08:03:15.031 INFO [stderr] as std::convert::From<&'a mut std::option::Option>> Dec 05 08:03:15.031 INFO [stderr] as std::convert::From> Dec 05 08:03:15.031 INFO [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `&str` Dec 05 08:03:15.031 INFO [stderr] Dec 05 08:03:15.119 INFO [stderr] error[E0277]: the trait bound `std::option::Option: std::convert::From<&str>` is not satisfied Dec 05 08:03:15.119 INFO [stderr] --> src/core.rs:108:88 Dec 05 08:03:15.119 INFO [stderr] | Dec 05 08:03:15.119 INFO [stderr] 108 | .ok_or_else(|| ConfigError::BadType(key.into(), "string", value.type_str(), "".into()))?; Dec 05 08:03:15.119 INFO [stderr] | ^^^^ the trait `std::convert::From<&str>` is not implemented for `std::option::Option` Dec 05 08:03:15.119 INFO [stderr] | Dec 05 08:03:15.119 INFO [stderr] = help: the following implementations were found: Dec 05 08:03:15.119 INFO [stderr] as std::convert::From<&'a std::option::Option>> Dec 05 08:03:15.119 INFO [stderr] as std::convert::From<&'a mut std::option::Option>> Dec 05 08:03:15.119 INFO [stderr] as std::convert::From> Dec 05 08:03:15.119 INFO [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `&str` Dec 05 08:03:15.119 INFO [stderr] Dec 05 08:03:15.127 INFO [stderr] error[E0277]: the trait bound `std::option::Option: std::convert::From<&str>` is not satisfied Dec 05 08:03:15.127 INFO [stderr] --> src/core.rs:137:76 Dec 05 08:03:15.127 INFO [stderr] | Dec 05 08:03:15.127 INFO [stderr] 137 | ConfigError::BadType(name.into(), "table", conf.type_str(), "".into()) Dec 05 08:03:15.127 INFO [stderr] | ^^^^ the trait `std::convert::From<&str>` is not implemented for `std::option::Option` Dec 05 08:03:15.127 INFO [stderr] | Dec 05 08:03:15.127 INFO [stderr] = help: the following implementations were found: Dec 05 08:03:15.127 INFO [stderr] as std::convert::From<&'a std::option::Option>> Dec 05 08:03:15.127 INFO [stderr] as std::convert::From<&'a mut std::option::Option>> Dec 05 08:03:15.127 INFO [stderr] as std::convert::From> Dec 05 08:03:15.127 INFO [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `&str` Dec 05 08:03:15.127 INFO [stderr] Dec 05 08:03:15.198 INFO [stderr] error[E0308]: mismatched types Dec 05 08:03:15.198 INFO [stderr] --> src/core.rs:394:17 Dec 05 08:03:15.198 INFO [stderr] | Dec 05 08:03:15.198 INFO [stderr] 394 | PathBuf::new(), Dec 05 08:03:15.198 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 05 08:03:15.198 INFO [stderr] | | Dec 05 08:03:15.198 INFO [stderr] | expected enum `std::option::Option`, found struct `std::path::PathBuf` Dec 05 08:03:15.198 INFO [stderr] | help: try using a variant of the expected type: `core::_IMPL_DESERIALIZE_FOR_TokenResponse::_serde::export::Some(::new())` Dec 05 08:03:15.198 INFO [stderr] | Dec 05 08:03:15.198 INFO [stderr] = note: expected type `std::option::Option` Dec 05 08:03:15.198 INFO [stderr] found type `std::path::PathBuf` Dec 05 08:03:15.198 INFO [stderr] Dec 05 08:03:15.231 INFO [stderr] error: aborting due to 3 previous errors Dec 05 08:03:15.231 INFO [stderr] Dec 05 08:03:15.231 INFO [stderr] Some errors occurred: E0277, E0308. Dec 05 08:03:15.231 INFO [stderr] For more information about an error, try `rustc --explain E0277`. Dec 05 08:03:15.242 INFO [stderr] error: Could not compile `rocket_oauth2`. Dec 05 08:03:15.242 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 05 08:03:15.283 INFO [stderr] error[E0308]: mismatched types Dec 05 08:03:15.284 INFO [stderr] --> src/core.rs:394:17 Dec 05 08:03:15.284 INFO [stderr] | Dec 05 08:03:15.284 INFO [stderr] 394 | PathBuf::new(), Dec 05 08:03:15.285 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 05 08:03:15.285 INFO [stderr] | | Dec 05 08:03:15.285 INFO [stderr] | expected enum `std::option::Option`, found struct `std::path::PathBuf` Dec 05 08:03:15.285 INFO [stderr] | help: try using a variant of the expected type: `core::_IMPL_DESERIALIZE_FOR_TokenResponse::_serde::export::Some(::new())` Dec 05 08:03:15.286 INFO [stderr] | Dec 05 08:03:15.286 INFO [stderr] = note: expected type `std::option::Option` Dec 05 08:03:15.286 INFO [stderr] found type `std::path::PathBuf` Dec 05 08:03:15.287 INFO [stderr] Dec 05 08:03:15.319 INFO [stderr] error: aborting due to 3 previous errors Dec 05 08:03:15.319 INFO [stderr] Dec 05 08:03:15.319 INFO [stderr] Some errors occurred: E0277, E0308. Dec 05 08:03:15.319 INFO [stderr] For more information about an error, try `rustc --explain E0277`. Dec 05 08:03:15.337 INFO [stderr] error: Could not compile `rocket_oauth2`. Dec 05 08:03:15.338 INFO [stderr] Dec 05 08:03:15.338 INFO [stderr] To learn more, run the command again with --verbose. Dec 05 08:03:15.340 INFO [stderr] su: No module specific data is present Dec 05 08:03:15.775 INFO running `"docker" "inspect" "ed72967060bfe31e14ae336d2003df51d4691a726aec7926931c65657c4a2cb1"` Dec 05 08:03:16.005 INFO running `"docker" "rm" "-f" "ed72967060bfe31e14ae336d2003df51d4691a726aec7926931c65657c4a2cb1"` Dec 05 08:03:16.295 INFO [stdout] ed72967060bfe31e14ae336d2003df51d4691a726aec7926931c65657c4a2cb1