[INFO] fetching crate ruru 0.9.3... [INFO] testing ruru-0.9.3 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate ruru 0.9.3 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate ruru 0.9.3 [INFO] finished tweaking crates.io crate ruru 0.9.3 [INFO] tweaked toml for crates.io crate ruru 0.9.3 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ruru 0.9.3 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] [stderr] Adding lazy_static v0.2.11 (available: v1.5.0) [INFO] [stderr] Adding ruby-sys v0.2.20 (available: v0.3.0) [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] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ruby-sys v0.2.20 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 412f0d39094bd04000dad06ef43d6fa85cd0d9807b7d5654538e79c4621e1f60 [INFO] running `Command { std: "docker" "start" "-a" "412f0d39094bd04000dad06ef43d6fa85cd0d9807b7d5654538e79c4621e1f60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "412f0d39094bd04000dad06ef43d6fa85cd0d9807b7d5654538e79c4621e1f60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "412f0d39094bd04000dad06ef43d6fa85cd0d9807b7d5654538e79c4621e1f60", kill_on_drop: false }` [INFO] [stdout] 412f0d39094bd04000dad06ef43d6fa85cd0d9807b7d5654538e79c4621e1f60 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 8c7cbd17db2e21d3ad900897aebd8a4612ccbb909593e58387c04fe926f55171 [INFO] running `Command { std: "docker" "start" "-a" "8c7cbd17db2e21d3ad900897aebd8a4612ccbb909593e58387c04fe926f55171", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling ruby-sys v0.2.20 [INFO] [stderr] Compiling ruru v0.9.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/class/traits/object.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/result.rs:43:50 [INFO] [stdout] | [INFO] [stdout] 43 | write!(f, "{}", ::description(&self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/class.rs:92:54 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn wrap_data(klass: Value, data: T, wrapper: &DataTypeWrapper) -> Value { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 92 | pub fn wrap_data(klass: Value, data: T, wrapper: &dyn DataTypeWrapper) -> Value { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/class.rs:98:45 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn get_data(object: Value, wrapper: &DataTypeWrapper) -> &mut T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 98 | pub fn get_data(object: Value, wrapper: &dyn DataTypeWrapper) -> &mut T { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/class/class.rs:568:62 [INFO] [stdout] | [INFO] [stdout] 568 | pub fn wrap_data(&self, data: T, wrapper: &DataTypeWrapper) -> O { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 568 | pub fn wrap_data(&self, data: T, wrapper: &dyn DataTypeWrapper) -> O { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/class/traits/object.rs:209:47 [INFO] [stdout] | [INFO] [stdout] 209 | fn get_data<'a, T>(&'a self, wrapper: &'a DataTypeWrapper) -> &mut T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 209 | fn get_data<'a, T>(&'a self, wrapper: &'a dyn DataTypeWrapper) -> &mut T { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/thread.rs:17:39 [INFO] [stdout] | [INFO] [stdout] 17 | let fnbox = Box::new(func) as Box R>; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 | let fnbox = Box::new(func) as Box R>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/thread.rs:86:28 [INFO] [stdout] | [INFO] [stdout] 86 | let mut fnbox: Box R>> = [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 86 | let mut fnbox: Box R>> = [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/thread.rs:87:51 [INFO] [stdout] | [INFO] [stdout] 87 | unsafe { Box::from_raw(boxptr as *mut Box R>) }; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 87 | unsafe { Box::from_raw(boxptr as *mut Box R>) }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/thread.rs:93:28 [INFO] [stdout] | [INFO] [stdout] 93 | let mut fnbox: Box *const c_void>> = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 93 | let mut fnbox: Box *const c_void>> = [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/thread.rs:94:51 [INFO] [stdout] | [INFO] [stdout] 94 | unsafe { Box::from_raw(boxptr as *mut Box *const c_void>) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 94 | unsafe { Box::from_raw(boxptr as *mut Box *const c_void>) }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/vm.rs:95:28 [INFO] [stdout] | [INFO] [stdout] 95 | let mut fnbox: Box *const c_void>> = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 95 | let mut fnbox: Box *const c_void>> = [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/vm.rs:96:51 [INFO] [stdout] | [INFO] [stdout] 96 | unsafe { Box::from_raw(boxptr as *mut Box *const c_void>) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 96 | unsafe { Box::from_raw(boxptr as *mut Box *const c_void>) }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/util.rs:58:46 [INFO] [stdout] | [INFO] [stdout] 58 | let fnbox = Box::new(wrap_return) as Box *const c_void>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 58 | let fnbox = Box::new(wrap_return) as Box *const c_void>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `AnyObject`, which is not FFI-safe [INFO] [stdout] --> src/binding/hash.rs:49:37 [INFO] [stdout] | [INFO] [stdout] 49 | extern "C" fn each_callback(key: AnyObject, value: AnyObject, closure: CallbackMutPtr) [INFO] [stdout] | ^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/class/any_object.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | pub struct AnyObject { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `AnyObject`, which is not FFI-safe [INFO] [stdout] --> src/binding/hash.rs:49:55 [INFO] [stdout] | [INFO] [stdout] 49 | extern "C" fn each_callback(key: AnyObject, value: AnyObject, closure: CallbackMutPtr) [INFO] [stdout] | ^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/class/any_object.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | pub struct AnyObject { [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:209:25 [INFO] [stdout] | [INFO] [stdout] 209 | fn get_data<'a, T>(&'a self, wrapper: &'a DataTypeWrapper) -> &mut T { [INFO] [stdout] | ^^ ^^ ------ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [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] 209 | fn get_data<'a, T>(&'a self, wrapper: &'a DataTypeWrapper) -> &'a mut T { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `Box::::from_raw` that must be used [INFO] [stdout] --> src/typed_data/mod.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | unsafe { Box::from_raw(data as *mut T) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box` [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 9 | unsafe { let _ = Box::from_raw(data as *mut T); }; [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s [INFO] running `Command { std: "docker" "inspect" "8c7cbd17db2e21d3ad900897aebd8a4612ccbb909593e58387c04fe926f55171", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c7cbd17db2e21d3ad900897aebd8a4612ccbb909593e58387c04fe926f55171", kill_on_drop: false }` [INFO] [stdout] 8c7cbd17db2e21d3ad900897aebd8a4612ccbb909593e58387c04fe926f55171 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 3aace080408011679dd8caf62ce2bfccef66d6eefe820ab6d6717d5a098789fe [INFO] running `Command { std: "docker" "start" "-a" "3aace080408011679dd8caf62ce2bfccef66d6eefe820ab6d6717d5a098789fe", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/class/traits/object.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/result.rs:43:50 [INFO] [stdout] | [INFO] [stdout] 43 | write!(f, "{}", ::description(&self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/class.rs:92:54 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn wrap_data(klass: Value, data: T, wrapper: &DataTypeWrapper) -> Value { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 92 | pub fn wrap_data(klass: Value, data: T, wrapper: &dyn DataTypeWrapper) -> Value { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/class.rs:98:45 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn get_data(object: Value, wrapper: &DataTypeWrapper) -> &mut T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 98 | pub fn get_data(object: Value, wrapper: &dyn DataTypeWrapper) -> &mut T { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/class/class.rs:568:62 [INFO] [stdout] | [INFO] [stdout] 568 | pub fn wrap_data(&self, data: T, wrapper: &DataTypeWrapper) -> O { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 568 | pub fn wrap_data(&self, data: T, wrapper: &dyn DataTypeWrapper) -> O { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/class/traits/object.rs:209:47 [INFO] [stdout] | [INFO] [stdout] 209 | fn get_data<'a, T>(&'a self, wrapper: &'a DataTypeWrapper) -> &mut T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 209 | fn get_data<'a, T>(&'a self, wrapper: &'a dyn DataTypeWrapper) -> &mut T { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/thread.rs:17:39 [INFO] [stdout] | [INFO] [stdout] 17 | let fnbox = Box::new(func) as Box R>; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 | let fnbox = Box::new(func) as Box R>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/thread.rs:86:28 [INFO] [stdout] | [INFO] [stdout] 86 | let mut fnbox: Box R>> = [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 86 | let mut fnbox: Box R>> = [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/thread.rs:87:51 [INFO] [stdout] | [INFO] [stdout] 87 | unsafe { Box::from_raw(boxptr as *mut Box R>) }; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 87 | unsafe { Box::from_raw(boxptr as *mut Box R>) }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/thread.rs:93:28 [INFO] [stdout] | [INFO] [stdout] 93 | let mut fnbox: Box *const c_void>> = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 93 | let mut fnbox: Box *const c_void>> = [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/thread.rs:94:51 [INFO] [stdout] | [INFO] [stdout] 94 | unsafe { Box::from_raw(boxptr as *mut Box *const c_void>) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 94 | unsafe { Box::from_raw(boxptr as *mut Box *const c_void>) }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/vm.rs:95:28 [INFO] [stdout] | [INFO] [stdout] 95 | let mut fnbox: Box *const c_void>> = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 95 | let mut fnbox: Box *const c_void>> = [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ruru v0.9.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/vm.rs:96:51 [INFO] [stdout] | [INFO] [stdout] 96 | unsafe { Box::from_raw(boxptr as *mut Box *const c_void>) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 96 | unsafe { Box::from_raw(boxptr as *mut Box *const c_void>) }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/util.rs:58:46 [INFO] [stdout] | [INFO] [stdout] 58 | let fnbox = Box::new(wrap_return) as Box *const c_void>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 58 | let fnbox = Box::new(wrap_return) as Box *const c_void>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `AnyObject`, which is not FFI-safe [INFO] [stdout] --> src/binding/hash.rs:49:37 [INFO] [stdout] | [INFO] [stdout] 49 | extern "C" fn each_callback(key: AnyObject, value: AnyObject, closure: CallbackMutPtr) [INFO] [stdout] | ^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/class/any_object.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | pub struct AnyObject { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `AnyObject`, which is not FFI-safe [INFO] [stdout] --> src/binding/hash.rs:49:55 [INFO] [stdout] | [INFO] [stdout] 49 | extern "C" fn each_callback(key: AnyObject, value: AnyObject, closure: CallbackMutPtr) [INFO] [stdout] | ^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/class/any_object.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | pub struct AnyObject { [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:209:25 [INFO] [stdout] | [INFO] [stdout] 209 | fn get_data<'a, T>(&'a self, wrapper: &'a DataTypeWrapper) -> &mut T { [INFO] [stdout] | ^^ ^^ ------ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [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] 209 | fn get_data<'a, T>(&'a self, wrapper: &'a DataTypeWrapper) -> &'a mut T { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `Box::::from_raw` that must be used [INFO] [stdout] --> src/typed_data/mod.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | unsafe { Box::from_raw(data as *mut T) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box` [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 9 | unsafe { let _ = Box::from_raw(data as *mut T); }; [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/class/traits/object.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/result.rs:43:50 [INFO] [stdout] | [INFO] [stdout] 43 | write!(f, "{}", ::description(&self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/class.rs:92:54 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn wrap_data(klass: Value, data: T, wrapper: &DataTypeWrapper) -> Value { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 92 | pub fn wrap_data(klass: Value, data: T, wrapper: &dyn DataTypeWrapper) -> Value { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/class.rs:98:45 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn get_data(object: Value, wrapper: &DataTypeWrapper) -> &mut T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 98 | pub fn get_data(object: Value, wrapper: &dyn DataTypeWrapper) -> &mut T { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/class/class.rs:568:62 [INFO] [stdout] | [INFO] [stdout] 568 | pub fn wrap_data(&self, data: T, wrapper: &DataTypeWrapper) -> O { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 568 | pub fn wrap_data(&self, data: T, wrapper: &dyn DataTypeWrapper) -> O { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/class/traits/object.rs:209:47 [INFO] [stdout] | [INFO] [stdout] 209 | fn get_data<'a, T>(&'a self, wrapper: &'a DataTypeWrapper) -> &mut T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 209 | fn get_data<'a, T>(&'a self, wrapper: &'a dyn DataTypeWrapper) -> &mut T { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/thread.rs:17:39 [INFO] [stdout] | [INFO] [stdout] 17 | let fnbox = Box::new(func) as Box R>; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 | let fnbox = Box::new(func) as Box R>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/thread.rs:86:28 [INFO] [stdout] | [INFO] [stdout] 86 | let mut fnbox: Box R>> = [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 86 | let mut fnbox: Box R>> = [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/thread.rs:87:51 [INFO] [stdout] | [INFO] [stdout] 87 | unsafe { Box::from_raw(boxptr as *mut Box R>) }; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 87 | unsafe { Box::from_raw(boxptr as *mut Box R>) }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/thread.rs:93:28 [INFO] [stdout] | [INFO] [stdout] 93 | let mut fnbox: Box *const c_void>> = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 93 | let mut fnbox: Box *const c_void>> = [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/thread.rs:94:51 [INFO] [stdout] | [INFO] [stdout] 94 | unsafe { Box::from_raw(boxptr as *mut Box *const c_void>) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 94 | unsafe { Box::from_raw(boxptr as *mut Box *const c_void>) }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/vm.rs:95:28 [INFO] [stdout] | [INFO] [stdout] 95 | let mut fnbox: Box *const c_void>> = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 95 | let mut fnbox: Box *const c_void>> = [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/binding/vm.rs:96:51 [INFO] [stdout] | [INFO] [stdout] 96 | unsafe { Box::from_raw(boxptr as *mut Box *const c_void>) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 96 | unsafe { Box::from_raw(boxptr as *mut Box *const c_void>) }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/util.rs:58:46 [INFO] [stdout] | [INFO] [stdout] 58 | let fnbox = Box::new(wrap_return) as Box *const c_void>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 58 | let fnbox = Box::new(wrap_return) as Box *const c_void>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `AnyObject`, which is not FFI-safe [INFO] [stdout] --> src/binding/hash.rs:49:37 [INFO] [stdout] | [INFO] [stdout] 49 | extern "C" fn each_callback(key: AnyObject, value: AnyObject, closure: CallbackMutPtr) [INFO] [stdout] | ^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/class/any_object.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | pub struct AnyObject { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `AnyObject`, which is not FFI-safe [INFO] [stdout] --> src/binding/hash.rs:49:55 [INFO] [stdout] | [INFO] [stdout] 49 | extern "C" fn each_callback(key: AnyObject, value: AnyObject, closure: CallbackMutPtr) [INFO] [stdout] | ^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/class/any_object.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | pub struct AnyObject { [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:209:25 [INFO] [stdout] | [INFO] [stdout] 209 | fn get_data<'a, T>(&'a self, wrapper: &'a DataTypeWrapper) -> &mut T { [INFO] [stdout] | ^^ ^^ ------ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [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] 209 | fn get_data<'a, T>(&'a self, wrapper: &'a DataTypeWrapper) -> &'a mut T { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `Box::::from_raw` that must be used [INFO] [stdout] --> src/typed_data/mod.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | unsafe { Box::from_raw(data as *mut T) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box` [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 9 | unsafe { let _ = Box::from_raw(data as *mut T); }; [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.52s [INFO] running `Command { std: "docker" "inspect" "3aace080408011679dd8caf62ce2bfccef66d6eefe820ab6d6717d5a098789fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3aace080408011679dd8caf62ce2bfccef66d6eefe820ab6d6717d5a098789fe", kill_on_drop: false }` [INFO] [stdout] 3aace080408011679dd8caf62ce2bfccef66d6eefe820ab6d6717d5a098789fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 151e828c88f39c9d2c68e60ecf7458a7bad42e82a827c2835ef09c4586e9cc24 [INFO] running `Command { std: "docker" "start" "-a" "151e828c88f39c9d2c68e60ecf7458a7bad42e82a827c2835ef09c4586e9cc24", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/class/traits/object.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/result.rs:43:50 [INFO] [stderr] | [INFO] [stderr] 43 | write!(f, "{}", ::description(&self)) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/binding/class.rs:92:54 [INFO] [stderr] | [INFO] [stderr] 92 | pub fn wrap_data(klass: Value, data: T, wrapper: &DataTypeWrapper) -> Value { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 92 | pub fn wrap_data(klass: Value, data: T, wrapper: &dyn DataTypeWrapper) -> Value { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/binding/class.rs:98:45 [INFO] [stderr] | [INFO] [stderr] 98 | pub fn get_data(object: Value, wrapper: &DataTypeWrapper) -> &mut T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 98 | pub fn get_data(object: Value, wrapper: &dyn DataTypeWrapper) -> &mut T { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/class/class.rs:568:62 [INFO] [stderr] | [INFO] [stderr] 568 | pub fn wrap_data(&self, data: T, wrapper: &DataTypeWrapper) -> O { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 568 | pub fn wrap_data(&self, data: T, wrapper: &dyn DataTypeWrapper) -> O { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/class/traits/object.rs:209:47 [INFO] [stderr] | [INFO] [stderr] 209 | fn get_data<'a, T>(&'a self, wrapper: &'a DataTypeWrapper) -> &mut T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 209 | fn get_data<'a, T>(&'a self, wrapper: &'a dyn DataTypeWrapper) -> &mut T { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/binding/thread.rs:17:39 [INFO] [stderr] | [INFO] [stderr] 17 | let fnbox = Box::new(func) as Box R>; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 17 | let fnbox = Box::new(func) as Box R>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/binding/thread.rs:86:28 [INFO] [stderr] | [INFO] [stderr] 86 | let mut fnbox: Box R>> = [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 86 | let mut fnbox: Box R>> = [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/binding/thread.rs:87:51 [INFO] [stderr] | [INFO] [stderr] 87 | unsafe { Box::from_raw(boxptr as *mut Box R>) }; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 87 | unsafe { Box::from_raw(boxptr as *mut Box R>) }; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/binding/thread.rs:93:28 [INFO] [stderr] | [INFO] [stderr] 93 | let mut fnbox: Box *const c_void>> = [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 93 | let mut fnbox: Box *const c_void>> = [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/binding/thread.rs:94:51 [INFO] [stderr] | [INFO] [stderr] 94 | unsafe { Box::from_raw(boxptr as *mut Box *const c_void>) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 94 | unsafe { Box::from_raw(boxptr as *mut Box *const c_void>) }; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/binding/vm.rs:95:28 [INFO] [stderr] | [INFO] [stderr] 95 | let mut fnbox: Box *const c_void>> = [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 95 | let mut fnbox: Box *const c_void>> = [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/binding/vm.rs:96:51 [INFO] [stderr] | [INFO] [stderr] 96 | unsafe { Box::from_raw(boxptr as *mut Box *const c_void>) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 96 | unsafe { Box::from_raw(boxptr as *mut Box *const c_void>) }; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/util.rs:58:46 [INFO] [stderr] | [INFO] [stderr] 58 | let fnbox = Box::new(wrap_return) as Box *const c_void>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 58 | let fnbox = Box::new(wrap_return) as Box *const c_void>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `extern` fn uses type `AnyObject`, which is not FFI-safe [INFO] [stderr] --> src/binding/hash.rs:49:37 [INFO] [stderr] | [INFO] [stderr] 49 | extern "C" fn each_callback(key: AnyObject, value: AnyObject, closure: CallbackMutPtr) [INFO] [stderr] | ^^^^^^^^^ not FFI-safe [INFO] [stderr] | [INFO] [stderr] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stderr] = note: this struct has unspecified layout [INFO] [stderr] note: the type is defined here [INFO] [stderr] --> src/class/any_object.rs:52:1 [INFO] [stderr] | [INFO] [stderr] 52 | pub struct AnyObject { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `extern` fn uses type `AnyObject`, which is not FFI-safe [INFO] [stderr] --> src/binding/hash.rs:49:55 [INFO] [stderr] | [INFO] [stderr] 49 | extern "C" fn each_callback(key: AnyObject, value: AnyObject, closure: CallbackMutPtr) [INFO] [stderr] | ^^^^^^^^^ not FFI-safe [INFO] [stderr] | [INFO] [stderr] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stderr] = note: this struct has unspecified layout [INFO] [stderr] note: the type is defined here [INFO] [stderr] --> src/class/any_object.rs:52:1 [INFO] [stderr] | [INFO] [stderr] 52 | pub struct AnyObject { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/class/traits/object.rs:209:25 [INFO] [stderr] | [INFO] [stderr] 209 | fn get_data<'a, T>(&'a self, wrapper: &'a DataTypeWrapper) -> &mut T { [INFO] [stderr] | ^^ ^^ ------ the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | | the lifetime is named here [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] 209 | fn get_data<'a, T>(&'a self, wrapper: &'a DataTypeWrapper) -> &'a mut T { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: unused return value of `Box::::from_raw` that must be used [INFO] [stderr] --> src/typed_data/mod.rs:9:14 [INFO] [stderr] | [INFO] [stderr] 9 | unsafe { Box::from_raw(data as *mut T) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box` [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 9 | unsafe { let _ = Box::from_raw(data as *mut T); }; [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: `ruru` (lib) generated 19 warnings (run `cargo fix --lib -p ruru` to apply 13 suggestions) [INFO] [stderr] warning: `ruru` (lib test) generated 19 warnings (19 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ruru-b37dff07da0867fa) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests ruru [INFO] [stdout] [INFO] [stdout] running 105 tests [INFO] [stdout] test src/class/array.rs - class::array::Array::dup (line 301) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array (line 584) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array::length (line 68) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array::concat (line 417) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array::at (line 98) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array::join (line 124) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array::new (line 21) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array::shift (line 269) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array (line 614) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array::sort (line 451) ... ok [INFO] [stdout] test src/class/any_object.rs - class::any_object::AnyObject (line 36) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array::pop (line 214) ... ok [INFO] [stdout] test src/class/any_object.rs - class::any_object::AnyObject (line 24) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array::reverse_bang (line 385) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array::push (line 156) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array::reverse (line 355) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array::to_s (line 329) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array::with_capacity (line 41) ... ok [INFO] [stdout] test src/class/boolean.rs - class::boolean::Boolean::to_bool (line 39) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array::unshift (line 240) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array::sort_bang (line 482) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array::store (line 185) ... ok [INFO] [stdout] test src/class/class.rs - class::class::Class::attr_accessor (line 462) ... ok [INFO] [stdout] test src/class/class.rs - class::class::Class::ancestors (line 226) ... ok [INFO] [stdout] test src/class/class.rs - class::class::Class::new_instance (line 148) - compile ... ok [INFO] [stdout] test src/class/class.rs - class::class::Class::from_existing (line 113) ... ok [INFO] [stdout] test src/class/boolean.rs - class::boolean::Boolean::new (line 19) ... ok [INFO] [stdout] test src/class/class.rs - class::class::Class::attr_reader (line 414) ... ok [INFO] [stdout] test src/class/class.rs - class::class::Class::ancestors (line 208) ... ok [INFO] [stdout] test src/class/class.rs - class::class::Class::get_nested_class (line 250) ... ok [INFO] [stdout] test src/class/class.rs - class::class::Class::attr_writer (line 438) ... ok [INFO] [stdout] test src/class/class.rs - class::class::Class::const_set (line 370) ... ok [INFO] [stdout] test src/class/class.rs - class::class::Class::new (line 75) ... ok [INFO] [stdout] test src/class/fixnum.rs - class::fixnum::Fixnum::new (line 19) ... ok [INFO] [stdout] test src/class/class.rs - class::class::Class::superclass (line 181) ... FAILED [INFO] [stdout] test src/class/class.rs - class::class::Class::const_get (line 324) ... ok [INFO] [stdout] test src/class/float.rs - class::float::Float::new (line 19) ... ok [INFO] [stdout] test src/class/fixnum.rs - class::fixnum::Fixnum::to_i64 (line 41) ... ok [INFO] [stdout] test src/class/class.rs - class::class::Class::define_nested_class (line 289) ... ok [INFO] [stdout] test src/class/class.rs - class::class::Class::wrap_data (line 490) ... ok [INFO] [stdout] test src/class/class.rs - class::class::Class (line 16) ... FAILED [INFO] [stdout] test src/class/float.rs - class::float::Float::to_f64 (line 41) ... ok [INFO] [stdout] test src/class/hash.rs - class::hash::Hash::new (line 20) ... ok [INFO] [stdout] test src/class/hash.rs - class::hash::Hash::delete (line 170) ... ok [INFO] [stdout] test src/class/hash.rs - class::hash::Hash::each (line 211) ... ok [INFO] [stdout] test src/class/hash.rs - class::hash::Hash::length (line 100) ... ok [INFO] [stdout] test src/class/hash.rs - class::hash::Hash::at (line 40) ... ok [INFO] [stdout] test src/class/gc.rs - class::gc::GC::mark (line 13) ... ok [INFO] [stdout] test src/class/string.rs - class::string::RString::to_str (line 95) ... ok [INFO] [stdout] test src/class/string.rs - class::string::RString::to_str_unchecked (line 125) - compile ... ok [INFO] [stdout] test src/class/rproc.rs - class::rproc::Proc::call (line 20) - compile ... ok [INFO] [stdout] test src/class/string.rs - class::string::RString::to_string_unchecked (line 71) - compile ... ok [INFO] [stdout] test src/class/string.rs - class::string::RString::bytesize (line 151) ... FAILED [INFO] [stdout] test src/class/nil_class.rs - class::nil_class::NilClass::new (line 20) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::define (line 221) - compile ... ok [INFO] [stdout] test src/class/hash.rs - class::hash::Hash::clear (line 132) ... ok [INFO] [stdout] test src/class/string.rs - class::string::RString::new (line 19) ... ok [INFO] [stdout] test src/class/hash.rs - class::hash::Hash::store (line 71) ... ok [INFO] [stdout] test src/class/string.rs - class::string::RString::to_string (line 43) ... ok [INFO] [stdout] test src/class/symbol.rs - class::symbol::Symbol::new (line 20) ... ok [INFO] [stdout] test src/class/thread.rs - class::thread::Thread::call_without_gvl (line 85) - compile ... ok [INFO] [stdout] test src/class/thread.rs - class::thread::Thread::new (line 24) ... ok [INFO] [stdout] test src/class/symbol.rs - class::symbol::Symbol::to_string (line 46) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::class (line 52) ... ok [INFO] [stdout] test src/class/thread.rs - class::thread::Thread::wait_fd (line 56) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::define_singleton_method (line 510) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::define_method (line 354) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::define (line 289) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::define_singleton_method (line 466) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::is_nil (line 615) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::get_data (line 131) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::respond_to (line 598) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::singleton_class (line 70) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::send (line 572) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::is_frozen (line 822) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::freeze (line 848) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::try_convert_to (line 954) - compile ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::singleton_class (line 91) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::instance_variable_set (line 741) ... ok [INFO] [stdout] test src/class/vm.rs - class::vm::VM::raise (line 68) - compile ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::define_method (line 391) ... FAILED [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::instance_variable_get (line 660) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::try_convert_to (line 910) ... ok [INFO] [stdout] test src/dsl.rs - dsl::wrappable_struct (line 332) ... ignored [INFO] [stdout] test src/dsl.rs - dsl::wrappable_struct (line 357) ... ignored [INFO] [stdout] test src/dsl.rs - dsl::wrappable_struct (line 380) ... ignored [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::to (line 885) ... ok [INFO] [stdout] test src/class/vm.rs - class::vm::VM::init (line 28) ... ok [INFO] [stdout] test src/class/vm.rs - class::vm::VM::raise (line 83) - compile ... ok [INFO] [stdout] test src/class/vm.rs - class::vm::VM::block_proc (line 111) - compile ... ok [INFO] [stdout] test src/class/vm.rs - class::vm::VM::require (line 46) - compile ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::value (line 24) ... ok [INFO] [stdout] test src/class/vm.rs - class::vm::VM::parse_arguments (line 220) - compile ... ok [INFO] [stdout] test src/class/vm.rs - class::vm::VM::thread_call_without_gvl (line 253) - compile ... ok [INFO] [stdout] test src/class/vm.rs - class::vm::VM::is_block_given (line 160) ... ok [INFO] [stdout] test src/dsl.rs - dsl::class (line 8) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::to_any_object (line 639) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::ty (line 1021) ... ok [INFO] [stdout] test src/dsl.rs - dsl::unsafe_methods (line 106) ... ok [INFO] [stdout] test src/class/traits/verified_object.rs - class::traits::verified_object::VerifiedObject (line 26) ... ok [INFO] [stdout] test src/dsl.rs - dsl::wrappable_struct (line 409) ... ok [INFO] [stdout] test src/dsl.rs - dsl::wrappable_struct (line 397) ... ok [INFO] [stdout] test src/dsl.rs - dsl::methods (line 220) ... ok [INFO] [stdout] test src/result.rs - result::Error::to_exception (line 20) ... ok [INFO] [stdout] test src/dsl.rs - dsl::wrappable_struct (line 492) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/class/class.rs - class::class::Class::superclass (line 181) stdout ---- [INFO] [stdout] Test executable failed (exit status: 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] [INFO] [stdout] thread 'main' (1110) panicked at src/class/class.rs:13:1: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: Some(Class { value: Value { value: 4 } }) [INFO] [stdout] right: None [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x577d859090c2 - std::backtrace_rs::backtrace::libunwind::trace::h0fb8082ca5562a61 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x577d859090c2 - std::backtrace_rs::backtrace::trace_unsynchronized::hfaa258994374a3cd [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x577d859090c2 - std::sys::backtrace::_print_fmt::h11496fe34963a885 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x577d859090c2 - ::fmt::hff1a9408d012ee89 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x577d8592550f - core::fmt::rt::Argument::fmt::hf11195b61445f5d1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x577d8592550f - core::fmt::write::h2f1fc679f228cc52 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x577d858fadf3 - std::io::default_write_fmt::hdd5e6d67566e664d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x577d858fadf3 - std::io::Write::write_fmt::haa2231cbd9aebf95 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x577d85908f12 - std::sys::backtrace::BacktraceLock::print::h28bfdbcac6d3828b [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x577d858f8ebc - std::panicking::default_hook::{{closure}}::h1f968e3a24b0e3b4 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x577d858f8d03 - std::panicking::default_hook::h43da101644971931 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:328:9 [INFO] [stdout] 11: 0x577d858f93fa - std::panicking::panic_with_hook::hb4e916c3e65eccec [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:834:13 [INFO] [stdout] 12: 0x577d85908a9a - std::panicking::panic_handler::{{closure}}::hbff715d0475cf1bd [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:707:13 [INFO] [stdout] 13: 0x577d859089f9 - std::sys::backtrace::__rust_end_short_backtrace::hd6f43484e45a4955 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 14: 0x577d858f97ed - __rustc[b29d3319de9a3146]::rust_begin_unwind [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:698:5 [INFO] [stdout] 15: 0x577d859273e0 - core::panicking::panic_fmt::h5f8d281875be5ff1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panicking.rs:75:14 [INFO] [stdout] 16: 0x577d85927223 - core::panicking::assert_failed_inner::he2d6c07cd4513ee3 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panicking.rs:448:17 [INFO] [stdout] 17: 0x577d858e7555 - core::panicking::assert_failed::h897092600b3ad9a7 [INFO] [stdout] 18: 0x577d858e7261 - rust_out::main::_doctest_main_src_class_class_rs_181_0::h7e81640439bb3d03 [INFO] [stdout] 19: 0x577d858e7126 - rust_out::main::h7e777e61203ca549 [INFO] [stdout] 20: 0x577d858e75c3 - core::ops::function::FnOnce::call_once::h894b479a9b16664c [INFO] [stdout] 21: 0x577d858e7566 - std::sys::backtrace::__rust_begin_short_backtrace::hcbf029d2da904189 [INFO] [stdout] 22: 0x577d858e73a9 - std::rt::lang_start::{{closure}}::h3a05cfdeea429f55 [INFO] [stdout] 23: 0x577d85909690 - core::ops::function::impls:: for &F>::call_once::h32dc2b2f49a48277 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/ops/function.rs:290:21 [INFO] [stdout] 24: 0x577d85909690 - std::panicking::catch_unwind::do_call::h3353546a38525559 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:590:40 [INFO] [stdout] 25: 0x577d85909690 - std::panicking::catch_unwind::h57fb70202d1ae368 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:553:19 [INFO] [stdout] 26: 0x577d85909690 - std::panic::catch_unwind::h4b724a52bb5803b4 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panic.rs:359:14 [INFO] [stdout] 27: 0x577d85909690 - std::rt::lang_start_internal::{{closure}}::h3724b3072c80532a [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/rt.rs:175:24 [INFO] [stdout] 28: 0x577d85909690 - std::panicking::catch_unwind::do_call::h4f6e90f858bd1c3f [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x577d85909690 - std::panicking::catch_unwind::h81c085c0d350991c [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x577d85909690 - std::panic::catch_unwind::h289049af1176d82a [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x577d85909690 - std::rt::lang_start_internal::h3c37ebeb799b11e1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/rt.rs:171:5 [INFO] [stdout] 32: 0x577d858e7391 - std::rt::lang_start::h5b53c8738ceaa0f6 [INFO] [stdout] 33: 0x577d858e7605 - main [INFO] [stdout] 34: 0x7fad137f81ca - [INFO] [stdout] 35: 0x7fad137f828b - __libc_start_main [INFO] [stdout] 36: 0x577d858e7055 - _start [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ---- src/class/class.rs - class::class::Class (line 16) stdout ---- [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/class/class.rs:29:51 [INFO] [stdout] | [INFO] [stdout] 14 | VM::raise(error.to_exception(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `ruru::Fixnum`, which is not FFI-safe [INFO] [stdout] --> src/class/class.rs:23:4 [INFO] [stdout] | [INFO] [stdout] 8 | Fixnum, [INFO] [stdout] | ^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] ruby: [BUG] Segmentation fault at 0x00000000000000e0 [INFO] [stdout] ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) [x86_64-linux-gnu] [INFO] [stdout] [INFO] [stdout] -- Control frame information ----------------------------------------------- [INFO] [stdout] c:0001 p:0000 s:0003 E:0009a0 DUMMY [FINISH] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] -- Machine register context ------------------------------------------------ [INFO] [stdout] RIP: 0x000070d5e7dae4d5 RBP: 0x00007ffe4f723b90 RSP: 0x00007ffe4f723b40 [INFO] [stdout] RAX: 0x0000000000000000 RBX: 0x0000000000000004 RCX: 0x00005ae79ba704f0 [INFO] [stdout] RDX: 0x0000000000000000 RDI: 0x0000000000000010 RSI: 0x0000000000000006 [INFO] [stdout] R8: 0x000070d5e77a85b8 R9: 0x00005ae79bb15450 R10: 0x0000000000000211 [INFO] [stdout] R11: 0x264a19755b1bebf1 R12: 0x00005ae79ba704f0 R13: 0x0000000000000006 [INFO] [stdout] R14: 0x000070d5e77c26e8 R15: 0x000070d5e80acd60 EFL: 0x0000000000010202 [INFO] [stdout] [INFO] [stdout] -- C level backtrace information ------------------------------------------- [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x70d5e7f64cee) [0x70d5e7f64cee] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x70d5e7da9bdc) [0x70d5e7da9bdc] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x70d5e7ed2116) [0x70d5e7ed2116] [INFO] [stdout] /lib/x86_64-linux-gnu/libc.so.6(0x70d5e7b00330) [0x70d5e7b00330] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x70d5e7dae4d5) [0x70d5e7dae4d5] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x70d5e7db447c) [0x70d5e7db447c] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x70d5e7db45df) [0x70d5e7db45df] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(rb_exc_raise+0x17) [0x70d5e7db45f7] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x70d5e7f30aa8) [0x70d5e7f30aa8] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x70d5e7f33cf8) [0x70d5e7f33cf8] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x70d5e7f57953) [0x70d5e7f57953] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(rb_funcallv+0x19e) [0x70d5e7f5ad7e] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(rb_const_missing+0x24) [0x70d5e7f33c64] [INFO] [stdout] /tmp/rustdoctestJIX57M/rust_out(get_constant+0x47) [0x5ae77064f5a7] src/binding/util.rs:9 [INFO] [stdout] /tmp/rustdoctestJIX57M/rust_out(0x5ae77064f277) [0x5ae77064f277] [INFO] [stdout] /tmp/rustdoctestJIX57M/rust_out(0x5ae77064de4c) [0x5ae77064de4c] [INFO] [stdout] /tmp/rustdoctestJIX57M/rust_out(0x5ae77064ec13) [0x5ae77064ec13] [INFO] [stdout] /tmp/rustdoctestJIX57M/rust_out(0x5ae77064ef36) [0x5ae77064ef36] [INFO] [stdout] /tmp/rustdoctestJIX57M/rust_out(0x5ae77064e8d9) [0x5ae77064e8d9] [INFO] [stdout] /tmp/rustdoctestJIX57M/rust_out(call_once<(), (dyn core::ops::function::Fn<(), Output=i32> + core::marker::Sync + core::panic::unwind_safe::RefUnwindSafe)>+0x3) [0x5ae770672d00] library/core/src/ops/function.rs:290 [INFO] [stdout] /tmp/rustdoctestJIX57M/rust_out(do_call<&(dyn core::ops::function::Fn<(), Output=i32> + core::marker::Sync + core::panic::unwind_safe::RefUnwindSafe), i32>) library/std/src/panicking.rs:590 [INFO] [stdout] /tmp/rustdoctestJIX57M/rust_out({closure#0}) library/std/src/panicking.rs:553 [INFO] [stdout] /tmp/rustdoctestJIX57M/rust_out(do_call) library/std/src/panicking.rs:590 [INFO] [stdout] /tmp/rustdoctestJIX57M/rust_out(catch_unwind) library/std/src/panicking.rs:553 [INFO] [stdout] /tmp/rustdoctestJIX57M/rust_out(catch_unwind) library/std/src/panic.rs:359 [INFO] [stdout] /tmp/rustdoctestJIX57M/rust_out(lang_start_internal) library/std/src/rt.rs:171 [INFO] [stdout] /tmp/rustdoctestJIX57M/rust_out(0x5ae77064e8c1) [0x5ae77064e8c1] [INFO] [stdout] /tmp/rustdoctestJIX57M/rust_out(0x5ae77064ef65) [0x5ae77064ef65] [INFO] [stdout] /lib/x86_64-linux-gnu/libc.so.6(0x70d5e7ae51ca) [0x70d5e7ae51ca] [INFO] [stdout] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x70d5e7ae528b] [INFO] [stdout] /tmp/rustdoctestJIX57M/rust_out(0x5ae77064dbd5) [0x5ae77064dbd5] [INFO] [stdout] [INFO] [stdout] -- Other runtime information ----------------------------------------------- [INFO] [stdout] [INFO] [stdout] * Loaded script: ruby [INFO] [stdout] [INFO] [stdout] * Loaded features: [INFO] [stdout] [INFO] [stdout] 0 enumerator.so [INFO] [stdout] 1 thread.rb [INFO] [stdout] 2 fiber.so [INFO] [stdout] 3 rational.so [INFO] [stdout] 4 complex.so [INFO] [stdout] 5 ruby2_keywords.rb [INFO] [stdout] [INFO] [stdout] * Process memory map: [INFO] [stdout] [INFO] [stdout] 5ae770636000-5ae77064d000 r--p 00000000 00:2e 1311116 /tmp/rustdoctestJIX57M/rust_out [INFO] [stdout] 5ae77064d000-5ae770692000 r-xp 00016000 00:2e 1311116 /tmp/rustdoctestJIX57M/rust_out [INFO] [stdout] 5ae770692000-5ae770696000 r--p 0005a000 00:2e 1311116 /tmp/rustdoctestJIX57M/rust_out [INFO] [stdout] 5ae770696000-5ae770698000 rw-p 0005d000 00:2e 1311116 /tmp/rustdoctestJIX57M/rust_out [INFO] [stdout] 5ae79ba6c000-5ae79bb33000 rw-p 00000000 00:00 0 [heap] [INFO] [stdout] 70d5e2821000-70d5e2a28000 r--s 00000000 00:2e 285976 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 70d5e2a28000-70d5e2dd1000 r--s 00000000 00:2e 1068262 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 70d5e2dd1000-70d5e31b7000 r--s 00000000 00:2e 1311116 /tmp/rustdoctestJIX57M/rust_out [INFO] [stdout] 70d5e31b7000-70d5e31b8000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e31b8000-70d5e3259000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e3259000-70d5e325a000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e325a000-70d5e32fb000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e32fb000-70d5e32fc000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e32fc000-70d5e339d000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e339d000-70d5e339e000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e339e000-70d5e343f000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e343f000-70d5e3440000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e3440000-70d5e34e1000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e34e1000-70d5e34e2000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e34e2000-70d5e3583000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e3583000-70d5e3584000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e3584000-70d5e3625000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e3625000-70d5e3626000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e3626000-70d5e36c7000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e36c7000-70d5e36c8000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e36c8000-70d5e3769000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e3769000-70d5e376a000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e376a000-70d5e380b000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e380b000-70d5e380c000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e380c000-70d5e38ad000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e38ad000-70d5e38ae000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e38ae000-70d5e394f000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e394f000-70d5e3950000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e3950000-70d5e39f1000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e39f1000-70d5e39f2000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e39f2000-70d5e3a93000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e3a93000-70d5e3a94000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e3a94000-70d5e3b35000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e3b35000-70d5e3b36000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e3b36000-70d5e3bd7000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e3bd7000-70d5e3bd8000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e3bd8000-70d5e3c79000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e3c79000-70d5e3c7a000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e3c7a000-70d5e3d1b000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e3d1b000-70d5e3d1c000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e3d1c000-70d5e3dbd000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e3dbd000-70d5e3dbe000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e3dbe000-70d5e3e5f000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e3e5f000-70d5e3e60000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e3e60000-70d5e3f01000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e3f01000-70d5e3f02000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e3f02000-70d5e3fa3000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e3fa3000-70d5e3fa4000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e3fa4000-70d5e4045000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e4045000-70d5e4046000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e4046000-70d5e40e7000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e40e7000-70d5e40e8000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e40e8000-70d5e4189000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e4189000-70d5e418a000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e418a000-70d5e422b000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e422b000-70d5e422c000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e422c000-70d5e42cd000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e42cd000-70d5e42ce000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e42ce000-70d5e436f000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e436f000-70d5e4370000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e4370000-70d5e4411000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e4411000-70d5e4412000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e4412000-70d5e44b3000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e44b3000-70d5e44b4000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e44b4000-70d5e4555000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e4555000-70d5e4556000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e4556000-70d5e45f7000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e45f7000-70d5e7600000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e7700000-70d5e7730000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e773f000-70d5e77f0000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e77f3000-70d5e78f6000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e78f6000-70d5e7906000 r--p 00000000 00:2e 286018 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stdout] 70d5e7906000-70d5e7985000 r-xp 00010000 00:2e 286018 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stdout] 70d5e7985000-70d5e79dd000 r--p 0008f000 00:2e 286018 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stdout] 70d5e79dd000-70d5e79de000 r--p 000e7000 00:2e 286018 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stdout] 70d5e79de000-70d5e79df000 rw-p 000e8000 00:2e 286018 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stdout] 70d5e79df000-70d5e79e1000 r--p 00000000 00:2e 285985 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stdout] 70d5e79e1000-70d5e79f6000 r-xp 00002000 00:2e 285985 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stdout] 70d5e79f6000-70d5e7a0f000 r--p 00017000 00:2e 285985 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stdout] 70d5e7a0f000-70d5e7a10000 r--p 0002f000 00:2e 285985 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stdout] 70d5e7a10000-70d5e7a11000 rw-p 00030000 00:2e 285985 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stdout] 70d5e7a11000-70d5e7a1b000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e7a1b000-70d5e7a25000 r--p 00000000 00:2e 286005 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stdout] 70d5e7a25000-70d5e7a88000 r-xp 0000a000 00:2e 286005 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stdout] 70d5e7a88000-70d5e7a9d000 r--p 0006d000 00:2e 286005 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stdout] 70d5e7a9d000-70d5e7a9e000 r--p 00081000 00:2e 286005 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stdout] 70d5e7a9e000-70d5e7a9f000 rw-p 00082000 00:2e 286005 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stdout] 70d5e7a9f000-70d5e7aa1000 r--p 00000000 00:2e 286089 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stdout] 70d5e7aa1000-70d5e7ab3000 r-xp 00002000 00:2e 286089 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stdout] 70d5e7ab3000-70d5e7ab9000 r--p 00014000 00:2e 286089 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stdout] 70d5e7ab9000-70d5e7aba000 r--p 0001a000 00:2e 286089 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stdout] 70d5e7aba000-70d5e7abb000 rw-p 0001b000 00:2e 286089 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stdout] 70d5e7abb000-70d5e7ae3000 r--p 00000000 00:2e 285976 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 70d5e7ae3000-70d5e7c6b000 r-xp 00028000 00:2e 285976 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 70d5e7c6b000-70d5e7cba000 r--p 001b0000 00:2e 285976 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 70d5e7cba000-70d5e7cbe000 r--p 001fe000 00:2e 285976 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 70d5e7cbe000-70d5e7cc0000 rw-p 00202000 00:2e 285976 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 70d5e7cc0000-70d5e7ccd000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e7ccd000-70d5e7cd1000 r--p 00000000 00:2e 286001 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stdout] 70d5e7cd1000-70d5e7cf5000 r-xp 00004000 00:2e 286001 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stdout] 70d5e7cf5000-70d5e7cf9000 r--p 00028000 00:2e 286001 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stdout] 70d5e7cf9000-70d5e7cfa000 r--p 0002b000 00:2e 286001 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stdout] 70d5e7cfa000-70d5e7cfb000 rw-p 0002c000 00:2e 286001 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stdout] 70d5e7cfb000-70d5e7d2b000 r--p 00000000 00:2e 1068262 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 70d5e7d2b000-70d5e7f72000 r-xp 00030000 00:2e 1068262 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 70d5e7f72000-70d5e8098000 r--p 00277000 00:2e 1068262 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 70d5e8098000-70d5e80a2000 r--p 0039d000 00:2e 1068262 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 70d5e80a2000-70d5e80a3000 rw-p 003a7000 00:2e 1068262 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 70d5e80a3000-70d5e80b5000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e80c0000-70d5e80d0000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e80d7000-70d5e80d8000 ---p 00000000 00:00 0 [INFO] [stdout] 70d5e80d8000-70d5e80da000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e80da000-70d5e80dc000 rw-p 00000000 00:00 0 [INFO] [stdout] 70d5e80dc000-70d5e80de000 r--p 00000000 00:00 0 [vvar] [INFO] [stdout] 70d5e80de000-70d5e80e0000 r--p 00000000 00:00 0 [vvar_vclock] [INFO] [stdout] 70d5e80e0000-70d5e80e2000 r-xp 00000000 00:00 0 [vdso] [INFO] [stdout] 70d5e80e2000-70d5e80e3000 r--p 00000000 00:2e 285956 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stdout] 70d5e80e3000-70d5e810e000 r-xp 00001000 00:2e 285956 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stdout] 70d5e810e000-70d5e8118000 r--p 0002c000 00:2e 285956 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stdout] 70d5e8118000-70d5e811a000 r--p 00036000 00:2e 285956 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stdout] 70d5e811a000-70d5e811c000 rw-p 00038000 00:2e 285956 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stdout] 7ffe4ef27000-7ffe4f726000 rw-p 00000000 00:00 0 [stack] [INFO] [stdout] ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ---- src/class/string.rs - class::string::RString::bytesize (line 151) stdout ---- [INFO] [stdout] Test executable failed (exit status: 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] [INFO] [stdout] thread 'main' (1609) panicked at src/class/string.rs:11:1: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: 0 [INFO] [stdout] right: 13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5e3b7dff1ac2 - std::backtrace_rs::backtrace::libunwind::trace::h0fb8082ca5562a61 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5e3b7dff1ac2 - std::backtrace_rs::backtrace::trace_unsynchronized::hfaa258994374a3cd [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5e3b7dff1ac2 - std::sys::backtrace::_print_fmt::h11496fe34963a885 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5e3b7dff1ac2 - ::fmt::hff1a9408d012ee89 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5e3b7e00debf - core::fmt::rt::Argument::fmt::hf11195b61445f5d1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5e3b7e00debf - core::fmt::write::h2f1fc679f228cc52 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5e3b7dfe37f3 - std::io::default_write_fmt::hdd5e6d67566e664d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5e3b7dfe37f3 - std::io::Write::write_fmt::haa2231cbd9aebf95 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5e3b7dff1912 - std::sys::backtrace::BacktraceLock::print::h28bfdbcac6d3828b [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5e3b7dfe18bc - std::panicking::default_hook::{{closure}}::h1f968e3a24b0e3b4 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5e3b7dfe1703 - std::panicking::default_hook::h43da101644971931 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:328:9 [INFO] [stdout] 11: 0x5e3b7dfe1dfa - std::panicking::panic_with_hook::hb4e916c3e65eccec [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:834:13 [INFO] [stdout] 12: 0x5e3b7dff149a - std::panicking::panic_handler::{{closure}}::hbff715d0475cf1bd [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:707:13 [INFO] [stdout] 13: 0x5e3b7dff13f9 - std::sys::backtrace::__rust_end_short_backtrace::hd6f43484e45a4955 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 14: 0x5e3b7dfe21ed - __rustc[b29d3319de9a3146]::rust_begin_unwind [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:698:5 [INFO] [stdout] 15: 0x5e3b7e00fdf0 - core::panicking::panic_fmt::h5f8d281875be5ff1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panicking.rs:75:14 [INFO] [stdout] 16: 0x5e3b7e00fbd3 - core::panicking::assert_failed_inner::he2d6c07cd4513ee3 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panicking.rs:448:17 [INFO] [stdout] 17: 0x5e3b7dfd08be - core::panicking::assert_failed::h70ff4b43bd89b553 [INFO] [stdout] 18: 0x5e3b7dfd07e1 - rust_out::main::_doctest_main_src_class_string_rs_151_0::haeec51425e745ae7 [INFO] [stdout] 19: 0x5e3b7dfd0836 - rust_out::main::h7e777e61203ca549 [INFO] [stdout] 20: 0x5e3b7dfd0913 - core::ops::function::FnOnce::call_once::h894b479a9b16664c [INFO] [stdout] 21: 0x5e3b7dfd08c6 - std::sys::backtrace::__rust_begin_short_backtrace::hcbf029d2da904189 [INFO] [stdout] 22: 0x5e3b7dfd0879 - std::rt::lang_start::{{closure}}::h3a05cfdeea429f55 [INFO] [stdout] 23: 0x5e3b7dff2090 - core::ops::function::impls:: for &F>::call_once::h32dc2b2f49a48277 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/ops/function.rs:290:21 [INFO] [stdout] 24: 0x5e3b7dff2090 - std::panicking::catch_unwind::do_call::h3353546a38525559 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:590:40 [INFO] [stdout] 25: 0x5e3b7dff2090 - std::panicking::catch_unwind::h57fb70202d1ae368 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:553:19 [INFO] [stdout] 26: 0x5e3b7dff2090 - std::panic::catch_unwind::h4b724a52bb5803b4 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panic.rs:359:14 [INFO] [stdout] 27: 0x5e3b7dff2090 - std::rt::lang_start_internal::{{closure}}::h3724b3072c80532a [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/rt.rs:175:24 [INFO] [stdout] 28: 0x5e3b7dff2090 - std::panicking::catch_unwind::do_call::h4f6e90f858bd1c3f [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x5e3b7dff2090 - std::panicking::catch_unwind::h81c085c0d350991c [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x5e3b7dff2090 - std::panic::catch_unwind::h289049af1176d82a [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5e3b7dff2090 - std::rt::lang_start_internal::h3c37ebeb799b11e1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/rt.rs:171:5 [INFO] [stdout] 32: 0x5e3b7dfd0861 - std::rt::lang_start::h5b53c8738ceaa0f6 [INFO] [stdout] 33: 0x5e3b7dfd0955 - main [INFO] [stdout] 34: 0x7c4cdf8b11ca - [INFO] [stdout] 35: 0x7c4cdf8b128b - __libc_start_main [INFO] [stdout] 36: 0x5e3b7dfd0675 - _start [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ---- src/class/traits/object.rs - class::traits::object::Object::define_method (line 391) stdout ---- [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/class/traits/object.rs:404:51 [INFO] [stdout] | [INFO] [stdout] 14 | VM::raise(error.to_exception(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `ruru::Fixnum`, which is not FFI-safe [INFO] [stdout] --> src/class/traits/object.rs:398:5 [INFO] [stdout] | [INFO] [stdout] 8 | Fixnum, [INFO] [stdout] | ^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] ruby: [BUG] Segmentation fault at 0x00000000000000e0 [INFO] [stdout] ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) [x86_64-linux-gnu] [INFO] [stdout] [INFO] [stdout] -- Control frame information ----------------------------------------------- [INFO] [stdout] c:0001 p:0000 s:0003 E:001770 DUMMY [FINISH] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] -- Machine register context ------------------------------------------------ [INFO] [stdout] RIP: 0x00007b847c1cd4d5 RBP: 0x00007fffc321f4c0 RSP: 0x00007fffc321f470 [INFO] [stdout] RAX: 0x0000000000000000 RBX: 0x0000000000000004 RCX: 0x00005cb2ad9934f0 [INFO] [stdout] RDX: 0x0000000000000000 RDI: 0x0000000000000010 RSI: 0x0000000000000006 [INFO] [stdout] R8: 0x00007b847bbc85b0 R9: 0x00005cb2ada38450 R10: 0x0000000000000211 [INFO] [stdout] R11: 0xb3b00ae0c56f4c67 R12: 0x00005cb2ad9934f0 R13: 0x0000000000000006 [INFO] [stdout] R14: 0x00007b847bbe26e0 R15: 0x00007b847c4cbd60 EFL: 0x0000000000010202 [INFO] [stdout] [INFO] [stdout] -- C level backtrace information ------------------------------------------- [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x7b847c383cee) [0x7b847c383cee] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x7b847c1c8bdc) [0x7b847c1c8bdc] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x7b847c2f1116) [0x7b847c2f1116] [INFO] [stdout] /lib/x86_64-linux-gnu/libc.so.6(0x7b847bf1f330) [0x7b847bf1f330] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x7b847c1cd4d5) [0x7b847c1cd4d5] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x7b847c1d347c) [0x7b847c1d347c] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x7b847c1d35df) [0x7b847c1d35df] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(rb_exc_raise+0x17) [0x7b847c1d35f7] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x7b847c34faa8) [0x7b847c34faa8] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x7b847c352cf8) [0x7b847c352cf8] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x7b847c376953) [0x7b847c376953] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(rb_funcallv+0x19e) [0x7b847c379d7e] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(rb_const_missing+0x24) [0x7b847c352c64] [INFO] [stdout] /tmp/rustdoctestSR2Kpp/rust_out(get_constant+0x47) [0x5cb298f60d77] src/binding/util.rs:9 [INFO] [stdout] /tmp/rustdoctestSR2Kpp/rust_out(0x5cb298f60a47) [0x5cb298f60a47] [INFO] [stdout] /tmp/rustdoctestSR2Kpp/rust_out(0x5cb298f5f0fc) [0x5cb298f5f0fc] [INFO] [stdout] /tmp/rustdoctestSR2Kpp/rust_out(0x5cb298f601a3) [0x5cb298f601a3] [INFO] [stdout] /tmp/rustdoctestSR2Kpp/rust_out(0x5cb298f60706) [0x5cb298f60706] [INFO] [stdout] /tmp/rustdoctestSR2Kpp/rust_out(0x5cb298f60119) [0x5cb298f60119] [INFO] [stdout] /tmp/rustdoctestSR2Kpp/rust_out(call_once<(), (dyn core::ops::function::Fn<(), Output=i32> + core::marker::Sync + core::panic::unwind_safe::RefUnwindSafe)>+0x3) [0x5cb298f844d0] library/core/src/ops/function.rs:290 [INFO] [stdout] /tmp/rustdoctestSR2Kpp/rust_out(do_call<&(dyn core::ops::function::Fn<(), Output=i32> + core::marker::Sync + core::panic::unwind_safe::RefUnwindSafe), i32>) library/std/src/panicking.rs:590 [INFO] [stdout] /tmp/rustdoctestSR2Kpp/rust_out({closure#0}) library/std/src/panicking.rs:553 [INFO] [stdout] /tmp/rustdoctestSR2Kpp/rust_out(do_call) library/std/src/panicking.rs:590 [INFO] [stdout] /tmp/rustdoctestSR2Kpp/rust_out(catch_unwind) library/std/src/panicking.rs:553 [INFO] [stdout] /tmp/rustdoctestSR2Kpp/rust_out(catch_unwind) library/std/src/panic.rs:359 [INFO] [stdout] /tmp/rustdoctestSR2Kpp/rust_out(lang_start_internal) library/std/src/rt.rs:171 [INFO] [stdout] /tmp/rustdoctestSR2Kpp/rust_out(0x5cb298f60101) [0x5cb298f60101] [INFO] [stdout] /tmp/rustdoctestSR2Kpp/rust_out(0x5cb298f60735) [0x5cb298f60735] [INFO] [stdout] /lib/x86_64-linux-gnu/libc.so.6(0x7b847bf041ca) [0x7b847bf041ca] [INFO] [stdout] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7b847bf0428b] [INFO] [stdout] /tmp/rustdoctestSR2Kpp/rust_out(0x5cb298f5edd5) [0x5cb298f5edd5] [INFO] [stdout] [INFO] [stdout] -- Other runtime information ----------------------------------------------- [INFO] [stdout] [INFO] [stdout] * Loaded script: ruby [INFO] [stdout] [INFO] [stdout] * Loaded features: [INFO] [stdout] [INFO] [stdout] 0 enumerator.so [INFO] [stdout] 1 thread.rb [INFO] [stdout] 2 fiber.so [INFO] [stdout] 3 rational.so [INFO] [stdout] 4 complex.so [INFO] [stdout] 5 ruby2_keywords.rb [INFO] [stdout] [INFO] [stdout] * Process memory map: [INFO] [stdout] [INFO] [stdout] 5cb298f47000-5cb298f5e000 r--p 00000000 00:2e 1310843 /tmp/rustdoctestSR2Kpp/rust_out [INFO] [stdout] 5cb298f5e000-5cb298fa3000 r-xp 00016000 00:2e 1310843 /tmp/rustdoctestSR2Kpp/rust_out [INFO] [stdout] 5cb298fa3000-5cb298fa8000 r--p 0005a000 00:2e 1310843 /tmp/rustdoctestSR2Kpp/rust_out [INFO] [stdout] 5cb298fa8000-5cb298faa000 rw-p 0005e000 00:2e 1310843 /tmp/rustdoctestSR2Kpp/rust_out [INFO] [stdout] 5cb2ad98f000-5cb2ada56000 rw-p 00000000 00:00 0 [heap] [INFO] [stdout] 7b8476c20000-7b8476e27000 r--s 00000000 00:2e 285976 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 7b8476e27000-7b84771d0000 r--s 00000000 00:2e 1068262 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 7b84771d0000-7b84775b7000 r--s 00000000 00:2e 1310843 /tmp/rustdoctestSR2Kpp/rust_out [INFO] [stdout] 7b84775b7000-7b84775b8000 ---p 00000000 00:00 0 [INFO] [stdout] 7b84775b8000-7b8477659000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b8477659000-7b847765a000 ---p 00000000 00:00 0 [INFO] [stdout] 7b847765a000-7b84776fb000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b84776fb000-7b84776fc000 ---p 00000000 00:00 0 [INFO] [stdout] 7b84776fc000-7b847779d000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b847779d000-7b847779e000 ---p 00000000 00:00 0 [INFO] [stdout] 7b847779e000-7b847783f000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b847783f000-7b8477840000 ---p 00000000 00:00 0 [INFO] [stdout] 7b8477840000-7b84778e1000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b84778e1000-7b84778e2000 ---p 00000000 00:00 0 [INFO] [stdout] 7b84778e2000-7b8477983000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b8477983000-7b8477984000 ---p 00000000 00:00 0 [INFO] [stdout] 7b8477984000-7b8477a25000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b8477a25000-7b8477a26000 ---p 00000000 00:00 0 [INFO] [stdout] 7b8477a26000-7b8477ac7000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b8477ac7000-7b8477ac8000 ---p 00000000 00:00 0 [INFO] [stdout] 7b8477ac8000-7b8477b69000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b8477b69000-7b8477b6a000 ---p 00000000 00:00 0 [INFO] [stdout] 7b8477b6a000-7b8477c0b000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b8477c0b000-7b8477c0c000 ---p 00000000 00:00 0 [INFO] [stdout] 7b8477c0c000-7b8477cad000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b8477cad000-7b8477cae000 ---p 00000000 00:00 0 [INFO] [stdout] 7b8477cae000-7b8477d4f000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b8477d4f000-7b8477d50000 ---p 00000000 00:00 0 [INFO] [stdout] 7b8477d50000-7b8477df1000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b8477df1000-7b8477df2000 ---p 00000000 00:00 0 [INFO] [stdout] 7b8477df2000-7b8477e93000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b8477e93000-7b8477e94000 ---p 00000000 00:00 0 [INFO] [stdout] 7b8477e94000-7b8477f35000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b8477f35000-7b8477f36000 ---p 00000000 00:00 0 [INFO] [stdout] 7b8477f36000-7b8477fd7000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b8477fd7000-7b8477fd8000 ---p 00000000 00:00 0 [INFO] [stdout] 7b8477fd8000-7b8478079000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b8478079000-7b847807a000 ---p 00000000 00:00 0 [INFO] [stdout] 7b847807a000-7b847811b000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b847811b000-7b847811c000 ---p 00000000 00:00 0 [INFO] [stdout] 7b847811c000-7b84781bd000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b84781bd000-7b84781be000 ---p 00000000 00:00 0 [INFO] [stdout] 7b84781be000-7b847825f000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b847825f000-7b8478260000 ---p 00000000 00:00 0 [INFO] [stdout] 7b8478260000-7b8478301000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b8478301000-7b8478302000 ---p 00000000 00:00 0 [INFO] [stdout] 7b8478302000-7b84783a3000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b84783a3000-7b84783a4000 ---p 00000000 00:00 0 [INFO] [stdout] 7b84783a4000-7b8478445000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b8478445000-7b8478446000 ---p 00000000 00:00 0 [INFO] [stdout] 7b8478446000-7b84784e7000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b84784e7000-7b84784e8000 ---p 00000000 00:00 0 [INFO] [stdout] 7b84784e8000-7b8478589000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b8478589000-7b847858a000 ---p 00000000 00:00 0 [INFO] [stdout] 7b847858a000-7b847862b000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b847862b000-7b847862c000 ---p 00000000 00:00 0 [INFO] [stdout] 7b847862c000-7b84786cd000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b84786cd000-7b84786ce000 ---p 00000000 00:00 0 [INFO] [stdout] 7b84786ce000-7b847876f000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b847876f000-7b8478770000 ---p 00000000 00:00 0 [INFO] [stdout] 7b8478770000-7b8478811000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b8478811000-7b8478812000 ---p 00000000 00:00 0 [INFO] [stdout] 7b8478812000-7b84788b3000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b84788b3000-7b84788b4000 ---p 00000000 00:00 0 [INFO] [stdout] 7b84788b4000-7b8478955000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b8478955000-7b8478956000 ---p 00000000 00:00 0 [INFO] [stdout] 7b8478956000-7b84789f7000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b84789f7000-7b847ba00000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b847bb20000-7b847bb50000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b847bb5f000-7b847bc10000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b847bc12000-7b847bd15000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b847bd15000-7b847bd25000 r--p 00000000 00:2e 286018 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stdout] 7b847bd25000-7b847bda4000 r-xp 00010000 00:2e 286018 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stdout] 7b847bda4000-7b847bdfc000 r--p 0008f000 00:2e 286018 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stdout] 7b847bdfc000-7b847bdfd000 r--p 000e7000 00:2e 286018 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stdout] 7b847bdfd000-7b847bdfe000 rw-p 000e8000 00:2e 286018 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stdout] 7b847bdfe000-7b847be00000 r--p 00000000 00:2e 285985 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stdout] 7b847be00000-7b847be15000 r-xp 00002000 00:2e 285985 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stdout] 7b847be15000-7b847be2e000 r--p 00017000 00:2e 285985 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stdout] 7b847be2e000-7b847be2f000 r--p 0002f000 00:2e 285985 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stdout] 7b847be2f000-7b847be30000 rw-p 00030000 00:2e 285985 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stdout] 7b847be30000-7b847be3a000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b847be3a000-7b847be44000 r--p 00000000 00:2e 286005 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stdout] 7b847be44000-7b847bea7000 r-xp 0000a000 00:2e 286005 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stdout] 7b847bea7000-7b847bebc000 r--p 0006d000 00:2e 286005 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stdout] 7b847bebc000-7b847bebd000 r--p 00081000 00:2e 286005 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stdout] 7b847bebd000-7b847bebe000 rw-p 00082000 00:2e 286005 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stdout] 7b847bebe000-7b847bec0000 r--p 00000000 00:2e 286089 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stdout] 7b847bec0000-7b847bed2000 r-xp 00002000 00:2e 286089 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stdout] 7b847bed2000-7b847bed8000 r--p 00014000 00:2e 286089 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stdout] 7b847bed8000-7b847bed9000 r--p 0001a000 00:2e 286089 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stdout] 7b847bed9000-7b847beda000 rw-p 0001b000 00:2e 286089 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stdout] 7b847beda000-7b847bf02000 r--p 00000000 00:2e 285976 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 7b847bf02000-7b847c08a000 r-xp 00028000 00:2e 285976 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 7b847c08a000-7b847c0d9000 r--p 001b0000 00:2e 285976 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 7b847c0d9000-7b847c0dd000 r--p 001fe000 00:2e 285976 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 7b847c0dd000-7b847c0df000 rw-p 00202000 00:2e 285976 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 7b847c0df000-7b847c0ec000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b847c0ec000-7b847c0f0000 r--p 00000000 00:2e 286001 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stdout] 7b847c0f0000-7b847c114000 r-xp 00004000 00:2e 286001 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stdout] 7b847c114000-7b847c118000 r--p 00028000 00:2e 286001 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stdout] 7b847c118000-7b847c119000 r--p 0002b000 00:2e 286001 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stdout] 7b847c119000-7b847c11a000 rw-p 0002c000 00:2e 286001 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stdout] 7b847c11a000-7b847c14a000 r--p 00000000 00:2e 1068262 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 7b847c14a000-7b847c391000 r-xp 00030000 00:2e 1068262 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 7b847c391000-7b847c4b7000 r--p 00277000 00:2e 1068262 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 7b847c4b7000-7b847c4c1000 r--p 0039d000 00:2e 1068262 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 7b847c4c1000-7b847c4c2000 rw-p 003a7000 00:2e 1068262 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 7b847c4c2000-7b847c4d4000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b847c4e0000-7b847c4f0000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b847c4f6000-7b847c4f7000 ---p 00000000 00:00 0 [INFO] [stdout] 7b847c4f7000-7b847c4f9000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b847c4f9000-7b847c4fb000 rw-p 00000000 00:00 0 [INFO] [stdout] 7b847c4fb000-7b847c4fd000 r--p 00000000 00:00 0 [vvar] [INFO] [stdout] 7b847c4fd000-7b847c4ff000 r--p 00000000 00:00 0 [vvar_vclock] [INFO] [stdout] 7b847c4ff000-7b847c501000 r-xp 00000000 00:00 0 [vdso] [INFO] [stdout] 7b847c501000-7b847c502000 r--p 00000000 00:2e 285956 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stdout] 7b847c502000-7b847c52d000 r-xp 00001000 00:2e 285956 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stdout] 7b847c52d000-7b847c537000 r--p 0002c000 00:2e 285956 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stdout] 7b847c537000-7b847c539000 r--p 00036000 00:2e 285956 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stdout] 7b847c539000-7b847c53b000 rw-p 00038000 00:2e 285956 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stdout] 7fffc2a22000-7fffc3221000 rw-p 00000000 00:00 0 [stack] [INFO] [stdout] ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/class/class.rs - class::class::Class (line 16) [INFO] [stdout] src/class/class.rs - class::class::Class::superclass (line 181) [INFO] [stdout] src/class/string.rs - class::string::RString::bytesize (line 151) [INFO] [stdout] src/class/traits/object.rs - class::traits::object::Object::define_method (line 391) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 98 passed; 4 failed; 3 ignored; 0 measured; 0 filtered out; finished in 6.56s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "151e828c88f39c9d2c68e60ecf7458a7bad42e82a827c2835ef09c4586e9cc24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "151e828c88f39c9d2c68e60ecf7458a7bad42e82a827c2835ef09c4586e9cc24", kill_on_drop: false }` [INFO] [stdout] 151e828c88f39c9d2c68e60ecf7458a7bad42e82a827c2835ef09c4586e9cc24