[INFO] cloning repository https://github.com/palindrom615/problem_solving [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/palindrom615/problem_solving" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpalindrom615%2Fproblem_solving", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpalindrom615%2Fproblem_solving'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 56ff8b4121560baf4935bad19aeaf4a3c6171386 [INFO] checking palindrom615/problem_solving against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpalindrom615%2Fproblem_solving" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/palindrom615/problem_solving on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/palindrom615/problem_solving [INFO] finished tweaking git repo https://github.com/palindrom615/problem_solving [INFO] tweaked toml for git repo https://github.com/palindrom615/problem_solving written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/palindrom615/problem_solving already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0d2564983fa1f2fdf68e95cf55b1b31b3fdfdb4a1188856fb942fcf984c16183 [INFO] running `Command { std: "docker" "start" "-a" "0d2564983fa1f2fdf68e95cf55b1b31b3fdfdb4a1188856fb942fcf984c16183", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0d2564983fa1f2fdf68e95cf55b1b31b3fdfdb4a1188856fb942fcf984c16183", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d2564983fa1f2fdf68e95cf55b1b31b3fdfdb4a1188856fb942fcf984c16183", kill_on_drop: false }` [INFO] [stdout] 0d2564983fa1f2fdf68e95cf55b1b31b3fdfdb4a1188856fb942fcf984c16183 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e57cb0ed98364539f6eb7cf2bf42dd9d1b3f4513a681a4b7001747ab43f42b2d [INFO] running `Command { std: "docker" "start" "-a" "e57cb0ed98364539f6eb7cf2bf42dd9d1b3f4513a681a4b7001747ab43f42b2d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Checking regex-syntax v0.6.17 [INFO] [stderr] Checking ppv-lite86 v0.2.6 [INFO] [stderr] Checking oorandom v11.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking crossbeam-queue v0.2.1 [INFO] [stderr] Checking regex v1.3.6 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking criterion-plot v0.4.1 [INFO] [stderr] Checking plotters v0.2.12 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Checking bstr v0.2.12 [INFO] [stderr] Checking serde_json v1.0.51 [INFO] [stderr] Checking csv v1.1.3 [INFO] [stderr] Checking tinytemplate v1.0.3 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Checking criterion v0.3.1 [INFO] [stderr] Checking problem_solving v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0107]: this function takes 2 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/bin/boj15329.rs:23:16 [INFO] [stdout] | [INFO] [stdout] 23 | let line = read_line::(); [INFO] [stdout] | ^^^^^^^^^ --- supplied 1 generic argument [INFO] [stdout] | | [INFO] [stdout] | expected 2 generic arguments [INFO] [stdout] | [INFO] [stdout] note: function defined here, with 2 generic parameters: `T`, `B` [INFO] [stdout] --> /opt/rustwide/workdir/src/utils.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn read_line>() -> B { [INFO] [stdout] | ^^^^^^^^^ - - [INFO] [stdout] help: add missing generic argument [INFO] [stdout] | [INFO] [stdout] 23 | let line = read_line::(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stderr] error: could not compile `problem_solving` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/bin/boj15787.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/boj16722.rs:155:13 [INFO] [stdout] | [INFO] [stdout] 155 | let n = read_line()[0]; [INFO] [stdout] | ^^^^^^^^^ cannot infer type for type parameter `B` declared on the function `read_line` [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/boj11508.rs:10:13 [INFO] [stdout] | [INFO] [stdout] 10 | let n = read_line()[0]; [INFO] [stdout] | ^^^^^^^^^ cannot infer type for type parameter `B` declared on the function `read_line` [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/boj5463.rs:105:13 [INFO] [stdout] | [INFO] [stdout] 104 | let line = read_line(); [INFO] [stdout] | ---- consider giving `line` a type [INFO] [stdout] 105 | let n = line[0]; [INFO] [stdout] | ^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/blank.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | let t: i32 = read_line()[0]; [INFO] [stdout] | ^^^^^^^^^ cannot infer type for type parameter `B` declared on the function `read_line` [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/boj1723.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 18 | let line = read_line(); [INFO] [stdout] | ---- consider giving `line` a type [INFO] [stdout] 19 | let n = line[0]; [INFO] [stdout] | ^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/boj5904.rs:24:20 [INFO] [stdout] | [INFO] [stdout] 24 | let n: usize = read_line()[0]; [INFO] [stdout] | ^^^^^^^^^ cannot infer type for type parameter `B` declared on the function `read_line` [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/boj18230.rs:33:20 [INFO] [stdout] | [INFO] [stdout] 33 | let n: usize = read_line()[0]; [INFO] [stdout] | ^^^^^^^^^ cannot infer type for type parameter `B` declared on the function `read_line` [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this function takes 2 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/bin/boj15485.rs:65:16 [INFO] [stdout] | [INFO] [stdout] 65 | let line = read_line::(); [INFO] [stdout] | ^^^^^^^^^ ------ supplied 1 generic argument [INFO] [stdout] | | [INFO] [stdout] | expected 2 generic arguments [INFO] [stdout] | [INFO] [stdout] note: function defined here, with 2 generic parameters: `T`, `B` [INFO] [stdout] --> /opt/rustwide/workdir/src/utils.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn read_line>() -> B { [INFO] [stdout] | ^^^^^^^^^ - - [INFO] [stdout] help: add missing generic argument [INFO] [stdout] | [INFO] [stdout] 65 | let line = read_line::(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/boj18230.rs:33:20 [INFO] [stdout] | [INFO] [stdout] 33 | let n: usize = read_line()[0]; [INFO] [stdout] | ^^^^^^^^^ cannot infer type for type parameter `B` declared on the function `read_line` [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/boj5904.rs:24:20 [INFO] [stdout] | [INFO] [stdout] 24 | let n: usize = read_line()[0]; [INFO] [stdout] | ^^^^^^^^^ cannot infer type for type parameter `B` declared on the function `read_line` [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/boj11062.rs:50:18 [INFO] [stdout] | [INFO] [stdout] 50 | let t: i32 = read_line()[0]; [INFO] [stdout] | ^^^^^^^^^ cannot infer type for type parameter `B` declared on the function `read_line` [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this function takes 2 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/bin/boj11062.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | let _ = read_line::(); [INFO] [stdout] | ^^^^^^^^^ ----- supplied 1 generic argument [INFO] [stdout] | | [INFO] [stdout] | expected 2 generic arguments [INFO] [stdout] | [INFO] [stdout] note: function defined here, with 2 generic parameters: `T`, `B` [INFO] [stdout] --> /opt/rustwide/workdir/src/utils.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn read_line>() -> B { [INFO] [stdout] | ^^^^^^^^^ - - [INFO] [stdout] help: add missing generic argument [INFO] [stdout] | [INFO] [stdout] 52 | let _ = read_line::(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/boj17370.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | let n: i32 = read_line()[0]; [INFO] [stdout] | ^^^^^^^^^ cannot infer type for type parameter `B` declared on the function `read_line` [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] warning: unused import: `black_box` [INFO] [stdout] --> benches/std/collections.rs:1:17 [INFO] [stdout] | [INFO] [stdout] 1 | use criterion::{black_box, criterion_group, criterion_main, Criterion}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this function takes 2 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/bin/boj15485.rs:65:16 [INFO] [stdout] | [INFO] [stdout] 65 | let line = read_line::(); [INFO] [stdout] | ^^^^^^^^^ ------ supplied 1 generic argument [INFO] [stdout] | | [INFO] [stdout] | expected 2 generic arguments [INFO] [stdout] | [INFO] [stdout] note: function defined here, with 2 generic parameters: `T`, `B` [INFO] [stdout] --> /opt/rustwide/workdir/src/utils.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn read_line>() -> B { [INFO] [stdout] | ^^^^^^^^^ - - [INFO] [stdout] help: add missing generic argument [INFO] [stdout] | [INFO] [stdout] 65 | let line = read_line::(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/boj13301.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | let n = read_line()[0]; [INFO] [stdout] | ^^^^^^^^^ cannot infer type for type parameter `B` declared on the function `read_line` [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/boj11509.rs:16:20 [INFO] [stdout] | [INFO] [stdout] 16 | let n: usize = read_line()[0]; [INFO] [stdout] | ^^^^^^^^^ cannot infer type for type parameter `B` declared on the function `read_line` [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/boj11509.rs:16:20 [INFO] [stdout] | [INFO] [stdout] 16 | let n: usize = read_line()[0]; [INFO] [stdout] | ^^^^^^^^^ cannot infer type for type parameter `B` declared on the function `read_line` [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this function takes 2 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/bin/boj15329.rs:23:16 [INFO] [stdout] | [INFO] [stdout] 23 | let line = read_line::(); [INFO] [stdout] | ^^^^^^^^^ --- supplied 1 generic argument [INFO] [stdout] | | [INFO] [stdout] | expected 2 generic arguments [INFO] [stdout] | [INFO] [stdout] note: function defined here, with 2 generic parameters: `T`, `B` [INFO] [stdout] --> /opt/rustwide/workdir/src/utils.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn read_line>() -> B { [INFO] [stdout] | ^^^^^^^^^ - - [INFO] [stdout] help: add missing generic argument [INFO] [stdout] | [INFO] [stdout] 23 | let line = read_line::(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/boj13301.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | let n = read_line()[0]; [INFO] [stdout] | ^^^^^^^^^ cannot infer type for type parameter `B` declared on the function `read_line` [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/bin/boj2086.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] warning: unused import: `black_box` [INFO] [stdout] --> benches/data_structures/smmh.rs:1:17 [INFO] [stdout] | [INFO] [stdout] 1 | use criterion::{black_box, criterion_group, criterion_main, Criterion}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/boj2086.rs:16:20 [INFO] [stdout] | [INFO] [stdout] 15 | let line = read_line(); [INFO] [stdout] | ---- consider giving `line` a type [INFO] [stdout] 16 | let a: usize = line[0]; [INFO] [stdout] | ^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/bin/boj2014.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | for i in 0..n { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `max_val` [INFO] [stdout] --> src/bin/boj2014.rs:14:18 [INFO] [stdout] | [INFO] [stdout] 14 | let &max_val = heap.peek_max().unwrap_or(&i32::max_value()); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_val` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0282. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/boj10423.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | let mut edges = vec![ [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/boj10423.rs:146:13 [INFO] [stdout] | [INFO] [stdout] 146 | let mut edges = vec![ [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/boj10423.rs:171:13 [INFO] [stdout] | [INFO] [stdout] 171 | let mut edges = vec![ [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/boj10423.rs:214:13 [INFO] [stdout] | [INFO] [stdout] 214 | let mut edges = vec![ [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/boj5463.rs:105:13 [INFO] [stdout] | [INFO] [stdout] 104 | let line = read_line(); [INFO] [stdout] | ---- consider giving `line` a type [INFO] [stdout] 105 | let n = line[0]; [INFO] [stdout] | ^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> benches/std/collections.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | for i in 0..500000 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a` [INFO] [stdout] --> benches/std/collections.rs:31:17 [INFO] [stdout] | [INFO] [stdout] 31 | let a = vec![-1; 1000000]; [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> benches/std/collections.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | for i in 0..500000 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> benches/std/collections.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | for i in 0..500000 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a` [INFO] [stdout] --> benches/std/collections.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | let a: Vec = (0..500000).collect(); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a` [INFO] [stdout] --> benches/std/collections.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | let a: HashSet = (0..500000).collect(); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> benches/data_structures/smmh.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | for i in 0..100000 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/boj2296.rs:38:18 [INFO] [stdout] | [INFO] [stdout] 38 | let t: i32 = read_line()[0]; [INFO] [stdout] | ^^^^^^^^^ cannot infer type for type parameter `B` declared on the function `read_line` [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/bin/boj12837.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | let n = line[0]; [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this function takes 2 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/bin/boj2296.rs:41:15 [INFO] [stdout] | [INFO] [stdout] 41 | match read_line::().as_slice() { [INFO] [stdout] | ^^^^^^^^^ --- supplied 1 generic argument [INFO] [stdout] | | [INFO] [stdout] | expected 2 generic arguments [INFO] [stdout] | [INFO] [stdout] note: function defined here, with 2 generic parameters: `T`, `B` [INFO] [stdout] --> /opt/rustwide/workdir/src/utils.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn read_line>() -> B { [INFO] [stdout] | ^^^^^^^^^ - - [INFO] [stdout] help: add missing generic argument [INFO] [stdout] | [INFO] [stdout] 41 | match read_line::().as_slice() { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0282. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/boj15900.rs:28:20 [INFO] [stdout] | [INFO] [stdout] 28 | let t: usize = read_line()[0]; [INFO] [stdout] | ^^^^^^^^^ cannot infer type for type parameter `B` declared on the function `read_line` [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "e57cb0ed98364539f6eb7cf2bf42dd9d1b3f4513a681a4b7001747ab43f42b2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e57cb0ed98364539f6eb7cf2bf42dd9d1b3f4513a681a4b7001747ab43f42b2d", kill_on_drop: false }` [INFO] [stdout] e57cb0ed98364539f6eb7cf2bf42dd9d1b3f4513a681a4b7001747ab43f42b2d