[INFO] crate osu-pi 0.1.0 is already in cache [INFO] extracting crate osu-pi 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/osu-pi/0.1.0 [INFO] extracting crate osu-pi 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/osu-pi/0.1.0 [INFO] validating manifest of osu-pi-0.1.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of osu-pi-0.1.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing osu-pi-0.1.0 [INFO] finished frobbing osu-pi-0.1.0 [INFO] frobbed toml for osu-pi-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/osu-pi/0.1.0/Cargo.toml [INFO] started frobbing osu-pi-0.1.0 [INFO] finished frobbing osu-pi-0.1.0 [INFO] frobbed toml for osu-pi-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/osu-pi/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing osu-pi-0.1.0 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/osu-pi/0.1.0:/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=warn" "-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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] cc8338875c034da30a3126731c6a83698c42406621a4f451acc3693fe94c4d87 [INFO] running `"docker" "start" "-a" "cc8338875c034da30a3126731c6a83698c42406621a4f451acc3693fe94c4d87"` [INFO] [stderr] Compiling osu-pi v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: value assigned to `limit_max` is never read [INFO] [stderr] --> src/lib.rs:99:13 [INFO] [stderr] | [INFO] [stderr] 99 | let mut limit_max: i32 = 0; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_assignments)] on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.11s [INFO] running `"docker" "inspect" "cc8338875c034da30a3126731c6a83698c42406621a4f451acc3693fe94c4d87"` [INFO] running `"docker" "rm" "-f" "cc8338875c034da30a3126731c6a83698c42406621a4f451acc3693fe94c4d87"` [INFO] [stdout] cc8338875c034da30a3126731c6a83698c42406621a4f451acc3693fe94c4d87 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/osu-pi/0.1.0:/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=warn" "-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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 8e1665a34119cb5ed0af1c8f30962888f2d79f9781bd635ab83b8710696ceaf8 [INFO] running `"docker" "start" "-a" "8e1665a34119cb5ed0af1c8f30962888f2d79f9781bd635ab83b8710696ceaf8"` [INFO] [stderr] Compiling osu-pi v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: value assigned to `limit_max` is never read [INFO] [stderr] --> src/lib.rs:99:13 [INFO] [stderr] | [INFO] [stderr] 99 | let mut limit_max: i32 = 0; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_assignments)] on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.05s [INFO] running `"docker" "inspect" "8e1665a34119cb5ed0af1c8f30962888f2d79f9781bd635ab83b8710696ceaf8"` [INFO] running `"docker" "rm" "-f" "8e1665a34119cb5ed0af1c8f30962888f2d79f9781bd635ab83b8710696ceaf8"` [INFO] [stdout] 8e1665a34119cb5ed0af1c8f30962888f2d79f9781bd635ab83b8710696ceaf8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/osu-pi/0.1.0:/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=warn" "-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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 6d78fd8cb891bce4ef4bc25f00b1c3895c1ac2f1aa18a12479b835f9d634e5dc [INFO] running `"docker" "start" "-a" "6d78fd8cb891bce4ef4bc25f00b1c3895c1ac2f1aa18a12479b835f9d634e5dc"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running /opt/crater/target/debug/deps/osu_pi-20088391340add2a [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests osu-pi [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test src/lib.rs - Client::get_scores (line 370) ... FAILED [INFO] [stdout] test src/lib.rs - Client::get_beatmap_by_id (line 399) ... FAILED [INFO] [stdout] test src/lib.rs - Client::get_beatmap_by_set (line 414) ... FAILED [INFO] [stdout] test src/lib.rs - Client::get_user (line 289) ... FAILED [INFO] [stdout] test src/lib.rs - Client::get_beatmap_by_hash (line 444) ... FAILED [INFO] [stdout] test src/lib.rs - Client::get_beatmap_by_user (line 429) ... FAILED [INFO] [stdout] test src/lib.rs - Client::new (line 77) ... FAILED [INFO] [stdout] test src/lib.rs - (line 15) ... ok [INFO] [stdout] test src/lib.rs - Client::get_user_recent (line 316) ... FAILED [INFO] [stdout] test src/lib.rs - Client::get_user_best (line 343) ... FAILED [INFO] [stdout] test src/lib.rs - (line 21) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - Client::get_scores (line 370) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Modes` [INFO] [stdout] --> src/lib.rs:371:47 [INFO] [stdout] | [INFO] [stdout] 3 | let scores = client.get_scores("", "1553352", Modes::Standard, vec![Mods::NoMods], 10) [INFO] [stdout] | ^^^^^ use of undeclared type or module `Modes` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Mods` [INFO] [stdout] --> src/lib.rs:371:69 [INFO] [stdout] | [INFO] [stdout] 3 | let scores = client.get_scores("", "1553352", Modes::Standard, vec![Mods::NoMods], 10) [INFO] [stdout] | ^^^^ use of undeclared type or module `Mods` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `client` in this scope [INFO] [stdout] --> src/lib.rs:371:14 [INFO] [stdout] | [INFO] [stdout] 3 | let scores = client.get_scores("", "1553352", Modes::Standard, vec![Mods::NoMods], 10) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Client::get_beatmap_by_id (line 399) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Modes` [INFO] [stdout] --> src/lib.rs:400:47 [INFO] [stdout] | [INFO] [stdout] 3 | let map = client.get_beatmap_by_id("1553352", Modes::Standard, 10) [INFO] [stdout] | ^^^^^ use of undeclared type or module `Modes` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `client` in this scope [INFO] [stdout] --> src/lib.rs:400:11 [INFO] [stdout] | [INFO] [stdout] 3 | let map = client.get_beatmap_by_id("1553352", Modes::Standard, 10) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Client::get_beatmap_by_set (line 414) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Modes` [INFO] [stdout] --> src/lib.rs:415:47 [INFO] [stdout] | [INFO] [stdout] 3 | let map = client.get_beatmap_by_set("735969", Modes::Standard, 10) [INFO] [stdout] | ^^^^^ use of undeclared type or module `Modes` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `client` in this scope [INFO] [stdout] --> src/lib.rs:415:11 [INFO] [stdout] | [INFO] [stdout] 3 | let map = client.get_beatmap_by_set("735969", Modes::Standard, 10) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Client::get_user (line 289) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Modes` [INFO] [stdout] --> src/lib.rs:290:40 [INFO] [stdout] | [INFO] [stdout] 3 | let user = client.get_user("Cookiezi", Modes::Standard, 10) [INFO] [stdout] | ^^^^^ use of undeclared type or module `Modes` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `client` in this scope [INFO] [stdout] --> src/lib.rs:290:12 [INFO] [stdout] | [INFO] [stdout] 3 | let user = client.get_user("Cookiezi", Modes::Standard, 10) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Client::get_beatmap_by_hash (line 444) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Modes` [INFO] [stdout] --> src/lib.rs:445:74 [INFO] [stdout] | [INFO] [stdout] 3 | let map = client.get_beatmap_by_hash("f4b98cf7c6e2d9eed80f4551da211ac3", Modes::Standard, 10) [INFO] [stdout] | ^^^^^ use of undeclared type or module `Modes` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `client` in this scope [INFO] [stdout] --> src/lib.rs:445:11 [INFO] [stdout] | [INFO] [stdout] 3 | let map = client.get_beatmap_by_hash("f4b98cf7c6e2d9eed80f4551da211ac3", Modes::Standard, 10) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Client::get_beatmap_by_user (line 429) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Modes` [INFO] [stdout] --> src/lib.rs:430:50 [INFO] [stdout] | [INFO] [stdout] 3 | let map = client.get_beatmap_by_user("Cookiezi", Modes::Standard, 10) [INFO] [stdout] | ^^^^^ use of undeclared type or module `Modes` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `client` in this scope [INFO] [stdout] --> src/lib.rs:430:11 [INFO] [stdout] | [INFO] [stdout] 3 | let map = client.get_beatmap_by_user("Cookiezi", Modes::Standard, 10) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Client::new (line 77) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/lib.rs:79:17 [INFO] [stdout] | [INFO] [stdout] 4 | client.get_user(...).unwrap(); [INFO] [stdout] | ^^^ [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 4 | client.get_user(..).unwrap(); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 4 | client.get_user(..=).unwrap(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/lib.rs:79:20 [INFO] [stdout] | [INFO] [stdout] 4 | client.get_user(...).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Client` [INFO] [stdout] --> src/lib.rs:78:14 [INFO] [stdout] | [INFO] [stdout] 3 | let client = Client::new("TOKEN_HERE"); [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Client` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Client::get_user_recent (line 316) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Modes` [INFO] [stdout] --> src/lib.rs:317:55 [INFO] [stdout] | [INFO] [stdout] 3 | let user_recent = client.get_user_recent("Cookieizi", Modes::Standard, 10) [INFO] [stdout] | ^^^^^ use of undeclared type or module `Modes` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `client` in this scope [INFO] [stdout] --> src/lib.rs:317:19 [INFO] [stdout] | [INFO] [stdout] 3 | let user_recent = client.get_user_recent("Cookieizi", Modes::Standard, 10) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Client::get_user_best (line 343) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Modes` [INFO] [stdout] --> src/lib.rs:344:50 [INFO] [stdout] | [INFO] [stdout] 3 | let user_best = client.get_user_best("Cookiezi", Modes::Standard, 10) [INFO] [stdout] | ^^^^^ use of undeclared type or module `Modes` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `client` in this scope [INFO] [stdout] --> src/lib.rs:344:17 [INFO] [stdout] | [INFO] [stdout] 3 | let user_best = client.get_user_best("Cookiezi", Modes::Standard, 10) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 21) stdout ---- [INFO] [stdout] Test executable failed (exit code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'Cannot retrieve any data from string.: Error(Hyper(Error(Connect, Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })), "https://osu.ppy.sh/api/get_user?u=Cookiezi&limit=10&m=0&k=SOME_RANDOM_TOKEN_HERE")', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c69a81366b - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55c69a81366b - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55c69a81366b - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55c69a81366b - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55c69a81366b - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55c69a813347 - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stdout] at src/libstd/panicking.rs:214 [INFO] [stdout] 6: 0x55c69a813de0 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55c69a813962 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55c69a813846 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55c69a82f35d - core::panicking::panic_fmt::h2daf88b2616ca2b2 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55c69a0afa4d - core::result::unwrap_failed::haad6beb6e0796f41 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x55c69a0328d3 - core::result::Result::expect::ha07c679b28cbb3ae [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/result.rs:827 [INFO] [stdout] 12: 0x55c69a0306b5 - ::get_user::h7f63db7205beb10b [INFO] [stdout] at src/lib.rs:303 [INFO] [stdout] 13: 0x55c69a00b022 - rust_out::main::h1cf9155cb6204ee7 [INFO] [stdout] 14: 0x55c69a00ad73 - std::rt::lang_start::{{closure}}::h6ad5bf6913459b3e [INFO] [stdout] 15: 0x55c69a8137e3 - std::rt::lang_start_internal::{{closure}}::h447d8812e3ee306d [INFO] [stdout] at src/libstd/rt.rs:49 [INFO] [stdout] 16: 0x55c69a8137e3 - std::panicking::try::do_call::h4a61cb372364c745 [INFO] [stdout] at src/libstd/panicking.rs:296 [INFO] [stdout] 17: 0x55c69a8171ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x55c69a8143ad - std::panicking::try::hdf71f938885bca42 [INFO] [stdout] at src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x55c69a8143ad - std::panic::catch_unwind::h7e85dbf162b1611a [INFO] [stdout] at src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x55c69a8143ad - std::rt::lang_start_internal::h1e06cc26b9fc25ea [INFO] [stdout] at src/libstd/rt.rs:48 [INFO] [stdout] 21: 0x55c69a00ad55 - std::rt::lang_start::he873873cea7d311a [INFO] [stdout] 22: 0x55c69a00b13b - main [INFO] [stdout] 23: 0x7fc5006322e1 - __libc_start_main [INFO] [stdout] 24: 0x55c69a00ac1a - _start [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 21) [INFO] [stdout] src/lib.rs - Client::get_beatmap_by_hash (line 444) [INFO] [stdout] src/lib.rs - Client::get_beatmap_by_id (line 399) [INFO] [stdout] src/lib.rs - Client::get_beatmap_by_set (line 414) [INFO] [stdout] src/lib.rs - Client::get_beatmap_by_user (line 429) [INFO] [stdout] src/lib.rs - Client::get_scores (line 370) [INFO] [stdout] src/lib.rs - Client::get_user (line 289) [INFO] [stdout] src/lib.rs - Client::get_user_best (line 343) [INFO] [stdout] src/lib.rs - Client::get_user_recent (line 316) [INFO] [stdout] src/lib.rs - Client::new (line 77) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "6d78fd8cb891bce4ef4bc25f00b1c3895c1ac2f1aa18a12479b835f9d634e5dc"` [INFO] running `"docker" "rm" "-f" "6d78fd8cb891bce4ef4bc25f00b1c3895c1ac2f1aa18a12479b835f9d634e5dc"` [INFO] [stdout] 6d78fd8cb891bce4ef4bc25f00b1c3895c1ac2f1aa18a12479b835f9d634e5dc