[INFO] cloning repository https://github.com/TigerKim9/no-library
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TigerKim9/no-library" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTigerKim9%2Fno-library", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTigerKim9%2Fno-library'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b7bd275ed41e71b66d42097a9d7571ed5d4f704a
[INFO] testing TigerKim9/no-library against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTigerKim9%2Fno-library" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/TigerKim9/no-library
[INFO] finished tweaking git repo https://github.com/TigerKim9/no-library
[INFO] tweaked toml for git repo https://github.com/TigerKim9/no-library written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/TigerKim9/no-library on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/TigerKim9/no-library already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f161ef6d448da07ea07cda80918d8dc6b1440132ef9fdd338d68a09e41dd609f
[INFO] running `Command { std: "docker" "start" "f161ef6d448da07ea07cda80918d8dc6b1440132ef9fdd338d68a09e41dd609f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f161ef6d448da07ea07cda80918d8dc6b1440132ef9fdd338d68a09e41dd609f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f161ef6d448da07ea07cda80918d8dc6b1440132ef9fdd338d68a09e41dd609f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f161ef6d448da07ea07cda80918d8dc6b1440132ef9fdd338d68a09e41dd609f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f161ef6d448da07ea07cda80918d8dc6b1440132ef9fdd338d68a09e41dd609f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling no_library v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: methods `len`, `is_empty`, `peek`, and `peek_mut` are never used
[INFO] [stdout]   --> src/data_structures/linked_list.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl<T> LinkedList<T> {
[INFO] [stdout]    | --------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub fn len(&self) -> usize {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 |     pub fn peek(&self) -> Option<&T> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 |     pub fn peek_mut(&mut self) -> Option<&mut T> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `with_capacity`, `peek`, `peek_mut`, `is_empty`, `len`, and `clear` are never used
[INFO] [stdout]   --> src/data_structures/stack.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl<T> Stack<T> {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub fn with_capacity(capacity: usize) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub fn peek(&self) -> Option<&T> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn peek_mut(&mut self) -> Option<&mut T> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub fn len(&self) -> usize {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 |     pub fn clear(&mut self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `peek`, `len`, and `is_empty` are never used
[INFO] [stdout]   --> src/data_structures/queue.rs:68:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl<T> Queue<T> {
[INFO] [stdout]    | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 68 |     pub fn peek(&self) -> Option<&T> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 |     pub fn len(&self) -> usize {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/data_structures/binary_tree.rs:61:12
[INFO] [stdout]     |
[INFO] [stdout]  19 | impl<T: Ord> BinaryTree<T> {
[INFO] [stdout]     | -------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  61 |     pub fn search(&self, data: &T) -> bool {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  65 |     fn search_recursive(&self, node: &Link<T>, data: &T) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  81 |     pub fn len(&self) -> usize {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  86 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 |     pub fn preorder(&self) -> Vec<&T> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |     fn preorder_recursive<'a>(&'a self, node: &'a Link<T>, result: &mut Vec<&'a T>) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 122 |     pub fn postorder(&self) -> Vec<&T> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     fn postorder_recursive<'a>(&'a self, node: &'a Link<T>, result: &mut Vec<&'a T>) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/data_structures/hash_map.rs:37:12
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<K: Hash + Eq, V> HashMap<K, V> {
[INFO] [stdout]     | ----------------------------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  37 |     pub fn with_capacity(capacity: usize) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 |     pub fn get_mut(&mut self, key: &K) -> Option<&mut V> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 122 |     pub fn remove(&mut self, key: &K) -> Option<V> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 |     pub fn contains_key(&self, key: &K) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     pub fn len(&self) -> usize {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 157 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 |     pub fn clear(&mut self) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `selection_sort` is never used
[INFO] [stdout]   --> src/algorithms/sorting.rs:28:8
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn selection_sort<T: Ord>(arr: &mut [T]) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `insertion_sort` is never used
[INFO] [stdout]   --> src/algorithms/sorting.rs:47:8
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub fn insertion_sort<T: Ord>(arr: &mut [T]) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `heap_sort` is never used
[INFO] [stdout]    --> src/algorithms/sorting.rs:143:8
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub fn heap_sort<T: Ord>(arr: &mut [T]) {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `heapify` is never used
[INFO] [stdout]    --> src/algorithms/sorting.rs:158:4
[INFO] [stdout]     |
[INFO] [stdout] 158 | fn heapify<T: Ord>(arr: &mut [T], heap_size: usize, root: usize) {
[INFO] [stdout]     |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `linear_search` is never used
[INFO] [stdout]  --> src/algorithms/searching.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn linear_search<T: PartialEq>(arr: &[T], target: &T) -> Option<usize> {
[INFO] [stdout]   |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `binary_search_recursive` is never used
[INFO] [stdout]   --> src/algorithms/searching.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub fn binary_search_recursive<T: Ord>(arr: &[T], target: &T) -> Option<usize> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `binary_search_recursive_helper` is never used
[INFO] [stdout]   --> src/algorithms/searching.rs:49:4
[INFO] [stdout]    |
[INFO] [stdout] 49 | fn binary_search_recursive_helper<T: Ord>(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `jump_search` is never used
[INFO] [stdout]   --> src/algorithms/searching.rs:73:8
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub fn jump_search<T: Ord>(arr: &[T], target: &T) -> Option<usize> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `interpolation_search` is never used
[INFO] [stdout]    --> src/algorithms/searching.rs:102:8
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub fn interpolation_search(arr: &[i32], target: i32) -> Option<usize> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `add_edge_undirected`, `dfs_iterative`, `has_cycle`, `has_cycle_helper`, `topological_sort`, and `topological_sort_helper` are never used
[INFO] [stdout]    --> src/algorithms/graph.rs:24:12
[INFO] [stdout]     |
[INFO] [stdout]  10 | impl Graph {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  24 |     pub fn add_edge_undirected(&mut self, u: usize, v: usize) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  55 |     pub fn dfs_iterative(&self, start: usize) -> Vec<usize> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |     pub fn has_cycle(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |     fn has_cycle_helper(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 |     pub fn topological_sort(&self) -> Option<Vec<usize>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 158 |     fn topological_sort_helper(&self, vertex: usize, visited: &mut [bool], stack: &mut Vec<usize>) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TcpEchoServer` is never constructed
[INFO] [stdout]   --> src/networking/tcp.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct TcpEchoServer {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `bind`, `run`, and `handle_client` are never used
[INFO] [stdout]   --> src/networking/tcp.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl TcpEchoServer {
[INFO] [stdout]    | ------------------ associated items in this implementation
[INFO] [stdout] 15 |     /// 지정된 주소에 바인딩된 서버를 생성합니다.
[INFO] [stdout] 16 |     pub fn bind(addr: &str) -> io::Result<Self> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn run(&self) -> io::Result<()> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     fn handle_client(mut stream: TcpStream) -> io::Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TcpClient` is never constructed
[INFO] [stdout]   --> src/networking/tcp.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub struct TcpClient {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `connect`, `send`, `receive`, and `send_and_receive` are never used
[INFO] [stdout]   --> src/networking/tcp.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 68 | impl TcpClient {
[INFO] [stdout]    | -------------- associated items in this implementation
[INFO] [stdout] 69 |     /// 지정된 주소로 연결합니다.
[INFO] [stdout] 70 |     pub fn connect(addr: &str) -> io::Result<Self> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 |     pub fn send(&mut self, data: &[u8]) -> io::Result<usize> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 81 |     pub fn receive(&mut self, buffer: &mut [u8]) -> io::Result<usize> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |     pub fn send_and_receive(&mut self, message: &str) -> io::Result<String> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `read_frame` and `write_frame` are never used
[INFO] [stdout]    --> src/networking/tcp.rs:112:12
[INFO] [stdout]     |
[INFO] [stdout] 101 | impl MessageFramer {
[INFO] [stdout]     | ------------------ associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 112 |     pub fn read_frame(stream: &mut TcpStream) -> io::Result<Vec<u8>> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 |     pub fn write_frame(stream: &mut TcpStream, message: &[u8]) -> io::Result<()> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `body` is never read
[INFO] [stdout]   --> src/networking/http.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct HttpRequest {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub body: Vec<u8>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `HttpRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_bytes` is never used
[INFO] [stdout]    --> src/networking/http.rs:107:12
[INFO] [stdout]     |
[INFO] [stdout]  57 | impl HttpRequest {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 107 |     pub fn to_bytes(&self) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/networking/http.rs:170:12
[INFO] [stdout]     |
[INFO] [stdout] 152 | impl HttpResponse {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 170 |     pub fn not_found() -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 |     pub fn internal_error() -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 180 |     pub fn add_header(&mut self, key: String, value: String) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 |     pub fn set_text_body(&mut self, text: String) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 200 |     pub fn set_html_body(&mut self, html: String) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 214 |     pub fn to_bytes(&self) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 |     pub fn parse(raw: &[u8]) -> Result<Self, String> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
[INFO] running `Command { std: "docker" "inspect" "f161ef6d448da07ea07cda80918d8dc6b1440132ef9fdd338d68a09e41dd609f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f161ef6d448da07ea07cda80918d8dc6b1440132ef9fdd338d68a09e41dd609f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling no_library v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: methods `len`, `is_empty`, and `peek_mut` are never used
[INFO] [stdout]   --> src/data_structures/linked_list.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl<T> LinkedList<T> {
[INFO] [stdout]    | --------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub fn len(&self) -> usize {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 |     pub fn peek_mut(&mut self) -> Option<&mut T> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `with_capacity`, `peek_mut`, and `clear` are never used
[INFO] [stdout]   --> src/data_structures/stack.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl<T> Stack<T> {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub fn with_capacity(capacity: usize) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn peek_mut(&mut self) -> Option<&mut T> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 |     pub fn clear(&mut self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_empty`, `postorder`, and `postorder_recursive` are never used
[INFO] [stdout]    --> src/data_structures/binary_tree.rs:86:12
[INFO] [stdout]     |
[INFO] [stdout]  19 | impl<T: Ord> BinaryTree<T> {
[INFO] [stdout]     | -------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  86 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 122 |     pub fn postorder(&self) -> Vec<&T> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     fn postorder_recursive<'a>(&'a self, node: &'a Link<T>, result: &mut Vec<&'a T>) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `with_capacity`, `get_mut`, `contains_key`, `is_empty`, and `clear` are never used
[INFO] [stdout]    --> src/data_structures/hash_map.rs:37:12
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<K: Hash + Eq, V> HashMap<K, V> {
[INFO] [stdout]     | ----------------------------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  37 |     pub fn with_capacity(capacity: usize) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 |     pub fn get_mut(&mut self, key: &K) -> Option<&mut V> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 |     pub fn contains_key(&self, key: &K) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 157 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 |     pub fn clear(&mut self) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `add_edge_undirected` and `dfs_iterative` are never used
[INFO] [stdout]   --> src/algorithms/graph.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl Graph {
[INFO] [stdout]    | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn add_edge_undirected(&mut self, u: usize, v: usize) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn dfs_iterative(&self, start: usize) -> Vec<usize> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TcpEchoServer` is never constructed
[INFO] [stdout]   --> src/networking/tcp.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct TcpEchoServer {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `bind`, `run`, and `handle_client` are never used
[INFO] [stdout]   --> src/networking/tcp.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl TcpEchoServer {
[INFO] [stdout]    | ------------------ associated items in this implementation
[INFO] [stdout] 15 |     /// 지정된 주소에 바인딩된 서버를 생성합니다.
[INFO] [stdout] 16 |     pub fn bind(addr: &str) -> io::Result<Self> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn run(&self) -> io::Result<()> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     fn handle_client(mut stream: TcpStream) -> io::Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TcpClient` is never constructed
[INFO] [stdout]   --> src/networking/tcp.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub struct TcpClient {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `connect`, `send`, `receive`, and `send_and_receive` are never used
[INFO] [stdout]   --> src/networking/tcp.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 68 | impl TcpClient {
[INFO] [stdout]    | -------------- associated items in this implementation
[INFO] [stdout] 69 |     /// 지정된 주소로 연결합니다.
[INFO] [stdout] 70 |     pub fn connect(addr: &str) -> io::Result<Self> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 |     pub fn send(&mut self, data: &[u8]) -> io::Result<usize> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 81 |     pub fn receive(&mut self, buffer: &mut [u8]) -> io::Result<usize> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |     pub fn send_and_receive(&mut self, message: &str) -> io::Result<String> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `read_frame` and `write_frame` are never used
[INFO] [stdout]    --> src/networking/tcp.rs:112:12
[INFO] [stdout]     |
[INFO] [stdout] 101 | impl MessageFramer {
[INFO] [stdout]     | ------------------ associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 112 |     pub fn read_frame(stream: &mut TcpStream) -> io::Result<Vec<u8>> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 |     pub fn write_frame(stream: &mut TcpStream, message: &[u8]) -> io::Result<()> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `body` is never read
[INFO] [stdout]   --> src/networking/http.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct HttpRequest {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub body: Vec<u8>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `HttpRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_bytes` is never used
[INFO] [stdout]    --> src/networking/http.rs:107:12
[INFO] [stdout]     |
[INFO] [stdout]  57 | impl HttpRequest {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 107 |     pub fn to_bytes(&self) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `not_found`, `internal_error`, `add_header`, `set_html_body`, `to_bytes`, and `parse` are never used
[INFO] [stdout]    --> src/networking/http.rs:170:12
[INFO] [stdout]     |
[INFO] [stdout] 152 | impl HttpResponse {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 170 |     pub fn not_found() -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 |     pub fn internal_error() -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 180 |     pub fn add_header(&mut self, key: String, value: String) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 200 |     pub fn set_html_body(&mut self, html: String) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 214 |     pub fn to_bytes(&self) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 |     pub fn parse(raw: &[u8]) -> Result<Self, String> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.47s
[INFO] running `Command { std: "docker" "inspect" "f161ef6d448da07ea07cda80918d8dc6b1440132ef9fdd338d68a09e41dd609f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f161ef6d448da07ea07cda80918d8dc6b1440132ef9fdd338d68a09e41dd609f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: methods `len`, `is_empty`, and `peek_mut` are never used
[INFO] [stderr]   --> src/data_structures/linked_list.rs:49:12
[INFO] [stderr]    |
[INFO] [stderr] 18 | impl<T> LinkedList<T> {
[INFO] [stderr]    | --------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 49 |     pub fn len(&self) -> usize {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 54 |     pub fn is_empty(&self) -> bool {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 64 |     pub fn peek_mut(&mut self) -> Option<&mut T> {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `with_capacity`, `peek_mut`, and `clear` are never used
[INFO] [stderr]   --> src/data_structures/stack.rs:18:12
[INFO] [stderr]    |
[INFO] [stderr] 11 | impl<T> Stack<T> {
[INFO] [stderr]    | ---------------- associated items in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 18 |     pub fn with_capacity(capacity: usize) -> Self {
[INFO] [stderr]    |            ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 42 |     pub fn peek_mut(&mut self) -> Option<&mut T> {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 57 |     pub fn clear(&mut self) {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `is_empty`, `postorder`, and `postorder_recursive` are never used
[INFO] [stderr]    --> src/data_structures/binary_tree.rs:86:12
[INFO] [stderr]     |
[INFO] [stderr]  19 | impl<T: Ord> BinaryTree<T> {
[INFO] [stderr]     | -------------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr]  86 |     pub fn is_empty(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 |     pub fn postorder(&self) -> Vec<&T> {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 |     fn postorder_recursive<'a>(&'a self, node: &'a Link<T>, result: &mut Vec<&'a T>) {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `with_capacity`, `get_mut`, `contains_key`, `is_empty`, and `clear` are never used
[INFO] [stderr]    --> src/data_structures/hash_map.rs:37:12
[INFO] [stderr]     |
[INFO] [stderr]  23 | impl<K: Hash + Eq, V> HashMap<K, V> {
[INFO] [stderr]     | ----------------------------------- associated items in this implementation
[INFO] [stderr] ...
[INFO] [stderr]  37 |     pub fn with_capacity(capacity: usize) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 106 |     pub fn get_mut(&mut self, key: &K) -> Option<&mut V> {
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 147 |     pub fn contains_key(&self, key: &K) -> bool {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 157 |     pub fn is_empty(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 162 |     pub fn clear(&mut self) {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `add_edge_undirected` and `dfs_iterative` are never used
[INFO] [stderr]   --> src/algorithms/graph.rs:24:12
[INFO] [stderr]    |
[INFO] [stderr] 10 | impl Graph {
[INFO] [stderr]    | ---------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 24 |     pub fn add_edge_undirected(&mut self, u: usize, v: usize) {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 55 |     pub fn dfs_iterative(&self, start: usize) -> Vec<usize> {
[INFO] [stderr]    |            ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TcpEchoServer` is never constructed
[INFO] [stderr]   --> src/networking/tcp.rs:10:12
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub struct TcpEchoServer {
[INFO] [stderr]    |            ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `bind`, `run`, and `handle_client` are never used
[INFO] [stderr]   --> src/networking/tcp.rs:16:12
[INFO] [stderr]    |
[INFO] [stderr] 14 | impl TcpEchoServer {
[INFO] [stderr]    | ------------------ associated items in this implementation
[INFO] [stderr] 15 |     /// 지정된 주소에 바인딩된 서버를 생성합니다.
[INFO] [stderr] 16 |     pub fn bind(addr: &str) -> io::Result<Self> {
[INFO] [stderr]    |            ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 22 |     pub fn run(&self) -> io::Result<()> {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 41 |     fn handle_client(mut stream: TcpStream) -> io::Result<()> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TcpClient` is never constructed
[INFO] [stderr]   --> src/networking/tcp.rs:64:12
[INFO] [stderr]    |
[INFO] [stderr] 64 | pub struct TcpClient {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `connect`, `send`, `receive`, and `send_and_receive` are never used
[INFO] [stderr]   --> src/networking/tcp.rs:70:12
[INFO] [stderr]    |
[INFO] [stderr] 68 | impl TcpClient {
[INFO] [stderr]    | -------------- associated items in this implementation
[INFO] [stderr] 69 |     /// 지정된 주소로 연결합니다.
[INFO] [stderr] 70 |     pub fn connect(addr: &str) -> io::Result<Self> {
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 76 |     pub fn send(&mut self, data: &[u8]) -> io::Result<usize> {
[INFO] [stderr]    |            ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 81 |     pub fn receive(&mut self, buffer: &mut [u8]) -> io::Result<usize> {
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 86 |     pub fn send_and_receive(&mut self, message: &str) -> io::Result<String> {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated functions `read_frame` and `write_frame` are never used
[INFO] [stderr]    --> src/networking/tcp.rs:112:12
[INFO] [stderr]     |
[INFO] [stderr] 101 | impl MessageFramer {
[INFO] [stderr]     | ------------------ associated functions in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 112 |     pub fn read_frame(stream: &mut TcpStream) -> io::Result<Vec<u8>> {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 |     pub fn write_frame(stream: &mut TcpStream, message: &[u8]) -> io::Result<()> {
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `body` is never read
[INFO] [stderr]   --> src/networking/http.rs:54:9
[INFO] [stderr]    |
[INFO] [stderr] 49 | pub struct HttpRequest {
[INFO] [stderr]    |            ----------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 54 |     pub body: Vec<u8>,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `HttpRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: method `to_bytes` is never used
[INFO] [stderr]    --> src/networking/http.rs:107:12
[INFO] [stderr]     |
[INFO] [stderr]  57 | impl HttpRequest {
[INFO] [stderr]     | ---------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 107 |     pub fn to_bytes(&self) -> Vec<u8> {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `not_found`, `internal_error`, `add_header`, `set_html_body`, `to_bytes`, and `parse` are never used
[INFO] [stderr]    --> src/networking/http.rs:170:12
[INFO] [stderr]     |
[INFO] [stderr] 152 | impl HttpResponse {
[INFO] [stderr]     | ----------------- associated items in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 170 |     pub fn not_found() -> Self {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 175 |     pub fn internal_error() -> Self {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 180 |     pub fn add_header(&mut self, key: String, value: String) {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 200 |     pub fn set_html_body(&mut self, html: String) {
[INFO] [stderr]     |            ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 214 |     pub fn to_bytes(&self) -> Vec<u8> {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 240 |     pub fn parse(raw: &[u8]) -> Result<Self, String> {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `no_library` (bin "no_library" test) generated 13 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/no_library-8b5f0dcacaf95567)
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test algorithms::graph::tests::test_bfs ... ok
[INFO] [stdout] test algorithms::graph::tests::test_cycle_detection ... ok
[INFO] [stdout] test algorithms::graph::tests::test_topological_sort ... ok
[INFO] [stdout] test algorithms::searching::tests::test_binary_search ... ok
[INFO] [stdout] test algorithms::searching::tests::test_binary_search_recursive ... ok
[INFO] [stdout] test algorithms::graph::tests::test_dfs ... ok
[INFO] [stdout] test algorithms::searching::tests::test_interpolation_search ... ok
[INFO] [stdout] test algorithms::searching::tests::test_jump_search ... ok
[INFO] [stdout] test algorithms::searching::tests::test_linear_search ... ok
[INFO] [stdout] test algorithms::sorting::tests::test_bubble_sort ... ok
[INFO] [stdout] test algorithms::sorting::tests::test_heap_sort ... ok
[INFO] [stdout] test algorithms::sorting::tests::test_insertion_sort ... ok
[INFO] [stdout] test algorithms::sorting::tests::test_merge_sort ... ok
[INFO] [stdout] test algorithms::sorting::tests::test_quick_sort ... ok
[INFO] [stdout] test algorithms::sorting::tests::test_selection_sort ... ok
[INFO] [stdout] test data_structures::binary_tree::tests::test_insert_and_search ... ok
[INFO] [stdout] test data_structures::binary_tree::tests::test_traversals ... ok
[INFO] [stdout] test data_structures::hash_map::tests::test_insert_and_get ... ok
[INFO] [stdout] test data_structures::hash_map::tests::test_remove ... ok
[INFO] [stdout] test data_structures::hash_map::tests::test_update ... ok
[INFO] [stdout] test data_structures::linked_list::tests::test_push_pop ... ok
[INFO] [stdout] test data_structures::queue::tests::test_queue_operations ... ok
[INFO] [stdout] test data_structures::linked_list::tests::test_peek ... ok
[INFO] [stdout] test networking::http::tests::test_http_response_creation ... ok
[INFO] [stdout] test networking::http::tests::test_http_method ... ok
[INFO] [stdout] test networking::tcp::tests::test_message_framing ... ok
[INFO] [stdout] test networking::http::tests::test_http_request_parsing ... ok
[INFO] [stdout] test data_structures::stack::tests::test_stack_operations ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f161ef6d448da07ea07cda80918d8dc6b1440132ef9fdd338d68a09e41dd609f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f161ef6d448da07ea07cda80918d8dc6b1440132ef9fdd338d68a09e41dd609f", kill_on_drop: false }`
[INFO] [stdout] f161ef6d448da07ea07cda80918d8dc6b1440132ef9fdd338d68a09e41dd609f
