[INFO] fetching crate rivia 0.2.10...
[INFO] testing rivia-0.2.10 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate rivia 0.2.10 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate rivia 0.2.10
[INFO] finished tweaking crates.io crate rivia 0.2.10
[INFO] tweaked toml for crates.io crate rivia 0.2.10 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rivia 0.2.10 on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rivia 0.2.10 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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] de7316db4a531f914f3392efe4a0b685bb79fae09294c5d0e147f70a27234772
[INFO] running `Command { std: "docker" "start" "-a" "de7316db4a531f914f3392efe4a0b685bb79fae09294c5d0e147f70a27234772", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "de7316db4a531f914f3392efe4a0b685bb79fae09294c5d0e147f70a27234772", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de7316db4a531f914f3392efe4a0b685bb79fae09294c5d0e147f70a27234772", kill_on_drop: false }`
[INFO] [stdout] de7316db4a531f914f3392efe4a0b685bb79fae09294c5d0e147f70a27234772
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a50b309192c10ad7e3f54152666e3db135c65993d9f19ef46a80773a41f0afd4
[INFO] running `Command { std: "docker" "start" "-a" "a50b309192c10ad7e3f54152666e3db135c65993d9f19ef46a80773a41f0afd4", kill_on_drop: false }`
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling nix v0.23.2
[INFO] [stderr]    Compiling rivia v0.2.10 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/sys/fs/memfs/vfs.rs:152:30
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub(crate) fn read_guard(&self) -> MemfsGuard {
[INFO] [stdout]     |                              ^^^^^     ---------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub(crate) fn read_guard(&self) -> MemfsGuard<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/sys/fs/memfs/vfs.rs:157:31
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub(crate) fn write_guard(&self) -> MemfsGuard {
[INFO] [stdout]     |                               ^^^^^     ---------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub(crate) fn write_guard(&self) -> MemfsGuard<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s
[INFO] running `Command { std: "docker" "inspect" "a50b309192c10ad7e3f54152666e3db135c65993d9f19ef46a80773a41f0afd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a50b309192c10ad7e3f54152666e3db135c65993d9f19ef46a80773a41f0afd4", kill_on_drop: false }`
[INFO] [stdout] a50b309192c10ad7e3f54152666e3db135c65993d9f19ef46a80773a41f0afd4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 56e36dfa7a347947e78df3121e280be14326d3048260b0b58854c3dc796942d6
[INFO] running `Command { std: "docker" "start" "-a" "56e36dfa7a347947e78df3121e280be14326d3048260b0b58854c3dc796942d6", kill_on_drop: false }`
[INFO] [stderr]    Compiling rivia v0.2.10 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/sys/fs/memfs/vfs.rs:152:30
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub(crate) fn read_guard(&self) -> MemfsGuard {
[INFO] [stdout]     |                              ^^^^^     ---------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub(crate) fn read_guard(&self) -> MemfsGuard<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/sys/fs/memfs/vfs.rs:157:31
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub(crate) fn write_guard(&self) -> MemfsGuard {
[INFO] [stdout]     |                               ^^^^^     ---------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub(crate) fn write_guard(&self) -> MemfsGuard<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/core/string.rs:202:26
[INFO] [stdout]     |
[INFO] [stdout] 202 |         assert_eq!("foo".trim_suffix("boo"), "foo"); // no change
[INFO] [stdout]     |                          ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `core::string::StringExt::trim_suffix(...)` to keep using the current method
[INFO] [stdout]     = note: `#[warn(unstable_name_collisions)]` on by default
[INFO] [stdout] help: add `#![feature(trim_prefix_suffix)]` to the crate attributes to enable `core::str::<impl str>::trim_suffix`
[INFO] [stdout]    --> src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout] 61  + #![feature(trim_prefix_suffix)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/core/string.rs:203:26
[INFO] [stdout]     |
[INFO] [stdout] 203 |         assert_eq!("foo".trim_suffix("oo"), "f");
[INFO] [stdout]     |                          ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `core::string::StringExt::trim_suffix(...)` to keep using the current method
[INFO] [stdout] help: add `#![feature(trim_prefix_suffix)]` to the crate attributes to enable `core::str::<impl str>::trim_suffix`
[INFO] [stdout]    --> src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout] 61  + #![feature(trim_prefix_suffix)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/core/string.rs:204:26
[INFO] [stdout]     |
[INFO] [stdout] 204 |         assert_eq!("ƒoo".trim_suffix("o"), "ƒo"); // fancy f!
[INFO] [stdout]     |                          ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `core::string::StringExt::trim_suffix(...)` to keep using the current method
[INFO] [stdout] help: add `#![feature(trim_prefix_suffix)]` to the crate attributes to enable `core::str::<impl str>::trim_suffix`
[INFO] [stdout]    --> src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout] 61  + #![feature(trim_prefix_suffix)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/sys/fs/memfs/vfs.rs:152:30
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub(crate) fn read_guard(&self) -> MemfsGuard {
[INFO] [stdout]     |                              ^^^^^     ---------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub(crate) fn read_guard(&self) -> MemfsGuard<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/sys/fs/memfs/vfs.rs:157:31
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub(crate) fn write_guard(&self) -> MemfsGuard {
[INFO] [stdout]     |                               ^^^^^     ---------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub(crate) fn write_guard(&self) -> MemfsGuard<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 41.45s
[INFO] running `Command { std: "docker" "inspect" "56e36dfa7a347947e78df3121e280be14326d3048260b0b58854c3dc796942d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56e36dfa7a347947e78df3121e280be14326d3048260b0b58854c3dc796942d6", kill_on_drop: false }`
[INFO] [stdout] 56e36dfa7a347947e78df3121e280be14326d3048260b0b58854c3dc796942d6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 739a0075f03267e8dcecdf24508e8f8bba67fa217f4c16a2e5eb630f07997c3e
[INFO] running `Command { std: "docker" "start" "-a" "739a0075f03267e8dcecdf24508e8f8bba67fa217f4c16a2e5eb630f07997c3e", kill_on_drop: false }`
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/sys/fs/memfs/vfs.rs:152:30
[INFO] [stderr]     |
[INFO] [stderr] 152 |     pub(crate) fn read_guard(&self) -> MemfsGuard {
[INFO] [stderr]     |                              ^^^^^     ---------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                              |
[INFO] [stderr]     |                              this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 152 |     pub(crate) fn read_guard(&self) -> MemfsGuard<'_> {
[INFO] [stderr]     |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/sys/fs/memfs/vfs.rs:157:31
[INFO] [stderr]     |
[INFO] [stderr] 157 |     pub(crate) fn write_guard(&self) -> MemfsGuard {
[INFO] [stderr]     |                               ^^^^^     ---------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                               |
[INFO] [stderr]     |                               this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 157 |     pub(crate) fn write_guard(&self) -> MemfsGuard<'_> {
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/core/string.rs:202:26
[INFO] [stderr]     |
[INFO] [stderr] 202 |         assert_eq!("foo".trim_suffix("boo"), "foo"); // no change
[INFO] [stderr]     |                          ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `core::string::StringExt::trim_suffix(...)` to keep using the current method
[INFO] [stderr]     = note: `#[warn(unstable_name_collisions)]` on by default
[INFO] [stderr] help: add `#![feature(trim_prefix_suffix)]` to the crate attributes to enable `core::str::<impl str>::trim_suffix`
[INFO] [stderr]    --> src/lib.rs:61:1
[INFO] [stderr]     |
[INFO] [stderr] 61  + #![feature(trim_prefix_suffix)]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/core/string.rs:203:26
[INFO] [stderr]     |
[INFO] [stderr] 203 |         assert_eq!("foo".trim_suffix("oo"), "f");
[INFO] [stderr]     |                          ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `core::string::StringExt::trim_suffix(...)` to keep using the current method
[INFO] [stderr] help: add `#![feature(trim_prefix_suffix)]` to the crate attributes to enable `core::str::<impl str>::trim_suffix`
[INFO] [stderr]    --> src/lib.rs:61:1
[INFO] [stderr]     |
[INFO] [stderr] 61  + #![feature(trim_prefix_suffix)]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/core/string.rs:204:26
[INFO] [stderr]     |
[INFO] [stderr] 204 |         assert_eq!("ƒoo".trim_suffix("o"), "ƒo"); // fancy f!
[INFO] [stderr]     |                          ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `core::string::StringExt::trim_suffix(...)` to keep using the current method
[INFO] [stderr] help: add `#![feature(trim_prefix_suffix)]` to the crate attributes to enable `core::str::<impl str>::trim_suffix`
[INFO] [stderr]    --> src/lib.rs:61:1
[INFO] [stderr]     |
[INFO] [stderr] 61  + #![feature(trim_prefix_suffix)]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `rivia` (lib) generated 2 warnings
[INFO] [stderr] warning: `rivia` (lib test) generated 5 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rivia-83d983b21cd210fd)
[INFO] [stdout] 
[INFO] [stdout] running 225 tests
[INFO] [stdout] test core::iter::tests::test_first_result ... ok
[INFO] [stdout] test core::iter::tests::test_last_result ... ok
[INFO] [stdout] test core::defer::tests::test_defer_actually_waits_until_scope_closes_end ... ok
[INFO] [stdout] test core::iter::tests::test_first ... ok
[INFO] [stdout] test core::iter::tests::test_single ... ok
[INFO] [stdout] test core::iter::tests::test_slice ... ok
[INFO] [stdout] test core::iter::tests::test_consume ... ok
[INFO] [stdout] test core::iter::tests::test_drop ... ok
[INFO] [stdout] test core::iter::tests::test_some ... ok
[INFO] [stdout] test core::option::tests::test_has ... ok
[INFO] [stdout] test core::peekable::tests::test_peekable_debug ... ok
[INFO] [stdout] test core::peekable::tests::test_take_while_p_should_keep_first_false ... ok
[INFO] [stdout] test core::string::tests::test_osstr_to_string ... ok
[INFO] [stdout] test core::string::tests::test_path_to_string ... ok
[INFO] [stdout] test core::string::tests::test_str_size ... ok
[INFO] [stdout] test core::string::tests::test_str_to_bool ... ok
[INFO] [stdout] test core::string::tests::test_str_trim_suffix ... ok
[INFO] [stdout] test core::string::tests::test_string_size ... ok
[INFO] [stdout] test core::string::tests::test_string_trim_suffix ... ok
[INFO] [stdout] test core::tests::test_function_fqn_macro ... ok
[INFO] [stdout] test core::tests::test_function_macro ... ok
[INFO] [stdout] test core::tests::test_trying_macro ... ok
[INFO] [stdout] test errors::core::tests::test_errors ... ok
[INFO] [stdout] test errors::file::tests::test_file_errors ... ok
[INFO] [stdout] test errors::iter::tests::test_backtrace ... ok
[INFO] [stdout] test errors::iter::tests::test_mutually_exclusive_indices ... ok
[INFO] [stdout] test errors::file::tests::test_downcast ... ok
[INFO] [stdout] test errors::path::tests::test_as_ref ... ok
[INFO] [stdout] test errors::path::tests::test_backtrace ... ok
[INFO] [stdout] test errors::path::tests::test_parent_not_found ... ok
[INFO] [stdout] test errors::string::tests::test_errors ... ok
[INFO] [stdout] test errors::tests::test_downcast_ref ... ok
[INFO] [stdout] test errors::iter::tests::test_multiple_items_found ... ok
[INFO] [stdout] test errors::iter::tests::test_item_not_found ... ok
[INFO] [stdout] test errors::path::tests::test_other_errors ... ok
[INFO] [stdout] test core::string::tests::test_component_to_string ... ok
[INFO] [stdout] test errors::tests::test_is ... ok
[INFO] [stdout] test errors::user::tests::test_errors ... ok
[INFO] [stdout] test errors::vfs::tests::test_downcast ... ok
[INFO] [stdout] test errors::path::tests::test_new_path_empty ... ok
[INFO] [stdout] test errors::file::tests::test_as_ref ... ok
[INFO] [stdout] test errors::vfs::tests::test_as_ref ... ok
[INFO] [stdout] test sys::fs::chmod::tests::test_vfs_chmod_symbolic ... ok
[INFO] [stdout] test errors::tests::test_error ... ok
[INFO] [stdout] test errors::vfs::tests::test_vfs_errors ... ok
[INFO] [stdout] test sys::fs::chmod::tests::test_revoking_mode ... ok
[INFO] [stdout] test sys::fs::entries::tests::test_entries_debug ... ok
[INFO] [stdout] test core::string::tests::test_string_to_bool ... ok
[INFO] [stdout] test sys::fs::chmod::tests::test_vfs_chmod_follow ... FAILED
[INFO] [stdout] test core::defer::tests::test_defer_fires_even_with_panic ... ok
[INFO] [stdout] test sys::fs::chown::tests::test_vfs_chown_follow ... FAILED
[INFO] [stdout] test sys::fs::copy::tests::test_vfs_copy_errors ... FAILED
[INFO] [stdout] test sys::fs::entries::tests::test_vfs_depth ... FAILED
[INFO] [stdout] test sys::fs::copy::tests::test_vfs_copy_dir ... FAILED
[INFO] [stdout] test sys::fs::copy::tests::test_vfs_copy_chmod ... FAILED
[INFO] [stdout] test sys::fs::chmod::tests::test_vfs_chmod ... FAILED
[INFO] [stdout] test core::iter::tests::test_eq ... ok
[INFO] [stdout] test sys::fs::chown::tests::test_vfs_chown ... FAILED
[INFO] [stdout] test sys::fs::copy::tests::test_vfs_copy_file ... FAILED
[INFO] [stdout] test sys::fs::chmod::tests::test_vfs_chmod_recurse ... FAILED
[INFO] [stdout] test sys::fs::chmod::tests::test_vfs_chmod_b_symbolic ... FAILED
[INFO] [stdout] test sys::fs::copy::tests::test_vfs_copy_follow ... FAILED
[INFO] [stdout] test sys::fs::entries::tests::test_vfs_contents_first ... FAILED
[INFO] [stdout] test sys::fs::chmod::tests::test_vfs_chmod_b ... FAILED
[INFO] [stdout] test sys::fs::entries::tests::test_vfs_dirs ... FAILED
[INFO] [stdout] test sys::fs::entries::tests::test_vfs_follow ... FAILED
[INFO] [stdout] test sys::fs::entries::tests::test_vfs_loop_detection ... FAILED
[INFO] [stdout] test sys::fs::entries::tests::test_vfs_multiple ... FAILED
[INFO] [stdout] test sys::fs::entries::tests::test_vfs_files ... FAILED
[INFO] [stdout] test sys::fs::entries::tests::test_vfs_filter ... FAILED
[INFO] [stdout] test sys::fs::entries::tests::test_vfs_single ... FAILED
[INFO] [stdout] test sys::fs::entry::tests::test_vfs_entry_is_symlink ... FAILED
[INFO] [stdout] test sys::fs::entry::tests::test_vfs_entry_is_dir ... FAILED
[INFO] [stdout] test sys::fs::entry::tests::test_vfs_entry_is_symlink_dir ... FAILED
[INFO] [stdout] test sys::fs::entry::tests::test_vfs_entry_upcast ... FAILED
[INFO] [stdout] test sys::fs::entry_iter::tests::test_entry_follow ... ok
[INFO] [stdout] test sys::fs::entries::tests::test_vfs_sort ... FAILED
[INFO] [stdout] test sys::fs::entries::tests::test_vfs_max_descriptors ... FAILED
[INFO] [stdout] test sys::fs::entry::tests::test_vfs_entry_is_file ... FAILED
[INFO] [stdout] test sys::fs::entry::tests::test_vfs_entry_follow ... FAILED
[INFO] [stdout] test sys::fs::entry::tests::test_vfs_entry_is_readonly ... FAILED
[INFO] [stdout] test sys::fs::entry::tests::test_vfs_entry_alt_rel ... FAILED
[INFO] [stdout] test sys::fs::entry::tests::test_vfs_entry_is_symlink_file ... FAILED
[INFO] [stdout] test sys::fs::entry_iter::tests::test_entry_iter_error ... ok
[INFO] [stdout] test sys::fs::entry_iter::tests::test_entry_iter_dirs_first ... ok
[INFO] [stdout] test sys::fs::entry_iter::tests::test_entry_sort ... ok
[INFO] [stdout] test sys::fs::memfs::entry::tests::test_dir ... ok
[INFO] [stdout] test sys::fs::memfs::entry::tests::test_follow ... ok
[INFO] [stdout] test sys::fs::memfs::entry::tests::test_file ... ok
[INFO] [stdout] test sys::fs::memfs::entry::tests::test_uid ... ok
[INFO] [stdout] test sys::fs::memfs::file::tests::test_read_write_seek_len ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_abs ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_all_paths ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_append_all ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_append_line ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_append ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_all_files ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_chmod_b ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_clone_entries ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_config_dir ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_copy_b ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_cwd ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_entry ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_entries ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_dirs ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_files ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_append_lines ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_exists ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_chmod ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_all_dirs ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_debug ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_entry_iter ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_gid_uid ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_is_dir ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_is_exec ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_is_readonly ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_mkfile ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_is_symlink ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_mkdir_m ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_mkdir_p ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_mkfile_m ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_mode ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_paths ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_move_p ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_read_lines ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_mkdir_p_multi_threaded ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_remove ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_remove_all ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_symlink ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_write_all ... ok
[INFO] [stdout] test sys::fs::path::tests::test_pathext_base ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_write ... ok
[INFO] [stdout] test sys::fs::path::tests::test_pathext_clean ... ok
[INFO] [stdout] test sys::fs::path::tests::test_pathext_concat ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_readlink ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_read ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_read_all ... ok
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_readlink_abs ... ok
[INFO] [stdout] test sys::fs::path::tests::test_pathext_dir ... ok
[INFO] [stdout] test sys::fs::path::tests::test_pathext_expand ... ok
[INFO] [stdout] test sys::fs::path::tests::test_pathext_ext ... ok
[INFO] [stdout] test sys::fs::path::tests::test_pathext_has ... ok
[INFO] [stdout] test sys::fs::path::tests::test_pathext_first ... ok
[INFO] [stdout] test sys::fs::path::tests::test_pathext_last ... ok
[INFO] [stdout] test sys::fs::path::tests::test_pathext_has_prefix ... ok
[INFO] [stdout] test sys::fs::path::tests::test_pathext_is_empty ... ok
[INFO] [stdout] test sys::fs::path::tests::test_pathext_relative ... ok
[INFO] [stdout] test sys::fs::path::tests::test_pathext_mash ... ok
[INFO] [stdout] test sys::fs::path::tests::test_pathext_trim_ext ... ok
[INFO] [stdout] test sys::fs::path::tests::test_pathext_trim_first ... ok
[INFO] [stdout] test sys::fs::path::tests::test_pathext_has_suffix ... ok
[INFO] [stdout] test sys::fs::path::tests::test_pathext_trim_prefix ... ok
[INFO] [stdout] test sys::fs::path::tests::test_pathext_trim_last ... ok
[INFO] [stdout] test sys::fs::path::tests::test_pathext_trim_protocol ... ok
[INFO] [stdout] test sys::fs::path::tests::test_pathext_name ... ok
[INFO] [stdout] test sys::fs::path::tests::test_sys_home_dir ... ok
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_append ... FAILED
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_is_file ... ok
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_abs ... ok
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_all_dirs ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_all_files ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_all_paths ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_append_line ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_chmod ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_append_lines ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_append_all ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_config_dir ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_entries ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_entry ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_entry_iter ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_is_dir ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_exists ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_is_file ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_is_exec ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_files ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_copy ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_dirs ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_is_readonly ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_is_symlink ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_chmod_b ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_mkdir_p ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_mkfile_m ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_read ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_read_lines ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_mkdir_m ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_read_all ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_symlink ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_readlink ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_mkfile ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_write ... FAILED
[INFO] [stdout] test sys::fs::memfs::vfs::tests::test_write_lines ... ok
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_mode ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_remove_all ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_paths ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_write_all ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_write_lines ... FAILED
[INFO] [stdout] test sys::fs::vfs::tests::test_vfs_files ... FAILED
[INFO] [stdout] test sys::fs::vfs::tests::test_vfs_root ... FAILED
[INFO] [stdout] test sys::user::tests::test_user_home ... ok
[INFO] [stdout] test sys::fs::vfs::tests::test_vfs_upcast ... FAILED
[INFO] [stdout] test sys::fs::vfs::tests::test_vfs_move_p ... FAILED
[INFO] [stdout] test sys::user::tests::test_user_dirs ... ok
[INFO] [stdout] test testing::assert::tests::test_assert_vfs_copyfile ... ok
[INFO] [stdout] test sys::fs::vfs::tests::test_vfs_paths ... FAILED
[INFO] [stdout] test sys::fs::vfs::tests::test_vfs_dirs ... FAILED
[INFO] [stdout] test sys::fs::vfs::tests::test_vfs_cwd ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_readlink_abs ... FAILED
[INFO] [stdout] test testing::assert::tests::test_assert_vfs_exists_and_no_exists ... ok
[INFO] [stdout] test sys::fs::path::tests::test_pathext_trim_suffix ... ok
[INFO] [stdout] test testing::assert::tests::test_vfs_setup ... ok
[INFO] [stdout] test sys::user::tests::test_user_ids ... FAILED
[INFO] [stdout] test sys::fs::stdfs::vfs::tests::test_stdfs_remove ... FAILED
[INFO] [stdout] test testing::assert::tests::test_assert_vfs_is_dir_no_dir ... ok
[INFO] [stdout] test testing::assert::tests::test_assert_vfs_is_file_no_file ... ok
[INFO] [stdout] test testing::assert::tests::test_assert_vfs_is_symlink_no_symlink ... ok
[INFO] [stdout] test testing::assert::tests::test_assert_vfs_mkdir_p ... ok
[INFO] [stdout] test testing::assert::tests::test_assert_vfs_mkdir_m ... ok
[INFO] [stdout] test testing::assert::tests::test_assert_vfs_mkfile ... ok
[INFO] [stdout] test testing::assert::tests::test_assert_vfs_read_all ... ok
[INFO] [stdout] test testing::assert::tests::test_assert_vfs_readlink ... ok
[INFO] [stdout] test testing::assert::tests::test_assert_vfs_readlink_abs ... ok
[INFO] [stdout] test testing::assert::tests::test_assert_vfs_remove ... ok
[INFO] [stdout] test testing::assert::tests::test_assert_vfs_remove_all ... ok
[INFO] [stdout] test testing::assert::tests::test_assert_vfs_symlink ... ok
[INFO] [stdout] test testing::assert::tests::test_assert_vfs_write_all ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] ---- sys::fs::vfs::tests::test_vfs_paths stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'sys::fs::vfs::tests::test_vfs_paths' panicked at src/sys/fs/vfs.rs:2467:20:
[INFO] [stdout] assert_vfs_mkdir_p!: Read-only file system (os error 30)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6411eb6ee762 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6411eb6ee762 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6411eb6ee762 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x6411eb6ee762 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x6411eb7164e3 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x6411eb7164e3 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x6411eb6eae83 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6411eb6eae83 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x6411eb6ee5b2 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x6411eb6f0dec - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x6411eb6f0c42 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x6411eb6f1702 - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:833:13
[INFO] [stdout]   12:     0x6411eb6f159a - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:706:13
[INFO] [stdout]   13:     0x6411eb6eec59 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   14:     0x6411eb6f122d - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   15:     0x6411eb714f90 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x6411eb5cb519 - rivia::sys::fs::vfs::tests::test_vfs_paths::h00d4703d0ebc9105
[INFO] [stdout]                                at /opt/rustwide/workdir/src/testing/assert.rs:397:23
[INFO] [stdout]   17:     0x6411eb662e39 - rivia::sys::fs::vfs::tests::test_vfs_paths::{{closure}}::h478247c17bf832e6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/sys/fs/vfs.rs:2465:24
[INFO] [stdout]   18:     0x6411eb662e39 - core::ops::function::FnOnce::call_once::h136cc3dda8dbaf0b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   19:     0x6411eb6ba94b - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   20:     0x6411eb6ba94b - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   21:     0x6411eb6b9b8e - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   22:     0x6411eb6b9b8e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   23:     0x6411eb6b9b8e - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   24:     0x6411eb6b9b8e - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   25:     0x6411eb6b9b8e - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   26:     0x6411eb6b9b8e - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   27:     0x6411eb6b9b8e - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   28:     0x6411eb67d734 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   29:     0x6411eb67d734 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   30:     0x6411eb6810da - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   31:     0x6411eb6810da - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   32:     0x6411eb6810da - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   33:     0x6411eb6810da - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   34:     0x6411eb6810da - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x6411eb6810da - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   36:     0x6411eb6810da - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   37:     0x6411eb6f4c87 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   38:     0x6411eb6f4c87 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   39:     0x6411eb6f4c87 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   40:     0x7c3788401aa4 - <unknown>
[INFO] [stdout]   41:     0x7c378848ea34 - clone
[INFO] [stdout]   42:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- sys::fs::vfs::tests::test_vfs_dirs stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'sys::fs::vfs::tests::test_vfs_dirs' panicked at src/sys/fs/vfs.rs:2379:19:
[INFO] [stdout] assert_vfs_mkdir_p!: Read-only file system (os error 30)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6411eb6ee762 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6411eb6ee762 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6411eb6ee762 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x6411eb6ee762 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x6411eb7164e3 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x6411eb7164e3 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x6411eb6eae83 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6411eb6eae83 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x6411eb6ee5b2 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x6411eb6f0dec - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x6411eb6f0c42 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x6411eb6f1702 - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:833:13
[INFO] [stdout]   12:     0x6411eb6f159a - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:706:13
[INFO] [stdout]   13:     0x6411eb6eec59 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   14:     0x6411eb6f122d - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   15:     0x6411eb714f90 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x6411eb5c7079 - rivia::sys::fs::vfs::tests::test_vfs_dirs::h14b18605de3a2e4e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/testing/assert.rs:397:23
[INFO] [stdout]   17:     0x6411eb66a129 - rivia::sys::fs::vfs::tests::test_vfs_dirs::{{closure}}::h51cd3ea2ae6de29a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/sys/fs/vfs.rs:2377:23
[INFO] [stdout]   18:     0x6411eb66a129 - core::ops::function::FnOnce::call_once::hef43af67582fc7b8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   19:     0x6411eb6ba94b - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   20:     0x6411eb6ba94b - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   21:     0x6411eb6b9b8e - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   22:     0x6411eb6b9b8e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   23:     0x6411eb6b9b8e - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   24:     0x6411eb6b9b8e - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   25:     0x6411eb6b9b8e - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   26:     0x6411eb6b9b8e - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   27:     0x6411eb6b9b8e - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   28:     0x6411eb67d734 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   29:     0x6411eb67d734 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   30:     0x6411eb6810da - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   31:     0x6411eb6810da - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   32:     0x6411eb6810da - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   33:     0x6411eb6810da - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   34:     0x6411eb6810da - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x6411eb6810da - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   36:     0x6411eb6810da - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   37:     0x6411eb6f4c87 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   38:     0x6411eb6f4c87 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   39:     0x6411eb6f4c87 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   40:     0x7c3788401aa4 - <unknown>
[INFO] [stdout]   41:     0x7c378848ea34 - clone
[INFO] [stdout]   42:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- sys::user::tests::test_user_ids stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'sys::user::tests::test_user_ids' panicked at src/sys/user.rs:530:9:
[INFO] [stdout] assertion failed: user::getuid() != 0
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6411eb6ee762 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6411eb6ee762 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6411eb6ee762 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x6411eb6ee762 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x6411eb7164e3 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x6411eb7164e3 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x6411eb6eae83 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6411eb6eae83 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x6411eb6ee5b2 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x6411eb6f0dec - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x6411eb6f0c42 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x6411eb6f1702 - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:833:13
[INFO] [stdout]   12:     0x6411eb6f1566 - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:699:13
[INFO] [stdout]   13:     0x6411eb6eec59 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   14:     0x6411eb6f122d - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   15:     0x6411eb714f90 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x6411eb714ffc - core::panicking::panic::hd2a569f4f37f7e10
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:145:5
[INFO] [stdout]   17:     0x6411eb61c47d - rivia::sys::user::tests::test_user_ids::h681e9ee9c919bf02
[INFO] [stdout]                                at /opt/rustwide/workdir/src/sys/user.rs:530:9
[INFO] [stdout]   18:     0x6411eb662db9 - rivia::sys::user::tests::test_user_ids::{{closure}}::h1d5d95da17b1aefa
[INFO] [stdout]                                at /opt/rustwide/workdir/src/sys/user.rs:527:23
[INFO] [stdout]   19:     0x6411eb662db9 - core::ops::function::FnOnce::call_once::h0f702775218712ec
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   20:     0x6411eb6ba94b - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   21:     0x6411eb6ba94b - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   22:     0x6411eb6b9b8e - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   23:     0x6411eb6b9b8e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   24:     0x6411eb6b9b8e - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   25:     0x6411eb6b9b8e - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   26:     0x6411eb6b9b8e - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   27:     0x6411eb6b9b8e - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   28:     0x6411eb6b9b8e - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   29:     0x6411eb67d734 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   30:     0x6411eb67d734 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   31:     0x6411eb6810da - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   32:     0x6411eb6810da - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   33:     0x6411eb6810da - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   34:     0x6411eb6810da - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   35:     0x6411eb6810da - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   36:     0x6411eb6810da - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   37:     0x6411eb6810da - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x6411eb6f4c87 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   39:     0x6411eb6f4c87 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   40:     0x6411eb6f4c87 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   41:     0x7c3788401aa4 - <unknown>
[INFO] [stdout]   42:     0x7c378848ea34 - clone
[INFO] [stdout]   43:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- sys::fs::stdfs::vfs::tests::test_stdfs_remove stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'sys::fs::stdfs::vfs::tests::test_stdfs_remove' panicked at src/sys/fs/stdfs/vfs.rs:1780:29:
[INFO] [stdout] assert_vfs_mkdir_p!: Read-only file system (os error 30)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6411eb6ee762 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6411eb6ee762 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6411eb6ee762 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x6411eb6ee762 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x6411eb7164e3 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x6411eb7164e3 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x6411eb6eae83 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6411eb6eae83 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x6411eb6ee5b2 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x6411eb6f0dec - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x6411eb6f0c42 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x6411eb6f1702 - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:833:13
[INFO] [stdout]   12:     0x6411eb6f159a - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:706:13
[INFO] [stdout]   13:     0x6411eb6eec59 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   14:     0x6411eb6f122d - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   15:     0x6411eb714f90 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x6411eb48b526 - rivia::sys::fs::stdfs::vfs::tests::test_stdfs_remove::h622694c205d2c4e0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/testing/assert.rs:397:23
[INFO] [stdout]   17:     0x6411eb668c39 - rivia::sys::fs::stdfs::vfs::tests::test_stdfs_remove::{{closure}}::hb9a203842f195e16
[INFO] [stdout]                                at /opt/rustwide/workdir/src/sys/fs/stdfs/vfs.rs:1779:27
[INFO] [stdout]   18:     0x6411eb668c39 - core::ops::function::FnOnce::call_once::hc0c9d9a8f683fbce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   19:     0x6411eb6ba94b - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   20:     0x6411eb6ba94b - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   21:     0x6411eb6b9b8e - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   22:     0x6411eb6b9b8e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   23:     0x6411eb6b9b8e - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   24:     0x6411eb6b9b8e - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   25:     0x6411eb6b9b8e - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   26:     0x6411eb6b9b8e - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   27:     0x6411eb6b9b8e - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   28:     0x6411eb67d734 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   29:     0x6411eb67d734 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   30:     0x6411eb6810da - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   31:     0x6411eb6810da - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   32:     0x6411eb6810da - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   33:     0x6411eb6810da - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   34:     0x6411eb6810da - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x6411eb6810da - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   36:     0x6411eb6810da - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   37:     0x6411eb6f4c87 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   38:     0x6411eb6f4c87 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   39:     0x6411eb6f4c87 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   40:     0x7c3788401aa4 - <unknown>
[INFO] [stdout]   41:     0x7c378848ea34 - clone
[INFO] [stdout]   42:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     sys::fs::chmod::tests::test_vfs_chmod
[INFO] [stdout]     sys::fs::chmod::tests::test_vfs_chmod_b
[INFO] [stdout]     sys::fs::chmod::tests::test_vfs_chmod_b_symbolic
[INFO] [stdout]     sys::fs::chmod::tests::test_vfs_chmod_follow
[INFO] [stdout]     sys::fs::chmod::tests::test_vfs_chmod_recurse
[INFO] [stdout]     sys::fs::chown::tests::test_vfs_chown
[INFO] [stdout]     sys::fs::chown::tests::test_vfs_chown_follow
[INFO] [stdout]     sys::fs::copy::tests::test_vfs_copy_chmod
[INFO] [stdout]     sys::fs::copy::tests::test_vfs_copy_dir
[INFO] [stdout]     sys::fs::copy::tests::test_vfs_copy_errors
[INFO] [stdout]     sys::fs::copy::tests::test_vfs_copy_file
[INFO] [stdout]     sys::fs::copy::tests::test_vfs_copy_follow
[INFO] [stdout]     sys::fs::entries::tests::test_vfs_contents_first
[INFO] [stdout]     sys::fs::entries::tests::test_vfs_depth
[INFO] [stdout]     sys::fs::entries::tests::test_vfs_dirs
[INFO] [stdout]     sys::fs::entries::tests::test_vfs_files
[INFO] [stdout]     sys::fs::entries::tests::test_vfs_filter
[INFO] [stdout]     sys::fs::entries::tests::test_vfs_follow
[INFO] [stdout]     sys::fs::entries::tests::test_vfs_loop_detection
[INFO] [stdout]     sys::fs::entries::tests::test_vfs_max_descriptors
[INFO] [stdout]     sys::fs::entries::tests::test_vfs_multiple
[INFO] [stdout]     sys::fs::entries::tests::test_vfs_single
[INFO] [stdout]     sys::fs::entries::tests::test_vfs_sort
[INFO] [stdout]     sys::fs::entry::tests::test_vfs_entry_alt_rel
[INFO] [stdout]     sys::fs::entry::tests::test_vfs_entry_follow
[INFO] [stdout]     sys::fs::entry::tests::test_vfs_entry_is_dir
[INFO] [stdout]     sys::fs::entry::tests::test_vfs_entry_is_file
[INFO] [stdout]     sys::fs::entry::tests::test_vfs_entry_is_readonly
[INFO] [stdout]     sys::fs::entry::tests::test_vfs_entry_is_symlink
[INFO] [stdout]     sys::fs::entry::tests::test_vfs_entry_is_symlink_dir
[INFO] [stdout]     sys::fs::entry::tests::test_vfs_entry_is_symlink_file
[INFO] [stdout]     sys::fs::entry::tests::test_vfs_entry_upcast
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_all_dirs
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_all_files
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_all_paths
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_append
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_append_all
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_append_line
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_append_lines
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_chmod
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_chmod_b
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_config_dir
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_copy
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_dirs
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_entries
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_entry
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_entry_iter
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_exists
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_files
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_is_dir
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_is_exec
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_is_file
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_is_readonly
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_is_symlink
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_mkdir_m
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_mkdir_p
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_mkfile
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_mkfile_m
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_mode
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_paths
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_read
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_read_all
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_read_lines
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_readlink
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_readlink_abs
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_remove
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_remove_all
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_symlink
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_write
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_write_all
[INFO] [stdout]     sys::fs::stdfs::vfs::tests::test_stdfs_write_lines
[INFO] [stdout]     sys::fs::vfs::tests::test_vfs_cwd
[INFO] [stdout]     sys::fs::vfs::tests::test_vfs_dirs
[INFO] [stdout]     sys::fs::vfs::tests::test_vfs_files
[INFO] [stdout]     sys::fs::vfs::tests::test_vfs_move_p
[INFO] [stdout]     sys::fs::vfs::tests::test_vfs_paths
[INFO] [stdout]     sys::fs::vfs::tests::test_vfs_root
[INFO] [stdout]     sys::fs::vfs::tests::test_vfs_upcast
[INFO] [stdout]     sys::user::tests::test_user_ids
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 146 passed; 79 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "739a0075f03267e8dcecdf24508e8f8bba67fa217f4c16a2e5eb630f07997c3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "739a0075f03267e8dcecdf24508e8f8bba67fa217f4c16a2e5eb630f07997c3e", kill_on_drop: false }`
[INFO] [stdout] 739a0075f03267e8dcecdf24508e8f8bba67fa217f4c16a2e5eb630f07997c3e
