[INFO] cloning repository https://github.com/mgorce4/Rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mgorce4/Rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmgorce4%2FRust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmgorce4%2FRust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 89adc79007112ee1f778ea707f4901ede2dddd6b
[INFO] testing mgorce4/Rust against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmgorce4%2FRust" "/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/mgorce4/Rust
[INFO] finished tweaking git repo https://github.com/mgorce4/Rust
[INFO] tweaked toml for git repo https://github.com/mgorce4/Rust written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mgorce4/Rust on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mgorce4/Rust 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 61df7202b2312135890500c112734e28705ee71c4a1c977385eb1a4fd063bed3
[INFO] running `Command { std: "docker" "start" "-a" "61df7202b2312135890500c112734e28705ee71c4a1c977385eb1a4fd063bed3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "61df7202b2312135890500c112734e28705ee71c4a1c977385eb1a4fd063bed3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61df7202b2312135890500c112734e28705ee71c4a1c977385eb1a4fd063bed3", kill_on_drop: false }`
[INFO] [stdout] 61df7202b2312135890500c112734e28705ee71c4a1c977385eb1a4fd063bed3
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2aa4cce8c202272c2850ebbe94ad29092e392527b9b49c05694e3c90210915ed
[INFO] running `Command { std: "docker" "start" "-a" "2aa4cce8c202272c2850ebbe94ad29092e392527b9b49c05694e3c90210915ed", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling clap_builder v4.5.57
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling option_and_results v0.1.0 (/opt/rustwide/workdir/option_and_results)
[INFO] [stderr]    Compiling ownership v0.1.0 (/opt/rustwide/workdir/ownership)
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling maud_macros v0.27.0
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling maud v0.27.0
[INFO] [stderr]    Compiling clap v4.5.57
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling exquisite_corpse v0.1.0 (/opt/rustwide/workdir/exquisite_corpse)
[INFO] [stderr]    Compiling port_scanner v0.1.0 (/opt/rustwide/workdir/port_scanner)
[INFO] [stderr]    Compiling v060_text_interfaces v0.1.0 (/opt/rustwide/workdir/v060_text_interfaces)
[INFO] [stderr]    Compiling v021_app_builder v0.1.0 (/opt/rustwide/workdir/v021_app_builder)
[INFO] [stderr]    Compiling v070_cli_services v0.1.0 (/opt/rustwide/workdir/v070_cli_services)
[INFO] [stdout] warning: unused imports: `AsyncBufReadExt`, `BufReader`, and `self`
[INFO] [stdout]  --> v070_cli_services/src/app_builder.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use tokio::io::{self, AsyncBufReadExt, BufReader};
[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: `crate::interfaces::lexicon::Lexicon`
[INFO] [stdout]  --> v070_cli_services/src/app_builder.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::interfaces::lexicon::Lexicon;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling v071_tcp_service v0.1.0 (/opt/rustwide/workdir/v071_tcp_service)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> v060_text_interfaces/src/app_builder.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let mut store = Store::new(initial_machine).await?;
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling machine_de_vote v0.1.0 (/opt/rustwide/workdir/machine_de_vote)
[INFO] [stderr]    Compiling v030_domain v0.1.0 (/opt/rustwide/workdir/v030_domain)
[INFO] [stderr]    Compiling v040_memory v0.1.0 (/opt/rustwide/workdir/v040_memory)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> machine_de_vote/src/app_builder.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let mut storage = storage::MemoryStorage::new(voting_machine.clone()).await?;
[INFO] [stdout]    |         ----^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `storage`
[INFO] [stdout]   --> machine_de_vote/src/app_builder.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let mut storage = storage::MemoryStorage::new(voting_machine.clone()).await?;
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_storage`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling v041_file v0.1.0 (/opt/rustwide/workdir/v041_file)
[INFO] [stderr]    Compiling v050_use_cases v0.1.0 (/opt/rustwide/workdir/v050_use_cases)
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling v020_configuration v0.1.0 (/opt/rustwide/workdir/v020_configuration)
[INFO] [stderr]    Compiling network_services v0.1.0 (/opt/rustwide/workdir/network_services)
[INFO] [stderr]    Compiling chat_iut v0.1.0 (/opt/rustwide/workdir/chat_iut)
[INFO] [stderr]    Compiling concurrency v0.1.0 (/opt/rustwide/workdir/concurrency)
[INFO] [stdout] warning: value assigned to `stru` is never read
[INFO] [stdout]   --> concurrency/src/bin/static_writes.rs:18:26
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let mut stru: &str = "Bonjour"; // Référence mutable vers un &str
[INFO] [stdout]    |                          ^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 27 |         stru = "Salut";
[INFO] [stdout]    |         -------------- `stru` is overwritten here before the previous value is read
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> machine_de_vote/src/app_builder.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let mut storage = storage::MemoryStorage::new(voting_machine.clone()).await?;
[INFO] [stdout]    |         ----^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `storage`
[INFO] [stdout]   --> machine_de_vote/src/app_builder.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let mut storage = storage::MemoryStorage::new(voting_machine.clone()).await?;
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_storage`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Storage` is never used
[INFO] [stdout]  --> machine_de_vote/src/storage.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub trait Storage where Self: Sized {
[INFO] [stdout]   |           ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `machine` is never read
[INFO] [stdout]  --> machine_de_vote/src/storages/memory.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct MemoryStorage {
[INFO] [stdout]   |            ------------- field in this struct
[INFO] [stdout] 4 |     machine: VotingMachine,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_voting_machine` and `put_voting_machine` are never used
[INFO] [stdout]   --> machine_de_vote/src/storages/memory.rs:12:18
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl MemoryStorage {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 12 |     pub async fn get_voting_machine(&self) -> anyhow::Result<VotingMachine> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub async fn put_voting_machine(&mut self, machine: VotingMachine) -> anyhow::Result<()> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling v010_spaghetti v0.1.0 (/opt/rustwide/workdir/v010_spaghetti)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> v010_spaghetti/src/main.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let mut candidats = vec!["NixOS", "Ubuntu", "Debian"];
[INFO] [stdout]   |         ----^^^^^^^^^
[INFO] [stdout]   |         |
[INFO] [stdout]   |         help: remove this `mut`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling v100_hxml v0.1.0 (/opt/rustwide/workdir/V100_hxml)
[INFO] [stderr]    Compiling v090_json v0.1.0 (/opt/rustwide/workdir/v090_json)
[INFO] [stderr]    Compiling v080_html v0.1.0 (/opt/rustwide/workdir/v080_html)
[INFO] [stdout] warning: unused import: `hxml_handlers::hxml_wrap`
[INFO] [stdout]  --> V100_hxml/src/interfaces/web_interfaces/hxml/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use hxml_handlers::hxml_wrap;
[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: `hxml_handlers::parse_ballot_paper`
[INFO] [stdout]  --> V100_hxml/src/interfaces/web_interfaces/hxml/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use hxml_handlers::parse_ballot_paper;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> V100_hxml/src/interfaces/web_interfaces/hxml/hxml_handlers.rs:32:13
[INFO] [stdout]    |
[INFO] [stdout] 32 |         let mut field: Field = field_result.map_err(|e| AxumError::from(anyhow!(e)))?;
[INFO] [stdout]    |             ----^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 51s
[INFO] running `Command { std: "docker" "inspect" "2aa4cce8c202272c2850ebbe94ad29092e392527b9b49c05694e3c90210915ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2aa4cce8c202272c2850ebbe94ad29092e392527b9b49c05694e3c90210915ed", kill_on_drop: false }`
[INFO] [stdout] 2aa4cce8c202272c2850ebbe94ad29092e392527b9b49c05694e3c90210915ed
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 73297b01852e0ba07abc0d42a79e0dc5f330b7d330ac3bff20c5c0492cfe3e0a
[INFO] running `Command { std: "docker" "start" "-a" "73297b01852e0ba07abc0d42a79e0dc5f330b7d330ac3bff20c5c0492cfe3e0a", kill_on_drop: false }`
[INFO] [stdout] warning: unused imports: `AsyncBufReadExt`, `BufReader`, and `self`
[INFO] [stdout]  --> v070_cli_services/src/app_builder.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use tokio::io::{self, AsyncBufReadExt, BufReader};
[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: `crate::interfaces::lexicon::Lexicon`
[INFO] [stdout]  --> v070_cli_services/src/app_builder.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::interfaces::lexicon::Lexicon;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> machine_de_vote/src/app_builder.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let mut storage = storage::MemoryStorage::new(voting_machine.clone()).await?;
[INFO] [stdout]    |         ----^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `storage`
[INFO] [stdout]   --> machine_de_vote/src/app_builder.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let mut storage = storage::MemoryStorage::new(voting_machine.clone()).await?;
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_storage`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hxml_handlers::hxml_wrap`
[INFO] [stdout]  --> V100_hxml/src/interfaces/web_interfaces/hxml/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use hxml_handlers::hxml_wrap;
[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: `hxml_handlers::parse_ballot_paper`
[INFO] [stdout]  --> V100_hxml/src/interfaces/web_interfaces/hxml/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use hxml_handlers::parse_ballot_paper;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> V100_hxml/src/interfaces/web_interfaces/hxml/hxml_handlers.rs:32:13
[INFO] [stdout]    |
[INFO] [stdout] 32 |         let mut field: Field = field_result.map_err(|e| AxumError::from(anyhow!(e)))?;
[INFO] [stdout]    |             ----^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> v060_text_interfaces/src/app_builder.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let mut store = Store::new(initial_machine).await?;
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling v040_memory v0.1.0 (/opt/rustwide/workdir/v040_memory)
[INFO] [stderr]    Compiling v060_text_interfaces v0.1.0 (/opt/rustwide/workdir/v060_text_interfaces)
[INFO] [stderr]    Compiling v020_configuration v0.1.0 (/opt/rustwide/workdir/v020_configuration)
[INFO] [stderr]    Compiling v080_html v0.1.0 (/opt/rustwide/workdir/v080_html)
[INFO] [stderr]    Compiling v090_json v0.1.0 (/opt/rustwide/workdir/v090_json)
[INFO] [stderr]    Compiling v021_app_builder v0.1.0 (/opt/rustwide/workdir/v021_app_builder)
[INFO] [stderr]    Compiling v100_hxml v0.1.0 (/opt/rustwide/workdir/V100_hxml)
[INFO] [stderr]    Compiling v030_domain v0.1.0 (/opt/rustwide/workdir/v030_domain)
[INFO] [stderr]    Compiling machine_de_vote v0.1.0 (/opt/rustwide/workdir/machine_de_vote)
[INFO] [stderr]    Compiling port_scanner v0.1.0 (/opt/rustwide/workdir/port_scanner)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> machine_de_vote/src/app_builder.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let mut storage = storage::MemoryStorage::new(voting_machine.clone()).await?;
[INFO] [stdout]    |         ----^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `storage`
[INFO] [stdout]   --> machine_de_vote/src/app_builder.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let mut storage = storage::MemoryStorage::new(voting_machine.clone()).await?;
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_storage`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling v071_tcp_service v0.1.0 (/opt/rustwide/workdir/v071_tcp_service)
[INFO] [stderr]    Compiling v050_use_cases v0.1.0 (/opt/rustwide/workdir/v050_use_cases)
[INFO] [stdout] warning: trait `Storage` is never used
[INFO] [stdout]  --> machine_de_vote/src/storage.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub trait Storage where Self: Sized {
[INFO] [stdout]   |           ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling v041_file v0.1.0 (/opt/rustwide/workdir/v041_file)
[INFO] [stdout] warning: unused import: `hxml_handlers::hxml_wrap`
[INFO] [stdout]  --> V100_hxml/src/interfaces/web_interfaces/hxml/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use hxml_handlers::hxml_wrap;
[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: `hxml_handlers::parse_ballot_paper`
[INFO] [stdout]  --> V100_hxml/src/interfaces/web_interfaces/hxml/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use hxml_handlers::parse_ballot_paper;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling v070_cli_services v0.1.0 (/opt/rustwide/workdir/v070_cli_services)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> V100_hxml/src/interfaces/web_interfaces/hxml/hxml_handlers.rs:32:13
[INFO] [stdout]    |
[INFO] [stdout] 32 |         let mut field: Field = field_result.map_err(|e| AxumError::from(anyhow!(e)))?;
[INFO] [stdout]    |             ----^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling exquisite_corpse v0.1.0 (/opt/rustwide/workdir/exquisite_corpse)
[INFO] [stdout] warning: unused imports: `AsyncBufReadExt`, `BufReader`, and `self`
[INFO] [stdout]  --> v070_cli_services/src/app_builder.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use tokio::io::{self, AsyncBufReadExt, BufReader};
[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: `crate::interfaces::lexicon::Lexicon`
[INFO] [stdout]  --> v070_cli_services/src/app_builder.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::interfaces::lexicon::Lexicon;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BallotPaper` and `Score`
[INFO] [stdout]    --> v070_cli_services/src/domain.rs:218:43
[INFO] [stdout]     |
[INFO] [stdout] 218 |     use crate::domain::{Voter, Candidate, BallotPaper, VoteOutcome, VotingMachine, Score};
[INFO] [stdout]     |                                           ^^^^^^^^^^^                              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AttendanceSheet` and `Scoreboard`
[INFO] [stdout]    --> v070_cli_services/src/storages/file.rs:105:51
[INFO] [stdout]     |
[INFO] [stdout] 105 |     use crate::domain::{VotingMachine, Candidate, AttendanceSheet, Scoreboard};
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::BTreeSet`
[INFO] [stdout]    --> v070_cli_services/src/storages/file.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |     use std::collections::BTreeSet;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AttendanceSheet` and `Scoreboard`
[INFO] [stdout]    --> v041_file/src/storages/file.rs:105:51
[INFO] [stdout]     |
[INFO] [stdout] 105 |     use crate::domain::{VotingMachine, Candidate, AttendanceSheet, Scoreboard};
[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: `std::collections::BTreeSet`
[INFO] [stdout]    --> v041_file/src/storages/file.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |     use std::collections::BTreeSet;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BallotPaper` and `Score`
[INFO] [stdout]    --> v050_use_cases/src/domain.rs:218:43
[INFO] [stdout]     |
[INFO] [stdout] 218 |     use crate::domain::{Voter, Candidate, BallotPaper, VoteOutcome, VotingMachine, Score};
[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 imports: `AttendanceSheet` and `Scoreboard`
[INFO] [stdout]    --> v050_use_cases/src/storages/file.rs:105:51
[INFO] [stdout]     |
[INFO] [stdout] 105 |     use crate::domain::{VotingMachine, Candidate, AttendanceSheet, Scoreboard};
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::BTreeSet`
[INFO] [stdout]    --> v050_use_cases/src/storages/file.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |     use std::collections::BTreeSet;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BallotPaper` and `Score`
[INFO] [stdout]    --> v060_text_interfaces/src/domain.rs:218:43
[INFO] [stdout]     |
[INFO] [stdout] 218 |     use crate::domain::{Voter, Candidate, BallotPaper, VoteOutcome, VotingMachine, Score};
[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 imports: `AttendanceSheet` and `Scoreboard`
[INFO] [stdout]    --> v060_text_interfaces/src/storages/file.rs:105:51
[INFO] [stdout]     |
[INFO] [stdout] 105 |     use crate::domain::{VotingMachine, Candidate, AttendanceSheet, Scoreboard};
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::BTreeSet`
[INFO] [stdout]    --> v060_text_interfaces/src/storages/file.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |     use std::collections::BTreeSet;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> v060_text_interfaces/src/app_builder.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let mut store = Store::new(initial_machine).await?;
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> machine_de_vote/src/app_builder.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let mut storage = storage::MemoryStorage::new(voting_machine.clone()).await?;
[INFO] [stdout]    |         ----^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `storage`
[INFO] [stdout]   --> machine_de_vote/src/app_builder.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let mut storage = storage::MemoryStorage::new(voting_machine.clone()).await?;
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_storage`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling network_services v0.1.0 (/opt/rustwide/workdir/network_services)
[INFO] [stderr]    Compiling concurrency v0.1.0 (/opt/rustwide/workdir/concurrency)
[INFO] [stderr]    Compiling chat_iut v0.1.0 (/opt/rustwide/workdir/chat_iut)
[INFO] [stdout] warning: value assigned to `stru` is never read
[INFO] [stdout]   --> concurrency/src/bin/static_writes.rs:18:26
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let mut stru: &str = "Bonjour"; // Référence mutable vers un &str
[INFO] [stdout]    |                          ^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 27 |         stru = "Salut";
[INFO] [stdout]    |         -------------- `stru` is overwritten here before the previous value is read
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling v010_spaghetti v0.1.0 (/opt/rustwide/workdir/v010_spaghetti)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> v010_spaghetti/src/main.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let mut candidats = vec!["NixOS", "Ubuntu", "Debian"];
[INFO] [stdout]   |         ----^^^^^^^^^
[INFO] [stdout]   |         |
[INFO] [stdout]   |         help: remove this `mut`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling option_and_results v0.1.0 (/opt/rustwide/workdir/option_and_results)
[INFO] [stderr]    Compiling ownership v0.1.0 (/opt/rustwide/workdir/ownership)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 41.29s
[INFO] running `Command { std: "docker" "inspect" "73297b01852e0ba07abc0d42a79e0dc5f330b7d330ac3bff20c5c0492cfe3e0a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73297b01852e0ba07abc0d42a79e0dc5f330b7d330ac3bff20c5c0492cfe3e0a", kill_on_drop: false }`
[INFO] [stdout] 73297b01852e0ba07abc0d42a79e0dc5f330b7d330ac3bff20c5c0492cfe3e0a
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a0749fd51e58026ea5f3f9905328263294e691a2ce5fe5286c07ba3cc922780a
[INFO] running `Command { std: "docker" "start" "-a" "a0749fd51e58026ea5f3f9905328263294e691a2ce5fe5286c07ba3cc922780a", kill_on_drop: false }`
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> machine_de_vote/src/app_builder.rs:12:9
[INFO] [stderr]    |
[INFO] [stderr] 12 |     let mut storage = storage::MemoryStorage::new(voting_machine.clone()).await?;
[INFO] [stderr]    |         ----^^^^^^^
[INFO] [stderr]    |         |
[INFO] [stderr]    |         help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `storage`
[INFO] [stderr]   --> machine_de_vote/src/app_builder.rs:12:9
[INFO] [stderr]    |
[INFO] [stderr] 12 |     let mut storage = storage::MemoryStorage::new(voting_machine.clone()).await?;
[INFO] [stderr]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_storage`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> v060_text_interfaces/src/app_builder.rs:20:9
[INFO] [stderr]    |
[INFO] [stderr] 20 |     let mut store = Store::new(initial_machine).await?;
[INFO] [stderr]    |         ----^^^^^
[INFO] [stderr]    |         |
[INFO] [stderr]    |         help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `machine_de_vote` (lib) generated 2 warnings (run `cargo fix --lib -p machine_de_vote` to apply 2 suggestions)
[INFO] [stderr] warning: `v060_text_interfaces` (lib) generated 1 warning (run `cargo fix --lib -p v060_text_interfaces` to apply 1 suggestion)
[INFO] [stderr] warning: unused import: `hxml_handlers::hxml_wrap`
[INFO] [stderr]  --> V100_hxml/src/interfaces/web_interfaces/hxml/mod.rs:3:9
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub use hxml_handlers::hxml_wrap;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `hxml_handlers::parse_ballot_paper`
[INFO] [stderr]  --> V100_hxml/src/interfaces/web_interfaces/hxml/mod.rs:4:9
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub use hxml_handlers::parse_ballot_paper;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> V100_hxml/src/interfaces/web_interfaces/hxml/hxml_handlers.rs:32:13
[INFO] [stderr]    |
[INFO] [stderr] 32 |         let mut field: Field = field_result.map_err(|e| AxumError::from(anyhow!(e)))?;
[INFO] [stderr]    |             ----^^^^^
[INFO] [stderr]    |             |
[INFO] [stderr]    |             help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `AsyncBufReadExt`, `BufReader`, and `self`
[INFO] [stderr]  --> v070_cli_services/src/app_builder.rs:1:17
[INFO] [stderr]   |
[INFO] [stderr] 1 | use tokio::io::{self, AsyncBufReadExt, BufReader};
[INFO] [stderr]   |                 ^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::interfaces::lexicon::Lexicon`
[INFO] [stderr]  --> v070_cli_services/src/app_builder.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use crate::interfaces::lexicon::Lexicon;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `v100_hxml` (lib) generated 3 warnings (run `cargo fix --lib -p v100_hxml` to apply 3 suggestions)
[INFO] [stderr] warning: `v070_cli_services` (lib) generated 2 warnings (run `cargo fix --lib -p v070_cli_services` to apply 2 suggestions)
[INFO] [stderr] warning: trait `Storage` is never used
[INFO] [stderr]  --> machine_de_vote/src/storage.rs:7:11
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub trait Storage where Self: Sized {
[INFO] [stderr]   |           ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `machine_de_vote` (bin "machine_de_vote" test) generated 3 warnings (2 duplicates)
[INFO] [stderr] warning: `v100_hxml` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr] warning: unused imports: `AttendanceSheet` and `Scoreboard`
[INFO] [stderr]    --> v041_file/src/storages/file.rs:105:51
[INFO] [stderr]     |
[INFO] [stderr] 105 |     use crate::domain::{VotingMachine, Candidate, AttendanceSheet, Scoreboard};
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::collections::BTreeSet`
[INFO] [stderr]    --> v041_file/src/storages/file.rs:107:9
[INFO] [stderr]     |
[INFO] [stderr] 107 |     use std::collections::BTreeSet;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `BallotPaper` and `Score`
[INFO] [stderr]    --> v060_text_interfaces/src/domain.rs:218:43
[INFO] [stderr]     |
[INFO] [stderr] 218 |     use crate::domain::{Voter, Candidate, BallotPaper, VoteOutcome, VotingMachine, Score};
[INFO] [stderr]     |                                           ^^^^^^^^^^^                              ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `AttendanceSheet` and `Scoreboard`
[INFO] [stderr]    --> v060_text_interfaces/src/storages/file.rs:105:51
[INFO] [stderr]     |
[INFO] [stderr] 105 |     use crate::domain::{VotingMachine, Candidate, AttendanceSheet, Scoreboard};
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::collections::BTreeSet`
[INFO] [stderr]    --> v060_text_interfaces/src/storages/file.rs:107:9
[INFO] [stderr]     |
[INFO] [stderr] 107 |     use std::collections::BTreeSet;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `v041_file` (lib test) generated 2 warnings (run `cargo fix --lib -p v041_file --tests` to apply 2 suggestions)
[INFO] [stderr] warning: `v060_text_interfaces` (lib test) generated 4 warnings (1 duplicate) (run `cargo fix --lib -p v060_text_interfaces --tests` to apply 3 suggestions)
[INFO] [stderr] warning: unused imports: `BallotPaper` and `Score`
[INFO] [stderr]    --> v070_cli_services/src/domain.rs:218:43
[INFO] [stderr]     |
[INFO] [stderr] 218 |     use crate::domain::{Voter, Candidate, BallotPaper, VoteOutcome, VotingMachine, Score};
[INFO] [stderr]     |                                           ^^^^^^^^^^^                              ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `AttendanceSheet` and `Scoreboard`
[INFO] [stderr]    --> v070_cli_services/src/storages/file.rs:105:51
[INFO] [stderr]     |
[INFO] [stderr] 105 |     use crate::domain::{VotingMachine, Candidate, AttendanceSheet, Scoreboard};
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::collections::BTreeSet`
[INFO] [stderr]    --> v070_cli_services/src/storages/file.rs:107:9
[INFO] [stderr]     |
[INFO] [stderr] 107 |     use std::collections::BTreeSet;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `BallotPaper` and `Score`
[INFO] [stderr]    --> v050_use_cases/src/domain.rs:218:43
[INFO] [stderr]     |
[INFO] [stderr] 218 |     use crate::domain::{Voter, Candidate, BallotPaper, VoteOutcome, VotingMachine, Score};
[INFO] [stderr]     |                                           ^^^^^^^^^^^                              ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `AttendanceSheet` and `Scoreboard`
[INFO] [stderr]    --> v050_use_cases/src/storages/file.rs:105:51
[INFO] [stderr]     |
[INFO] [stderr] 105 |     use crate::domain::{VotingMachine, Candidate, AttendanceSheet, Scoreboard};
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::collections::BTreeSet`
[INFO] [stderr]    --> v050_use_cases/src/storages/file.rs:107:9
[INFO] [stderr]     |
[INFO] [stderr] 107 |     use std::collections::BTreeSet;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `v070_cli_services` (lib test) generated 5 warnings (2 duplicates) (run `cargo fix --lib -p v070_cli_services --tests` to apply 3 suggestions)
[INFO] [stderr] warning: `machine_de_vote` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: `v050_use_cases` (lib test) generated 3 warnings (run `cargo fix --lib -p v050_use_cases --tests` to apply 3 suggestions)
[INFO] [stderr] warning: value assigned to `stru` is never read
[INFO] [stderr]   --> concurrency/src/bin/static_writes.rs:18:26
[INFO] [stderr]    |
[INFO] [stderr] 18 |     let mut stru: &str = "Bonjour"; // Référence mutable vers un &str
[INFO] [stderr]    |                          ^^^^^^^^^ this value is reassigned later and never used
[INFO] [stderr] ...
[INFO] [stderr] 27 |         stru = "Salut";
[INFO] [stderr]    |         -------------- `stru` is overwritten here before the previous value is read
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `concurrency` (bin "static_writes" test) generated 1 warning
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]  --> v010_spaghetti/src/main.rs:7:9
[INFO] [stderr]   |
[INFO] [stderr] 7 |     let mut candidats = vec!["NixOS", "Ubuntu", "Debian"];
[INFO] [stderr]   |         ----^^^^^^^^^
[INFO] [stderr]   |         |
[INFO] [stderr]   |         help: remove this `mut`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `v010_spaghetti` (bin "v010_spaghetti" test) generated 1 warning (run `cargo fix --bin "v010_spaghetti" -p v010_spaghetti --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] [stderr]      Running unittests src/bin/pair_chat_peer.rs (/opt/rustwide/target/debug/deps/pair_chat_peer-30712fb7f5a8994f)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/tcp_chat_server.rs (/opt/rustwide/target/debug/deps/tcp_chat_server-92561b44d741cc3a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/udp_chat_server.rs (/opt/rustwide/target/debug/deps/udp_chat_server-059fff6cd577d70f)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]      Running unittests src/bin/copies.rs (/opt/rustwide/target/debug/deps/copies-37656a9b0f57293d)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/multitasked_hellos.rs (/opt/rustwide/target/debug/deps/multitasked_hellos-f5170a4befa459a5)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/sequentials_hellos.rs (/opt/rustwide/target/debug/deps/sequentials_hellos-9b3aa9d38c1bab92)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/bin/shared_reads.rs (/opt/rustwide/target/debug/deps/shared_reads-6b2c002d35f68585)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/shared_static.rs (/opt/rustwide/target/debug/deps/shared_static-130c21a987f0ccd9)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/shared_writes.rs (/opt/rustwide/target/debug/deps/shared_writes-f2df5e7fca7f07fc)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/static_writes.rs (/opt/rustwide/target/debug/deps/static_writes-31fe3dd2b9662cc5)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/exquisite_corpse-65ac787ada678f18)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/stdio_corpse.rs (/opt/rustwide/target/debug/deps/stdio_corpse-86d5af4e615adbbb)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/tcp_corpse.rs (/opt/rustwide/target/debug/deps/tcp_corpse-ae754947468c8f30)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/udp_corpse.rs (/opt/rustwide/target/debug/deps/udp_corpse-a6f2ea65cbb0bae5)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/machine_de_vote-f90557a99ccc69a4)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test storages::memory::tests::test_put_and_get_voting_machine ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/machine_de_vote-03d1d500ecba83a3)
[INFO] [stdout] test domain::tests::one_can_vote_only_once ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test domain::tests::one_can_vote_only_once ... ok
[INFO] [stderr]      Running unittests src/bin/tcp_echo_server.rs (/opt/rustwide/target/debug/deps/tcp_echo_server-eb9945c5c8195c4a)
[INFO] [stdout] test storages::memory::tests::test_put_and_get_voting_machine ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/tcp_ncat_client.rs (/opt/rustwide/target/debug/deps/tcp_ncat_client-2c41715691f17b30)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/bin/tcp_ping.rs (/opt/rustwide/target/debug/deps/tcp_ping-61e2342c147eed12)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/tcp_pong.rs (/opt/rustwide/target/debug/deps/tcp_pong-0536c63f7ce74878)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/udp_echo_server.rs (/opt/rustwide/target/debug/deps/udp_echo_server-824893b397dad6e2)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/udp_ncat_client.rs (/opt/rustwide/target/debug/deps/udp_ncat_client-947705a8f98565aa)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/udp_ping_client.rs (/opt/rustwide/target/debug/deps/udp_ping_client-918009cf3e01105a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/udp_pong_serveur.rs (/opt/rustwide/target/debug/deps/udp_pong_serveur-4e6ad6cf45169215)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/options.rs (/opt/rustwide/target/debug/deps/options-d4d78250465576ef)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/results.rs (/opt/rustwide/target/debug/deps/results-0c2f6a6904a656a8)
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ownership-6d199104bc937d71)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/port_scanner-489c0f05b82e1f38)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/locked_vec_port_scanner.rs (/opt/rustwide/target/debug/deps/locked_vec_port_scanner-00f9f20c77c6278d)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/multitasked_port_scanner.rs (/opt/rustwide/target/debug/deps/multitasked_port_scanner-1e2532a508570a95)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/sequential_port_scanner.rs (/opt/rustwide/target/debug/deps/sequential_port_scanner-5064c872503200a2)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/v010_spaghetti-f77043dea32e7d04)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/v020_configuration-9579ac2a51734f11)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/v020_configuration-01cc16c4cae1331b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/v021_app_builder-7d21c3ed24311184)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/v021_app_builder-3db154a74f5d9f6e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/v030_domain-8e00643362fea82e)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test domain::tests::test_accepted_vote ... ok
[INFO] [stdout] test domain::tests::test_has_already_voted ... ok
[INFO] [stdout] test domain::tests::test_blank_vote ... ok
[INFO] [stdout] test domain::tests::test_vote_for_undeclared_candidate_is_invalid ... ok
[INFO] [stdout] test domain::tests::test_initial_scores_are_zero ... ok
[INFO] [stdout] test domain::tests::test_invalid_vote ... ok
[INFO] [stdout] test domain::tests::test_no_double_vote ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/v030_domain-e5f66ab14293a0aa)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/v040_memory-773bf6db23b5df03)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test domain::tests::test_accepted_vote ... ok
[INFO] [stdout] test domain::tests::test_invalid_vote ... ok
[INFO] [stdout] test domain::tests::test_blank_vote ... ok
[INFO] [stdout] test domain::tests::test_has_already_voted ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/v040_memory-e53320c01d1f0d57)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/v041_file-083d7892acd016b7)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test domain::tests::test_accepted_vote ... ok
[INFO] [stdout] test domain::tests::test_has_already_voted ... ok
[INFO] [stdout] test domain::tests::test_blank_vote ... ok
[INFO] [stdout] test domain::tests::test_invalid_vote ... ok
[INFO] [stdout] test storages::file::tests::test_file_persistence ... FAILED
[INFO] [stdout] test storages::file::tests::test_put_and_get_voting_machine ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- storages::file::tests::test_file_persistence stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'storages::file::tests::test_file_persistence' (76) panicked at v041_file/src/storages/file.rs:136:68:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<std::io::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.101/src/backtrace.rs:27:14
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, std::io::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: v041_file::storages::file::store_voting_machine::{closure#0}
[INFO] [stdout]              at ./src/storages/file.rs:98:5
[INFO] [stdout]    3: <v041_file::storages::file::FileStore>::create::{closure#0}
[INFO] [stdout]              at ./src/storages/file.rs:69:53
[INFO] [stdout]    4: v041_file::storages::file::tests::test_file_persistence::{closure#0}
[INFO] [stdout]              at ./src/storages/file.rs:136:62
[INFO] [stdout]    5: <tokio::runtime::park::CachedParkThread>::block_on::<v041_file::storages::file::tests::test_file_persistence::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs:284:71
[INFO] [stdout]    6: tokio::task::coop::with_budget::<core::task::poll::Poll<()>, <tokio::runtime::park::CachedParkThread>::block_on<v041_file::storages::file::tests::test_file_persistence::{closure#0}>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]    7: tokio::task::coop::budget::<core::task::poll::Poll<()>, <tokio::runtime::park::CachedParkThread>::block_on<v041_file::storages::file::tests::test_file_persistence::{closure#0}>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]    8: <tokio::runtime::park::CachedParkThread>::block_on::<v041_file::storages::file::tests::test_file_persistence::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs:284:31
[INFO] [stdout]    9: <tokio::runtime::context::blocking::BlockingRegionGuard>::block_on::<v041_file::storages::file::tests::test_file_persistence::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/blocking.rs:66:14
[INFO] [stdout]   10: <tokio::runtime::scheduler::multi_thread::MultiThread>::block_on::<v041_file::storages::file::tests::test_file_persistence::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs:89:22
[INFO] [stdout]   11: tokio::runtime::context::runtime::enter_runtime::<<tokio::runtime::scheduler::multi_thread::MultiThread>::block_on<v041_file::storages::file::tests::test_file_persistence::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   12: <tokio::runtime::scheduler::multi_thread::MultiThread>::block_on::<v041_file::storages::file::tests::test_file_persistence::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs:88:9
[INFO] [stdout]   13: <tokio::runtime::runtime::Runtime>::block_on_inner::<v041_file::storages::file::tests::test_file_persistence::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:370:50
[INFO] [stdout]   14: <tokio::runtime::runtime::Runtime>::block_on::<v041_file::storages::file::tests::test_file_persistence::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   15: v041_file::storages::file::tests::test_file_persistence
[INFO] [stdout]              at ./src/storages/file.rs:135:12
[INFO] [stdout]   16: v041_file::storages::file::tests::test_file_persistence::{closure#0}
[INFO] [stdout]              at ./src/storages/file.rs:131:31
[INFO] [stdout]   17: <v041_file::storages::file::tests::test_file_persistence::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   18: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   19: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   20: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   21: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   22: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   23: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   24: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   25: test::run_test_in_process
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   26: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   27: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   28: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   29: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   30: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   31: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   35: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   37: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   38: <unknown>
[INFO] [stdout]   39: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65015a2f1dda - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x65015a2f1dda - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x65015a2f1dda - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x65015a2f1dda - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x65015a306a6a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x65015a306a6a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x65015a2f6c62 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x65015a2f6c62 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x65015a2d004f - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x65015a2d004f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x65015a2e9b89 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x65015a1c673c - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x65015a1c673c - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x65015a2e9e02 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x65015a2e9e02 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x65015a2d0108 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x65015a2c7349 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x65015a2d0f0d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x65015a30722c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x65015a306fa2 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x65015a18037c - <core[35159d6ffb30e017]::result::Result<v041_file[2d848e54fa7752bb]::storages::file::FileStore, anyhow[6cb79285bf9dd55]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x65015a18037c - v041_file[2d848e54fa7752bb]::storages::file::tests::test_file_persistence::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/v041_file/src/storages/file.rs:136:68
[INFO] [stdout]   22:     0x65015a1b7b6d - <tokio[23e646bcda544a22]::runtime::park::CachedParkThread>::block_on::<v041_file[2d848e54fa7752bb]::storages::file::tests::test_file_persistence::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs:284:71
[INFO] [stdout]   23:     0x65015a1b567e - tokio[23e646bcda544a22]::task::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[23e646bcda544a22]::runtime::park::CachedParkThread>::block_on<v041_file[2d848e54fa7752bb]::storages::file::tests::test_file_persistence::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   24:     0x65015a1b567e - tokio[23e646bcda544a22]::task::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[23e646bcda544a22]::runtime::park::CachedParkThread>::block_on<v041_file[2d848e54fa7752bb]::storages::file::tests::test_file_persistence::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   25:     0x65015a1b567e - <tokio[23e646bcda544a22]::runtime::park::CachedParkThread>::block_on::<v041_file[2d848e54fa7752bb]::storages::file::tests::test_file_persistence::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs:284:31
[INFO] [stdout]   26:     0x65015a163925 - <tokio[23e646bcda544a22]::runtime::context::blocking::BlockingRegionGuard>::block_on::<v041_file[2d848e54fa7752bb]::storages::file::tests::test_file_persistence::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/blocking.rs:66:14
[INFO] [stdout]   27:     0x65015a19e896 - <tokio[23e646bcda544a22]::runtime::scheduler::multi_thread::MultiThread>::block_on::<v041_file[2d848e54fa7752bb]::storages::file::tests::test_file_persistence::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs:89:22
[INFO] [stdout]   28:     0x65015a19b217 - tokio[23e646bcda544a22]::runtime::context::runtime::enter_runtime::<<tokio[23e646bcda544a22]::runtime::scheduler::multi_thread::MultiThread>::block_on<v041_file[2d848e54fa7752bb]::storages::file::tests::test_file_persistence::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   29:     0x65015a19a681 - <tokio[23e646bcda544a22]::runtime::scheduler::multi_thread::MultiThread>::block_on::<v041_file[2d848e54fa7752bb]::storages::file::tests::test_file_persistence::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs:88:9
[INFO] [stdout]   30:     0x65015a184719 - <tokio[23e646bcda544a22]::runtime::runtime::Runtime>::block_on_inner::<v041_file[2d848e54fa7752bb]::storages::file::tests::test_file_persistence::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:370:50
[INFO] [stdout]   31:     0x65015a184d0b - <tokio[23e646bcda544a22]::runtime::runtime::Runtime>::block_on::<v041_file[2d848e54fa7752bb]::storages::file::tests::test_file_persistence::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   32:     0x65015a183df0 - v041_file[2d848e54fa7752bb]::storages::file::tests::test_file_persistence
[INFO] [stdout]                                at /opt/rustwide/workdir/v041_file/src/storages/file.rs:135:12
[INFO] [stdout]   33:     0x65015a180057 - v041_file[2d848e54fa7752bb]::storages::file::tests::test_file_persistence::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/v041_file/src/storages/file.rs:131:31
[INFO] [stdout]   34:     0x65015a193ab6 - <v041_file[2d848e54fa7752bb]::storages::file::tests::test_file_persistence::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   35:     0x65015a1b9a1b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36:     0x65015a1b9a1b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   37:     0x65015a1c720b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   38:     0x65015a1c720b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   39:     0x65015a1c720b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x65015a1c720b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x65015a1c720b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x65015a1c720b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   43:     0x65015a1c720b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   44:     0x65015a1c1be4 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   45:     0x65015a1c1be4 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   46:     0x65015a1c9e12 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   47:     0x65015a1c9e12 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x65015a1c9e12 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x65015a1c9e12 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x65015a1c9e12 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x65015a1c9e12 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   52:     0x65015a1c9e12 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x65015a2f11bf - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   54:     0x65015a2f11bf - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   55:     0x7bddd4decaa4 - <unknown>
[INFO] [stdout]   56:     0x7bddd4e79a64 - clone
[INFO] [stdout]   57:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- storages::file::tests::test_put_and_get_voting_machine stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'storages::file::tests::test_put_and_get_voting_machine' (79) panicked at v041_file/src/storages/file.rs:121:68:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stderr] error: test failed, to rerun pass `-p v041_file --lib`
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<std::io::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.101/src/backtrace.rs:27:14
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, std::io::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: v041_file::storages::file::store_voting_machine::{closure#0}
[INFO] [stdout]              at ./src/storages/file.rs:98:5
[INFO] [stdout]    3: <v041_file::storages::file::FileStore>::create::{closure#0}
[INFO] [stdout]              at ./src/storages/file.rs:69:53
[INFO] [stdout]    4: v041_file::storages::file::tests::test_put_and_get_voting_machine::{closure#0}
[INFO] [stdout]              at ./src/storages/file.rs:121:62
[INFO] [stdout]    5: <tokio::runtime::park::CachedParkThread>::block_on::<v041_file::storages::file::tests::test_put_and_get_voting_machine::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs:284:71
[INFO] [stdout]    6: tokio::task::coop::with_budget::<core::task::poll::Poll<()>, <tokio::runtime::park::CachedParkThread>::block_on<v041_file::storages::file::tests::test_put_and_get_voting_machine::{closure#0}>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]    7: tokio::task::coop::budget::<core::task::poll::Poll<()>, <tokio::runtime::park::CachedParkThread>::block_on<v041_file::storages::file::tests::test_put_and_get_voting_machine::{closure#0}>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]    8: <tokio::runtime::park::CachedParkThread>::block_on::<v041_file::storages::file::tests::test_put_and_get_voting_machine::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs:284:31
[INFO] [stdout]    9: <tokio::runtime::context::blocking::BlockingRegionGuard>::block_on::<v041_file::storages::file::tests::test_put_and_get_voting_machine::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/blocking.rs:66:14
[INFO] [stdout]   10: <tokio::runtime::scheduler::multi_thread::MultiThread>::block_on::<v041_file::storages::file::tests::test_put_and_get_voting_machine::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs:89:22
[INFO] [stdout]   11: tokio::runtime::context::runtime::enter_runtime::<<tokio::runtime::scheduler::multi_thread::MultiThread>::block_on<v041_file::storages::file::tests::test_put_and_get_voting_machine::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   12: <tokio::runtime::scheduler::multi_thread::MultiThread>::block_on::<v041_file::storages::file::tests::test_put_and_get_voting_machine::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs:88:9
[INFO] [stdout]   13: <tokio::runtime::runtime::Runtime>::block_on_inner::<v041_file::storages::file::tests::test_put_and_get_voting_machine::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:370:50
[INFO] [stdout]   14: <tokio::runtime::runtime::Runtime>::block_on::<v041_file::storages::file::tests::test_put_and_get_voting_machine::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   15: v041_file::storages::file::tests::test_put_and_get_voting_machine
[INFO] [stdout]              at ./src/storages/file.rs:120:12
[INFO] [stdout]   16: v041_file::storages::file::tests::test_put_and_get_voting_machine::{closure#0}
[INFO] [stdout]              at ./src/storages/file.rs:116:41
[INFO] [stdout]   17: <v041_file::storages::file::tests::test_put_and_get_voting_machine::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   18: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   19: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   20: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   21: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   22: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   23: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   24: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   25: test::run_test_in_process
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   26: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   27: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   28: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   29: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   30: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   31: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   35: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   37: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   38: <unknown>
[INFO] [stdout]   39: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65015a2f1dda - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x65015a2f1dda - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x65015a2f1dda - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x65015a2f1dda - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x65015a306a6a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x65015a306a6a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x65015a2f6c62 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x65015a2f6c62 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x65015a2d004f - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x65015a2d004f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x65015a2e9b89 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x65015a1c673c - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x65015a1c673c - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x65015a2e9e02 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x65015a2e9e02 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x65015a2d0108 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x65015a2c7349 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x65015a2d0f0d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x65015a30722c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x65015a306fa2 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x65015a181027 - <core[35159d6ffb30e017]::result::Result<v041_file[2d848e54fa7752bb]::storages::file::FileStore, anyhow[6cb79285bf9dd55]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x65015a181027 - v041_file[2d848e54fa7752bb]::storages::file::tests::test_put_and_get_voting_machine::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/v041_file/src/storages/file.rs:121:68
[INFO] [stdout]   22:     0x65015a1b7bed - <tokio[23e646bcda544a22]::runtime::park::CachedParkThread>::block_on::<v041_file[2d848e54fa7752bb]::storages::file::tests::test_put_and_get_voting_machine::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs:284:71
[INFO] [stdout]   23:     0x65015a1b5ed8 - tokio[23e646bcda544a22]::task::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[23e646bcda544a22]::runtime::park::CachedParkThread>::block_on<v041_file[2d848e54fa7752bb]::storages::file::tests::test_put_and_get_voting_machine::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   24:     0x65015a1b5ed8 - tokio[23e646bcda544a22]::task::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[23e646bcda544a22]::runtime::park::CachedParkThread>::block_on<v041_file[2d848e54fa7752bb]::storages::file::tests::test_put_and_get_voting_machine::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   25:     0x65015a1b5ed8 - <tokio[23e646bcda544a22]::runtime::park::CachedParkThread>::block_on::<v041_file[2d848e54fa7752bb]::storages::file::tests::test_put_and_get_voting_machine::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs:284:31
[INFO] [stdout]   26:     0x65015a163aa3 - <tokio[23e646bcda544a22]::runtime::context::blocking::BlockingRegionGuard>::block_on::<v041_file[2d848e54fa7752bb]::storages::file::tests::test_put_and_get_voting_machine::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/blocking.rs:66:14
[INFO] [stdout]   27:     0x65015a19e958 - <tokio[23e646bcda544a22]::runtime::scheduler::multi_thread::MultiThread>::block_on::<v041_file[2d848e54fa7752bb]::storages::file::tests::test_put_and_get_voting_machine::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs:89:22
[INFO] [stdout]   28:     0x65015a19b4f7 - tokio[23e646bcda544a22]::runtime::context::runtime::enter_runtime::<<tokio[23e646bcda544a22]::runtime::scheduler::multi_thread::MultiThread>::block_on<v041_file[2d848e54fa7752bb]::storages::file::tests::test_put_and_get_voting_machine::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   29:     0x65015a19a743 - <tokio[23e646bcda544a22]::runtime::scheduler::multi_thread::MultiThread>::block_on::<v041_file[2d848e54fa7752bb]::storages::file::tests::test_put_and_get_voting_machine::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs:88:9
[INFO] [stdout]   30:     0x65015a184a79 - <tokio[23e646bcda544a22]::runtime::runtime::Runtime>::block_on_inner::<v041_file[2d848e54fa7752bb]::storages::file::tests::test_put_and_get_voting_machine::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:370:50
[INFO] [stdout]   31:     0x65015a18522b - <tokio[23e646bcda544a22]::runtime::runtime::Runtime>::block_on::<v041_file[2d848e54fa7752bb]::storages::file::tests::test_put_and_get_voting_machine::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   32:     0x65015a184050 - v041_file[2d848e54fa7752bb]::storages::file::tests::test_put_and_get_voting_machine
[INFO] [stdout]                                at /opt/rustwide/workdir/v041_file/src/storages/file.rs:120:12
[INFO] [stdout]   33:     0x65015a180087 - v041_file[2d848e54fa7752bb]::storages::file::tests::test_put_and_get_voting_machine::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/v041_file/src/storages/file.rs:116:41
[INFO] [stdout]   34:     0x65015a193af6 - <v041_file[2d848e54fa7752bb]::storages::file::tests::test_put_and_get_voting_machine::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   35:     0x65015a1b9a1b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36:     0x65015a1b9a1b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   37:     0x65015a1c720b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   38:     0x65015a1c720b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   39:     0x65015a1c720b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x65015a1c720b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x65015a1c720b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x65015a1c720b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   43:     0x65015a1c720b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   44:     0x65015a1c1be4 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   45:     0x65015a1c1be4 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   46:     0x65015a1c9e12 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   47:     0x65015a1c9e12 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x65015a1c9e12 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x65015a1c9e12 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x65015a1c9e12 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x65015a1c9e12 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   52:     0x65015a1c9e12 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x65015a2f11bf - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   54:     0x65015a2f11bf - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   55:     0x7bddd4decaa4 - <unknown>
[INFO] [stdout]   56:     0x7bddd4e79a64 - clone
[INFO] [stdout]   57:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     storages::file::tests::test_file_persistence
[INFO] [stdout]     storages::file::tests::test_put_and_get_voting_machine
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 4 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a0749fd51e58026ea5f3f9905328263294e691a2ce5fe5286c07ba3cc922780a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0749fd51e58026ea5f3f9905328263294e691a2ce5fe5286c07ba3cc922780a", kill_on_drop: false }`
[INFO] [stdout] a0749fd51e58026ea5f3f9905328263294e691a2ce5fe5286c07ba3cc922780a
