[INFO] fetching crate fakeroot 0.4.1...
[INFO] testing fakeroot-0.4.1 against beta-2026-03-05 for beta-1.95-1
[INFO] extracting crate fakeroot 0.4.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate fakeroot 0.4.1
[INFO] finished tweaking crates.io crate fakeroot 0.4.1
[INFO] tweaked toml for crates.io crate fakeroot 0.4.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fakeroot 0.4.1 on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `crate_type` is deprecated in favor of `crate-type` and will not work in the 2024 edition
[INFO] [stderr] (in the `fakeroot` library target)
[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" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 126784c60b84843668a283727df4eb8cfca2b8eba96b0c5557873038579e93d4
[INFO] running `Command { std: "docker" "start" "-a" "126784c60b84843668a283727df4eb8cfca2b8eba96b0c5557873038579e93d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "126784c60b84843668a283727df4eb8cfca2b8eba96b0c5557873038579e93d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "126784c60b84843668a283727df4eb8cfca2b8eba96b0c5557873038579e93d4", kill_on_drop: false }`
[INFO] [stdout] 126784c60b84843668a283727df4eb8cfca2b8eba96b0c5557873038579e93d4
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6267c10040d5bab7eb9c8f27259df4fdda86cf8c3bf9525e26b2c117f1c1754b
[INFO] running `Command { std: "docker" "start" "-a" "6267c10040d5bab7eb9c8f27259df4fdda86cf8c3bf9525e26b2c117f1c1754b", kill_on_drop: false }`
[INFO] [stderr] warning: `crate_type` is deprecated in favor of `crate-type` and will not work in the 2024 edition
[INFO] [stderr] (in the `fakeroot` library target)
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling redhook v2.0.0
[INFO] [stderr]    Compiling fakeroot v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: mutation of an interior mutable `const` item with call to `get_or_init`
[INFO] [stdout]   --> src/lib.rs:93:27
[INFO] [stdout]    |
[INFO] [stdout] 93 |     let fake_root = match FAKEROOT_ROOT.get_or_init(get_fake_root) {
[INFO] [stdout]    |                           -------------^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           `FAKEROOT_ROOT` is a interior mutable `const` item of type `OnceCell<Result<PathBuf, Box<dyn std::error::Error>>>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: each usage of a `const` item creates a new temporary
[INFO] [stdout]    = note: only the temporaries and never the original `const FAKEROOT_ROOT` will be modified
[INFO] [stdout]    = help: for more details on interior mutability see <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stdout]    = note: `#[warn(const_item_interior_mutations)]` on by default
[INFO] [stdout] help: for a shared instance of `FAKEROOT_ROOT`, consider making it a `static` item instead
[INFO] [stdout]    |
[INFO] [stdout] 50 - const FAKEROOT_ROOT: OnceCell<Result<PathBuf, Box<dyn Error>>> = OnceCell::new();
[INFO] [stdout] 50 + static FAKEROOT_ROOT: OnceCell<Result<PathBuf, Box<dyn Error>>> = OnceCell::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: mutation of an interior mutable `const` item with call to `get_or_init`
[INFO] [stdout]    --> src/lib.rs:56:13
[INFO] [stdout]     |
[INFO] [stdout]  56 |         if *FAKEROOT_DEBUG.get_or_init(|| is_enabled(ENV_FAKEROOT_DEBUG)) {
[INFO] [stdout]     |             --------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `FAKEROOT_DEBUG` is a interior mutable `const` item of type `OnceCell<bool>`
[INFO] [stdout] ...
[INFO] [stdout] 110 |     log!("{}: {} => {}", HOOK_TAG, path_str, fake_path.display());
[INFO] [stdout]     |     ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: each usage of a `const` item creates a new temporary
[INFO] [stdout]     = note: only the temporaries and never the original `const FAKEROOT_DEBUG` will be modified
[INFO] [stdout]     = help: for more details on interior mutability see <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stdout]     = note: this warning originates in the macro `log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: for a shared instance of `FAKEROOT_DEBUG`, consider making it a `static` item instead
[INFO] [stdout]     |
[INFO] [stdout]  52 - const FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stdout]  52 + static FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: mutation of an interior mutable `const` item with call to `get_or_init`
[INFO] [stdout]    --> src/lib.rs:56:13
[INFO] [stdout]     |
[INFO] [stdout]  56 |         if *FAKEROOT_DEBUG.get_or_init(|| is_enabled(ENV_FAKEROOT_DEBUG)) {
[INFO] [stdout]     |             --------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `FAKEROOT_DEBUG` is a interior mutable `const` item of type `OnceCell<bool>`
[INFO] [stdout] ...
[INFO] [stdout] 146 |         do_hook!(open => [path], flags, mode)
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: each usage of a `const` item creates a new temporary
[INFO] [stdout]     = note: only the temporaries and never the original `const FAKEROOT_DEBUG` will be modified
[INFO] [stdout]     = help: for more details on interior mutability see <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stdout]     = note: this warning originates in the macro `log` which comes from the expansion of the macro `do_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: for a shared instance of `FAKEROOT_DEBUG`, consider making it a `static` item instead
[INFO] [stdout]     |
[INFO] [stdout]  52 - const FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stdout]  52 + static FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: mutation of an interior mutable `const` item with call to `get_or_init`
[INFO] [stdout]    --> src/lib.rs:56:13
[INFO] [stdout]     |
[INFO] [stdout]  56 |         if *FAKEROOT_DEBUG.get_or_init(|| is_enabled(ENV_FAKEROOT_DEBUG)) {
[INFO] [stdout]     |             --------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `FAKEROOT_DEBUG` is a interior mutable `const` item of type `OnceCell<bool>`
[INFO] [stdout] ...
[INFO] [stdout] 153 |         do_hook!(open64 => [path], flags, mode)
[INFO] [stdout]     |         --------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: each usage of a `const` item creates a new temporary
[INFO] [stdout]     = note: only the temporaries and never the original `const FAKEROOT_DEBUG` will be modified
[INFO] [stdout]     = help: for more details on interior mutability see <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stdout]     = note: this warning originates in the macro `log` which comes from the expansion of the macro `do_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: for a shared instance of `FAKEROOT_DEBUG`, consider making it a `static` item instead
[INFO] [stdout]     |
[INFO] [stdout]  52 - const FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stdout]  52 + static FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: mutation of an interior mutable `const` item with call to `get_or_init`
[INFO] [stdout]    --> src/lib.rs:56:13
[INFO] [stdout]     |
[INFO] [stdout]  56 |         if *FAKEROOT_DEBUG.get_or_init(|| is_enabled(ENV_FAKEROOT_DEBUG)) {
[INFO] [stdout]     |             --------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `FAKEROOT_DEBUG` is a interior mutable `const` item of type `OnceCell<bool>`
[INFO] [stdout] ...
[INFO] [stdout] 160 |         do_hook!(fopen => [path], mode)
[INFO] [stdout]     |         ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: each usage of a `const` item creates a new temporary
[INFO] [stdout]     = note: only the temporaries and never the original `const FAKEROOT_DEBUG` will be modified
[INFO] [stdout]     = help: for more details on interior mutability see <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stdout]     = note: this warning originates in the macro `log` which comes from the expansion of the macro `do_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: for a shared instance of `FAKEROOT_DEBUG`, consider making it a `static` item instead
[INFO] [stdout]     |
[INFO] [stdout]  52 - const FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stdout]  52 + static FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: mutation of an interior mutable `const` item with call to `get_or_init`
[INFO] [stdout]    --> src/lib.rs:56:13
[INFO] [stdout]     |
[INFO] [stdout]  56 |         if *FAKEROOT_DEBUG.get_or_init(|| is_enabled(ENV_FAKEROOT_DEBUG)) {
[INFO] [stdout]     |             --------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `FAKEROOT_DEBUG` is a interior mutable `const` item of type `OnceCell<bool>`
[INFO] [stdout] ...
[INFO] [stdout] 167 |         do_hook!(opendir if is_enabled(ENV_FAKEROOT_DIRS) => [path])
[INFO] [stdout]     |         ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: each usage of a `const` item creates a new temporary
[INFO] [stdout]     = note: only the temporaries and never the original `const FAKEROOT_DEBUG` will be modified
[INFO] [stdout]     = help: for more details on interior mutability see <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stdout]     = note: this warning originates in the macro `log` which comes from the expansion of the macro `do_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: for a shared instance of `FAKEROOT_DEBUG`, consider making it a `static` item instead
[INFO] [stdout]     |
[INFO] [stdout]  52 - const FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stdout]  52 + static FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
[INFO] running `Command { std: "docker" "inspect" "6267c10040d5bab7eb9c8f27259df4fdda86cf8c3bf9525e26b2c117f1c1754b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6267c10040d5bab7eb9c8f27259df4fdda86cf8c3bf9525e26b2c117f1c1754b", kill_on_drop: false }`
[INFO] [stdout] 6267c10040d5bab7eb9c8f27259df4fdda86cf8c3bf9525e26b2c117f1c1754b
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 944668ac98777b96df4cdb918079e4d0ccd0c1ed98009a4990b239bbe86540cb
[INFO] running `Command { std: "docker" "start" "-a" "944668ac98777b96df4cdb918079e4d0ccd0c1ed98009a4990b239bbe86540cb", kill_on_drop: false }`
[INFO] [stderr] warning: `crate_type` is deprecated in favor of `crate-type` and will not work in the 2024 edition
[INFO] [stderr] (in the `fakeroot` library target)
[INFO] [stderr]    Compiling fakeroot v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: mutation of an interior mutable `const` item with call to `get_or_init`
[INFO] [stdout]   --> src/lib.rs:93:27
[INFO] [stdout]    |
[INFO] [stdout] 93 |     let fake_root = match FAKEROOT_ROOT.get_or_init(get_fake_root) {
[INFO] [stdout]    |                           -------------^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           `FAKEROOT_ROOT` is a interior mutable `const` item of type `OnceCell<Result<PathBuf, Box<dyn std::error::Error>>>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: each usage of a `const` item creates a new temporary
[INFO] [stdout]    = note: only the temporaries and never the original `const FAKEROOT_ROOT` will be modified
[INFO] [stdout]    = help: for more details on interior mutability see <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stdout]    = note: `#[warn(const_item_interior_mutations)]` on by default
[INFO] [stdout] help: for a shared instance of `FAKEROOT_ROOT`, consider making it a `static` item instead
[INFO] [stdout]    |
[INFO] [stdout] 50 - const FAKEROOT_ROOT: OnceCell<Result<PathBuf, Box<dyn Error>>> = OnceCell::new();
[INFO] [stdout] 50 + static FAKEROOT_ROOT: OnceCell<Result<PathBuf, Box<dyn Error>>> = OnceCell::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: mutation of an interior mutable `const` item with call to `get_or_init`
[INFO] [stdout]    --> src/lib.rs:56:13
[INFO] [stdout]     |
[INFO] [stdout]  56 |         if *FAKEROOT_DEBUG.get_or_init(|| is_enabled(ENV_FAKEROOT_DEBUG)) {
[INFO] [stdout]     |             --------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `FAKEROOT_DEBUG` is a interior mutable `const` item of type `OnceCell<bool>`
[INFO] [stdout] ...
[INFO] [stdout] 110 |     log!("{}: {} => {}", HOOK_TAG, path_str, fake_path.display());
[INFO] [stdout]     |     ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: each usage of a `const` item creates a new temporary
[INFO] [stdout]     = note: only the temporaries and never the original `const FAKEROOT_DEBUG` will be modified
[INFO] [stdout]     = help: for more details on interior mutability see <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stdout]     = note: this warning originates in the macro `log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: for a shared instance of `FAKEROOT_DEBUG`, consider making it a `static` item instead
[INFO] [stdout]     |
[INFO] [stdout]  52 - const FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stdout]  52 + static FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: mutation of an interior mutable `const` item with call to `get_or_init`
[INFO] [stdout]    --> src/lib.rs:56:13
[INFO] [stdout]     |
[INFO] [stdout]  56 |         if *FAKEROOT_DEBUG.get_or_init(|| is_enabled(ENV_FAKEROOT_DEBUG)) {
[INFO] [stdout]     |             --------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `FAKEROOT_DEBUG` is a interior mutable `const` item of type `OnceCell<bool>`
[INFO] [stdout] ...
[INFO] [stdout] 146 |         do_hook!(open => [path], flags, mode)
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: each usage of a `const` item creates a new temporary
[INFO] [stdout]     = note: only the temporaries and never the original `const FAKEROOT_DEBUG` will be modified
[INFO] [stdout]     = help: for more details on interior mutability see <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stdout]     = note: this warning originates in the macro `log` which comes from the expansion of the macro `do_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: for a shared instance of `FAKEROOT_DEBUG`, consider making it a `static` item instead
[INFO] [stdout]     |
[INFO] [stdout]  52 - const FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stdout]  52 + static FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: mutation of an interior mutable `const` item with call to `get_or_init`
[INFO] [stdout]    --> src/lib.rs:56:13
[INFO] [stdout]     |
[INFO] [stdout]  56 |         if *FAKEROOT_DEBUG.get_or_init(|| is_enabled(ENV_FAKEROOT_DEBUG)) {
[INFO] [stdout]     |             --------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `FAKEROOT_DEBUG` is a interior mutable `const` item of type `OnceCell<bool>`
[INFO] [stdout] ...
[INFO] [stdout] 153 |         do_hook!(open64 => [path], flags, mode)
[INFO] [stdout]     |         --------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: each usage of a `const` item creates a new temporary
[INFO] [stdout]     = note: only the temporaries and never the original `const FAKEROOT_DEBUG` will be modified
[INFO] [stdout]     = help: for more details on interior mutability see <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stdout]     = note: this warning originates in the macro `log` which comes from the expansion of the macro `do_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: for a shared instance of `FAKEROOT_DEBUG`, consider making it a `static` item instead
[INFO] [stdout]     |
[INFO] [stdout]  52 - const FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stdout]  52 + static FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: mutation of an interior mutable `const` item with call to `get_or_init`
[INFO] [stdout]    --> src/lib.rs:56:13
[INFO] [stdout]     |
[INFO] [stdout]  56 |         if *FAKEROOT_DEBUG.get_or_init(|| is_enabled(ENV_FAKEROOT_DEBUG)) {
[INFO] [stdout]     |             --------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `FAKEROOT_DEBUG` is a interior mutable `const` item of type `OnceCell<bool>`
[INFO] [stdout] ...
[INFO] [stdout] 160 |         do_hook!(fopen => [path], mode)
[INFO] [stdout]     |         ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: each usage of a `const` item creates a new temporary
[INFO] [stdout]     = note: only the temporaries and never the original `const FAKEROOT_DEBUG` will be modified
[INFO] [stdout]     = help: for more details on interior mutability see <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stdout]     = note: this warning originates in the macro `log` which comes from the expansion of the macro `do_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: for a shared instance of `FAKEROOT_DEBUG`, consider making it a `static` item instead
[INFO] [stdout]     |
[INFO] [stdout]  52 - const FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stdout]  52 + static FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: mutation of an interior mutable `const` item with call to `get_or_init`
[INFO] [stdout]    --> src/lib.rs:56:13
[INFO] [stdout]     |
[INFO] [stdout]  56 |         if *FAKEROOT_DEBUG.get_or_init(|| is_enabled(ENV_FAKEROOT_DEBUG)) {
[INFO] [stdout]     |             --------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `FAKEROOT_DEBUG` is a interior mutable `const` item of type `OnceCell<bool>`
[INFO] [stdout] ...
[INFO] [stdout] 167 |         do_hook!(opendir if is_enabled(ENV_FAKEROOT_DIRS) => [path])
[INFO] [stdout]     |         ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: each usage of a `const` item creates a new temporary
[INFO] [stdout]     = note: only the temporaries and never the original `const FAKEROOT_DEBUG` will be modified
[INFO] [stdout]     = help: for more details on interior mutability see <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stdout]     = note: this warning originates in the macro `log` which comes from the expansion of the macro `do_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: for a shared instance of `FAKEROOT_DEBUG`, consider making it a `static` item instead
[INFO] [stdout]     |
[INFO] [stdout]  52 - const FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stdout]  52 + static FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.71s
[INFO] running `Command { std: "docker" "inspect" "944668ac98777b96df4cdb918079e4d0ccd0c1ed98009a4990b239bbe86540cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "944668ac98777b96df4cdb918079e4d0ccd0c1ed98009a4990b239bbe86540cb", kill_on_drop: false }`
[INFO] [stdout] 944668ac98777b96df4cdb918079e4d0ccd0c1ed98009a4990b239bbe86540cb
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a123ef3d308d8866de22844194e1228d9042a446963e8482f1e9806bf07f8dc0
[INFO] running `Command { std: "docker" "start" "-a" "a123ef3d308d8866de22844194e1228d9042a446963e8482f1e9806bf07f8dc0", kill_on_drop: false }`
[INFO] [stderr] warning: `crate_type` is deprecated in favor of `crate-type` and will not work in the 2024 edition
[INFO] [stderr] (in the `fakeroot` library target)
[INFO] [stderr] warning: mutation of an interior mutable `const` item with call to `get_or_init`
[INFO] [stderr]   --> src/lib.rs:93:27
[INFO] [stderr]    |
[INFO] [stderr] 93 |     let fake_root = match FAKEROOT_ROOT.get_or_init(get_fake_root) {
[INFO] [stderr]    |                           -------------^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                           |
[INFO] [stderr]    |                           `FAKEROOT_ROOT` is a interior mutable `const` item of type `OnceCell<Result<PathBuf, Box<dyn std::error::Error>>>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: each usage of a `const` item creates a new temporary
[INFO] [stderr]    = note: only the temporaries and never the original `const FAKEROOT_ROOT` will be modified
[INFO] [stderr]    = help: for more details on interior mutability see <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stderr]    = note: `#[warn(const_item_interior_mutations)]` on by default
[INFO] [stderr] help: for a shared instance of `FAKEROOT_ROOT`, consider making it a `static` item instead
[INFO] [stderr]    |
[INFO] [stderr] 50 - const FAKEROOT_ROOT: OnceCell<Result<PathBuf, Box<dyn Error>>> = OnceCell::new();
[INFO] [stderr] 50 + static FAKEROOT_ROOT: OnceCell<Result<PathBuf, Box<dyn Error>>> = OnceCell::new();
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: mutation of an interior mutable `const` item with call to `get_or_init`
[INFO] [stderr]    --> src/lib.rs:56:13
[INFO] [stderr]     |
[INFO] [stderr]  56 |         if *FAKEROOT_DEBUG.get_or_init(|| is_enabled(ENV_FAKEROOT_DEBUG)) {
[INFO] [stderr]     |             --------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             `FAKEROOT_DEBUG` is a interior mutable `const` item of type `OnceCell<bool>`
[INFO] [stderr] ...
[INFO] [stderr] 110 |     log!("{}: {} => {}", HOOK_TAG, path_str, fake_path.display());
[INFO] [stderr]     |     ------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: each usage of a `const` item creates a new temporary
[INFO] [stderr]     = note: only the temporaries and never the original `const FAKEROOT_DEBUG` will be modified
[INFO] [stderr]     = help: for more details on interior mutability see <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stderr]     = note: this warning originates in the macro `log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: for a shared instance of `FAKEROOT_DEBUG`, consider making it a `static` item instead
[INFO] [stderr]     |
[INFO] [stderr]  52 - const FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stderr]  52 + static FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: mutation of an interior mutable `const` item with call to `get_or_init`
[INFO] [stderr]    --> src/lib.rs:56:13
[INFO] [stderr]     |
[INFO] [stderr]  56 |         if *FAKEROOT_DEBUG.get_or_init(|| is_enabled(ENV_FAKEROOT_DEBUG)) {
[INFO] [stderr]     |             --------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             `FAKEROOT_DEBUG` is a interior mutable `const` item of type `OnceCell<bool>`
[INFO] [stderr] ...
[INFO] [stderr] 146 |         do_hook!(open => [path], flags, mode)
[INFO] [stderr]     |         ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: each usage of a `const` item creates a new temporary
[INFO] [stderr]     = note: only the temporaries and never the original `const FAKEROOT_DEBUG` will be modified
[INFO] [stderr]     = help: for more details on interior mutability see <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stderr]     = note: this warning originates in the macro `log` which comes from the expansion of the macro `do_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: for a shared instance of `FAKEROOT_DEBUG`, consider making it a `static` item instead
[INFO] [stderr]     |
[INFO] [stderr]  52 - const FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stderr]  52 + static FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: mutation of an interior mutable `const` item with call to `get_or_init`
[INFO] [stderr]    --> src/lib.rs:56:13
[INFO] [stderr]     |
[INFO] [stderr]  56 |         if *FAKEROOT_DEBUG.get_or_init(|| is_enabled(ENV_FAKEROOT_DEBUG)) {
[INFO] [stderr]     |             --------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             `FAKEROOT_DEBUG` is a interior mutable `const` item of type `OnceCell<bool>`
[INFO] [stderr] ...
[INFO] [stderr] 153 |         do_hook!(open64 => [path], flags, mode)
[INFO] [stderr]     |         --------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: each usage of a `const` item creates a new temporary
[INFO] [stderr]     = note: only the temporaries and never the original `const FAKEROOT_DEBUG` will be modified
[INFO] [stderr]     = help: for more details on interior mutability see <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stderr]     = note: this warning originates in the macro `log` which comes from the expansion of the macro `do_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: for a shared instance of `FAKEROOT_DEBUG`, consider making it a `static` item instead
[INFO] [stderr]     |
[INFO] [stderr]  52 - const FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stderr]  52 + static FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: mutation of an interior mutable `const` item with call to `get_or_init`
[INFO] [stderr]    --> src/lib.rs:56:13
[INFO] [stderr]     |
[INFO] [stderr]  56 |         if *FAKEROOT_DEBUG.get_or_init(|| is_enabled(ENV_FAKEROOT_DEBUG)) {
[INFO] [stderr]     |             --------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             `FAKEROOT_DEBUG` is a interior mutable `const` item of type `OnceCell<bool>`
[INFO] [stderr] ...
[INFO] [stderr] 160 |         do_hook!(fopen => [path], mode)
[INFO] [stderr]     |         ------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: each usage of a `const` item creates a new temporary
[INFO] [stderr]     = note: only the temporaries and never the original `const FAKEROOT_DEBUG` will be modified
[INFO] [stderr]     = help: for more details on interior mutability see <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stderr]     = note: this warning originates in the macro `log` which comes from the expansion of the macro `do_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: for a shared instance of `FAKEROOT_DEBUG`, consider making it a `static` item instead
[INFO] [stderr]     |
[INFO] [stderr]  52 - const FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stderr]  52 + static FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: mutation of an interior mutable `const` item with call to `get_or_init`
[INFO] [stderr]    --> src/lib.rs:56:13
[INFO] [stderr]     |
[INFO] [stderr]  56 |         if *FAKEROOT_DEBUG.get_or_init(|| is_enabled(ENV_FAKEROOT_DEBUG)) {
[INFO] [stderr]     |             --------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             `FAKEROOT_DEBUG` is a interior mutable `const` item of type `OnceCell<bool>`
[INFO] [stderr] ...
[INFO] [stderr] 167 |         do_hook!(opendir if is_enabled(ENV_FAKEROOT_DIRS) => [path])
[INFO] [stderr]     |         ------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: each usage of a `const` item creates a new temporary
[INFO] [stderr]     = note: only the temporaries and never the original `const FAKEROOT_DEBUG` will be modified
[INFO] [stderr]     = help: for more details on interior mutability see <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stderr]     = note: this warning originates in the macro `log` which comes from the expansion of the macro `do_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: for a shared instance of `FAKEROOT_DEBUG`, consider making it a `static` item instead
[INFO] [stderr]     |
[INFO] [stderr]  52 - const FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stderr]  52 + static FAKEROOT_DEBUG: OnceCell<bool> = OnceCell::new();
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `fakeroot` (lib test) generated 6 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fakeroot-680b7783ea467e40)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test tests::test_is_enabled ... ok
[INFO] [stdout] test tests::all ... ok
[INFO] [stdout] test tests::dir ... ok
[INFO] [stdout] test tests::debug ... ok
[INFO] [stdout] test tests::simple ... ok
[INFO] [stdout] test tests::all_unset - should panic ... FAILED
[INFO] [stdout] test tests::fopen ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::all_unset stdout ----
[INFO] [stdout] note: test did not panic as expected at src/lib.rs:367:9
[INFO] [stdout] ---- tests::fopen stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::fopen' (29) panicked at src/lib.rs:356:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "not 1"
[INFO] [stdout]  right: "1"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5fb548a0b6da - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5fb548a0b6da - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5fb548a0b6da - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5fb548a0b6da - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5fb548a1f85a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5fb548a1f85a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5fb548a102b2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5fb548a102b2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5fb5489e877f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5fb5489e877f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5fb548a02c89 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5fb54899e32c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5fb54899e32c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5fb548a02e42 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5fb548a02e42 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5fb5489e8838 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5fb5489dfe79 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5fb5489e970d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5fb548a2008c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5fb548a1ff83 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5fb54897d538 - core::panicking::assert_failed::h145c7ce356333861
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5fb54898d464 - fakeroot::tests::fopen::{{closure}}::ha92fa35161b615dc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:356:9
[INFO] [stdout]   22:     0x5fb54898c79f - fakeroot::tests::fopen::h1cb44e2d136d24eb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:287:17
[INFO] [stdout]   23:     0x5fb54898c8b7 - fakeroot::tests::fopen::{{closure}}::h4c04f7c616a8910e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:280:23
[INFO] [stdout]   24:     0x5fb548984f56 - core::ops::function::FnOnce::call_once::h832493038a14e175
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5fb54899240b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5fb54899240b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x5fb54899edfb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x5fb54899edfb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x5fb54899edfb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   30:     0x5fb54899edfb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x5fb54899edfb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5fb54899edfb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x5fb54899edfb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x5fb54899a514 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x5fb54899a514 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   36:     0x5fb5489a1a02 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   37:     0x5fb5489a1a02 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x5fb5489a1a02 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   39:     0x5fb5489a1a02 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x5fb5489a1a02 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5fb5489a1a02 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   42:     0x5fb5489a1a02 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5fb548a0a7cf - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   44:     0x5fb548a0a7cf - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   45:     0x716a2e73caa4 - <unknown>
[INFO] [stdout]   46:     0x716a2e7c9a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::all_unset
[INFO] [stdout]     tests::fopen
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a123ef3d308d8866de22844194e1228d9042a446963e8482f1e9806bf07f8dc0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a123ef3d308d8866de22844194e1228d9042a446963e8482f1e9806bf07f8dc0", kill_on_drop: false }`
[INFO] [stdout] a123ef3d308d8866de22844194e1228d9042a446963e8482f1e9806bf07f8dc0
