[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 try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRaphaeleL%2Fcobra" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/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-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/RaphaeleL/cobra on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 30c3fc357009b909e094a243cf46d356f45cc548558affb10444ce9d7f5189a4
[INFO] running `Command { std: "docker" "start" "-a" "30c3fc357009b909e094a243cf46d356f45cc548558affb10444ce9d7f5189a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "30c3fc357009b909e094a243cf46d356f45cc548558affb10444ce9d7f5189a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30c3fc357009b909e094a243cf46d356f45cc548558affb10444ce9d7f5189a4", kill_on_drop: false }`
[INFO] [stdout] 30c3fc357009b909e094a243cf46d356f45cc548558affb10444ce9d7f5189a4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dbba70ccad608bc513f425e90a6af5d70dc9f4b34dff1a6bbd7ccb7efb2d8bfa
[INFO] running `Command { std: "docker" "start" "-a" "dbba70ccad608bc513f425e90a6af5d70dc9f4b34dff1a6bbd7ccb7efb2d8bfa", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling serde_core v1.0.221
[INFO] [stderr]    Compiling serde v1.0.221
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling serde_json v1.0.144
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling indexmap v2.11.1
[INFO] [stderr]    Compiling clap_builder v4.5.40
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling syn v2.0.102
[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 toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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 37.28s
[INFO] running `Command { std: "docker" "inspect" "dbba70ccad608bc513f425e90a6af5d70dc9f4b34dff1a6bbd7ccb7efb2d8bfa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dbba70ccad608bc513f425e90a6af5d70dc9f4b34dff1a6bbd7ccb7efb2d8bfa", kill_on_drop: false }`
[INFO] [stdout] dbba70ccad608bc513f425e90a6af5d70dc9f4b34dff1a6bbd7ccb7efb2d8bfa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3cbd23be34067f1f952ceacee53630d6b342601f31e25f1681f789fc37944533
[INFO] running `Command { std: "docker" "start" "-a" "3cbd23be34067f1f952ceacee53630d6b342601f31e25f1681f789fc37944533", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) on by default
[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)]` (part of `#[warn(unused)]`) 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] [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]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.10s
[INFO] running `Command { std: "docker" "inspect" "3cbd23be34067f1f952ceacee53630d6b342601f31e25f1681f789fc37944533", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3cbd23be34067f1f952ceacee53630d6b342601f31e25f1681f789fc37944533", kill_on_drop: false }`
[INFO] [stdout] 3cbd23be34067f1f952ceacee53630d6b342601f31e25f1681f789fc37944533
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4af60d58e2047c9f7e36b0abe5ac0cb368d15df2235a6205ed5fe704918b7e25
[INFO] running `Command { std: "docker" "start" "-a" "4af60d58e2047c9f7e36b0abe5ac0cb368d15df2235a6205ed5fe704918b7e25", 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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 5 suggestions)
[INFO] [stderr] warning: `cobra` (lib test) generated 9 warnings (6 duplicates) (run `cargo fix --lib -p cobra --tests` to apply 3 suggestions)
[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)]` (part of `#[warn(unused)]`) 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.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cobra-39bfaf05a632473f)
[INFO] [stdout] 
[INFO] [stdout] running 53 tests
[INFO] [stdout] test cobra::commands::branch::tests::test_create_and_list_branches ... ok
[INFO] [stdout] test cobra::commands::pull::tests::test_pull_with_no_remote_branch ... ok
[INFO] [stdout] test cobra::commands::branch::tests::test_delete_branch_command ... ok
[INFO] [stdout] test cobra::commands::push::tests::test_push_with_no_commits ... FAILED
[INFO] [stdout] test cobra::commands::branch::tests::test_delete_current_branch_command ... ok
[INFO] [stdout] test cobra::commands::clone::tests::test_clone_empty_repository ... ok
[INFO] [stdout] test cobra::commands::branch::tests::test_switch_branch_not_found ... ok
[INFO] [stdout] test cobra::commands::branch::tests::test_merge_branch_command ... ok
[INFO] [stdout] test cobra::commands::branch::tests::test_merge_nonexistent_branch_command ... ok
[INFO] [stdout] test cobra::commands::stash::tests::test_stash_drop ... FAILED
[INFO] [stdout] test cobra::commands::stash::tests::test_stash_drop_nonexistent ... ok
[INFO] [stdout] test cobra::commands::remote::tests::test_remove_remote ... FAILED
[INFO] [stdout] test cobra::commands::branch::tests::test_switch_branch_success ... ok
[INFO] [stdout] test cobra::commands::stash::tests::test_stash_show ... FAILED
[INFO] [stdout] test cobra::core::index::tests::test_index_entry_new ... ok
[INFO] [stdout] test cobra::core::object::tests::test_blob_serialization ... ok
[INFO] [stdout] test cobra::core::index::tests::test_index_serialization ... ok
[INFO] [stdout] test cobra::core::object::tests::test_commit_serialization ... ok
[INFO] [stdout] test cobra::commands::stash::tests::test_stash_list ... FAILED
[INFO] [stdout] test cobra::core::index::tests::test_index_operations ... ok
[INFO] [stdout] test cobra::commands::stash::tests::test_stash_push ... FAILED
[INFO] [stdout] test cobra::core::network::tests::test_fetch_refs ... ok
[INFO] [stdout] test cobra::core::ref_store::tests::test_create_branch ... ok
[INFO] [stdout] test cobra::core::ref_store::tests::test_create_duplicate_branch ... ok
[INFO] [stdout] test cobra::core::object::tests::test_signature_parse ... ok
[INFO] [stdout] test cobra::core::ref_store::tests::test_create_branch_with_commit ... ok
[INFO] [stdout] test cobra::core::ref_store::tests::test_delete_branch ... ok
[INFO] [stdout] test cobra::core::ref_store::tests::test_create_stash ... FAILED
[INFO] [stdout] test cobra::core::ref_store::tests::test_delete_nonexistent_branch ... ok
[INFO] [stdout] test cobra::core::ref_store::tests::test_delete_current_branch ... ok
[INFO] [stdout] test cobra::core::ref_store::tests::test_drop_nonexistent_stash ... ok
[INFO] [stdout] test cobra::core::ref_store::tests::test_list_branches_empty ... ok
[INFO] [stdout] test cobra::core::object::tests::test_signature_format ... ok
[INFO] [stdout] test cobra::core::object::tests::test_tree_serialization ... ok
[INFO] [stdout] test cobra::core::ref_store::tests::test_merge_nonexistent_branch ... ok
[INFO] [stdout] test cobra::core::ref_store::tests::test_merge_same_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::ref_store::tests::test_merge_branch ... ok
[INFO] [stdout] test cobra::core::ref_store::tests::test_get_stash ... FAILED
[INFO] [stdout] test cobra::core::ref_store::tests::test_list_stashes ... FAILED
[INFO] [stdout] test cobra::core::ref_store::tests::test_drop_stash ... FAILED
[INFO] [stdout] test cobra::core::network::tests::test_push_objects ... ok
[INFO] [stdout] test cobra::core::signature::tests::test_signature_parse ... ok
[INFO] [stdout] test cobra::core::signature::tests::test_signature_format ... ok
[INFO] [stdout] test cobra::utils::hash::tests::test_create_object_header ... ok
[INFO] [stdout] test cobra::core::ref_store::tests::test_list_branches ... 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::tree::tests::test_build_tree_nested ... ok
[INFO] [stdout] test cobra::core::tree::tests::test_build_tree_single_file ... ok
[INFO] [stdout] test cobra::commands::remote::tests::test_add_remote ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cobra::commands::push::tests::test_push_with_no_commits 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::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::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::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_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::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::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::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' (26) panicked at src/cobra/commands/remote.rs:83:9:
[INFO] [stdout] assertion failed: remote.is_some()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x588730ba4a22 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x588730ba4a22 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x588730ba4a22 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x588730ba4a22 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x588730bba9ea - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x588730bba9ea - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x588730ba9ae6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x588730ba9ae6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]    8:     0x588730b80dff - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x588730b80dff - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x588730b9b779 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x588730ad985e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x588730ad985e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x588730b9b932 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x588730b9b932 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x588730b80eea - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x588730b75da9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x588730b81d7d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x588730bbb0fc - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x588730bbb0c2 - core[585f66e14d78f9ba]::panicking::panic
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x588730993dfd - cobra[2399a428dacc67a9]::cobra::commands::remote::tests::test_add_remote
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cobra/commands/remote.rs:83:9
[INFO] [stdout]   21:     0x58873098bb47 - cobra[2399a428dacc67a9]::cobra::commands::remote::tests::test_add_remote::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cobra/commands/remote.rs:69:29
[INFO] [stdout]   22:     0x58873096b116 - <cobra[2399a428dacc67a9]::cobra::commands::remote::tests::test_add_remote::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x588730acdc0b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x588730acdc0b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x588730ada46a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x588730ada46a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x588730ada46a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x588730ada46a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x588730ada46a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x588730ada46a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x588730ada46a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x588730ad4934 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x588730ad4934 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x588730adcf62 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x588730adcf62 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x588730adcf62 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x588730adcf62 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x588730adcf62 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x588730adcf62 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x588730adcf62 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x588730ba3a2f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   42:     0x588730ba3a2f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   43:     0x75c786c31aa4 - <unknown>
[INFO] [stdout]   44:     0x75c786cbea64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cobra::commands::push::tests::test_push_with_no_commits
[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. 39 passed; 14 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "4af60d58e2047c9f7e36b0abe5ac0cb368d15df2235a6205ed5fe704918b7e25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4af60d58e2047c9f7e36b0abe5ac0cb368d15df2235a6205ed5fe704918b7e25", kill_on_drop: false }`
[INFO] [stdout] 4af60d58e2047c9f7e36b0abe5ac0cb368d15df2235a6205ed5fe704918b7e25
