[INFO] cloning repository https://github.com/RaphaeleL/cobra
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RaphaeleL/cobra" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRaphaeleL%2Fcobra", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRaphaeleL%2Fcobra'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c52fabd3c2f61213b1bebcfbee2664940c496999
[INFO] testing RaphaeleL/cobra against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRaphaeleL%2Fcobra" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/RaphaeleL/cobra
[INFO] finished tweaking git repo https://github.com/RaphaeleL/cobra
[INFO] tweaked toml for git repo https://github.com/RaphaeleL/cobra written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/RaphaeleL/cobra on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/RaphaeleL/cobra 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.90.0" "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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde v1.0.221
[INFO] [stderr]   Downloaded serde_derive v1.0.221
[INFO] [stderr]   Downloaded serde_core v1.0.221
[INFO] [stderr]   Downloaded serde_json v1.0.144
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c6f76b1f18acb39995e07b742e0433af9661300d73b7e12aa2ad76961830b234
[INFO] running `Command { std: "docker" "start" "-a" "c6f76b1f18acb39995e07b742e0433af9661300d73b7e12aa2ad76961830b234", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c6f76b1f18acb39995e07b742e0433af9661300d73b7e12aa2ad76961830b234", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6f76b1f18acb39995e07b742e0433af9661300d73b7e12aa2ad76961830b234", kill_on_drop: false }`
[INFO] [stdout] c6f76b1f18acb39995e07b742e0433af9661300d73b7e12aa2ad76961830b234
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1dc7bf78f976d84ff551efe61002eed4124851dd63e515c753ce1568e008ae5b
[INFO] running `Command { std: "docker" "start" "-a" "1dc7bf78f976d84ff551efe61002eed4124851dd63e515c753ce1568e008ae5b", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.221
[INFO] [stderr]    Compiling serde v1.0.221
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling serde_json v1.0.144
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling syn v2.0.102
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling clap_builder v4.5.40
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling indexmap v2.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.221
[INFO] [stderr]    Compiling clap_derive v4.5.40
[INFO] [stderr]    Compiling clap v4.5.40
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling cobra v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::cobra::core::index::IndexEntry`
[INFO] [stdout]  --> src/cobra/core/tree.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::cobra::core::index::IndexEntry;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Path`
[INFO] [stdout]  --> src/cobra/core/workspace.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::path::{Path, PathBuf};
[INFO] [stdout]   |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Path`
[INFO] [stdout]  --> src/cobra/core/remote.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::path::{Path, PathBuf};
[INFO] [stdout]   |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `repo`
[INFO] [stdout]    --> src/cobra/commands/pull.rs:152:5
[INFO] [stdout]     |
[INFO] [stdout] 152 |     repo: &Repository,
[INFO] [stdout]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_repo`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `grandparent_dir`
[INFO] [stdout]    --> src/cobra/core/network.rs:153:21
[INFO] [stdout]     |
[INFO] [stdout] 153 |                 let grandparent_dir = parent_dir.parent().unwrap();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grandparent_dir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_objects_to_fetch` is never used
[INFO] [stdout]   --> src/cobra/commands/pull.rs:71:4
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn collect_objects_to_fetch(repo: &Repository, commit_hash: &str) -> io::Result<Vec<String>> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_commit_objects` is never used
[INFO] [stdout]   --> src/cobra/commands/pull.rs:80:4
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn collect_commit_objects(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_tree_objects` is never used
[INFO] [stdout]    --> src/cobra/commands/pull.rs:114:4
[INFO] [stdout]     |
[INFO] [stdout] 114 | fn collect_tree_objects(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_blob_objects` is never used
[INFO] [stdout]    --> src/cobra/commands/pull.rs:151:4
[INFO] [stdout]     |
[INFO] [stdout] 151 | fn collect_blob_objects(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::cobra::core::index::IndexEntry`
[INFO] [stdout]  --> src/cobra/core/tree.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::cobra::core::index::IndexEntry;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Path`
[INFO] [stdout]  --> src/cobra/core/workspace.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::path::{Path, PathBuf};
[INFO] [stdout]   |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Path`
[INFO] [stdout]  --> src/cobra/core/remote.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::path::{Path, PathBuf};
[INFO] [stdout]   |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `repo`
[INFO] [stdout]    --> src/cobra/commands/pull.rs:152:5
[INFO] [stdout]     |
[INFO] [stdout] 152 |     repo: &Repository,
[INFO] [stdout]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_repo`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `grandparent_dir`
[INFO] [stdout]    --> src/cobra/core/network.rs:153:21
[INFO] [stdout]     |
[INFO] [stdout] 153 |                 let grandparent_dir = parent_dir.parent().unwrap();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grandparent_dir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]    --> src/cobra/commands/branch.rs:147:8
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn run(name: &str) -> io::Result<()> {
[INFO] [stdout]     |        ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `push_all` is never used
[INFO] [stdout]   --> src/cobra/commands/push.rs:52:8
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn push_all(remote_name: &str) -> io::Result<()> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_objects_to_fetch` is never used
[INFO] [stdout]   --> src/cobra/commands/pull.rs:71:4
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn collect_objects_to_fetch(repo: &Repository, commit_hash: &str) -> io::Result<Vec<String>> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_commit_objects` is never used
[INFO] [stdout]   --> src/cobra/commands/pull.rs:80:4
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn collect_commit_objects(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_tree_objects` is never used
[INFO] [stdout]    --> src/cobra/commands/pull.rs:114:4
[INFO] [stdout]     |
[INFO] [stdout] 114 | fn collect_tree_objects(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_blob_objects` is never used
[INFO] [stdout]    --> src/cobra/commands/pull.rs:151:4
[INFO] [stdout]     |
[INFO] [stdout] 151 | fn collect_blob_objects(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new_tree`, `write_to`, `add_tree_entry`, and `read_from` are never used
[INFO] [stdout]    --> src/cobra/core/object.rs:43:12
[INFO] [stdout]     |
[INFO] [stdout]  36 | impl Object {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  43 |     pub fn new_tree() -> Object {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 158 |     pub fn write_to(&self, repo_path: &Path) -> io::Result<String> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 179 |     pub fn add_tree_entry(&mut self, name: String, mode: u32, hash: String) -> io::Result<()> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 |     pub fn read_from(repo_path: &Path, hash: &str) -> io::Result<Object> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_entry` and `contains` are never used
[INFO] [stdout]    --> src/cobra/core/index.rs:165:12
[INFO] [stdout]     |
[INFO] [stdout] 138 | impl Index {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 165 |     pub fn get_entry(&self, path: &Path) -> Option<&IndexEntry> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 170 |     pub fn contains(&self, path: &Path) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `index` is never read
[INFO] [stdout]    --> src/cobra/core/workspace.rs:180:9
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub struct StashState {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 180 |     pub index: HashMap<PathBuf, IndexEntry>,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StashState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `apply` is never used
[INFO] [stdout]    --> src/cobra/core/workspace.rs:252:12
[INFO] [stdout]     |
[INFO] [stdout] 187 | impl StashState {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 252 |     pub fn apply(&self, repo: &Repository) -> io::Result<()> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `with_urls` is never used
[INFO] [stdout]   --> src/cobra/core/remote.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl Remote {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub fn with_urls(name: String, fetch_url: String, push_url: Option<String>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_default_remote` is never used
[INFO] [stdout]   --> src/cobra/core/remote.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl RemoteStore {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 76 |     pub fn get_default_remote(&self) -> io::Result<Option<Remote>> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `fetch_objects` is never used
[INFO] [stdout]   --> src/cobra/core/network.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl NetworkClient {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn fetch_objects(&self, object_hashes: Vec<String>, repo_path: &Path) -> io::Result<Vec<Object>> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_object_header` is never used
[INFO] [stdout]  --> src/cobra/utils/hash.rs:7:4
[INFO] [stdout]   |
[INFO] [stdout] 7 | fn create_object_header(obj_type: &str, content_len: usize) -> Vec<u8> {
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hash_object` is never used
[INFO] [stdout]   --> src/cobra/utils/hash.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn hash_object(data: &[u8]) -> String {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hash_raw_object` is never used
[INFO] [stdout]   --> src/cobra/utils/hash.rs:27:8
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub fn hash_raw_object(obj_type: &str, data: &[u8]) -> String {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RepositoryStorage` is never constructed
[INFO] [stdout]  --> src/cobra/server/storage.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct RepositoryStorage {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/cobra/server/storage.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout]  11 | impl RepositoryStorage {
[INFO] [stdout]     | ---------------------- associated items in this implementation
[INFO] [stdout]  12 |     pub fn new(base_path: PathBuf) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  16 |     pub fn init_repository(&self, name: &str) -> io::Result<()> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  34 |     pub fn store_object(&self, repo_name: &str, object: &Object) -> io::Result<String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  53 |     pub fn get_object(&self, repo_name: &str, hash: &str) -> io::Result<Option<Object>> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  67 |     pub fn update_ref(&self, repo_name: &str, ref_name: &str, commit_hash: &str) -> io::Result<()> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  78 |     pub fn get_ref(&self, repo_name: &str, ref_name: &str) -> io::Result<Option<String>> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  90 |     pub fn list_refs(&self, repo_name: &str) -> io::Result<Vec<(String, String)>> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 |     fn collect_refs(&self, dir: &Path, prefix: &str, refs: &mut Vec<(String, String)>) -> io::Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.28s
[INFO] running `Command { std: "docker" "inspect" "1dc7bf78f976d84ff551efe61002eed4124851dd63e515c753ce1568e008ae5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1dc7bf78f976d84ff551efe61002eed4124851dd63e515c753ce1568e008ae5b", kill_on_drop: false }`
[INFO] [stdout] 1dc7bf78f976d84ff551efe61002eed4124851dd63e515c753ce1568e008ae5b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3a9e5c9aed161cf07215f344ad0ce0b0bf82997ea60e7a32c992fe5461e9d3a5
[INFO] running `Command { std: "docker" "start" "-a" "3a9e5c9aed161cf07215f344ad0ce0b0bf82997ea60e7a32c992fe5461e9d3a5", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stdout] warning: unused import: `crate::cobra::core::index::IndexEntry`
[INFO] [stdout]  --> src/cobra/core/tree.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::cobra::core::index::IndexEntry;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Path`
[INFO] [stdout]  --> src/cobra/core/workspace.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::path::{Path, PathBuf};
[INFO] [stdout]   |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Path`
[INFO] [stdout]  --> src/cobra/core/remote.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::path::{Path, PathBuf};
[INFO] [stdout]   |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `repo`
[INFO] [stdout]    --> src/cobra/commands/pull.rs:152:5
[INFO] [stdout]     |
[INFO] [stdout] 152 |     repo: &Repository,
[INFO] [stdout]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_repo`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `grandparent_dir`
[INFO] [stdout]    --> src/cobra/core/network.rs:153:21
[INFO] [stdout]     |
[INFO] [stdout] 153 |                 let grandparent_dir = parent_dir.parent().unwrap();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grandparent_dir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_objects_to_fetch` is never used
[INFO] [stdout]   --> src/cobra/commands/pull.rs:71:4
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn collect_objects_to_fetch(repo: &Repository, commit_hash: &str) -> io::Result<Vec<String>> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_commit_objects` is never used
[INFO] [stdout]   --> src/cobra/commands/pull.rs:80:4
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn collect_commit_objects(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_tree_objects` is never used
[INFO] [stdout]    --> src/cobra/commands/pull.rs:114:4
[INFO] [stdout]     |
[INFO] [stdout] 114 | fn collect_tree_objects(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_blob_objects` is never used
[INFO] [stdout]    --> src/cobra/commands/pull.rs:151:4
[INFO] [stdout]     |
[INFO] [stdout] 151 | fn collect_blob_objects(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling cobra v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Path`
[INFO] [stdout]  --> src/cobra/core/workspace.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::path::{Path, PathBuf};
[INFO] [stdout]   |                 ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Path`
[INFO] [stdout]  --> src/cobra/core/remote.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::path::{Path, PathBuf};
[INFO] [stdout]   |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Path`
[INFO] [stdout]  --> src/cobra/core/workspace.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::path::{Path, PathBuf};
[INFO] [stdout]   |                 ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Path`
[INFO] [stdout]  --> src/cobra/core/remote.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::path::{Path, PathBuf};
[INFO] [stdout]   |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `remote_repo`
[INFO] [stdout]    --> src/cobra/commands/clone.rs:134:13
[INFO] [stdout]     |
[INFO] [stdout] 134 |         let remote_repo = Repository::init(remote_path.to_str().unwrap())?;
[INFO] [stdout]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_remote_repo`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `remote_repo`
[INFO] [stdout]    --> src/cobra/commands/clone.rs:134:13
[INFO] [stdout]     |
[INFO] [stdout] 134 |         let remote_repo = Repository::init(remote_path.to_str().unwrap())?;
[INFO] [stdout]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_remote_repo`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `repo`
[INFO] [stdout]    --> src/cobra/commands/pull.rs:152:5
[INFO] [stdout]     |
[INFO] [stdout] 152 |     repo: &Repository,
[INFO] [stdout]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_repo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `repo`
[INFO] [stdout]    --> src/cobra/commands/pull.rs:152:5
[INFO] [stdout]     |
[INFO] [stdout] 152 |     repo: &Repository,
[INFO] [stdout]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_repo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `grandparent_dir`
[INFO] [stdout]    --> src/cobra/core/network.rs:153:21
[INFO] [stdout]     |
[INFO] [stdout] 153 |                 let grandparent_dir = parent_dir.parent().unwrap();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grandparent_dir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `grandparent_dir`
[INFO] [stdout]    --> src/cobra/core/network.rs:153:21
[INFO] [stdout]     |
[INFO] [stdout] 153 |                 let grandparent_dir = parent_dir.parent().unwrap();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grandparent_dir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_objects_to_fetch` is never used
[INFO] [stdout]   --> src/cobra/commands/pull.rs:71:4
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn collect_objects_to_fetch(repo: &Repository, commit_hash: &str) -> io::Result<Vec<String>> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_commit_objects` is never used
[INFO] [stdout]   --> src/cobra/commands/pull.rs:80:4
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn collect_commit_objects(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_tree_objects` is never used
[INFO] [stdout]    --> src/cobra/commands/pull.rs:114:4
[INFO] [stdout]     |
[INFO] [stdout] 114 | fn collect_tree_objects(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_blob_objects` is never used
[INFO] [stdout]    --> src/cobra/commands/pull.rs:151:4
[INFO] [stdout]     |
[INFO] [stdout] 151 | fn collect_blob_objects(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]    --> src/cobra/commands/branch.rs:147:8
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn run(name: &str) -> io::Result<()> {
[INFO] [stdout]     |        ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `push_all` is never used
[INFO] [stdout]   --> src/cobra/commands/push.rs:52:8
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn push_all(remote_name: &str) -> io::Result<()> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_objects_to_fetch` is never used
[INFO] [stdout]   --> src/cobra/commands/pull.rs:71:4
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn collect_objects_to_fetch(repo: &Repository, commit_hash: &str) -> io::Result<Vec<String>> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_commit_objects` is never used
[INFO] [stdout]   --> src/cobra/commands/pull.rs:80:4
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn collect_commit_objects(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_tree_objects` is never used
[INFO] [stdout]    --> src/cobra/commands/pull.rs:114:4
[INFO] [stdout]     |
[INFO] [stdout] 114 | fn collect_tree_objects(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_blob_objects` is never used
[INFO] [stdout]    --> src/cobra/commands/pull.rs:151:4
[INFO] [stdout]     |
[INFO] [stdout] 151 | fn collect_blob_objects(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `write_to` and `read_from` are never used
[INFO] [stdout]    --> src/cobra/core/object.rs:158:12
[INFO] [stdout]     |
[INFO] [stdout]  36 | impl Object {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 158 |     pub fn write_to(&self, repo_path: &Path) -> io::Result<String> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 |     pub fn read_from(repo_path: &Path, hash: &str) -> io::Result<Object> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `index` is never read
[INFO] [stdout]    --> src/cobra/core/workspace.rs:180:9
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub struct StashState {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 180 |     pub index: HashMap<PathBuf, IndexEntry>,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StashState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `apply` is never used
[INFO] [stdout]    --> src/cobra/core/workspace.rs:252:12
[INFO] [stdout]     |
[INFO] [stdout] 187 | impl StashState {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 252 |     pub fn apply(&self, repo: &Repository) -> io::Result<()> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `with_urls` is never used
[INFO] [stdout]   --> src/cobra/core/remote.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl Remote {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub fn with_urls(name: String, fetch_url: String, push_url: Option<String>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_default_remote` is never used
[INFO] [stdout]   --> src/cobra/core/remote.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl RemoteStore {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 76 |     pub fn get_default_remote(&self) -> io::Result<Option<Remote>> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `fetch_objects` is never used
[INFO] [stdout]   --> src/cobra/core/network.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl NetworkClient {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn fetch_objects(&self, object_hashes: Vec<String>, repo_path: &Path) -> io::Result<Vec<Object>> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RepositoryStorage` is never constructed
[INFO] [stdout]  --> src/cobra/server/storage.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct RepositoryStorage {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/cobra/server/storage.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout]  11 | impl RepositoryStorage {
[INFO] [stdout]     | ---------------------- associated items in this implementation
[INFO] [stdout]  12 |     pub fn new(base_path: PathBuf) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  16 |     pub fn init_repository(&self, name: &str) -> io::Result<()> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  34 |     pub fn store_object(&self, repo_name: &str, object: &Object) -> io::Result<String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  53 |     pub fn get_object(&self, repo_name: &str, hash: &str) -> io::Result<Option<Object>> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  67 |     pub fn update_ref(&self, repo_name: &str, ref_name: &str, commit_hash: &str) -> io::Result<()> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  78 |     pub fn get_ref(&self, repo_name: &str, ref_name: &str) -> io::Result<Option<String>> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  90 |     pub fn list_refs(&self, repo_name: &str) -> io::Result<Vec<(String, String)>> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 |     fn collect_refs(&self, dir: &Path, prefix: &str, refs: &mut Vec<(String, String)>) -> io::Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.84s
[INFO] running `Command { std: "docker" "inspect" "3a9e5c9aed161cf07215f344ad0ce0b0bf82997ea60e7a32c992fe5461e9d3a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a9e5c9aed161cf07215f344ad0ce0b0bf82997ea60e7a32c992fe5461e9d3a5", kill_on_drop: false }`
[INFO] [stdout] 3a9e5c9aed161cf07215f344ad0ce0b0bf82997ea60e7a32c992fe5461e9d3a5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 58f8215a1544c38f15ec2b70aaf0b7cbaf718e63e4cfce9f69e68d61d5b22073
[INFO] running `Command { std: "docker" "start" "-a" "58f8215a1544c38f15ec2b70aaf0b7cbaf718e63e4cfce9f69e68d61d5b22073", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `crate::cobra::core::index::IndexEntry`
[INFO] [stderr]  --> src/cobra/core/tree.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use crate::cobra::core::index::IndexEntry;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Path`
[INFO] [stderr]  --> src/cobra/core/workspace.rs:4:17
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::path::{Path, PathBuf};
[INFO] [stderr]   |                 ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Path`
[INFO] [stderr]  --> src/cobra/core/remote.rs:5:17
[INFO] [stderr]   |
[INFO] [stderr] 5 | use std::path::{Path, PathBuf};
[INFO] [stderr]   |                 ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `repo`
[INFO] [stderr]    --> src/cobra/commands/pull.rs:152:5
[INFO] [stderr]     |
[INFO] [stderr] 152 |     repo: &Repository,
[INFO] [stderr]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_repo`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `grandparent_dir`
[INFO] [stderr]    --> src/cobra/core/network.rs:153:21
[INFO] [stderr]     |
[INFO] [stderr] 153 |                 let grandparent_dir = parent_dir.parent().unwrap();
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grandparent_dir`
[INFO] [stderr] 
[INFO] [stderr] warning: function `collect_objects_to_fetch` is never used
[INFO] [stderr]   --> src/cobra/commands/pull.rs:71:4
[INFO] [stderr]    |
[INFO] [stderr] 71 | fn collect_objects_to_fetch(repo: &Repository, commit_hash: &str) -> io::Result<Vec<String>> {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `collect_commit_objects` is never used
[INFO] [stderr]   --> src/cobra/commands/pull.rs:80:4
[INFO] [stderr]    |
[INFO] [stderr] 80 | fn collect_commit_objects(
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `collect_tree_objects` is never used
[INFO] [stderr]    --> src/cobra/commands/pull.rs:114:4
[INFO] [stderr]     |
[INFO] [stderr] 114 | fn collect_tree_objects(
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `collect_blob_objects` is never used
[INFO] [stderr]    --> src/cobra/commands/pull.rs:151:4
[INFO] [stderr]     |
[INFO] [stderr] 151 | fn collect_blob_objects(
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Path`
[INFO] [stderr]  --> src/cobra/core/workspace.rs:4:17
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::path::{Path, PathBuf};
[INFO] [stderr]   |                 ^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `remote_repo`
[INFO] [stderr]    --> src/cobra/commands/clone.rs:134:13
[INFO] [stderr]     |
[INFO] [stderr] 134 |         let remote_repo = Repository::init(remote_path.to_str().unwrap())?;
[INFO] [stderr]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_remote_repo`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `repo`
[INFO] [stderr]    --> src/cobra/commands/pull.rs:152:5
[INFO] [stderr]     |
[INFO] [stderr] 152 |     repo: &Repository,
[INFO] [stderr]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_repo`
[INFO] [stderr] 
[INFO] [stderr] warning: `cobra` (lib) generated 9 warnings (run `cargo fix --lib -p cobra` to apply 3 suggestions)
[INFO] [stderr] warning: `cobra` (lib test) generated 9 warnings (6 duplicates) (run `cargo fix --lib -p cobra --tests` to apply 1 suggestion)
[INFO] [stderr] warning: function `run` is never used
[INFO] [stderr]    --> src/cobra/commands/branch.rs:147:8
[INFO] [stderr]     |
[INFO] [stderr] 147 | pub fn run(name: &str) -> io::Result<()> {
[INFO] [stderr]     |        ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `push_all` is never used
[INFO] [stderr]   --> src/cobra/commands/push.rs:52:8
[INFO] [stderr]    |
[INFO] [stderr] 52 | pub fn push_all(remote_name: &str) -> io::Result<()> {
[INFO] [stderr]    |        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `collect_objects_to_fetch` is never used
[INFO] [stderr]   --> src/cobra/commands/pull.rs:71:4
[INFO] [stderr]    |
[INFO] [stderr] 71 | fn collect_objects_to_fetch(repo: &Repository, commit_hash: &str) -> io::Result<Vec<String>> {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `write_to` and `read_from` are never used
[INFO] [stderr]    --> src/cobra/core/object.rs:158:12
[INFO] [stderr]     |
[INFO] [stderr]  36 | impl Object {
[INFO] [stderr]     | ----------- associated items in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 158 |     pub fn write_to(&self, repo_path: &Path) -> io::Result<String> {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 193 |     pub fn read_from(repo_path: &Path, hash: &str) -> io::Result<Object> {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `index` is never read
[INFO] [stderr]    --> src/cobra/core/workspace.rs:180:9
[INFO] [stderr]     |
[INFO] [stderr] 176 | pub struct StashState {
[INFO] [stderr]     |            ---------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 180 |     pub index: HashMap<PathBuf, IndexEntry>,
[INFO] [stderr]     |         ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `StashState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: method `apply` is never used
[INFO] [stderr]    --> src/cobra/core/workspace.rs:252:12
[INFO] [stderr]     |
[INFO] [stderr] 187 | impl StashState {
[INFO] [stderr]     | --------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 252 |     pub fn apply(&self, repo: &Repository) -> io::Result<()> {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `with_urls` is never used
[INFO] [stderr]   --> src/cobra/core/remote.rs:27:12
[INFO] [stderr]    |
[INFO] [stderr] 17 | impl Remote {
[INFO] [stderr]    | ----------- associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 27 |     pub fn with_urls(name: String, fetch_url: String, push_url: Option<String>) -> Self {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `get_default_remote` is never used
[INFO] [stderr]   --> src/cobra/core/remote.rs:76:12
[INFO] [stderr]    |
[INFO] [stderr] 41 | impl RemoteStore {
[INFO] [stderr]    | ---------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 76 |     pub fn get_default_remote(&self) -> io::Result<Option<Remote>> {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `fetch_objects` is never used
[INFO] [stderr]   --> src/cobra/core/network.rs:34:12
[INFO] [stderr]    |
[INFO] [stderr] 12 | impl NetworkClient {
[INFO] [stderr]    | ------------------ method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 34 |     pub fn fetch_objects(&self, object_hashes: Vec<String>, repo_path: &Path) -> io::Result<Vec<Object>> {
[INFO] [stderr]    |            ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `RepositoryStorage` is never constructed
[INFO] [stderr]  --> src/cobra/server/storage.rs:7:12
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub struct RepositoryStorage {
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: multiple associated items are never used
[INFO] [stderr]    --> src/cobra/server/storage.rs:12:12
[INFO] [stderr]     |
[INFO] [stderr]  11 | impl RepositoryStorage {
[INFO] [stderr]     | ---------------------- associated items in this implementation
[INFO] [stderr]  12 |     pub fn new(base_path: PathBuf) -> Self {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] ...
[INFO] [stderr]  16 |     pub fn init_repository(&self, name: &str) -> io::Result<()> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  34 |     pub fn store_object(&self, repo_name: &str, object: &Object) -> io::Result<String> {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  53 |     pub fn get_object(&self, repo_name: &str, hash: &str) -> io::Result<Option<Object>> {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  67 |     pub fn update_ref(&self, repo_name: &str, ref_name: &str, commit_hash: &str) -> io::Result<()> {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  78 |     pub fn get_ref(&self, repo_name: &str, ref_name: &str) -> io::Result<Option<String>> {
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  90 |     pub fn list_refs(&self, repo_name: &str) -> io::Result<Vec<(String, String)>> {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 103 |     fn collect_refs(&self, dir: &Path, prefix: &str, refs: &mut Vec<(String, String)>) -> io::Result<()> {
[INFO] [stderr]     |        ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `cobra` (bin "cobra" test) generated 19 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cobra-adfb96cbdd452262)
[INFO] [stdout] 
[INFO] [stdout] running 53 tests
[INFO] [stdout] test cobra::commands::branch::tests::test_switch_branch_not_found ... ok
[INFO] [stdout] test cobra::commands::push::tests::test_push_with_no_commits ... ok
[INFO] [stdout] test cobra::commands::pull::tests::test_pull_with_no_remote_branch ... ok
[INFO] [stdout] test cobra::commands::clone::tests::test_clone_empty_repository ... ok
[INFO] [stdout] test cobra::commands::branch::tests::test_merge_nonexistent_branch_command ... ok
[INFO] [stdout] test cobra::commands::branch::tests::test_delete_current_branch_command ... ok
[INFO] [stdout] test cobra::commands::branch::tests::test_switch_branch_success ... ok
[INFO] [stdout] test cobra::core::object::tests::test_blob_serialization ... ok
[INFO] [stdout] test cobra::core::index::tests::test_index_entry_new ... ok
[INFO] [stdout] test cobra::core::object::tests::test_commit_serialization ... ok
[INFO] [stdout] test cobra::core::index::tests::test_index_serialization ... ok
[INFO] [stdout] test cobra::core::object::tests::test_tree_serialization ... ok
[INFO] [stdout] test cobra::core::network::tests::test_fetch_refs ... ok
[INFO] [stdout] test cobra::core::object::tests::test_signature_parse ... ok
[INFO] [stdout] test cobra::core::ref_store::tests::test_create_branch ... ok
[INFO] [stdout] test cobra::commands::stash::tests::test_stash_show ... FAILED
[INFO] [stdout] test cobra::core::ref_store::tests::test_create_duplicate_branch ... ok
[INFO] [stdout] test cobra::commands::remote::tests::test_remove_remote ... FAILED
[INFO] [stdout] test cobra::core::ref_store::tests::test_create_branch_with_commit ... ok
[INFO] [stdout] test cobra::core::ref_store::tests::test_create_stash ... FAILED
[INFO] [stdout] test cobra::core::ref_store::tests::test_delete_current_branch ... ok
[INFO] [stdout] test cobra::core::ref_store::tests::test_delete_branch ... ok
[INFO] [stdout] test cobra::commands::stash::tests::test_stash_list ... FAILED
[INFO] [stdout] test cobra::commands::branch::tests::test_delete_branch_command ... ok
[INFO] [stdout] test cobra::commands::stash::tests::test_stash_push ... FAILED
[INFO] [stdout] test cobra::commands::branch::tests::test_create_and_list_branches ... ok
[INFO] [stdout] test cobra::core::object::tests::test_signature_format ... ok
[INFO] [stdout] test cobra::commands::branch::tests::test_merge_branch_command ... ok
[INFO] [stdout] test cobra::core::network::tests::test_push_objects ... ok
[INFO] [stdout] test cobra::core::ref_store::tests::test_drop_nonexistent_stash ... ok
[INFO] [stdout] test cobra::core::ref_store::tests::test_drop_stash ... FAILED
[INFO] [stdout] test cobra::commands::stash::tests::test_stash_drop_nonexistent ... ok
[INFO] [stdout] test cobra::core::index::tests::test_index_operations ... ok
[INFO] [stdout] test cobra::commands::stash::tests::test_stash_drop ... FAILED
[INFO] [stdout] test cobra::core::ref_store::tests::test_delete_nonexistent_branch ... ok
[INFO] [stdout] test cobra::core::remote::tests::test_add_remote ... FAILED
[INFO] [stdout] test cobra::core::remote::tests::test_list_remotes ... FAILED
[INFO] [stdout] test cobra::core::remote::tests::test_remove_remote ... FAILED
[INFO] [stdout] test cobra::core::signature::tests::test_signature_format ... ok
[INFO] [stdout] test cobra::core::signature::tests::test_signature_parse ... ok
[INFO] [stdout] test cobra::utils::hash::tests::test_create_object_header ... ok
[INFO] [stdout] test cobra::utils::hash::tests::test_hash_object ... ok
[INFO] [stdout] test cobra::utils::hash::tests::test_hash_raw_object ... ok
[INFO] [stdout] test cobra::core::ref_store::tests::test_list_branches ... ok
[INFO] [stdout] test cobra::core::ref_store::tests::test_get_stash ... FAILED
[INFO] [stdout] test cobra::core::ref_store::tests::test_list_branches_empty ... ok
[INFO] [stdout] test cobra::core::ref_store::tests::test_list_stashes ... FAILED
[INFO] [stdout] test cobra::core::ref_store::tests::test_merge_same_branch ... ok
[INFO] [stdout] test cobra::core::ref_store::tests::test_merge_nonexistent_branch ... ok
[INFO] [stdout] test cobra::core::tree::tests::test_build_tree_single_file ... ok
[INFO] [stdout] test cobra::core::ref_store::tests::test_merge_branch ... ok
[INFO] [stdout] test cobra::core::tree::tests::test_build_tree_nested ... ok
[INFO] [stdout] test cobra::commands::remote::tests::test_add_remote ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cobra::commands::stash::tests::test_stash_show stdout ----
[INFO] [stdout] Error: Custom { kind: NotFound, error: "Not a cobra repository (or any of the parent directories)" }
[INFO] [stdout] 
[INFO] [stdout] ---- cobra::commands::remote::tests::test_remove_remote stdout ----
[INFO] [stdout] Error: Custom { kind: NotFound, error: "Not a cobra repository (or any of the parent directories)" }
[INFO] [stdout] 
[INFO] [stdout] ---- cobra::core::ref_store::tests::test_create_stash stdout ----
[INFO] [stdout] Error: Custom { kind: NotFound, error: "Not a cobra repository (or any of the parent directories)" }
[INFO] [stdout] 
[INFO] [stdout] ---- cobra::commands::stash::tests::test_stash_list stdout ----
[INFO] [stdout] Error: Custom { kind: NotFound, error: "Not a cobra repository (or any of the parent directories)" }
[INFO] [stdout] 
[INFO] [stdout] ---- cobra::commands::stash::tests::test_stash_push stdout ----
[INFO] [stdout] Error: Custom { kind: NotFound, error: "Not a cobra repository (or any of the parent directories)" }
[INFO] [stdout] 
[INFO] [stdout] ---- cobra::core::ref_store::tests::test_drop_stash stdout ----
[INFO] [stdout] Error: Custom { kind: NotFound, error: "Not a cobra repository (or any of the parent directories)" }
[INFO] [stdout] 
[INFO] [stdout] ---- cobra::commands::stash::tests::test_stash_drop stdout ----
[INFO] [stdout] Error: Custom { kind: NotFound, error: "Not a cobra repository (or any of the parent directories)" }
[INFO] [stdout] 
[INFO] [stdout] ---- cobra::core::remote::tests::test_add_remote stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- cobra::core::remote::tests::test_list_remotes stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- cobra::core::remote::tests::test_remove_remote stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- cobra::core::ref_store::tests::test_get_stash stdout ----
[INFO] [stdout] Error: Custom { kind: NotFound, error: "Not a cobra repository (or any of the parent directories)" }
[INFO] [stdout] 
[INFO] [stdout] ---- cobra::core::ref_store::tests::test_list_stashes stdout ----
[INFO] [stdout] Error: Custom { kind: NotFound, error: "Not a cobra repository (or any of the parent directories)" }
[INFO] [stdout] 
[INFO] [stdout] ---- cobra::commands::remote::tests::test_add_remote stdout ----
[INFO] [stdout] Added remote 'origin' with URL 'https://github.com/user/repo.git'
[INFO] [stdout] 
[INFO] [stdout] thread 'cobra::commands::remote::tests::test_add_remote' panicked at src/cobra/commands/remote.rs:83:9:
[INFO] [stdout] assertion failed: remote.is_some()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a7153466e02 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a7153466e02 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a7153466e02 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5a7153466e02 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5a715348ea53 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5a715348ea53 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5a7153463903 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5a7153463903 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5a7153466c52 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5a7153468a19 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5a715346884e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5a71533cb564 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5a71533cb564 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5a71534693ee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5a71534693ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5a7153469186 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x5a71534672f9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5a7153468e4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5a715348cdf0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5a715348ce7c - core::panicking::panic::h89a5f2df32b0508a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5a715328506d - cobra::cobra::commands::remote::tests::test_add_remote::hab737fbb4ee2fd68
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cobra/commands/remote.rs:83:9
[INFO] [stdout]   21:     0x5a71532849e7 - cobra::cobra::commands::remote::tests::test_add_remote::{{closure}}::h57be037702c6838e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cobra/commands/remote.rs:69:29
[INFO] [stdout]   22:     0x5a715322b7c6 - core::ops::function::FnOnce::call_once::h98538bf362b8f15e
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   23:     0x5a71533d0dcb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5a71533d0dcb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   25:     0x5a71533cff05 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   26:     0x5a71533cff05 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   27:     0x5a71533cff05 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   28:     0x5a71533cff05 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   29:     0x5a71533cff05 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5a71533cff05 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   31:     0x5a71533cff05 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   32:     0x5a7153393b04 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   33:     0x5a7153393b04 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x5a71533974da - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   35:     0x5a71533974da - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   36:     0x5a71533974da - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   37:     0x5a71533974da - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   38:     0x5a71533974da - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5a71533974da - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   40:     0x5a71533974da - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   41:     0x5a715346c4bf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   42:     0x5a715346c4bf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   43:     0x7a4391260aa4 - <unknown>
[INFO] [stdout]   44:     0x7a43912eda34 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cobra::commands::remote::tests::test_add_remote
[INFO] [stdout]     cobra::commands::remote::tests::test_remove_remote
[INFO] [stdout]     cobra::commands::stash::tests::test_stash_drop
[INFO] [stdout]     cobra::commands::stash::tests::test_stash_list
[INFO] [stdout]     cobra::commands::stash::tests::test_stash_push
[INFO] [stdout]     cobra::commands::stash::tests::test_stash_show
[INFO] [stdout]     cobra::core::ref_store::tests::test_create_stash
[INFO] [stdout]     cobra::core::ref_store::tests::test_drop_stash
[INFO] [stdout]     cobra::core::ref_store::tests::test_get_stash
[INFO] [stdout]     cobra::core::ref_store::tests::test_list_stashes
[INFO] [stdout]     cobra::core::remote::tests::test_add_remote
[INFO] [stdout]     cobra::core::remote::tests::test_list_remotes
[INFO] [stdout]     cobra::core::remote::tests::test_remove_remote
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 40 passed; 13 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "58f8215a1544c38f15ec2b70aaf0b7cbaf718e63e4cfce9f69e68d61d5b22073", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "58f8215a1544c38f15ec2b70aaf0b7cbaf718e63e4cfce9f69e68d61d5b22073", kill_on_drop: false }`
[INFO] [stdout] 58f8215a1544c38f15ec2b70aaf0b7cbaf718e63e4cfce9f69e68d61d5b22073
