Dec 07 01:53:33.769 INFO testing rocket_oauth2-0.0.4 against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 07 01:53:33.769 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt build --frozen" "-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 07 01:53:34.369 INFO [stdout] 6488d75bc1dba3e5495d0a0ec077f8161022e79145171956b50188cbca71b8b4 Dec 07 01:53:34.372 INFO running `"docker" "start" "-a" "6488d75bc1dba3e5495d0a0ec077f8161022e79145171956b50188cbca71b8b4"` Dec 07 01:53:35.980 INFO [stderr] usermod: no changes Dec 07 01:53:36.212 INFO [stderr] Compiling cookie v0.11.0 Dec 07 01:53:36.216 INFO [stderr] Compiling serde_derive v1.0.80 Dec 07 01:53:36.216 INFO [stderr] Compiling hyper-sync-rustls v0.3.0-rc.4 Dec 07 01:53:39.208 INFO [stderr] Compiling rocket_http v0.4.0-rc.2 Dec 07 01:53:55.362 INFO [stderr] Compiling rocket_codegen v0.4.0-rc.2 Dec 07 01:54:01.428 INFO [stderr] Compiling serde v1.0.80 Dec 07 01:54:17.732 INFO [stderr] Compiling toml v0.4.9 Dec 07 01:54:17.732 INFO [stderr] Compiling serde_json v1.0.33 Dec 07 01:54:25.807 INFO [stderr] Compiling rocket v0.4.0-rc.2 Dec 07 01:54:37.423 INFO [stderr] Compiling rocket_oauth2 v0.0.4 (/source) Dec 07 01:54:42.076 INFO [stderr] error[E0277]: the trait bound `std::option::Option: std::convert::From<&str>` is not satisfied Dec 07 01:54:42.076 INFO [stderr] --> src/core.rs:108:88 Dec 07 01:54:42.076 INFO [stderr] | Dec 07 01:54:42.076 INFO [stderr] 108 | .ok_or_else(|| ConfigError::BadType(key.into(), "string", value.type_str(), "".into()))?; Dec 07 01:54:42.076 INFO [stderr] | ^^^^ the trait `std::convert::From<&str>` is not implemented for `std::option::Option` Dec 07 01:54:42.076 INFO [stderr] | Dec 07 01:54:42.076 INFO [stderr] = help: the following implementations were found: Dec 07 01:54:42.076 INFO [stderr] as std::convert::From<&'a std::option::Option>> Dec 07 01:54:42.076 INFO [stderr] as std::convert::From<&'a mut std::option::Option>> Dec 07 01:54:42.076 INFO [stderr] as std::convert::From> Dec 07 01:54:42.076 INFO [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `&str` Dec 07 01:54:42.076 INFO [stderr] Dec 07 01:54:42.076 INFO [stderr] error[E0277]: the trait bound `std::option::Option: std::convert::From<&str>` is not satisfied Dec 07 01:54:42.076 INFO [stderr] --> src/core.rs:137:76 Dec 07 01:54:42.076 INFO [stderr] | Dec 07 01:54:42.076 INFO [stderr] 137 | ConfigError::BadType(name.into(), "table", conf.type_str(), "".into()) Dec 07 01:54:42.076 INFO [stderr] | ^^^^ the trait `std::convert::From<&str>` is not implemented for `std::option::Option` Dec 07 01:54:42.076 INFO [stderr] | Dec 07 01:54:42.076 INFO [stderr] = help: the following implementations were found: Dec 07 01:54:42.076 INFO [stderr] as std::convert::From<&'a std::option::Option>> Dec 07 01:54:42.076 INFO [stderr] as std::convert::From<&'a mut std::option::Option>> Dec 07 01:54:42.076 INFO [stderr] as std::convert::From> Dec 07 01:54:42.076 INFO [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `&str` Dec 07 01:54:42.076 INFO [stderr] Dec 07 01:54:42.212 INFO [stderr] error[E0308]: mismatched types Dec 07 01:54:42.212 INFO [stderr] --> src/core.rs:394:17 Dec 07 01:54:42.212 INFO [stderr] | Dec 07 01:54:42.212 INFO [stderr] 394 | PathBuf::new(), Dec 07 01:54:42.212 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 07 01:54:42.212 INFO [stderr] | | Dec 07 01:54:42.212 INFO [stderr] | expected enum `std::option::Option`, found struct `std::path::PathBuf` Dec 07 01:54:42.212 INFO [stderr] | help: try using a variant of the expected type: `core::_IMPL_DESERIALIZE_FOR_TokenResponse::_serde::export::Some(::new())` Dec 07 01:54:42.212 INFO [stderr] | Dec 07 01:54:42.212 INFO [stderr] = note: expected type `std::option::Option` Dec 07 01:54:42.212 INFO [stderr] found type `std::path::PathBuf` Dec 07 01:54:42.212 INFO [stderr] Dec 07 01:54:42.226 INFO [stderr] error: aborting due to 3 previous errors Dec 07 01:54:42.226 INFO [stderr] Dec 07 01:54:42.226 INFO [stderr] Some errors occurred: E0277, E0308. Dec 07 01:54:42.226 INFO [stderr] For more information about an error, try `rustc --explain E0277`. Dec 07 01:54:42.241 INFO [stderr] error: Could not compile `rocket_oauth2`. Dec 07 01:54:42.241 INFO [stderr] Dec 07 01:54:42.241 INFO [stderr] To learn more, run the command again with --verbose. Dec 07 01:54:42.243 INFO [stderr] su: No module specific data is present Dec 07 01:54:42.643 INFO running `"docker" "inspect" "6488d75bc1dba3e5495d0a0ec077f8161022e79145171956b50188cbca71b8b4"` Dec 07 01:54:42.728 INFO running `"docker" "rm" "-f" "6488d75bc1dba3e5495d0a0ec077f8161022e79145171956b50188cbca71b8b4"` Dec 07 01:54:42.838 INFO [stdout] 6488d75bc1dba3e5495d0a0ec077f8161022e79145171956b50188cbca71b8b4