Dec 07 01:53:35.149 INFO testing rocket_oauth2-0.0.4 against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 07 01:53:35.149 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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:35.526 INFO [stdout] 806473ac21e00dd277abf2b797407f9c79ec297e84faabf2c311a354bff78308 Dec 07 01:53:35.536 INFO running `"docker" "start" "-a" "806473ac21e00dd277abf2b797407f9c79ec297e84faabf2c311a354bff78308"` Dec 07 01:53:36.732 INFO [stderr] usermod: no changes Dec 07 01:53:36.940 INFO [stderr] Compiling cookie v0.11.0 Dec 07 01:53:36.940 INFO [stderr] Compiling serde_derive v1.0.80 Dec 07 01:53:36.940 INFO [stderr] Compiling rustls v0.14.0 Dec 07 01:53:40.708 INFO [stderr] Compiling rocket_http v0.4.0-rc.2 Dec 07 01:53:59.498 INFO [stderr] Compiling hyper-sync-rustls v0.3.0-rc.4 Dec 07 01:54:02.806 INFO [stderr] Compiling rocket_codegen v0.4.0-rc.2 Dec 07 01:54:06.088 INFO [stderr] Compiling serde v1.0.80 Dec 07 01:54:20.744 INFO [stderr] Compiling toml v0.4.9 Dec 07 01:54:20.745 INFO [stderr] Compiling serde_json v1.0.33 Dec 07 01:54:28.197 INFO [stderr] Compiling rocket v0.4.0-rc.2 Dec 07 01:54:39.859 INFO [stderr] Compiling rocket_oauth2 v0.0.4 (/source) Dec 07 01:54:44.117 INFO [stderr] error[E0277]: the trait bound `std::option::Option: std::convert::From<&str>` is not satisfied Dec 07 01:54:44.117 INFO [stderr] --> src/core.rs:108:88 Dec 07 01:54:44.117 INFO [stderr] | Dec 07 01:54:44.117 INFO [stderr] 108 | .ok_or_else(|| ConfigError::BadType(key.into(), "string", value.type_str(), "".into()))?; Dec 07 01:54:44.117 INFO [stderr] | ^^^^ the trait `std::convert::From<&str>` is not implemented for `std::option::Option` Dec 07 01:54:44.118 INFO [stderr] | Dec 07 01:54:44.118 INFO [stderr] = help: the following implementations were found: Dec 07 01:54:44.118 INFO [stderr] as std::convert::From<&'a std::option::Option>> Dec 07 01:54:44.118 INFO [stderr] as std::convert::From<&'a mut std::option::Option>> Dec 07 01:54:44.118 INFO [stderr] as std::convert::From> Dec 07 01:54:44.118 INFO [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `&str` Dec 07 01:54:44.118 INFO [stderr] Dec 07 01:54:44.136 INFO [stderr] error[E0277]: the trait bound `std::option::Option: std::convert::From<&str>` is not satisfied Dec 07 01:54:44.136 INFO [stderr] --> src/core.rs:137:76 Dec 07 01:54:44.136 INFO [stderr] | Dec 07 01:54:44.136 INFO [stderr] 137 | ConfigError::BadType(name.into(), "table", conf.type_str(), "".into()) Dec 07 01:54:44.136 INFO [stderr] | ^^^^ the trait `std::convert::From<&str>` is not implemented for `std::option::Option` Dec 07 01:54:44.136 INFO [stderr] | Dec 07 01:54:44.136 INFO [stderr] = help: the following implementations were found: Dec 07 01:54:44.136 INFO [stderr] as std::convert::From<&'a std::option::Option>> Dec 07 01:54:44.136 INFO [stderr] as std::convert::From<&'a mut std::option::Option>> Dec 07 01:54:44.136 INFO [stderr] as std::convert::From> Dec 07 01:54:44.136 INFO [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `&str` Dec 07 01:54:44.136 INFO [stderr] Dec 07 01:54:44.264 INFO [stderr] error[E0308]: mismatched types Dec 07 01:54:44.264 INFO [stderr] --> src/core.rs:394:17 Dec 07 01:54:44.264 INFO [stderr] | Dec 07 01:54:44.264 INFO [stderr] 394 | PathBuf::new(), Dec 07 01:54:44.264 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 07 01:54:44.264 INFO [stderr] | | Dec 07 01:54:44.264 INFO [stderr] | expected enum `std::option::Option`, found struct `std::path::PathBuf` Dec 07 01:54:44.264 INFO [stderr] | help: try using a variant of the expected type: `core::_IMPL_DESERIALIZE_FOR_TokenResponse::_serde::export::Some(::new())` Dec 07 01:54:44.264 INFO [stderr] | Dec 07 01:54:44.264 INFO [stderr] = note: expected type `std::option::Option` Dec 07 01:54:44.264 INFO [stderr] found type `std::path::PathBuf` Dec 07 01:54:44.264 INFO [stderr] Dec 07 01:54:44.288 INFO [stderr] error: aborting due to 3 previous errors Dec 07 01:54:44.288 INFO [stderr] Dec 07 01:54:44.288 INFO [stderr] Some errors occurred: E0277, E0308. Dec 07 01:54:44.288 INFO [stderr] For more information about an error, try `rustc --explain E0277`. Dec 07 01:54:44.304 INFO [stderr] error: Could not compile `rocket_oauth2`. Dec 07 01:54:44.304 INFO [stderr] Dec 07 01:54:44.304 INFO [stderr] To learn more, run the command again with --verbose. Dec 07 01:54:44.315 INFO [stderr] su: No module specific data is present Dec 07 01:54:44.718 INFO running `"docker" "inspect" "806473ac21e00dd277abf2b797407f9c79ec297e84faabf2c311a354bff78308"` Dec 07 01:54:44.982 INFO running `"docker" "rm" "-f" "806473ac21e00dd277abf2b797407f9c79ec297e84faabf2c311a354bff78308"` Dec 07 01:54:45.292 INFO [stdout] 806473ac21e00dd277abf2b797407f9c79ec297e84faabf2c311a354bff78308