[INFO] fetching crate pathtrie 0.1.1... [INFO] testing pathtrie-0.1.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate pathtrie 0.1.1 into /workspace/builds/worker-87/source [INFO] validating manifest of crates.io crate pathtrie 0.1.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pathtrie 0.1.1 [INFO] finished tweaking crates.io crate pathtrie 0.1.1 [INFO] tweaked toml for crates.io crate pathtrie 0.1.1 written to /workspace/builds/worker-87/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9ed241d6d744b85f6829a9a23810b8fc687490ead394e0a1e08d7a74a428774a [INFO] running `Command { std: "docker" "start" "-a" "9ed241d6d744b85f6829a9a23810b8fc687490ead394e0a1e08d7a74a428774a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9ed241d6d744b85f6829a9a23810b8fc687490ead394e0a1e08d7a74a428774a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ed241d6d744b85f6829a9a23810b8fc687490ead394e0a1e08d7a74a428774a", kill_on_drop: false }` [INFO] [stdout] 9ed241d6d744b85f6829a9a23810b8fc687490ead394e0a1e08d7a74a428774a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fb9adc78fe2c5bea121a2e0f5648ed1d6e6c32b44cbc65730786ea1542db6fc1 [INFO] running `Command { std: "docker" "start" "-a" "fb9adc78fe2c5bea121a2e0f5648ed1d6e6c32b44cbc65730786ea1542db6fc1", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling tracing-core v0.1.25 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling tracing-attributes v0.1.20 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling tracing v0.1.33 [INFO] [stderr] Compiling pathtrie v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: cannot use constants which depend on generic parameters in types [INFO] [stdout] --> src/lib.rs:358:33 [INFO] [stdout] | [INFO] [stdout] 358 | writer.write_all(&[0u8; Self::HEADER_SIZE])?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(const_evaluatable_unchecked)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #76200 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.05s [INFO] running `Command { std: "docker" "inspect" "fb9adc78fe2c5bea121a2e0f5648ed1d6e6c32b44cbc65730786ea1542db6fc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb9adc78fe2c5bea121a2e0f5648ed1d6e6c32b44cbc65730786ea1542db6fc1", kill_on_drop: false }` [INFO] [stdout] fb9adc78fe2c5bea121a2e0f5648ed1d6e6c32b44cbc65730786ea1542db6fc1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e49304e1374667a53fcf2c5f407c58d2aa810c754cb3203788992066d7ab9f39 [INFO] running `Command { std: "docker" "start" "-a" "e49304e1374667a53fcf2c5f407c58d2aa810c754cb3203788992066d7ab9f39", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling semver v1.0.7 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling tracing-serde v0.1.3 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stdout] warning: cannot use constants which depend on generic parameters in types [INFO] [stdout] --> src/lib.rs:358:33 [INFO] [stdout] | [INFO] [stdout] 358 | writer.write_all(&[0u8; Self::HEADER_SIZE])?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(const_evaluatable_unchecked)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #76200 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tracing-subscriber v0.2.25 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling pathtrie v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: cannot use constants which depend on generic parameters in types [INFO] [stdout] --> src/lib.rs:358:33 [INFO] [stdout] | [INFO] [stdout] 358 | writer.write_all(&[0u8; Self::HEADER_SIZE])?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(const_evaluatable_unchecked)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #76200 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 21.89s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/pathtrie-b3b5194c854ce7ec) [INFO] running `Command { std: "docker" "inspect" "e49304e1374667a53fcf2c5f407c58d2aa810c754cb3203788992066d7ab9f39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e49304e1374667a53fcf2c5f407c58d2aa810c754cb3203788992066d7ab9f39", kill_on_drop: false }` [INFO] [stdout] e49304e1374667a53fcf2c5f407c58d2aa810c754cb3203788992066d7ab9f39 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4029489e7dd7282b811ca79065cd92c7afd0bda7dc8273b460f5fdbf722dab36 [INFO] running `Command { std: "docker" "start" "-a" "4029489e7dd7282b811ca79065cd92c7afd0bda7dc8273b460f5fdbf722dab36", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] [INFO] [stderr] warning: cannot use constants which depend on generic parameters in types [INFO] [stdout] running 11 tests [INFO] [stderr] --> src/lib.rs:358:33 [INFO] [stderr] | [INFO] [stderr] 358 | writer.write_all(&[0u8; Self::HEADER_SIZE])?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(const_evaluatable_unchecked)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #76200 [INFO] [stderr] [INFO] [stderr] warning: `pathtrie` (lib) generated 1 warning [INFO] [stderr] warning: `pathtrie` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.42s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pathtrie-b3b5194c854ce7ec) [INFO] [stdout] test lcp::tests::divergent ... ok [INFO] [stdout] test lcp::tests::exact ... ok [INFO] [stdout] test lcp::tests::incomplete ... ok [INFO] [stdout] test lcp::tests::no_match ... ok [INFO] [stdout] test lcp::tests::perfect_subset ... ok [INFO] [stdout] test tests::insert_divergent ... ok [INFO] [stdout] test tests::insert_divergent2 ... ok [INFO] [stdout] test tests::insert_subset ... ok [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stdout] test tests::fst ... FAILED [INFO] [stdout] test tests::empty_fst ... FAILED [INFO] [stdout] test tests::set_and_get ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::fst stdout ---- [INFO] [stdout] ROOT: Node { [INFO] [stdout] key: "", [INFO] [stdout] body: Children( [INFO] [stdout] [ [INFO] [stdout] Node { [INFO] [stdout] key: "a/", [INFO] [stdout] body: Children( [INFO] [stdout] [ [INFO] [stdout] Node { [INFO] [stdout] key: "1/", [INFO] [stdout] body: Children( [INFO] [stdout] [ [INFO] [stdout] Node { [INFO] [stdout] key: "a", [INFO] [stdout] body: Value( [INFO] [stdout] 1, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] Node { [INFO] [stdout] key: "b", [INFO] [stdout] body: Value( [INFO] [stdout] 2, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] Node { [INFO] [stdout] key: "c", [INFO] [stdout] body: Value( [INFO] [stdout] 3, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] Node { [INFO] [stdout] key: "2/", [INFO] [stdout] body: Children( [INFO] [stdout] [ [INFO] [stdout] Node { [INFO] [stdout] key: "a", [INFO] [stdout] body: Value( [INFO] [stdout] 10, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] Node { [INFO] [stdout] key: "b", [INFO] [stdout] body: Value( [INFO] [stdout] 11, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] Node { [INFO] [stdout] key: "c", [INFO] [stdout] body: Value( [INFO] [stdout] 12, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] Node { [INFO] [stdout] key: "b/", [INFO] [stdout] body: Children( [INFO] [stdout] [ [INFO] [stdout] Node { [INFO] [stdout] key: "1/", [INFO] [stdout] body: Children( [INFO] [stdout] [ [INFO] [stdout] Node { [INFO] [stdout] key: "a", [INFO] [stdout] body: Value( [INFO] [stdout] 4, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] Node { [INFO] [stdout] key: "b", [INFO] [stdout] body: Value( [INFO] [stdout] 5, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] Node { [INFO] [stdout] key: "c", [INFO] [stdout] body: Value( [INFO] [stdout] 6, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] Node { [INFO] [stdout] key: "2/", [INFO] [stdout] body: Children( [INFO] [stdout] [ [INFO] [stdout] Node { [INFO] [stdout] key: "a", [INFO] [stdout] body: Value( [INFO] [stdout] 13, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] Node { [INFO] [stdout] key: "b", [INFO] [stdout] body: Value( [INFO] [stdout] 14, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] Node { [INFO] [stdout] key: "c", [INFO] [stdout] body: Value( [INFO] [stdout] 15, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] Node { [INFO] [stdout] key: "c/", [INFO] [stdout] body: Children( [INFO] [stdout] [ [INFO] [stdout] Node { [INFO] [stdout] key: "1/", [INFO] [stdout] body: Children( [INFO] [stdout] [ [INFO] [stdout] Node { [INFO] [stdout] key: "a", [INFO] [stdout] body: Value( [INFO] [stdout] 7, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] Node { [INFO] [stdout] key: "b", [INFO] [stdout] body: Value( [INFO] [stdout] 8, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] Node { [INFO] [stdout] key: "c", [INFO] [stdout] body: Value( [INFO] [stdout] 9, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] Node { [INFO] [stdout] key: "2/", [INFO] [stdout] body: Children( [INFO] [stdout] [ [INFO] [stdout] Node { [INFO] [stdout] key: "a", [INFO] [stdout] body: Value( [INFO] [stdout] 16, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] Node { [INFO] [stdout] key: "b", [INFO] [stdout] body: Value( [INFO] [stdout] 17, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] Node { [INFO] [stdout] key: "c", [INFO] [stdout] body: Value( [INFO] [stdout] 18, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] ), [INFO] [stdout] } [INFO] [stdout] D:0 Child [<>a/] Children([Node { key: "1/", body: Children([Node { key: "a", body: Value(1) }, Node { key: "b", body: Value(2) }, Node { key: "c", body: Value(3) }]) }, Node { key: "2/", body: Children([Node { key: "a", body: Value(10) }, Node { key: "b", body: Value(11) }, Node { key: "c", body: Value(12) }]) }]) [INFO] [stdout] D:0 Child [<>b/] Children([Node { key: "1/", body: Children([Node { key: "a", body: Value(4) }, Node { key: "b", body: Value(5) }, Node { key: "c", body: Value(6) }]) }, Node { key: "2/", body: Children([Node { key: "a", body: Value(13) }, Node { key: "b", body: Value(14) }, Node { key: "c", body: Value(15) }]) }]) [INFO] [stdout] D:0 Child [<>c/] Children([Node { key: "1/", body: Children([Node { key: "a", body: Value(7) }, Node { key: "b", body: Value(8) }, Node { key: "c", body: Value(9) }]) }, Node { key: "2/", body: Children([Node { key: "a", body: Value(16) }, Node { key: "b", body: Value(17) }, Node { key: "c", body: Value(18) }]) }]) [INFO] [stdout] D:1 Child [a/<>1/] Children([Node { key: "a", body: Value(1) }, Node { key: "b", body: Value(2) }, Node { key: "c", body: Value(3) }]) [INFO] [stdout] D:1 Child [a/<>2/] Children([Node { key: "a", body: Value(10) }, Node { key: "b", body: Value(11) }, Node { key: "c", body: Value(12) }]) [INFO] [stdout] D:2 Child [a/1/<>a] Value(1) [INFO] [stdout] D:2 Child [a/1/<>b] Value(2) [INFO] [stdout] D:2 Child [a/1/<>c] Value(3) [INFO] [stdout] D:2 Child [a/2/<>a] Value(10) [INFO] [stdout] D:2 Child [a/2/<>b] Value(11) [INFO] [stdout] D:2 Child [a/2/<>c] Value(12) [INFO] [stdout] D:1 Child [b/<>1/] Children([Node { key: "a", body: Value(4) }, Node { key: "b", body: Value(5) }, Node { key: "c", body: Value(6) }]) [INFO] [stdout] D:1 Child [b/<>2/] Children([Node { key: "a", body: Value(13) }, Node { key: "b", body: Value(14) }, Node { key: "c", body: Value(15) }]) [INFO] [stdout] D:2 Child [b/1/<>a] Value(4) [INFO] [stdout] D:2 Child [b/1/<>b] Value(5) [INFO] [stdout] D:2 Child [b/1/<>c] Value(6) [INFO] [stdout] D:2 Child [b/2/<>a] Value(13) [INFO] [stdout] D:2 Child [b/2/<>b] Value(14) [INFO] [stdout] D:2 Child [b/2/<>c] Value(15) [INFO] [stdout] D:1 Child [c/<>1/] Children([Node { key: "a", body: Value(7) }, Node { key: "b", body: Value(8) }, Node { key: "c", body: Value(9) }]) [INFO] [stdout] D:1 Child [c/<>2/] Children([Node { key: "a", body: Value(16) }, Node { key: "b", body: Value(17) }, Node { key: "c", body: Value(18) }]) [INFO] [stdout] D:2 Child [c/1/<>a] Value(7) [INFO] [stdout] D:2 Child [c/1/<>b] Value(8) [INFO] [stdout] D:2 Child [c/1/<>c] Value(9) [INFO] [stdout] D:2 Child [c/2/<>a] Value(16) [INFO] [stdout] D:2 Child [c/2/<>b] Value(17) [INFO] [stdout] D:2 Child [c/2/<>c] Value(18) [INFO] [stdout] Cursor { inner: [255, 223, 0, 4, 36, 0, 0, 0, 2, 97, 47, 0, 148, 0, 0, 0, 2, 98, 47, 0, 4, 1, 0, 0, 2, 99, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 2, 49, 47, 0, 104, 0, 0, 0, 2, 50, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 1, 0, 0, 0, 1, 97, 0, 0, 255, 255, 255, 255, 2, 0, 0, 0, 1, 98, 0, 0, 255, 255, 255, 255, 3, 0, 0, 0, 1, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 10, 0, 0, 0, 1, 97, 0, 0, 255, 255, 255, 255, 11, 0, 0, 0, 1, 98, 0, 0, 255, 255, 255, 255, 12, 0, 0, 0, 1, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 172, 0, 0, 0, 2, 49, 47, 0, 216, 0, 0, 0, 2, 50, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 4, 0, 0, 0, 1, 97, 0, 0, 255, 255, 255, 255, 5, 0, 0, 0, 1, 98, 0, 0, 255, 255, 255, 255, 6, 0, 0, 0, 1, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 13, 0, 0, 0, 1, 97, 0, 0, 255, 255, 255, 255, 14, 0, 0, 0, 1, 98, 0, 0, 255, 255, 255, 255, 15, 0, 0, 0, 1, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 1, 0, 0, 2, 49, 47, 0, 72, 1, 0, 0, 2, 50, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 7, 0, 0, 0, 1, 97, 0, 0, 255, 255, 255, 255, 8, 0, 0, 0, 1, 98, 0, 0, 255, 255, 255, 255, 9, 0, 0, 0, 1, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 16, 0, 0, 0, 1, 97, 0, 0, 255, 255, 255, 255, 17, 0, 0, 0, 1, 98, 0, 0, 255, 255, 255, 255, 18, 0, 0, 0, 1, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], pos: 4 } [INFO] [stdout] thread 'tests::fst' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }', src/lib.rs:598:56 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x560fdee6a51d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x560fdee6a51d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x560fdee6a51d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x560fdee6a51d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x560fdee8ce9c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x560fdee66ee1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x560fdee6c265 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x560fdee6c265 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x560fdee6c265 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x560fdee6bf54 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x560fdee6c7b2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x560fdee6c697 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x560fdee6a9d4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x560fdee6c3c9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x560fdedc93e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x560fdedc94d3 - core::result::unwrap_failed::h6bc7b183ec719494 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x560fdede6c69 - core::result::Result::unwrap::h5211f8953dec1f37 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1078:23 [INFO] [stdout] 17: 0x560fdede8dc7 - pathtrie::tests::fst::h9aa898f5501570a1 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:598:9 [INFO] [stdout] 18: 0x560fdede887a - pathtrie::tests::fst::{{closure}}::hc52381d964fc9dd3 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:569:5 [INFO] [stdout] 19: 0x560fdedfbe9e - core::ops::function::FnOnce::call_once::h8e683ad6c7e88141 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x560fdee41c23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x560fdee41c23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x560fdee409d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x560fdee409d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x560fdee409d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x560fdee409d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x560fdee409d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x560fdee409d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x560fdee409d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x560fdee0cb8e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x560fdee0cb8e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x560fdee120f8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x560fdee120f8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x560fdee120f8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x560fdee120f8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x560fdee120f8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x560fdee120f8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x560fdee120f8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x560fdee70ff3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x560fdee70ff3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x560fdee70ff3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f3aeba9d609 - start_thread [INFO] [stdout] 42: 0x7f3aeb86d163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::empty_fst stdout ---- [INFO] [stdout] Cursor { inner: [255, 223, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0], pos: 4 } [INFO] [stdout] thread 'tests::empty_fst' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }', src/lib.rs:666:62 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x560fdee6a51d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x560fdee6a51d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x560fdee6a51d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x560fdee6a51d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x560fdee8ce9c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x560fdee66ee1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x560fdee6c265 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x560fdee6c265 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x560fdee6c265 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x560fdee6bf54 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x560fdee6c7b2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x560fdee6c697 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x560fdee6a9d4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x560fdee6c3c9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x560fdedc93e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x560fdedc94d3 - core::result::unwrap_failed::h6bc7b183ec719494 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x560fdede6c69 - core::result::Result::unwrap::h5211f8953dec1f37 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1078:23 [INFO] [stdout] 17: 0x560fdedea5b9 - pathtrie::tests::empty_fst::hdea91330ee303d86 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:666:9 [INFO] [stdout] 18: 0x560fdedea3fa - pathtrie::tests::empty_fst::{{closure}}::h0b007ee2ca6d40fd [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:660:5 [INFO] [stdout] 19: 0x560fdedfbdee - core::ops::function::FnOnce::call_once::h681aa3c2e7cfcd7f [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x560fdee41c23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x560fdee41c23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x560fdee409d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x560fdee409d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x560fdee409d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x560fdee409d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x560fdee409d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x560fdee409d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x560fdee409d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x560fdee0cb8e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x560fdee0cb8e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x560fdee120f8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x560fdee120f8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x560fdee120f8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x560fdee120f8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x560fdee120f8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x560fdee120f8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x560fdee120f8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x560fdee70ff3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x560fdee70ff3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x560fdee70ff3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f3aeba9d609 - start_thread [INFO] [stdout] 42: 0x7f3aeb86d163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::set_and_get stdout ---- [INFO] [stdout] "" => [ [INFO] [stdout] "a" => [ [INFO] [stdout] "nvil/camel" => 11, [INFO] [stdout] "pple/" => [ [INFO] [stdout] "appl" => [ [INFO] [stdout] "f/banana" => 14, [INFO] [stdout] "e/" => [ [INFO] [stdout] "banana" => 13, [INFO] [stdout] "apple" => 12, [INFO] [stdout] ], [INFO] [stdout] ], [INFO] [stdout] "b" => [ [INFO] [stdout] "eans/carrot" => 3, [INFO] [stdout] "anana/c" => [ [INFO] [stdout] "oconut" => 2, [INFO] [stdout] "arrot" => 1, [INFO] [stdout] ], [INFO] [stdout] ], [INFO] [stdout] ], [INFO] [stdout] ], [INFO] [stdout] "b" => [ [INFO] [stdout] "reak-everything/haha" => 10, [INFO] [stdout] "acon/" => [ [INFO] [stdout] "baguette/croissant" => 7, [INFO] [stdout] "sandwich/ham" => [ [INFO] [stdout] "-replacement" => 6, [INFO] [stdout] "burger" => 4, [INFO] [stdout] "" => 5, [INFO] [stdout] ], [INFO] [stdout] "jam" => 8, [INFO] [stdout] "wat" => 9, [INFO] [stdout] ], [INFO] [stdout] ], [INFO] [stdout] ], [INFO] [stdout] Cursor { inner: [255, 223, 0, 4, 28, 0, 0, 0, 1, 97, 0, 0, 4, 1, 0, 0, 1, 98, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 11, 0, 0, 0, 10, 110, 118, 105, 108, 47, 99, 97, 109, 101, 108, 0, 68, 0, 0, 0, 5, 112, 112, 108, 101, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 96, 0, 0, 0, 4, 97, 112, 112, 108, 0, 0, 0, 172, 0, 0, 0, 1, 98, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 14, 0, 0, 0, 8, 102, 47, 98, 97, 110, 97, 110, 97, 0, 0, 0, 132, 0, 0, 0, 2, 101, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 13, 0, 0, 0, 6, 98, 97, 110, 97, 110, 97, 0, 255, 255, 255, 255, 12, 0, 0, 0, 5, 97, 112, 112, 108, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 3, 0, 0, 0, 11, 101, 97, 110, 115, 47, 99, 97, 114, 114, 111, 116, 0, 0, 0, 0, 220, 0, 0, 0, 7, 97, 110, 97, 110, 97, 47, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 2, 0, 0, 0, 6, 111, 99, 111, 110, 117, 116, 0, 255, 255, 255, 255, 1, 0, 0, 0, 5, 97, 114, 114, 111, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 10, 0, 0, 0, 20, 114, 101, 97, 107, 45, 101, 118, 101, 114, 121, 116, 104, 105, 110, 103, 47, 104, 97, 104, 97, 0, 0, 0, 56, 1, 0, 0, 5, 97, 99, 111, 110, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 7, 0, 0, 0, 18, 98, 97, 103, 117, 101, 116, 116, 101, 47, 99, 114, 111, 105, 115, 115, 97, 110, 116, 0, 144, 1, 0, 0, 12, 115, 97, 110, 100, 119, 105, 99, 104, 47, 104, 97, 109, 0, 0, 0, 255, 255, 255, 255, 8, 0, 0, 0, 3, 106, 97, 109, 0, 0, 0, 0, 255, 255, 255, 255, 9, 0, 0, 0, 3, 119, 97, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 6, 0, 0, 0, 12, 45, 114, 101, 112, 108, 97, 99, 101, 109, 101, 110, 116, 0, 0, 0, 255, 255, 255, 255, 4, 0, 0, 0, 6, 98, 117, 114, 103, 101, 114, 0, 255, 255, 255, 255, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], pos: 4 } [INFO] [stdout] thread 'tests::set_and_get' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }', src/lib.rs:648:57 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x560fdee6a51d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x560fdee6a51d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x560fdee6a51d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x560fdee6a51d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x560fdee8ce9c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x560fdee66ee1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x560fdee6c265 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x560fdee6c265 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x560fdee6c265 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x560fdee6bf54 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x560fdee6c7b2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x560fdee6c697 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x560fdee6a9d4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x560fdee6c3c9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x560fdedc93e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x560fdedc94d3 - core::result::unwrap_failed::h6bc7b183ec719494 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x560fdede6c69 - core::result::Result::unwrap::h5211f8953dec1f37 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1078:23 [INFO] [stdout] 17: 0x560fdede9fbd - pathtrie::tests::set_and_get::h6e98d4ea87217b10 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:648:9 [INFO] [stdout] 18: 0x560fdede94fa - pathtrie::tests::set_and_get::{{closure}}::hc5329fa4416f3125 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:610:5 [INFO] [stdout] 19: 0x560fdedfbede - core::ops::function::FnOnce::call_once::hbab6fa1b9f29de00 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x560fdee41c23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x560fdee41c23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x560fdee409d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x560fdee409d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x560fdee409d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x560fdee409d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x560fdee409d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x560fdee409d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x560fdee409d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x560fdee0cb8e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x560fdee0cb8e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x560fdee120f8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x560fdee120f8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x560fdee120f8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x560fdee120f8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x560fdee120f8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x560fdee120f8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x560fdee120f8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x560fdee70ff3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x560fdee70ff3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x560fdee70ff3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f3aeba9d609 - start_thread [INFO] [stdout] 42: 0x7f3aeb86d163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::empty_fst [INFO] [stdout] tests::fst [INFO] [stdout] tests::set_and_get [INFO] [stdout] [INFO] [stdout] test result: FAILED. 8 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4029489e7dd7282b811ca79065cd92c7afd0bda7dc8273b460f5fdbf722dab36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4029489e7dd7282b811ca79065cd92c7afd0bda7dc8273b460f5fdbf722dab36", kill_on_drop: false }` [INFO] [stdout] 4029489e7dd7282b811ca79065cd92c7afd0bda7dc8273b460f5fdbf722dab36