[INFO] cloning repository https://github.com/bani2016up/colab-engine
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bani2016up/colab-engine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbani2016up%2Fcolab-engine", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbani2016up%2Fcolab-engine'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f93b90d2cddc7378180f9a1c8c464e92e86db201
[INFO] testing bani2016up/colab-engine against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbani2016up%2Fcolab-engine" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bani2016up/colab-engine
[INFO] finished tweaking git repo https://github.com/bani2016up/colab-engine
[INFO] tweaked toml for git repo https://github.com/bani2016up/colab-engine written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bani2016up/colab-engine 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/bani2016up/colab-engine 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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] a7352869d045f11b4cd91b1838d20b1859db26cd68614e3ff3fb654ee006d4b6
[INFO] running `Command { std: "docker" "start" "-a" "a7352869d045f11b4cd91b1838d20b1859db26cd68614e3ff3fb654ee006d4b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a7352869d045f11b4cd91b1838d20b1859db26cd68614e3ff3fb654ee006d4b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a7352869d045f11b4cd91b1838d20b1859db26cd68614e3ff3fb654ee006d4b6", kill_on_drop: false }`
[INFO] [stdout] a7352869d045f11b4cd91b1838d20b1859db26cd68614e3ff3fb654ee006d4b6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] a46ba41bf4ca900c0613c74e772477fd8eb8afce25809874f96fc3ab120afac7
[INFO] running `Command { std: "docker" "start" "-a" "a46ba41bf4ca900c0613c74e772477fd8eb8afce25809874f96fc3ab120afac7", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling zmij v1.0.12
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling ryu v1.0.22
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling memmap2 v0.9.9
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling uuid v1.19.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling colab-engine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `MmapMut`
[INFO] [stdout]  --> src/infrastructure/mmap_file_sys.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 | use memmap2::{Mmap, MmapMut};
[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: `OpenOptions`
[INFO] [stdout]  --> src/infrastructure/mmap_file_sys.rs:3:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::fs::{File, OpenOptions};
[INFO] [stdout]   |                     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ViewportRequest` is never constructed
[INFO] [stdout]  --> src/application/dto/code_file.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct ViewportRequest {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UpdateCodeRequest` is never constructed
[INFO] [stdout]  --> src/application/dto/code_file.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct UpdateCodeRequest {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CreateCodeFileRequest` is never constructed
[INFO] [stdout]   --> src/application/dto/code_file.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct CreateCodeFileRequest {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CodeFileResponse` is never constructed
[INFO] [stdout]   --> src/application/dto/code_file.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct CodeFileResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ApplicationError` is never used
[INFO] [stdout]  --> src/application/errors.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub enum ApplicationError {
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `CodeFileRepository` is never used
[INFO] [stdout]  --> src/application/repositories/code_file_repository.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub trait CodeFileRepository<FileSource>: Send + Sync
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `CodeFileUsecases` is never used
[INFO] [stdout]   --> src/application/usecases/code_file_usecases.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub trait CodeFileUsecases: Send + Sync {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CodeFileUsecasesImpl` is never constructed
[INFO] [stdout]   --> src/application/usecases/code_file_usecases.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct CodeFileUsecasesImpl {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/application/usecases/code_file_usecases.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl CodeFileUsecasesImpl {
[INFO] [stdout]    | ------------------------- associated function in this implementation
[INFO] [stdout] 27 |     pub fn new(repository: Box<dyn CodeFileRepository<MmapFileSystemSource>>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CodeFile` is never constructed
[INFO] [stdout]  --> src/domain/code_file.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct CodeFile<FileSource>
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `id` are never used
[INFO] [stdout]   --> src/domain/code_file.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | / impl<FileSource> CodeFile<FileSource>
[INFO] [stdout] 16 | | where
[INFO] [stdout] 17 | |     FileSource: DynemicFileRead + DynemicFileWrite + DynemicFileCreateDelete,
[INFO] [stdout]    | |_____________________________________________________________________________- associated items in this implementation
[INFO] [stdout] 18 |   {
[INFO] [stdout] 19 |       pub fn new(id: Uuid, name: String, source: FileSource) -> Self {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 23 |       pub fn id(&self) -> Uuid {
[INFO] [stdout]    |              ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `DynemicFileCreateDelete` is never used
[INFO] [stdout]  --> src/domain/traits/dyn_file.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub trait DynemicFileCreateDelete {
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `DynemicFileRead` is never used
[INFO] [stdout]  --> src/domain/traits/dyn_file.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub trait DynemicFileRead {
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `DynemicFileWrite` is never used
[INFO] [stdout]   --> src/domain/traits/dyn_file.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub trait DynemicFileWrite {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Mergable` is never used
[INFO] [stdout]  --> src/domain/traits/merge.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub trait Mergable {
[INFO] [stdout]   |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MmapFileSystemSource` is never constructed
[INFO] [stdout]  --> src/infrastructure/mmap_file_sys.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct MmapFileSystemSource {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/infrastructure/mmap_file_sys.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl MmapFileSystemSource {
[INFO] [stdout]    | ------------------------- associated function in this implementation
[INFO] [stdout] 12 |     pub fn new(path: PathBuf) -> std::io::Result<Self> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InMemoryCodeFileRepository` is never constructed
[INFO] [stdout]   --> src/infrastructure/persistence/in_memory_repository.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct InMemoryCodeFileRepository<FileSource>
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/infrastructure/persistence/in_memory_repository.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | / impl<FileSource> InMemoryCodeFileRepository<FileSource>
[INFO] [stdout] 18 | | where
[INFO] [stdout] 19 | |     FileSource: DynemicFileRead + DynemicFileWrite + DynemicFileCreateDelete,
[INFO] [stdout]    | |_____________________________________________________________________________- associated function in this implementation
[INFO] [stdout] 20 |   {
[INFO] [stdout] 21 |       pub fn new() -> Self {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.17s
[INFO] running `Command { std: "docker" "inspect" "a46ba41bf4ca900c0613c74e772477fd8eb8afce25809874f96fc3ab120afac7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a46ba41bf4ca900c0613c74e772477fd8eb8afce25809874f96fc3ab120afac7", kill_on_drop: false }`
[INFO] [stdout] a46ba41bf4ca900c0613c74e772477fd8eb8afce25809874f96fc3ab120afac7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 4ed2e2b118bac38d3a6644e572ed403b4a864e2ff9a843251c5719857d89a1ff
[INFO] running `Command { std: "docker" "start" "-a" "4ed2e2b118bac38d3a6644e572ed403b4a864e2ff9a843251c5719857d89a1ff", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling colab-engine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::application::repositories::code_file_repository::CodeFileRepository`
[INFO] [stdout]    --> src/application/usecases/code_file_usecases.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 |     use crate::application::repositories::code_file_repository::CodeFileRepository;
[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::domain::code_file::CodeFile`
[INFO] [stdout]    --> src/application/usecases/code_file_usecases.rs:114:9
[INFO] [stdout]     |
[INFO] [stdout] 114 |     use crate::domain::code_file::CodeFile;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]    --> src/application/usecases/code_file_usecases.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |     use std::collections::HashMap;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Arc` and `Mutex`
[INFO] [stdout]    --> src/application/usecases/code_file_usecases.rs:118:21
[INFO] [stdout]     |
[INFO] [stdout] 118 |     use std::sync::{Arc, Mutex};
[INFO] [stdout]     |                     ^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `MmapMut`
[INFO] [stdout]  --> src/infrastructure/mmap_file_sys.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 | use memmap2::{Mmap, MmapMut};
[INFO] [stdout]   |                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `OpenOptions`
[INFO] [stdout]  --> src/infrastructure/mmap_file_sys.rs:3:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::fs::{File, OpenOptions};
[INFO] [stdout]   |                     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `temp_dir`
[INFO] [stdout]    --> src/application/usecases/code_file_usecases.rs:125:13
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let temp_dir = TempDir::new().expect("Failed to create temp dir");
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_temp_dir`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `temp_dir`
[INFO] [stdout]    --> src/application/usecases/code_file_usecases.rs:144:13
[INFO] [stdout]     |
[INFO] [stdout] 144 |         let temp_dir = TempDir::new().expect("Failed to create temp dir");
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_temp_dir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `temp_dir`
[INFO] [stdout]    --> src/application/usecases/code_file_usecases.rs:178:13
[INFO] [stdout]     |
[INFO] [stdout] 178 |         let temp_dir = TempDir::new().expect("Failed to create temp dir");
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_temp_dir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `temp_dir`
[INFO] [stdout]    --> src/application/usecases/code_file_usecases.rs:204:13
[INFO] [stdout]     |
[INFO] [stdout] 204 |         let temp_dir = TempDir::new().expect("Failed to create temp dir");
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_temp_dir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `temp_dir`
[INFO] [stdout]    --> src/application/usecases/code_file_usecases.rs:258:13
[INFO] [stdout]     |
[INFO] [stdout] 258 |         let temp_dir = TempDir::new().expect("Failed to create temp dir");
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_temp_dir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `temp_dir`
[INFO] [stdout]    --> src/application/usecases/code_file_usecases.rs:296:13
[INFO] [stdout]     |
[INFO] [stdout] 296 |         let temp_dir = TempDir::new().expect("Failed to create temp dir");
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_temp_dir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/domain/code_file.rs:85:13
[INFO] [stdout]    |
[INFO] [stdout] 85 |         let mut file_wrapper = TestFileWrapper {
[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: field `end_index` is never read
[INFO] [stdout]  --> src/application/dto/code_file.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct ViewportRequest {
[INFO] [stdout]   |            --------------- field in this struct
[INFO] [stdout] 4 |     pub start_index: u64,
[INFO] [stdout] 5 |     pub end_index: u64,
[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 `0` is never read
[INFO] [stdout]  --> src/application/errors.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 |     FileNotFound(String),
[INFO] [stdout]   |     ------------ ^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ApplicationError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 4 -     FileNotFound(String),
[INFO] [stdout] 4 +     FileNotFound(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/application/errors.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 |     IoError(std::io::Error),
[INFO] [stdout]   |     ------- ^^^^^^^^^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ApplicationError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 5 -     IoError(std::io::Error),
[INFO] [stdout] 5 +     IoError(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `ParseError` and `InvalidRange` are never constructed
[INFO] [stdout]  --> src/application/errors.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub enum ApplicationError {
[INFO] [stdout]   |          ---------------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 6 |     ParseError(serde_json::Error),
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 7 |     InvalidRange(usize),
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ApplicationError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `list` is never used
[INFO] [stdout]   --> src/application/repositories/code_file_repository.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub trait CodeFileRepository<FileSource>: Send + Sync
[INFO] [stdout]    |           ------------------ method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 14 |     fn list(&self) -> Result<Vec<CodeFile<FileSource>>, ApplicationError>;
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Mergable` is never used
[INFO] [stdout]  --> src/domain/traits/merge.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub trait Mergable {
[INFO] [stdout]   |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.59s
[INFO] running `Command { std: "docker" "inspect" "4ed2e2b118bac38d3a6644e572ed403b4a864e2ff9a843251c5719857d89a1ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ed2e2b118bac38d3a6644e572ed403b4a864e2ff9a843251c5719857d89a1ff", kill_on_drop: false }`
[INFO] [stdout] 4ed2e2b118bac38d3a6644e572ed403b4a864e2ff9a843251c5719857d89a1ff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] c3037a7ca8a84ca87bbd4009b063811987e32ec7b325239db741e3bfc3677c44
[INFO] running `Command { std: "docker" "start" "-a" "c3037a7ca8a84ca87bbd4009b063811987e32ec7b325239db741e3bfc3677c44", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `crate::application::repositories::code_file_repository::CodeFileRepository`
[INFO] [stderr]    --> src/application/usecases/code_file_usecases.rs:113:9
[INFO] [stderr]     |
[INFO] [stderr] 113 |     use crate::application::repositories::code_file_repository::CodeFileRepository;
[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::domain::code_file::CodeFile`
[INFO] [stderr]    --> src/application/usecases/code_file_usecases.rs:114:9
[INFO] [stderr]     |
[INFO] [stderr] 114 |     use crate::domain::code_file::CodeFile;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::collections::HashMap`
[INFO] [stderr]    --> src/application/usecases/code_file_usecases.rs:117:9
[INFO] [stderr]     |
[INFO] [stderr] 117 |     use std::collections::HashMap;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Arc` and `Mutex`
[INFO] [stderr]    --> src/application/usecases/code_file_usecases.rs:118:21
[INFO] [stderr]     |
[INFO] [stderr] 118 |     use std::sync::{Arc, Mutex};
[INFO] [stderr]     |                     ^^^  ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `MmapMut`
[INFO] [stderr]  --> src/infrastructure/mmap_file_sys.rs:2:21
[INFO] [stderr]   |
[INFO] [stderr] 2 | use memmap2::{Mmap, MmapMut};
[INFO] [stderr]   |                     ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `OpenOptions`
[INFO] [stderr]  --> src/infrastructure/mmap_file_sys.rs:3:21
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::fs::{File, OpenOptions};
[INFO] [stderr]   |                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `temp_dir`
[INFO] [stderr]    --> src/application/usecases/code_file_usecases.rs:125:13
[INFO] [stderr]     |
[INFO] [stderr] 125 |         let temp_dir = TempDir::new().expect("Failed to create temp dir");
[INFO] [stderr]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_temp_dir`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `temp_dir`
[INFO] [stderr]    --> src/application/usecases/code_file_usecases.rs:144:13
[INFO] [stderr]     |
[INFO] [stderr] 144 |         let temp_dir = TempDir::new().expect("Failed to create temp dir");
[INFO] [stderr]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_temp_dir`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `temp_dir`
[INFO] [stderr]    --> src/application/usecases/code_file_usecases.rs:178:13
[INFO] [stderr]     |
[INFO] [stderr] 178 |         let temp_dir = TempDir::new().expect("Failed to create temp dir");
[INFO] [stderr]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_temp_dir`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `temp_dir`
[INFO] [stderr]    --> src/application/usecases/code_file_usecases.rs:204:13
[INFO] [stderr]     |
[INFO] [stderr] 204 |         let temp_dir = TempDir::new().expect("Failed to create temp dir");
[INFO] [stderr]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_temp_dir`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `temp_dir`
[INFO] [stderr]    --> src/application/usecases/code_file_usecases.rs:258:13
[INFO] [stderr]     |
[INFO] [stderr] 258 |         let temp_dir = TempDir::new().expect("Failed to create temp dir");
[INFO] [stderr]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_temp_dir`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `temp_dir`
[INFO] [stderr]    --> src/application/usecases/code_file_usecases.rs:296:13
[INFO] [stderr]     |
[INFO] [stderr] 296 |         let temp_dir = TempDir::new().expect("Failed to create temp dir");
[INFO] [stderr]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_temp_dir`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/domain/code_file.rs:85:13
[INFO] [stderr]    |
[INFO] [stderr] 85 |         let mut file_wrapper = TestFileWrapper {
[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: field `end_index` is never read
[INFO] [stderr]  --> src/application/dto/code_file.rs:5:9
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub struct ViewportRequest {
[INFO] [stderr]   |            --------------- field in this struct
[INFO] [stderr] 4 |     pub start_index: u64,
[INFO] [stderr] 5 |     pub end_index: u64,
[INFO] [stderr]   |         ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]  --> src/application/errors.rs:4:18
[INFO] [stderr]   |
[INFO] [stderr] 4 |     FileNotFound(String),
[INFO] [stderr]   |     ------------ ^^^^^^
[INFO] [stderr]   |     |
[INFO] [stderr]   |     field in this variant
[INFO] [stderr]   |
[INFO] [stderr]   = note: `ApplicationError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]   |
[INFO] [stderr] 4 -     FileNotFound(String),
[INFO] [stderr] 4 +     FileNotFound(()),
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]  --> src/application/errors.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 |     IoError(std::io::Error),
[INFO] [stderr]   |     ------- ^^^^^^^^^^^^^^
[INFO] [stderr]   |     |
[INFO] [stderr]   |     field in this variant
[INFO] [stderr]   |
[INFO] [stderr]   = note: `ApplicationError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]   |
[INFO] [stderr] 5 -     IoError(std::io::Error),
[INFO] [stderr] 5 +     IoError(()),
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: variants `ParseError` and `InvalidRange` are never constructed
[INFO] [stderr]  --> src/application/errors.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub enum ApplicationError {
[INFO] [stderr]   |          ---------------- variants in this enum
[INFO] [stderr] ...
[INFO] [stderr] 6 |     ParseError(serde_json::Error),
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 7 |     InvalidRange(usize),
[INFO] [stderr]   |     ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `ApplicationError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: method `list` is never used
[INFO] [stderr]   --> src/application/repositories/code_file_repository.rs:14:8
[INFO] [stderr]    |
[INFO] [stderr]  6 | pub trait CodeFileRepository<FileSource>: Send + Sync
[INFO] [stderr]    |           ------------------ method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 14 |     fn list(&self) -> Result<Vec<CodeFile<FileSource>>, ApplicationError>;
[INFO] [stderr]    |        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `Mergable` is never used
[INFO] [stderr]  --> src/domain/traits/merge.rs:1:11
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub trait Mergable {
[INFO] [stderr]   |           ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `colab-engine` (bin "colab-engine" test) generated 19 warnings (run `cargo fix --bin "colab-engine" -p colab-engine --tests` to apply 13 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/colab_engine-0c49721d5553ed0a)
[INFO] [stdout] 
[INFO] [stdout] running 31 tests
[INFO] [stdout] test application::usecases::code_file_usecases::tests::test_get_code_file_not_found ... ok
[INFO] [stdout] test application::usecases::code_file_usecases::tests::test_delete_code_file_not_found ... ok
[INFO] [stdout] test application::usecases::code_file_usecases::tests::test_create_code_file ... ok
[INFO] [stdout] test domain::code_file::tests::test_code_file ... ok
[INFO] [stdout] test application::usecases::code_file_usecases::tests::test_update_code_file_not_found ... ok
[INFO] [stdout] test application::usecases::code_file_usecases::tests::test_update_code_file ... ok
[INFO] [stdout] test infrastructure::mmap_file_sys::tests::test_create_file_invalid_path ... ok
[INFO] [stdout] test infrastructure::mmap_file_sys::tests::test_create_file ... ok
[INFO] [stdout] test application::usecases::code_file_usecases::tests::test_multiple_files_isolation ... ok
[INFO] [stdout] test application::usecases::code_file_usecases::tests::test_delete_code_file ... ok
[INFO] [stdout] test infrastructure::mmap_file_sys::tests::test_get_slice_full_content ... ok
[INFO] [stdout] test infrastructure::mmap_file_sys::tests::test_create_then_delete_file ... ok
[INFO] [stdout] test infrastructure::mmap_file_sys::tests::test_get_slice ... ok
[INFO] [stdout] test infrastructure::mmap_file_sys::tests::test_create_file_already_exists ... ok
[INFO] [stdout] test infrastructure::mmap_file_sys::tests::test_delete_nonexistent_file ... ok
[INFO] [stdout] test infrastructure::mmap_file_sys::tests::test_new_with_nonexistent_file ... ok
[INFO] [stdout] test infrastructure::mmap_file_sys::tests::test_large_file ... ok
[INFO] [stdout] test infrastructure::mmap_file_sys::tests::test_delete_file_with_mmap ... ok
[INFO] [stdout] test infrastructure::mmap_file_sys::tests::test_get_content ... ok
[INFO] [stdout] test infrastructure::mmap_file_sys::tests::test_delete_file ... ok
[INFO] [stdout] test infrastructure::mmap_file_sys::tests::test_new_mmap_file_system_source ... ok
[INFO] [stdout] test domain::code_file::tests::test_code_file_set_content ... ok
[INFO] [stdout] test infrastructure::mmap_file_sys::tests::test_get_content_empty_file ... ok
[INFO] [stdout] test infrastructure::mmap_file_sys::tests::test_set_slice ... ok
[INFO] [stdout] test infrastructure::mmap_file_sys::tests::test_multiple_operations ... ok
[INFO] [stdout] test infrastructure::mmap_file_sys::tests::test_unicode_content ... ok
[INFO] [stdout] test infrastructure::mmap_file_sys::tests::test_set_content_empty ... ok
[INFO] [stdout] test infrastructure::mmap_file_sys::tests::test_set_slice_middle ... ok
[INFO] [stdout] test infrastructure::mmap_file_sys::tests::test_set_content ... ok
[INFO] [stdout] test application::usecases::code_file_usecases::tests::test_update_code_file_partial ... FAILED
[INFO] [stdout] test application::usecases::code_file_usecases::tests::test_get_code_file ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- application::usecases::code_file_usecases::tests::test_update_code_file_partial stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'application::usecases::code_file_usecases::tests::test_update_code_file_partial' (26) panicked at src/infrastructure/mmap_file_sys.rs:25:42:
[INFO] [stdout] Failed to clone MmapFileSystemSource: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d7a8aae7d3a - 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:     0x5d7a8aae7d3a - 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:     0x5d7a8aae7d3a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d7a8aae7d3a - <<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:     0x5d7a8aafbd5a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d7a8aafbd5a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5d7a8aaec652 - 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:     0x5d7a8aaec652 - <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:     0x5d7a8aac517f - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d7a8aac517f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d7a8aadf5e9 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d7a8aa6bb9c - <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:     0x5d7a8aa6bb9c - 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:     0x5d7a8aadf7a2 - <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:     0x5d7a8aadf7a2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d7a8aac5238 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5d7a8aabc9a9 - 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:     0x5d7a8aac5f4d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d7a8aafc4ac - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d7a8aafc222 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5d7a8aa47003 - <core[35159d6ffb30e017]::result::Result<colab_engine[5ae1351aa3d9e157]::infrastructure::mmap_file_sys::MmapFileSystemSource, std[ec419fa8110287d5]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5d7a8aa5130d - <colab_engine[5ae1351aa3d9e157]::infrastructure::mmap_file_sys::MmapFileSystemSource as core[35159d6ffb30e017]::clone::Clone>::clone
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/mmap_file_sys.rs:25:42
[INFO] [stdout]   22:     0x5d7a8aa59a6e - <colab_engine[5ae1351aa3d9e157]::domain::code_file::CodeFile<colab_engine[5ae1351aa3d9e157]::infrastructure::mmap_file_sys::MmapFileSystemSource> as core[35159d6ffb30e017]::clone::Clone>::clone
[INFO] [stdout]                                at /opt/rustwide/workdir/src/domain/code_file.rs:12:5
[INFO] [stdout]   23:     0x5d7a8aa478d9 - <<colab_engine[5ae1351aa3d9e157]::domain::code_file::CodeFile<colab_engine[5ae1351aa3d9e157]::infrastructure::mmap_file_sys::MmapFileSystemSource> as core[35159d6ffb30e017]::clone::Clone>::clone as core[35159d6ffb30e017]::ops::function::FnOnce<(&colab_engine[5ae1351aa3d9e157]::domain::code_file::CodeFile<colab_engine[5ae1351aa3d9e157]::infrastructure::mmap_file_sys::MmapFileSystemSource>,)>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5d7a8aa478d9 - <core[35159d6ffb30e017]::option::Option<&colab_engine[5ae1351aa3d9e157]::domain::code_file::CodeFile<colab_engine[5ae1351aa3d9e157]::infrastructure::mmap_file_sys::MmapFileSystemSource>>>::map::<colab_engine[5ae1351aa3d9e157]::domain::code_file::CodeFile<colab_engine[5ae1351aa3d9e157]::infrastructure::mmap_file_sys::MmapFileSystemSource>, <colab_engine[5ae1351aa3d9e157]::domain::code_file::CodeFile<colab_engine[5ae1351aa3d9e157]::infrastructure::mmap_file_sys::MmapFileSystemSource> as core[35159d6ffb30e017]::clone::Clone>::clone>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/option.rs:1165:29
[INFO] [stdout]   25:     0x5d7a8aa478d9 - <core[35159d6ffb30e017]::option::Option<&colab_engine[5ae1351aa3d9e157]::domain::code_file::CodeFile<colab_engine[5ae1351aa3d9e157]::infrastructure::mmap_file_sys::MmapFileSystemSource>>>::cloned
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/option.rs:2164:14
[INFO] [stdout]   26:     0x5d7a8aa5b16c - <colab_engine[5ae1351aa3d9e157]::infrastructure::persistence::in_memory_repository::InMemoryCodeFileRepository<colab_engine[5ae1351aa3d9e157]::infrastructure::mmap_file_sys::MmapFileSystemSource> as colab_engine[5ae1351aa3d9e157]::application::repositories::code_file_repository::CodeFileRepository<colab_engine[5ae1351aa3d9e157]::infrastructure::mmap_file_sys::MmapFileSystemSource>>::find_by_id
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/persistence/in_memory_repository.rs:42:14
[INFO] [stdout]   27:     0x5d7a8aa51890 - <colab_engine[5ae1351aa3d9e157]::application::usecases::code_file_usecases::CodeFileUsecasesImpl as colab_engine[5ae1351aa3d9e157]::application::usecases::code_file_usecases::CodeFileUsecases>::get_code_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/usecases/code_file_usecases.rs:83:41
[INFO] [stdout]   28:     0x5d7a8aa4f6cb - colab_engine[5ae1351aa3d9e157]::application::usecases::code_file_usecases::tests::test_update_code_file_partial
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/usecases/code_file_usecases.rs:232:37
[INFO] [stdout]   29:     0x5d7a8aa46a97 - colab_engine[5ae1351aa3d9e157]::application::usecases::code_file_usecases::tests::test_update_code_file_partial::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/usecases/code_file_usecases.rs:203:39
[INFO] [stdout]   30:     0x5d7a8aa53af6 - <colab_engine[5ae1351aa3d9e157]::application::usecases::code_file_usecases::tests::test_update_code_file_partial::{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]   31:     0x5d7a8aa5ee7b - <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]   32:     0x5d7a8aa5ee7b - 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]   33:     0x5d7a8aa6c66b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   34:     0x5d7a8aa6c66b - <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]   35:     0x5d7a8aa6c66b - 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]   36:     0x5d7a8aa6c66b - 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]   37:     0x5d7a8aa6c66b - 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]   38:     0x5d7a8aa6c66b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   39:     0x5d7a8aa6c66b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   40:     0x5d7a8aa67044 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   41:     0x5d7a8aa67044 - 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]   42:     0x5d7a8aa6f272 - 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]   43:     0x5d7a8aa6f272 - <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]   44:     0x5d7a8aa6f272 - 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]   45:     0x5d7a8aa6f272 - 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]   46:     0x5d7a8aa6f272 - 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]   47:     0x5d7a8aa6f272 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stderr] error: test failed, to rerun pass `--bin colab-engine`
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   48:     0x5d7a8aa6f272 - <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]   49:     0x5d7a8aae712f - <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]   50:     0x5d7a8aae712f - <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]   51:     0x78fd074f1aa4 - <unknown>
[INFO] [stdout]   52:     0x78fd0757ea64 - clone
[INFO] [stdout]   53:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- application::usecases::code_file_usecases::tests::test_get_code_file stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'application::usecases::code_file_usecases::tests::test_get_code_file' (21) panicked at src/infrastructure/mmap_file_sys.rs:25:42:
[INFO] [stdout] Failed to clone MmapFileSystemSource: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d7a8aae7d3a - 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:     0x5d7a8aae7d3a - 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:     0x5d7a8aae7d3a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d7a8aae7d3a - <<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:     0x5d7a8aafbd5a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d7a8aafbd5a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5d7a8aaec652 - 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:     0x5d7a8aaec652 - <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:     0x5d7a8aac517f - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d7a8aac517f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d7a8aadf5e9 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d7a8aa6bb9c - <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:     0x5d7a8aa6bb9c - 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:     0x5d7a8aadf7a2 - <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:     0x5d7a8aadf7a2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d7a8aac5238 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5d7a8aabc9a9 - 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:     0x5d7a8aac5f4d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d7a8aafc4ac - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d7a8aafc222 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5d7a8aa47003 - <core[35159d6ffb30e017]::result::Result<colab_engine[5ae1351aa3d9e157]::infrastructure::mmap_file_sys::MmapFileSystemSource, std[ec419fa8110287d5]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5d7a8aa5130d - <colab_engine[5ae1351aa3d9e157]::infrastructure::mmap_file_sys::MmapFileSystemSource as core[35159d6ffb30e017]::clone::Clone>::clone
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/mmap_file_sys.rs:25:42
[INFO] [stdout]   22:     0x5d7a8aa52012 - <colab_engine[5ae1351aa3d9e157]::application::usecases::code_file_usecases::CodeFileUsecasesImpl as colab_engine[5ae1351aa3d9e157]::application::usecases::code_file_usecases::CodeFileUsecases>::create_code_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/usecases/code_file_usecases.rs:52:81
[INFO] [stdout]   23:     0x5d7a8aa4cee5 - colab_engine[5ae1351aa3d9e157]::application::usecases::code_file_usecases::tests::test_get_code_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/usecases/code_file_usecases.rs:152:32
[INFO] [stdout]   24:     0x5d7a8aa46977 - colab_engine[5ae1351aa3d9e157]::application::usecases::code_file_usecases::tests::test_get_code_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/usecases/code_file_usecases.rs:143:28
[INFO] [stdout]   25:     0x5d7a8aa53976 - <colab_engine[5ae1351aa3d9e157]::application::usecases::code_file_usecases::tests::test_get_code_file::{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]   26:     0x5d7a8aa5ee7b - <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]   27:     0x5d7a8aa5ee7b - 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]   28:     0x5d7a8aa6c66b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   29:     0x5d7a8aa6c66b - <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]   30:     0x5d7a8aa6c66b - 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]   31:     0x5d7a8aa6c66b - 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]   32:     0x5d7a8aa6c66b - 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]   33:     0x5d7a8aa6c66b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   34:     0x5d7a8aa6c66b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   35:     0x5d7a8aa67044 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   36:     0x5d7a8aa67044 - 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]   37:     0x5d7a8aa6f272 - 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]   38:     0x5d7a8aa6f272 - <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]   39:     0x5d7a8aa6f272 - 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]   40:     0x5d7a8aa6f272 - 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]   41:     0x5d7a8aa6f272 - 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]   42:     0x5d7a8aa6f272 - 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]   43:     0x5d7a8aa6f272 - <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]   44:     0x5d7a8aae712f - <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]   45:     0x5d7a8aae712f - <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]   46:     0x78fd074f1aa4 - <unknown>
[INFO] [stdout]   47:     0x78fd0757ea64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     application::usecases::code_file_usecases::tests::test_get_code_file
[INFO] [stdout]     application::usecases::code_file_usecases::tests::test_update_code_file_partial
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 29 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c3037a7ca8a84ca87bbd4009b063811987e32ec7b325239db741e3bfc3677c44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3037a7ca8a84ca87bbd4009b063811987e32ec7b325239db741e3bfc3677c44", kill_on_drop: false }`
[INFO] [stdout] c3037a7ca8a84ca87bbd4009b063811987e32ec7b325239db741e3bfc3677c44
