Dec 05 08:02:24.420 INFO checking rocket_oauth2-0.0.4 against try#1df97983eb2057dc6a8f7eb364e263b51ae23230 for pr-56481 Dec 05 08:02:24.420 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56481/worker-3/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56481/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/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 +1df97983eb2057dc6a8f7eb364e263b51ae23230-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:24.787 INFO [stdout] 11f2963d886d1c22c6a80daad29a0a2cbc37301e801c66ae0ecec1615cc72cbf Dec 05 08:02:24.789 INFO running `"docker" "start" "-a" "11f2963d886d1c22c6a80daad29a0a2cbc37301e801c66ae0ecec1615cc72cbf"` Dec 05 08:02:26.173 INFO [stderr] usermod: no changes Dec 05 08:02:26.478 INFO [stderr] Compiling ring v0.13.5 Dec 05 08:02:26.482 INFO [stderr] Checking sct v0.4.0 Dec 05 08:02:26.482 INFO [stderr] Checking webpki v0.18.1 Dec 05 08:02:26.483 INFO [stderr] Checking cookie v0.11.0 Dec 05 08:02:26.483 INFO [stderr] Checking serde v1.0.80 Dec 05 08:02:28.551 INFO [stderr] Checking rustls v0.14.0 Dec 05 08:02:28.551 INFO [stderr] Checking webpki-roots v0.15.0 Dec 05 08:02:30.735 INFO [stderr] Checking rocket_http v0.4.0-rc.2 Dec 05 08:02:41.444 INFO [stderr] Checking hyper-sync-rustls v0.3.0-rc.4 Dec 05 08:02:50.089 INFO [stderr] Checking toml v0.4.9 Dec 05 08:02:50.092 INFO [stderr] Checking serde_json v1.0.33 Dec 05 08:02:55.956 INFO [stderr] Compiling rocket_codegen v0.4.0-rc.2 Dec 05 08:03:10.604 INFO [stderr] Checking rocket v0.4.0-rc.2 Dec 05 08:03:16.513 INFO [stderr] Checking rocket_oauth2 v0.0.4 (/source) Dec 05 08:03:22.291 INFO [stderr] error[E0277]: the trait bound `std::option::Option: std::convert::From<&str>` is not satisfied Dec 05 08:03:22.291 INFO [stderr] --> src/core.rs:108:88 Dec 05 08:03:22.292 INFO [stderr] | Dec 05 08:03:22.292 INFO [stderr] 108 | .ok_or_else(|| ConfigError::BadType(key.into(), "string", value.type_str(), "".into()))?; Dec 05 08:03:22.292 INFO [stderr] | ^^^^ the trait `std::convert::From<&str>` is not implemented for `std::option::Option` Dec 05 08:03:22.292 INFO [stderr] | Dec 05 08:03:22.293 INFO [stderr] = help: the following implementations were found: Dec 05 08:03:22.293 INFO [stderr] as std::convert::From<&'a std::option::Option>> Dec 05 08:03:22.293 INFO [stderr] as std::convert::From<&'a mut std::option::Option>> Dec 05 08:03:22.294 INFO [stderr] as std::convert::From> Dec 05 08:03:22.294 INFO [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `&str` Dec 05 08:03:22.294 INFO [stderr] Dec 05 08:03:22.295 INFO [stderr] error[E0277]: the trait bound `std::option::Option: std::convert::From<&str>` is not satisfied Dec 05 08:03:22.295 INFO [stderr] --> src/core.rs:137:76 Dec 05 08:03:22.295 INFO [stderr] | Dec 05 08:03:22.296 INFO [stderr] 137 | ConfigError::BadType(name.into(), "table", conf.type_str(), "".into()) Dec 05 08:03:22.296 INFO [stderr] | ^^^^ the trait `std::convert::From<&str>` is not implemented for `std::option::Option` Dec 05 08:03:22.296 INFO [stderr] | Dec 05 08:03:22.296 INFO [stderr] = help: the following implementations were found: Dec 05 08:03:22.297 INFO [stderr] as std::convert::From<&'a std::option::Option>> Dec 05 08:03:22.297 INFO [stderr] as std::convert::From<&'a mut std::option::Option>> Dec 05 08:03:22.297 INFO [stderr] as std::convert::From> Dec 05 08:03:22.297 INFO [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `&str` Dec 05 08:03:22.297 INFO [stderr] Dec 05 08:03:22.517 INFO [stderr] error[E0308]: mismatched types Dec 05 08:03:22.517 INFO [stderr] --> src/core.rs:394:17 Dec 05 08:03:22.517 INFO [stderr] | Dec 05 08:03:22.517 INFO [stderr] 394 | PathBuf::new(), Dec 05 08:03:22.517 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 05 08:03:22.517 INFO [stderr] | | Dec 05 08:03:22.517 INFO [stderr] | expected enum `std::option::Option`, found struct `std::path::PathBuf` Dec 05 08:03:22.517 INFO [stderr] | help: try using a variant of the expected type: `core::_IMPL_DESERIALIZE_FOR_TokenResponse::_serde::export::Some(::new())` Dec 05 08:03:22.517 INFO [stderr] | Dec 05 08:03:22.517 INFO [stderr] = note: expected type `std::option::Option` Dec 05 08:03:22.517 INFO [stderr] found type `std::path::PathBuf` Dec 05 08:03:22.517 INFO [stderr] Dec 05 08:03:22.554 INFO [stderr] error: aborting due to 3 previous errors Dec 05 08:03:22.554 INFO [stderr] Dec 05 08:03:22.554 INFO [stderr] Some errors occurred: E0277, E0308. Dec 05 08:03:22.554 INFO [stderr] For more information about an error, try `rustc --explain E0277`. Dec 05 08:03:22.570 INFO [stderr] error: Could not compile `rocket_oauth2`. Dec 05 08:03:22.570 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 05 08:03:22.759 INFO [stderr] error[E0277]: the trait bound `std::option::Option: std::convert::From<&str>` is not satisfied Dec 05 08:03:22.759 INFO [stderr] --> src/core.rs:108:88 Dec 05 08:03:22.759 INFO [stderr] | Dec 05 08:03:22.759 INFO [stderr] 108 | .ok_or_else(|| ConfigError::BadType(key.into(), "string", value.type_str(), "".into()))?; Dec 05 08:03:22.759 INFO [stderr] | ^^^^ the trait `std::convert::From<&str>` is not implemented for `std::option::Option` Dec 05 08:03:22.759 INFO [stderr] | Dec 05 08:03:22.759 INFO [stderr] = help: the following implementations were found: Dec 05 08:03:22.759 INFO [stderr] as std::convert::From<&'a std::option::Option>> Dec 05 08:03:22.759 INFO [stderr] as std::convert::From<&'a mut std::option::Option>> Dec 05 08:03:22.759 INFO [stderr] as std::convert::From> Dec 05 08:03:22.759 INFO [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `&str` Dec 05 08:03:22.759 INFO [stderr] Dec 05 08:03:22.762 INFO [stderr] error[E0277]: the trait bound `std::option::Option: std::convert::From<&str>` is not satisfied Dec 05 08:03:22.762 INFO [stderr] --> src/core.rs:137:76 Dec 05 08:03:22.762 INFO [stderr] | Dec 05 08:03:22.762 INFO [stderr] 137 | ConfigError::BadType(name.into(), "table", conf.type_str(), "".into()) Dec 05 08:03:22.762 INFO [stderr] | ^^^^ the trait `std::convert::From<&str>` is not implemented for `std::option::Option` Dec 05 08:03:22.762 INFO [stderr] | Dec 05 08:03:22.762 INFO [stderr] = help: the following implementations were found: Dec 05 08:03:22.762 INFO [stderr] as std::convert::From<&'a std::option::Option>> Dec 05 08:03:22.762 INFO [stderr] as std::convert::From<&'a mut std::option::Option>> Dec 05 08:03:22.762 INFO [stderr] as std::convert::From> Dec 05 08:03:22.762 INFO [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `&str` Dec 05 08:03:22.762 INFO [stderr] Dec 05 08:03:22.911 INFO [stderr] error[E0308]: mismatched types Dec 05 08:03:22.911 INFO [stderr] --> src/core.rs:394:17 Dec 05 08:03:22.911 INFO [stderr] | Dec 05 08:03:22.911 INFO [stderr] 394 | PathBuf::new(), Dec 05 08:03:22.911 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 05 08:03:22.911 INFO [stderr] | | Dec 05 08:03:22.911 INFO [stderr] | expected enum `std::option::Option`, found struct `std::path::PathBuf` Dec 05 08:03:22.911 INFO [stderr] | help: try using a variant of the expected type: `core::_IMPL_DESERIALIZE_FOR_TokenResponse::_serde::export::Some(::new())` Dec 05 08:03:22.911 INFO [stderr] | Dec 05 08:03:22.911 INFO [stderr] = note: expected type `std::option::Option` Dec 05 08:03:22.911 INFO [stderr] found type `std::path::PathBuf` Dec 05 08:03:22.911 INFO [stderr] Dec 05 08:03:22.944 INFO [stderr] error: aborting due to 3 previous errors Dec 05 08:03:22.944 INFO [stderr] Dec 05 08:03:22.944 INFO [stderr] Some errors occurred: E0277, E0308. Dec 05 08:03:22.944 INFO [stderr] For more information about an error, try `rustc --explain E0277`. Dec 05 08:03:22.962 INFO [stderr] error: Could not compile `rocket_oauth2`. Dec 05 08:03:22.962 INFO [stderr] Dec 05 08:03:22.962 INFO [stderr] To learn more, run the command again with --verbose. Dec 05 08:03:22.965 INFO [stderr] su: No module specific data is present Dec 05 08:03:24.534 INFO running `"docker" "inspect" "11f2963d886d1c22c6a80daad29a0a2cbc37301e801c66ae0ecec1615cc72cbf"` Dec 05 08:03:24.883 INFO running `"docker" "rm" "-f" "11f2963d886d1c22c6a80daad29a0a2cbc37301e801c66ae0ecec1615cc72cbf"` Dec 05 08:03:25.191 INFO [stdout] 11f2963d886d1c22c6a80daad29a0a2cbc37301e801c66ae0ecec1615cc72cbf