[INFO] fetching crate rutie 0.9.0... [INFO] testing rutie-0.9.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate rutie 0.9.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate rutie 0.9.0 [INFO] finished tweaking crates.io crate rutie 0.9.0 [INFO] tweaked toml for crates.io crate rutie 0.9.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rutie 0.9.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rutie 0.9.0 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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3b5eb601536921e2f2a3bd26ebeaf874cd4e711a0b2582fd28a397840d62eda1 [INFO] running `Command { std: "docker" "start" "-a" "3b5eb601536921e2f2a3bd26ebeaf874cd4e711a0b2582fd28a397840d62eda1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3b5eb601536921e2f2a3bd26ebeaf874cd4e711a0b2582fd28a397840d62eda1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b5eb601536921e2f2a3bd26ebeaf874cd4e711a0b2582fd28a397840d62eda1", kill_on_drop: false }` [INFO] [stdout] 3b5eb601536921e2f2a3bd26ebeaf874cd4e711a0b2582fd28a397840d62eda1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 94f743f80bd264057bd3cd839eb30582507d03f8d387d16c269a492cbb9fef35 [INFO] running `Command { std: "docker" "start" "-a" "94f743f80bd264057bd3cd839eb30582507d03f8d387d16c269a492cbb9fef35", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling rutie v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/class/traits/object.rs:207:25 [INFO] [stdout] | [INFO] [stdout] 207 | fn get_data<'a, T>(&'a self, wrapper: &'a dyn DataTypeWrapper) -> &T { [INFO] [stdout] | ^^ ^^ the lifetime is named here -- the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 207 | fn get_data<'a, T>(&'a self, wrapper: &'a dyn DataTypeWrapper) -> &'a T { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/class/traits/object.rs:212:29 [INFO] [stdout] | [INFO] [stdout] 212 | fn get_data_mut<'a, T>(&'a mut self, wrapper: &'a dyn DataTypeWrapper) -> &mut T { [INFO] [stdout] | ^^ ^^ the lifetime is named here ------ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 212 | fn get_data_mut<'a, T>(&'a mut self, wrapper: &'a dyn DataTypeWrapper) -> &'a mut T { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s [INFO] running `Command { std: "docker" "inspect" "94f743f80bd264057bd3cd839eb30582507d03f8d387d16c269a492cbb9fef35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94f743f80bd264057bd3cd839eb30582507d03f8d387d16c269a492cbb9fef35", kill_on_drop: false }` [INFO] [stdout] 94f743f80bd264057bd3cd839eb30582507d03f8d387d16c269a492cbb9fef35 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 96758d8493492a7f54dbdbee8e9d881d6f0aa030e6ca133d11deb852bf97c9ec [INFO] running `Command { std: "docker" "start" "-a" "96758d8493492a7f54dbdbee8e9d881d6f0aa030e6ca133d11deb852bf97c9ec", kill_on_drop: false }` [INFO] [stderr] Compiling rutie v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/class/traits/object.rs:207:25 [INFO] [stdout] | [INFO] [stdout] 207 | fn get_data<'a, T>(&'a self, wrapper: &'a dyn DataTypeWrapper) -> &T { [INFO] [stdout] | ^^ ^^ the lifetime is named here -- the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 207 | fn get_data<'a, T>(&'a self, wrapper: &'a dyn DataTypeWrapper) -> &'a T { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/class/traits/object.rs:212:29 [INFO] [stdout] | [INFO] [stdout] 212 | fn get_data_mut<'a, T>(&'a mut self, wrapper: &'a dyn DataTypeWrapper) -> &mut T { [INFO] [stdout] | ^^ ^^ the lifetime is named here ------ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 212 | fn get_data_mut<'a, T>(&'a mut self, wrapper: &'a dyn DataTypeWrapper) -> &'a mut T { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `darwin` [INFO] [stdout] --> src/class/integer.rs:238:11 [INFO] [stdout] | [INFO] [stdout] 238 | #[cfg(target_os = "darwin")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 10 more [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/class/traits/object.rs:207:25 [INFO] [stdout] | [INFO] [stdout] 207 | fn get_data<'a, T>(&'a self, wrapper: &'a dyn DataTypeWrapper) -> &T { [INFO] [stdout] | ^^ ^^ the lifetime is named here -- the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 207 | fn get_data<'a, T>(&'a self, wrapper: &'a dyn DataTypeWrapper) -> &'a T { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/class/traits/object.rs:212:29 [INFO] [stdout] | [INFO] [stdout] 212 | fn get_data_mut<'a, T>(&'a mut self, wrapper: &'a dyn DataTypeWrapper) -> &mut T { [INFO] [stdout] | ^^ ^^ the lifetime is named here ------ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 212 | fn get_data_mut<'a, T>(&'a mut self, wrapper: &'a dyn DataTypeWrapper) -> &'a mut T { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.69s [INFO] running `Command { std: "docker" "inspect" "96758d8493492a7f54dbdbee8e9d881d6f0aa030e6ca133d11deb852bf97c9ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96758d8493492a7f54dbdbee8e9d881d6f0aa030e6ca133d11deb852bf97c9ec", kill_on_drop: false }` [INFO] [stdout] 96758d8493492a7f54dbdbee8e9d881d6f0aa030e6ca133d11deb852bf97c9ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 09540cd2d89dfacde4e43bd1e432cf0d29018352f9def06eedc9c0ecac299e3a [INFO] running `Command { std: "docker" "start" "-a" "09540cd2d89dfacde4e43bd1e432cf0d29018352f9def06eedc9c0ecac299e3a", kill_on_drop: false }` [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] [INFO] [stderr] --> src/class/traits/object.rs:207:25 [INFO] [stdout] running 7 tests [INFO] [stderr] | [INFO] [stderr] 207 | fn get_data<'a, T>(&'a self, wrapper: &'a dyn DataTypeWrapper) -> &T { [INFO] [stderr] | ^^ ^^ the lifetime is named here -- the same lifetime is elided here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 207 | fn get_data<'a, T>(&'a self, wrapper: &'a dyn DataTypeWrapper) -> &'a T { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/class/traits/object.rs:212:29 [INFO] [stderr] | [INFO] [stderr] 212 | fn get_data_mut<'a, T>(&'a mut self, wrapper: &'a dyn DataTypeWrapper) -> &mut T { [INFO] [stderr] | ^^ ^^ the lifetime is named here ------ the same lifetime is elided here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 212 | fn get_data_mut<'a, T>(&'a mut self, wrapper: &'a dyn DataTypeWrapper) -> &'a mut T { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: `rutie` (lib) generated 2 warnings (run `cargo fix --lib -p rutie` to apply 2 suggestions) [INFO] [stderr] warning: unexpected `cfg` condition value: `darwin` [INFO] [stderr] --> src/class/integer.rs:238:11 [INFO] [stderr] | [INFO] [stderr] 238 | #[cfg(target_os = "darwin")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 10 more [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `rutie` (lib test) generated 3 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rutie-752c94232a8b2085) [INFO] [stderr] [BUG] Segmentation fault at 0x0000000000000010 [INFO] [stderr] ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) [x86_64-linux-gnu] [INFO] [stderr] [INFO] [stderr] -- Machine register context ------------------------------------------------ [INFO] [stderr] RIP: 0x000079ae6813514b RBP: 0x000079ae67873180 RSP: 0x000079ae67873040 [INFO] [stderr] RAX: 0x0000000000000000 RBX: 0x000079ae67873b50 RCX: 0x0000000000000000 [INFO] [stdout] test class::hash::tests::test_hash_each ... ok [INFO] [stderr] RDX: 0x00005f8d9b6f13a0 RDI: 0x000079ae68424d38 RSI: 0x00005f8d9b6f17d0 [INFO] [stderr] R8: 0x0000000000000000 R9: 0x00005f8dffffffff R10: 0x0000000000000000 [INFO] [stderr] R11: 0x0000000000000246 R12: 0x00005f8d97381cf8 R13: 0x7fffffffffffffff [INFO] [stderr] R14: 0x000000003b9aca00 R15: 0x0000000000000000 EFL: 0x0000000000010206 [INFO] [stderr] [INFO] [stderr] -- C level backtrace information ------------------------------------------- [INFO] [stderr] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x79ae682e7cee) [0x79ae682e7cee] [INFO] [stderr] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x79ae6812cbdc) [0x79ae6812cbdc] [INFO] [stderr] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x79ae68255116) [0x79ae68255116] [INFO] [stderr] /lib/x86_64-linux-gnu/libc.so.6(0x79ae67d9a330) [0x79ae67d9a330] [INFO] [stderr] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(rb_protect+0x6b) [0x79ae6813514b] [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(eval_string_protect+0xa7) [0x5f8d972caec7] src/binding/vm.rs:80 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(0x5f8d972cdd82) [0x5f8d972cdd82] [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(str_to_num+0x22) [0x5f8d972d1fd2] src/class/integer.rs:376 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(test_i64+0x1b4) [0x5f8d972d18b4] src/class/integer.rs:328 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085({closure#0}+0x17) [0x5f8d972d1f07] src/class/integer.rs:322 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(call_once+0x16) [0x5f8d972d5d36] /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/ops/function.rs:253 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(black_box>+0x0) [0x5f8d972e20db] library/core/src/ops/function.rs:253 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(black_box>) library/test/src/bench.rs:21 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(call_once core::result::Result<(), alloc::string::String>, ()>) library/test/src/lib.rs:666 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(__rust_begin_short_backtrace, fn() -> core::result::Result<(), alloc::string::String>>) library/test/src/lib.rs:663 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085({closure#0}+0x5) [0x5f8d972e52d5] library/test/src/lib.rs:686 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(call_once, test::run_test_in_process::{closure_env#0}>) library/core/src/panic/unwind_safe.rs:272 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(do_call, core::result::Result<(), alloc::string::String>>) library/std/src/panicking.rs:590 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(catch_unwind, core::panic::unwind_safe::AssertUnwindSafe>) library/std/src/panicking.rs:553 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(catch_unwind, core::result::Result<(), alloc::string::String>>) library/std/src/panic.rs:359 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(run_test_in_process) library/test/src/lib.rs:686 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085({closure#0}) library/test/src/lib.rs:607 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(done+0x0) [0x5f8d9730ac84] library/test/src/lib.rs:637 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(drop>) library/std/src/sync/poison/mutex.rs:740 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(drop_in_place>>) library/core/src/ptr/mod.rs:804 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085({closure#1}) library/test/src/lib.rs:637 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(__rust_begin_short_backtrace) library/std/src/sys/backtrace.rs:158 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085({closure#1}+0x76) [0x5f8d972f189a] library/std/src/thread/mod.rs:559 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(call_once, ()>) library/core/src/ops/function.rs:253 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(size_of_val_raw>+0x0) [0x5f8d9731eaaf] library/alloc/src/boxed.rs:1971 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(for_value_raw>) library/core/src/alloc/layout.rs:222 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(drop, alloc::alloc::Global>) library/alloc/src/boxed.rs:1664 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(call_once<(), dyn core::ops::function::FnOnce<(), Output=()>, alloc::alloc::Global>) library/alloc/src/boxed.rs:1971 [INFO] [stderr] /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085(thread_start) library/std/src/sys/pal/unix/thread.rs:107 [INFO] [stderr] /lib/x86_64-linux-gnu/libc.so.6(0x79ae67df1aa4) [0x79ae67df1aa4] [INFO] [stderr] /lib/x86_64-linux-gnu/libc.so.6(__clone+0x44) [0x79ae67e7ea34] [INFO] [stderr] [INFO] [stderr] -- Other runtime information ----------------------------------------------- [INFO] [stderr] [INFO] [stderr] * Loaded script: ruby [INFO] [stderr] [INFO] [stderr] * Loaded features: [INFO] [stderr] [INFO] [stderr] 0 enumerator.so [INFO] [stderr] 1 thread.rb [INFO] [stderr] 2 fiber.so [INFO] [stderr] 3 rational.so [INFO] [stderr] 4 complex.so [INFO] [stderr] 5 ruby2_keywords.rb [INFO] [stderr] [INFO] [stderr] * Process memory map: [INFO] [stderr] [INFO] [stderr] 5f8d97289000-5f8d972c6000 r--p 00000000 103:00 19051153 /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085 [INFO] [stderr] 5f8d972c6000-5f8d97373000 r-xp 0003c000 103:00 19051153 /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085 [INFO] [stderr] 5f8d97373000-5f8d97381000 r--p 000e8000 103:00 19051153 /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085 [INFO] [stderr] 5f8d97381000-5f8d97382000 rw-p 000f5000 103:00 19051153 /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085 [INFO] [stderr] 5f8d9b6ee000-5f8d9b70f000 rw-p 00000000 00:00 0 [heap] [INFO] [stderr] 79ae45800000-79ae45e5b000 r--s 00000000 103:00 19051153 /opt/rustwide/target/debug/deps/rutie-752c94232a8b2085 [INFO] [stderr] 79ae45ff7000-79ae48021000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae48021000-79ae4c000000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae4c000000-79ae4c021000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae4c021000-79ae50000000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae50000000-79ae50021000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae50021000-79ae54000000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae54000000-79ae54021000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae54021000-79ae58000000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae58000000-79ae58021000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae58021000-79ae5c000000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae5c000000-79ae5c021000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae5c021000-79ae60000000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae60000000-79ae600b1000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae600b1000-79ae64000000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae64210000-79ae64417000 r--s 00000000 00:66 525200 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stderr] 79ae64417000-79ae647c0000 r--s 00000000 00:66 1330059 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stderr] 79ae647c0000-79ae647c1000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae647c1000-79ae64862000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae64862000-79ae64863000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae64863000-79ae64904000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae64904000-79ae64905000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae64905000-79ae649a6000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae649a6000-79ae649a7000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae649a7000-79ae64a48000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae64a48000-79ae64a49000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae64a49000-79ae64aea000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae64aea000-79ae64aeb000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae64aeb000-79ae64b8c000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae64b8c000-79ae64b8d000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae64b8d000-79ae64c2e000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae64c2e000-79ae64c2f000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae64c2f000-79ae64cd0000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae64cd0000-79ae64cd1000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae64cd1000-79ae64d72000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae64d72000-79ae64d73000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae64d73000-79ae64e14000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae64e14000-79ae64e15000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae64e15000-79ae64eb6000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae64eb6000-79ae64eb7000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae64eb7000-79ae64f58000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae64f58000-79ae64f59000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae64f59000-79ae64ffa000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae64ffa000-79ae64ffb000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae64ffb000-79ae6509c000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae6509c000-79ae6509d000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae6509d000-79ae6513e000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae6513e000-79ae6513f000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae6513f000-79ae651e0000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae651e0000-79ae651e1000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae651e1000-79ae65282000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae65282000-79ae65283000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae65283000-79ae65324000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae65324000-79ae65325000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae65325000-79ae653c6000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae653c6000-79ae653c7000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae653c7000-79ae65468000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae65468000-79ae65469000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae65469000-79ae6550a000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae6550a000-79ae6550b000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae6550b000-79ae655ac000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae655ac000-79ae655ad000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae655ad000-79ae6564e000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae6564e000-79ae6564f000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae6564f000-79ae656f0000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae656f0000-79ae656f1000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae656f1000-79ae65792000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae65792000-79ae65793000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae65793000-79ae65834000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae65834000-79ae65835000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae65835000-79ae658d6000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae658d6000-79ae658d7000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae658d7000-79ae65978000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae65978000-79ae65979000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae65979000-79ae65a1a000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae65a1a000-79ae65a1b000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae65a1b000-79ae65abc000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae65abc000-79ae65abd000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae65abd000-79ae65b5e000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae65b5e000-79ae65b5f000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae65b5f000-79ae65c00000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae65c00000-79ae66c00000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae66c60000-79ae66c90000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae66c9f000-79ae66d60000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae66d6f000-79ae66e70000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae66e70000-79ae66e71000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae66e71000-79ae67071000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae67071000-79ae67072000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae67072000-79ae67272000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae67272000-79ae67273000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae67273000-79ae67473000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae67473000-79ae67474000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae67474000-79ae67674000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae67674000-79ae67675000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae67675000-79ae67875000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae67875000-79ae67876000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae67876000-79ae67a76000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae67a76000-79ae67a77000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae67a77000-79ae67c77000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae67c77000-79ae67c79000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae67c79000-79ae67c7b000 r--p 00000000 00:66 525209 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stderr] 79ae67c7b000-79ae67c90000 r-xp 00002000 00:66 525209 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stderr] 79ae67c90000-79ae67ca9000 r--p 00017000 00:66 525209 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stderr] 79ae67ca9000-79ae67caa000 r--p 0002f000 00:66 525209 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stderr] 79ae67caa000-79ae67cab000 rw-p 00030000 00:66 525209 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stderr] 79ae67cab000-79ae67cb3000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae67cb3000-79ae67cbd000 r--p 00000000 00:66 525229 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stderr] 79ae67cbd000-79ae67d20000 r-xp 0000a000 00:66 525229 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stderr] 79ae67d20000-79ae67d35000 r--p 0006d000 00:66 525229 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stderr] 79ae67d35000-79ae67d36000 r--p 00081000 00:66 525229 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stderr] 79ae67d36000-79ae67d37000 rw-p 00082000 00:66 525229 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stderr] 79ae67d37000-79ae67d39000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae67d39000-79ae67d3b000 r--p 00000000 00:66 525313 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stderr] 79ae67d3b000-79ae67d4d000 r-xp 00002000 00:66 525313 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stderr] 79ae67d4d000-79ae67d53000 r--p 00014000 00:66 525313 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stderr] 79ae67d53000-79ae67d54000 r--p 0001a000 00:66 525313 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stderr] 79ae67d54000-79ae67d55000 rw-p 0001b000 00:66 525313 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stderr] 79ae67d55000-79ae67d7d000 r--p 00000000 00:66 525200 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stderr] 79ae67d7d000-79ae67f05000 r-xp 00028000 00:66 525200 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stderr] 79ae67f05000-79ae67f54000 r--p 001b0000 00:66 525200 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stderr] 79ae67f54000-79ae67f58000 r--p 001fe000 00:66 525200 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stderr] 79ae67f58000-79ae67f5a000 rw-p 00202000 00:66 525200 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stderr] 79ae67f5a000-79ae67f67000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae67f67000-79ae67f6b000 r--p 00000000 00:66 525225 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stderr] 79ae67f6b000-79ae67f8f000 r-xp 00004000 00:66 525225 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stderr] 79ae67f8f000-79ae67f93000 r--p 00028000 00:66 525225 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stderr] 79ae67f93000-79ae67f94000 r--p 0002b000 00:66 525225 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stderr] 79ae67f94000-79ae67f95000 rw-p 0002c000 00:66 525225 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stderr] 79ae67f95000-79ae67fa5000 r--p 00000000 00:66 525242 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stderr] 79ae67fa5000-79ae68024000 r-xp 00010000 00:66 525242 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stderr] 79ae68024000-79ae6807c000 r--p 0008f000 00:66 525242 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stderr] 79ae6807c000-79ae6807d000 r--p 000e7000 00:66 525242 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stderr] 79ae6807d000-79ae6807e000 rw-p 000e8000 00:66 525242 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stderr] 79ae6807e000-79ae680ae000 r--p 00000000 00:66 1330059 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stderr] 79ae680ae000-79ae682f5000 r-xp 00030000 00:66 1330059 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stderr] 79ae682f5000-79ae6841b000 r--p 00277000 00:66 1330059 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stderr] 79ae6841b000-79ae68425000 r--p 0039d000 00:66 1330059 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stderr] 79ae68425000-79ae68426000 rw-p 003a7000 00:66 1330059 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stderr] 79ae68426000-79ae68438000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae68445000-79ae68446000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae68446000-79ae68448000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae68448000-79ae68449000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae68449000-79ae6844b000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae6844b000-79ae6844c000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae6844c000-79ae6844e000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae6844e000-79ae6844f000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae6844f000-79ae68451000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae68451000-79ae68452000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae68452000-79ae68454000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae68454000-79ae68455000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae68455000-79ae68457000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae6845a000-79ae6845b000 ---p 00000000 00:00 0 [INFO] [stderr] 79ae6845b000-79ae6845d000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae6845d000-79ae6845f000 rw-p 00000000 00:00 0 [INFO] [stderr] 79ae6845f000-79ae68461000 r--p 00000000 00:00 0 [vvar] [INFO] [stderr] 79ae68461000-79ae68463000 r--p 00000000 00:00 0 [vvar_vclock] [INFO] [stderr] 79ae68463000-79ae68465000 r-xp 00000000 00:00 0 [vdso] [INFO] [stderr] 79ae68465000-79ae68466000 r--p 00000000 00:66 525180 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stderr] 79ae68466000-79ae68491000 r-xp 00001000 00:66 525180 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stderr] 79ae68491000-79ae6849b000 r--p 0002c000 00:66 525180 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stderr] 79ae6849b000-79ae6849d000 r--p 00036000 00:66 525180 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stderr] 79ae6849d000-79ae6849f000 rw-p 00038000 00:66 525180 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stderr] 7ffdc6478000-7ffdc6499000 rw-p 00000000 00:00 0 [stack] [INFO] [stderr] ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/deps/rutie-752c94232a8b2085` (signal: 6, SIGABRT: process abort signal) [INFO] running `Command { std: "docker" "inspect" "09540cd2d89dfacde4e43bd1e432cf0d29018352f9def06eedc9c0ecac299e3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09540cd2d89dfacde4e43bd1e432cf0d29018352f9def06eedc9c0ecac299e3a", kill_on_drop: false }` [INFO] [stdout] 09540cd2d89dfacde4e43bd1e432cf0d29018352f9def06eedc9c0ecac299e3a