[INFO] updating cached repository Eros/Rustixel [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Eros/Rustixel [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Eros/Rustixel" "work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/Eros/Rustixel"` [INFO] [stderr] Cloning into 'work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/Eros/Rustixel'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Eros/Rustixel" "work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/Eros/Rustixel"` [INFO] [stderr] Cloning into 'work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/Eros/Rustixel'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e02080a6f1ca5fd7d5497ac2b8e755c56bbb5477 [INFO] sha for GitHub repo Eros/Rustixel: e02080a6f1ca5fd7d5497ac2b8e755c56bbb5477 [INFO] validating manifest of Eros/Rustixel on toolchain master#e305df1846a6d985315917ae0c81b74af8b4e641 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Eros/Rustixel on toolchain try#99a7498759a22b5684caf798a98b7e90ad9d2443 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Eros/Rustixel [INFO] finished frobbing Eros/Rustixel [INFO] frobbed toml for Eros/Rustixel written to work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/Eros/Rustixel/Cargo.toml [INFO] started frobbing Eros/Rustixel [INFO] finished frobbing Eros/Rustixel [INFO] frobbed toml for Eros/Rustixel written to work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/Eros/Rustixel/Cargo.toml [INFO] crate Eros/Rustixel already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking Eros/Rustixel against try#99a7498759a22b5684caf798a98b7e90ad9d2443 for pr-60039-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039-1/worker-4/try#99a7498759a22b5684caf798a98b7e90ad9d2443:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/Eros/Rustixel:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ff36927ba8aeee7e55d56f48b06ffa53d17c370b7172003c117ee426fd57985a [INFO] running `"docker" "start" "-a" "ff36927ba8aeee7e55d56f48b06ffa53d17c370b7172003c117ee426fd57985a"` [INFO] [stderr] Checking tokio-sync v0.1.4 [INFO] [stderr] Checking serde-transcode v1.1.0 [INFO] [stderr] Checking serde_urlencoded v0.5.4 [INFO] [stderr] Compiling openssl v0.10.19 [INFO] [stderr] Checking tokio-threadpool v0.1.12 [INFO] [stderr] Checking openssl-sys v0.9.42 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Checking h2 v0.1.17 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio v0.1.17 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking hyper v0.12.25 [INFO] [stderr] Checking hyper-tls v0.3.1 [INFO] [stderr] Checking reqwest v0.9.11 [INFO] [stderr] Checking Rustixel v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::string::ToString` [INFO] [stderr] --> src/main.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::string::ToString; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error[E0601]: `main` function not found in crate `Rustixel` [INFO] [stderr] | [INFO] [stderr] = note: consider adding a `main` function to `src/main.rs` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::string::String: reqwest::into_url::PolyfillTryInto` is not satisfied [INFO] [stderr] --> src/main.rs:20:45 [INFO] [stderr] | [INFO] [stderr] 20 | let mut resp: HashMap = reqwest::get(String::from(request_url)); [INFO] [stderr] | ^^^^^^^^^^^^ the trait `reqwest::into_url::PolyfillTryInto` is not implemented for `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] <&'a std::string::String as reqwest::into_url::PolyfillTryInto> [INFO] [stderr] = note: required because of the requirements on the impl of `reqwest::IntoUrl` for `std::string::String` [INFO] [stderr] = note: required by `reqwest::get` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:20:45 [INFO] [stderr] | [INFO] [stderr] 20 | let mut resp: HashMap = reqwest::get(String::from(request_url)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::collections::HashMap`, found enum `std::result::Result` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::collections::HashMap` [INFO] [stderr] found type `std::result::Result` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308, E0601. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `Rustixel`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `test_data` in this scope [INFO] [stderr] --> src/main.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | test_data = send_request("player", "43db704e-10b1-40b3-a38d-ce059de35a59"); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `test_data` in this scope [INFO] [stderr] --> src/main.rs:31:22 [INFO] [stderr] | [INFO] [stderr] 31 | println!("{:#}", test_data); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::string::ToString` [INFO] [stderr] --> src/main.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::string::ToString; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::string::String: reqwest::into_url::PolyfillTryInto` is not satisfied [INFO] [stderr] --> src/main.rs:20:45 [INFO] [stderr] | [INFO] [stderr] 20 | let mut resp: HashMap = reqwest::get(String::from(request_url)); [INFO] [stderr] | ^^^^^^^^^^^^ the trait `reqwest::into_url::PolyfillTryInto` is not implemented for `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] <&'a std::string::String as reqwest::into_url::PolyfillTryInto> [INFO] [stderr] = note: required because of the requirements on the impl of `reqwest::IntoUrl` for `std::string::String` [INFO] [stderr] = note: required by `reqwest::get` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:20:45 [INFO] [stderr] | [INFO] [stderr] 20 | let mut resp: HashMap = reqwest::get(String::from(request_url)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::collections::HashMap`, found enum `std::result::Result` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::collections::HashMap` [INFO] [stderr] found type `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:28:18 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn test() -> Result<(), Box> { [INFO] [stderr] | ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found () [INFO] [stderr] | | [INFO] [stderr] | this function's body doesn't return [INFO] [stderr] ... [INFO] [stderr] 31 | println!("{:#}", test_data); [INFO] [stderr] | - help: consider removing this semicolon [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::result::Result<(), std::boxed::Box<(dyn std::error::Error + 'static)>>` [INFO] [stderr] found type `()` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `Rustixel`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ff36927ba8aeee7e55d56f48b06ffa53d17c370b7172003c117ee426fd57985a"` [INFO] running `"docker" "rm" "-f" "ff36927ba8aeee7e55d56f48b06ffa53d17c370b7172003c117ee426fd57985a"` [INFO] [stdout] ff36927ba8aeee7e55d56f48b06ffa53d17c370b7172003c117ee426fd57985a