[INFO] fetching crate ruru 0.9.3... [INFO] testing ruru-0.9.3 against 1.90.0 for beta-1.91-3 [INFO] extracting crate ruru 0.9.3 into /workspace/builds/worker-1-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-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ruru 0.9.3 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "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" "+1.90.0" "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 lazy_static v0.2.11 [INFO] [stderr] Downloaded ruby-sys v0.2.20 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a020e0916724917425c264d5221d34f8adcdd2a4a127d8d7d21c61d6bdfe71ba [INFO] running `Command { std: "docker" "start" "-a" "a020e0916724917425c264d5221d34f8adcdd2a4a127d8d7d21c61d6bdfe71ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a020e0916724917425c264d5221d34f8adcdd2a4a127d8d7d21c61d6bdfe71ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a020e0916724917425c264d5221d34f8adcdd2a4a127d8d7d21c61d6bdfe71ba", kill_on_drop: false }` [INFO] [stdout] a020e0916724917425c264d5221d34f8adcdd2a4a127d8d7d21c61d6bdfe71ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2495718bba1f01ed664cc1224f5ba7e2442778d537ea319df08bf42fac075e12 [INFO] running `Command { std: "docker" "start" "-a" "2495718bba1f01ed664cc1224f5ba7e2442778d537ea319df08bf42fac075e12", 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 lazy_static v0.2.11 [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.23s [INFO] running `Command { std: "docker" "inspect" "2495718bba1f01ed664cc1224f5ba7e2442778d537ea319df08bf42fac075e12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2495718bba1f01ed664cc1224f5ba7e2442778d537ea319df08bf42fac075e12", kill_on_drop: false }` [INFO] [stdout] 2495718bba1f01ed664cc1224f5ba7e2442778d537ea319df08bf42fac075e12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b93c9ffc4ea652773087ae5eda4464be84518a02d24d6232a45572ab98f59c89 [INFO] running `Command { std: "docker" "start" "-a" "b93c9ffc4ea652773087ae5eda4464be84518a02d24d6232a45572ab98f59c89", 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] [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] [stderr] Compiling ruru v0.9.3 (/opt/rustwide/workdir) [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.45s [INFO] running `Command { std: "docker" "inspect" "b93c9ffc4ea652773087ae5eda4464be84518a02d24d6232a45572ab98f59c89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b93c9ffc4ea652773087ae5eda4464be84518a02d24d6232a45572ab98f59c89", kill_on_drop: false }` [INFO] [stdout] b93c9ffc4ea652773087ae5eda4464be84518a02d24d6232a45572ab98f59c89 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0da8cc3cf359c3c893e09a57edc73bf2aec2a1e6bce84ac6af9a424ca82c583a [INFO] running `Command { std: "docker" "start" "-a" "0da8cc3cf359c3c893e09a57edc73bf2aec2a1e6bce84ac6af9a424ca82c583a", 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 12 suggestions) [INFO] [stderr] warning: `ruru` (lib test) generated 19 warnings (19 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ruru-1327d8c430969081) [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::new (line 21) ... 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::dup (line 301) ... 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::pop (line 214) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array (line 584) ... 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::shift (line 269) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array::length (line 68) ... 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::sort (line 451) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array::concat (line 417) ... ok [INFO] [stdout] test src/class/boolean.rs - class::boolean::Boolean::new (line 19) ... ok [INFO] [stdout] test src/class/any_object.rs - class::any_object::AnyObject (line 36) ... ok [INFO] [stdout] test src/class/class.rs - class::class::Class::ancestors (line 208) ... 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::sort_bang (line 482) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array::store (line 185) ... 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/class.rs - class::class::Class::ancestors (line 226) ... 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::reverse (line 355) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array::unshift (line 240) ... 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::new_instance (line 148) - compile ... ok [INFO] [stdout] test src/class/class.rs - class::class::Class (line 16) ... FAILED [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::from_existing (line 113) ... ok [INFO] [stdout] test src/class/array.rs - class::array::Array (line 614) ... 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::const_get (line 324) ... ok [INFO] [stdout] test src/class/class.rs - class::class::Class::define_nested_class (line 289) ... 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::get_nested_class (line 250) ... ok [INFO] [stdout] test src/class/float.rs - class::float::Float::new (line 19) ... ok [INFO] [stdout] test src/class/gc.rs - class::gc::GC::mark (line 13) ... 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::new (line 75) ... ok [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::delete (line 170) ... ok [INFO] [stdout] test src/class/hash.rs - class::hash::Hash::at (line 40) ... ok [INFO] [stdout] test src/class/class.rs - class::class::Class::const_set (line 370) ... ok [INFO] [stdout] test src/class/hash.rs - class::hash::Hash::clear (line 132) ... ok [INFO] [stdout] test src/class/rproc.rs - class::rproc::Proc::call (line 20) - compile ... 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::store (line 71) ... ok [INFO] [stdout] test src/class/hash.rs - class::hash::Hash::length (line 100) ... ok [INFO] [stdout] test src/class/string.rs - class::string::RString::to_string_unchecked (line 71) - compile ... ok [INFO] [stdout] test src/class/thread.rs - class::thread::Thread::call_without_gvl (line 85) - compile ... ok [INFO] [stdout] test src/class/nil_class.rs - class::nil_class::NilClass::new (line 20) ... ok [INFO] [stdout] test src/class/string.rs - class::string::RString::new (line 19) ... ok [INFO] [stdout] test src/class/string.rs - class::string::RString::to_str_unchecked (line 125) - compile ... ok [INFO] [stdout] test src/class/string.rs - class::string::RString::bytesize (line 151) ... FAILED [INFO] [stdout] test src/class/string.rs - class::string::RString::to_string (line 43) ... ok [INFO] [stdout] test src/class/class.rs - class::class::Class::wrap_data (line 490) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::define (line 221) - compile ... ok [INFO] [stdout] test src/class/symbol.rs - class::symbol::Symbol::to_string (line 46) ... ok [INFO] [stdout] test src/class/hash.rs - class::hash::Hash::each (line 211) ... ok [INFO] [stdout] test src/class/string.rs - class::string::RString::to_str (line 95) ... 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::class (line 52) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::define_method (line 354) ... ok [INFO] [stdout] test src/class/symbol.rs - class::symbol::Symbol::new (line 20) ... 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::define (line 289) ... 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::define_singleton_method (line 466) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::define_singleton_method (line 510) ... ok [INFO] [stdout] test src/class/thread.rs - class::thread::Thread::new (line 24) ... 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::singleton_class (line 91) ... 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::send (line 572) ... ok [INFO] [stdout] test src/class/vm.rs - class::vm::VM::block_proc (line 111) - 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 954) - compile ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::ty (line 1021) ... 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::parse_arguments (line 220) - compile ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::singleton_class (line 70) ... 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::try_convert_to (line 910) ... 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::get_data (line 131) ... 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::to (line 885) ... ok [INFO] [stdout] test src/class/vm.rs - class::vm::VM::init (line 28) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::value (line 24) ... ok [INFO] [stdout] test src/class/traits/object.rs - class::traits::object::Object::to_any_object (line 639) ... ok [INFO] [stdout] test src/class/vm.rs - class::vm::VM::thread_call_without_gvl (line 253) - compile ... ok [INFO] [stdout] test src/class/traits/verified_object.rs - class::traits::verified_object::VerifiedObject (line 26) ... 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::is_block_given (line 160) ... ok [INFO] [stdout] test src/dsl.rs - dsl::wrappable_struct (line 409) ... ok [INFO] [stdout] test src/dsl.rs - dsl::unsafe_methods (line 106) ... 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::class (line 8) ... ok [INFO] [stdout] test src/dsl.rs - dsl::wrappable_struct (line 492) ... ok [INFO] [stdout] test src/dsl.rs - dsl::wrappable_struct (line 397) ... ok [INFO] [stdout] [INFO] [stdout] failures: [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:000c70 DUMMY [FINISH] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] -- Machine register context ------------------------------------------------ [INFO] [stdout] RIP: 0x00007465da4a64d5 RBP: 0x00007ffe7436a140 RSP: 0x00007ffe7436a0f0 [INFO] [stdout] RAX: 0x0000000000000000 RBX: 0x0000000000000004 RCX: 0x000059eb2af1b4f0 [INFO] [stdout] RDX: 0x0000000000000000 RDI: 0x0000000000000010 RSI: 0x0000000000000006 [INFO] [stdout] R8: 0x00007465d9e985c8 R9: 0x000059eb2afc0450 R10: 0x0000000000000211 [INFO] [stdout] R11: 0xa71e736b518b6ec0 R12: 0x000059eb2af1b4f0 R13: 0x0000000000000006 [INFO] [stdout] R14: 0x00007465d9eb26f8 R15: 0x00007465da7a4d60 EFL: 0x0000000000010202 [INFO] [stdout] [INFO] [stdout] -- C level backtrace information ------------------------------------------- [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x7465da65ccee) [0x7465da65ccee] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x7465da4a1bdc) [0x7465da4a1bdc] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x7465da5ca116) [0x7465da5ca116] [INFO] [stdout] /lib/x86_64-linux-gnu/libc.so.6(0x7465da1f8330) [0x7465da1f8330] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x7465da4a64d5) [0x7465da4a64d5] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x7465da4ac47c) [0x7465da4ac47c] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x7465da4ac5df) [0x7465da4ac5df] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(rb_exc_raise+0x17) [0x7465da4ac5f7] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x7465da628aa8) [0x7465da628aa8] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x7465da62bcf8) [0x7465da62bcf8] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x7465da64f953) [0x7465da64f953] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(rb_funcallv+0x19e) [0x7465da652d7e] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(rb_const_missing+0x24) [0x7465da62bc64] [INFO] [stdout] /tmp/rustdoctestlZPRR7/rust_out(get_constant+0x47) [0x59eb1f6b0db7] src/binding/util.rs:9 [INFO] [stdout] /tmp/rustdoctestlZPRR7/rust_out(0x59eb1f6b0fd7) [0x59eb1f6b0fd7] [INFO] [stdout] /tmp/rustdoctestlZPRR7/rust_out(0x59eb1f6ae98c) [0x59eb1f6ae98c] [INFO] [stdout] /tmp/rustdoctestlZPRR7/rust_out(0x59eb1f6adef3) [0x59eb1f6adef3] [INFO] [stdout] /tmp/rustdoctestlZPRR7/rust_out(0x59eb1f6adc96) [0x59eb1f6adc96] [INFO] [stdout] /tmp/rustdoctestlZPRR7/rust_out(0x59eb1f6adc79) [0x59eb1f6adc79] [INFO] [stdout] /tmp/rustdoctestlZPRR7/rust_out(call_once<(), (dyn core::ops::function::Fn<(), Output=i32> + core::marker::Sync + core::panic::unwind_safe::RefUnwindSafe)>+0x3) [0x59eb1f6cd9d0] library/core/src/ops/function.rs:290 [INFO] [stdout] /tmp/rustdoctestlZPRR7/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:589 [INFO] [stdout] /tmp/rustdoctestlZPRR7/rust_out({closure#0}) library/std/src/panicking.rs:552 [INFO] [stdout] /tmp/rustdoctestlZPRR7/rust_out(do_call) library/std/src/panicking.rs:589 [INFO] [stdout] /tmp/rustdoctestlZPRR7/rust_out(catch_unwind) library/std/src/panicking.rs:552 [INFO] [stdout] /tmp/rustdoctestlZPRR7/rust_out(catch_unwind) library/std/src/panic.rs:359 [INFO] [stdout] /tmp/rustdoctestlZPRR7/rust_out(lang_start_internal) library/std/src/rt.rs:171 [INFO] [stdout] /tmp/rustdoctestlZPRR7/rust_out(0x59eb1f6adc61) [0x59eb1f6adc61] [INFO] [stdout] /tmp/rustdoctestlZPRR7/rust_out(0x59eb1f6aeec5) [0x59eb1f6aeec5] [INFO] [stdout] /lib/x86_64-linux-gnu/libc.so.6(0x7465da1dd1ca) [0x7465da1dd1ca] [INFO] [stdout] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7465da1dd28b] [INFO] [stdout] /tmp/rustdoctestlZPRR7/rust_out(0x59eb1f6adb35) [0x59eb1f6adb35] [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] 59eb1f696000-59eb1f6ad000 r--p 00000000 00:3f 1048843 /tmp/rustdoctestlZPRR7/rust_out [INFO] [stdout] 59eb1f6ad000-59eb1f6f2000 r-xp 00016000 00:3f 1048843 /tmp/rustdoctestlZPRR7/rust_out [INFO] [stdout] 59eb1f6f2000-59eb1f6f6000 r--p 0005a000 00:3f 1048843 /tmp/rustdoctestlZPRR7/rust_out [INFO] [stdout] 59eb1f6f6000-59eb1f6f8000 rw-p 0005d000 00:3f 1048843 /tmp/rustdoctestlZPRR7/rust_out [INFO] [stdout] 59eb2af17000-59eb2afde000 rw-p 00000000 00:00 0 [heap] [INFO] [stdout] 7465d4ffe000-7465d5205000 r--s 00000000 00:3f 285980 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 7465d5205000-7465d55ae000 r--s 00000000 00:3f 1324017 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 7465d55ae000-7465d5990000 r--s 00000000 00:3f 1048843 /tmp/rustdoctestlZPRR7/rust_out [INFO] [stdout] 7465d5990000-7465d5991000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d5991000-7465d5a32000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d5a32000-7465d5a33000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d5a33000-7465d5ad4000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d5ad4000-7465d5ad5000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d5ad5000-7465d5b76000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d5b76000-7465d5b77000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d5b77000-7465d5c18000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d5c18000-7465d5c19000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d5c19000-7465d5cba000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d5cba000-7465d5cbb000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d5cbb000-7465d5d5c000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d5d5c000-7465d5d5d000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d5d5d000-7465d5dfe000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d5dfe000-7465d5dff000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d5dff000-7465d5ea0000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d5ea0000-7465d5ea1000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d5ea1000-7465d5f42000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d5f42000-7465d5f43000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d5f43000-7465d5fe4000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d5fe4000-7465d5fe5000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d5fe5000-7465d6086000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d6086000-7465d6087000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d6087000-7465d6128000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d6128000-7465d6129000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d6129000-7465d61ca000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d61ca000-7465d61cb000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d61cb000-7465d626c000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d626c000-7465d626d000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d626d000-7465d630e000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d630e000-7465d630f000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d630f000-7465d63b0000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d63b0000-7465d63b1000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d63b1000-7465d6452000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d6452000-7465d6453000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d6453000-7465d64f4000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d64f4000-7465d64f5000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d64f5000-7465d6596000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d6596000-7465d6597000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d6597000-7465d6638000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d6638000-7465d6639000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d6639000-7465d66da000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d66da000-7465d66db000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d66db000-7465d677c000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d677c000-7465d677d000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d677d000-7465d681e000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d681e000-7465d681f000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d681f000-7465d68c0000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d68c0000-7465d68c1000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d68c1000-7465d6962000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d6962000-7465d6963000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d6963000-7465d6a04000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d6a04000-7465d6a05000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d6a05000-7465d6aa6000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d6aa6000-7465d6aa7000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d6aa7000-7465d6b48000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d6b48000-7465d6b49000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d6b49000-7465d6bea000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d6bea000-7465d6beb000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d6beb000-7465d6c8c000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d6c8c000-7465d6c8d000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d6c8d000-7465d6d2e000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d6d2e000-7465d6d2f000 ---p 00000000 00:00 0 [INFO] [stdout] 7465d6d2f000-7465d6dd0000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d6dd0000-7465d6df0000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d6df7000-7465d9e00000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d9e10000-7465d9e20000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d9e2f000-7465d9ee0000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d9eeb000-7465d9fee000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465d9fee000-7465d9ffe000 r--p 00000000 00:3f 286022 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stdout] 7465d9ffe000-7465da07d000 r-xp 00010000 00:3f 286022 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stdout] 7465da07d000-7465da0d5000 r--p 0008f000 00:3f 286022 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stdout] 7465da0d5000-7465da0d6000 r--p 000e7000 00:3f 286022 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stdout] 7465da0d6000-7465da0d7000 rw-p 000e8000 00:3f 286022 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stdout] 7465da0d7000-7465da0d9000 r--p 00000000 00:3f 285989 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stdout] 7465da0d9000-7465da0ee000 r-xp 00002000 00:3f 285989 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stdout] 7465da0ee000-7465da107000 r--p 00017000 00:3f 285989 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stdout] 7465da107000-7465da108000 r--p 0002f000 00:3f 285989 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stdout] 7465da108000-7465da109000 rw-p 00030000 00:3f 285989 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stdout] 7465da109000-7465da113000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465da113000-7465da11d000 r--p 00000000 00:3f 286009 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stdout] 7465da11d000-7465da180000 r-xp 0000a000 00:3f 286009 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stdout] 7465da180000-7465da195000 r--p 0006d000 00:3f 286009 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stdout] 7465da195000-7465da196000 r--p 00081000 00:3f 286009 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stdout] 7465da196000-7465da197000 rw-p 00082000 00:3f 286009 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stdout] 7465da197000-7465da199000 r--p 00000000 00:3f 286093 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stdout] 7465da199000-7465da1ab000 r-xp 00002000 00:3f 286093 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stdout] 7465da1ab000-7465da1b1000 r--p 00014000 00:3f 286093 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stdout] 7465da1b1000-7465da1b2000 r--p 0001a000 00:3f 286093 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stdout] 7465da1b2000-7465da1b3000 rw-p 0001b000 00:3f 286093 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stdout] 7465da1b3000-7465da1db000 r--p 00000000 00:3f 285980 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 7465da1db000-7465da363000 r-xp 00028000 00:3f 285980 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 7465da363000-7465da3b2000 r--p 001b0000 00:3f 285980 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 7465da3b2000-7465da3b6000 r--p 001fe000 00:3f 285980 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 7465da3b6000-7465da3b8000 rw-p 00202000 00:3f 285980 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 7465da3b8000-7465da3c5000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465da3c5000-7465da3c9000 r--p 00000000 00:3f 286005 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stdout] 7465da3c9000-7465da3ed000 r-xp 00004000 00:3f 286005 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stdout] 7465da3ed000-7465da3f1000 r--p 00028000 00:3f 286005 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stdout] 7465da3f1000-7465da3f2000 r--p 0002b000 00:3f 286005 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stdout] 7465da3f2000-7465da3f3000 rw-p 0002c000 00:3f 286005 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stdout] 7465da3f3000-7465da423000 r--p 00000000 00:3f 1324017 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 7465da423000-7465da66a000 r-xp 00030000 00:3f 1324017 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 7465da66a000-7465da790000 r--p 00277000 00:3f 1324017 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 7465da790000-7465da79a000 r--p 0039d000 00:3f 1324017 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 7465da79a000-7465da79b000 rw-p 003a7000 00:3f 1324017 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 7465da79b000-7465da7ad000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465da7b0000-7465da7c0000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465da7cf000-7465da7d0000 ---p 00000000 00:00 0 [INFO] [stdout] 7465da7d0000-7465da7d2000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465da7d2000-7465da7d4000 rw-p 00000000 00:00 0 [INFO] [stdout] 7465da7d4000-7465da7d6000 r--p 00000000 00:00 0 [vvar] [INFO] [stdout] 7465da7d6000-7465da7d8000 r--p 00000000 00:00 0 [vvar_vclock] [INFO] [stdout] 7465da7d8000-7465da7da000 r-xp 00000000 00:00 0 [vdso] [INFO] [stdout] 7465da7da000-7465da7db000 r--p 00000000 00:3f 285960 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stdout] 7465da7db000-7465da806000 r-xp 00001000 00:3f 285960 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stdout] 7465da806000-7465da810000 r--p 0002c000 00:3f 285960 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stdout] 7465da810000-7465da812000 r--p 00036000 00:3f 285960 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stdout] 7465da812000-7465da814000 rw-p 00038000 00:3f 285960 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stdout] 7ffe73b6c000-7ffe7436b000 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/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' 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: 0x5557a2506722 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5557a2506722 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5557a2506722 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5557a2506722 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5557a2521dc3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5557a2521dc3 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5557a2504433 - std::io::default_write_fmt::ha27fbccbc65eb6fa [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5557a2504433 - std::io::Write::write_fmt::h6556609fca33d0b1 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5557a2506572 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5557a2507603 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x5557a25073e5 - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:327:9 [INFO] [stdout] 11: 0x5557a2507ed5 - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:833:13 [INFO] [stdout] 12: 0x5557a2507d6a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 13: 0x5557a2506c19 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 14: 0x5557a25079fd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 15: 0x5557a2521280 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 16: 0x5557a252153f - core::panicking::assert_failed_inner::h102b4539a88470c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17 [INFO] [stdout] 17: 0x5557a24e5257 - core::panicking::assert_failed::h86e39dc5bba60188 [INFO] [stdout] 18: 0x5557a24e5561 - rust_out::main::_doctest_main_src_class_class_rs_181_0::ha0817cba85ef64f2 [INFO] [stdout] 19: 0x5557a24e5426 - rust_out::main::h2d10ba762d3f8adf [INFO] [stdout] 20: 0x5557a24e51d3 - core::ops::function::FnOnce::call_once::h89333dd4ac8e03fc [INFO] [stdout] 21: 0x5557a24e50f6 - std::sys::backtrace::__rust_begin_short_backtrace::h8a10de1e92516da1 [INFO] [stdout] 22: 0x5557a24e50d9 - std::rt::lang_start::{{closure}}::h0af3a8cb06b34c3e [INFO] [stdout] 23: 0x5557a2502380 - core::ops::function::impls:: for &F>::call_once::h638295a043b40957 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:290:21 [INFO] [stdout] 24: 0x5557a2502380 - std::panicking::catch_unwind::do_call::hbd68098bdea1ca50 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 25: 0x5557a2502380 - std::panicking::catch_unwind::h50591d85bf847c7c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 26: 0x5557a2502380 - std::panic::catch_unwind::h2487b4c4f2ae22c6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 27: 0x5557a2502380 - std::rt::lang_start_internal::{{closure}}::h61f0945cc6c9a811 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:175:24 [INFO] [stdout] 28: 0x5557a2502380 - std::panicking::catch_unwind::do_call::h34b9c3722acd6bd1 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x5557a2502380 - std::panicking::catch_unwind::hf9a822ea043fb0d6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x5557a2502380 - std::panic::catch_unwind::h5b3cac802237ed89 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5557a2502380 - std::rt::lang_start_internal::h34f9328d113fd60a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:171:5 [INFO] [stdout] 32: 0x5557a24e50c1 - std::rt::lang_start::h8f736fe0a226e45f [INFO] [stdout] 33: 0x5557a24e5585 - main [INFO] [stdout] 34: 0x7dd67f6321ca - [INFO] [stdout] 35: 0x7dd67f63228b - __libc_start_main [INFO] [stdout] 36: 0x5557a24e4fd5 - _start [INFO] [stdout] 37: 0x0 - [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' 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: 0x64a934641132 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x64a934641132 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x64a934641132 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x64a934641132 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x64a93465c873 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x64a93465c873 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x64a93463ee43 - std::io::default_write_fmt::ha27fbccbc65eb6fa [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x64a93463ee43 - std::io::Write::write_fmt::h6556609fca33d0b1 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x64a934640f82 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x64a934642013 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x64a934641df5 - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:327:9 [INFO] [stdout] 11: 0x64a9346428e5 - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:833:13 [INFO] [stdout] 12: 0x64a93464277a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 13: 0x64a934641629 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 14: 0x64a93464240d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 15: 0x64a93465bcc0 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 16: 0x64a93465bfe3 - core::panicking::assert_failed_inner::h102b4539a88470c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17 [INFO] [stdout] 17: 0x64a9346207b7 - core::panicking::assert_failed::he5812cc7311876a9 [INFO] [stdout] 18: 0x64a934620881 - rust_out::main::_doctest_main_src_class_string_rs_151_0::h7ff76a36d9a3305f [INFO] [stdout] 19: 0x64a9346207d6 - rust_out::main::h2d10ba762d3f8adf [INFO] [stdout] 20: 0x64a934620733 - core::ops::function::FnOnce::call_once::h89333dd4ac8e03fc [INFO] [stdout] 21: 0x64a934620716 - std::sys::backtrace::__rust_begin_short_backtrace::h8a10de1e92516da1 [INFO] [stdout] 22: 0x64a9346206f9 - std::rt::lang_start::{{closure}}::h0af3a8cb06b34c3e [INFO] [stdout] 23: 0x64a93463cd90 - core::ops::function::impls:: for &F>::call_once::h638295a043b40957 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:290:21 [INFO] [stdout] 24: 0x64a93463cd90 - std::panicking::catch_unwind::do_call::hbd68098bdea1ca50 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 25: 0x64a93463cd90 - std::panicking::catch_unwind::h50591d85bf847c7c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 26: 0x64a93463cd90 - std::panic::catch_unwind::h2487b4c4f2ae22c6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 27: 0x64a93463cd90 - std::rt::lang_start_internal::{{closure}}::h61f0945cc6c9a811 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:175:24 [INFO] [stdout] 28: 0x64a93463cd90 - std::panicking::catch_unwind::do_call::h34b9c3722acd6bd1 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x64a93463cd90 - std::panicking::catch_unwind::hf9a822ea043fb0d6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x64a93463cd90 - std::panic::catch_unwind::h5b3cac802237ed89 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x64a93463cd90 - std::rt::lang_start_internal::h34f9328d113fd60a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:171:5 [INFO] [stdout] 32: 0x64a9346206e1 - std::rt::lang_start::h8f736fe0a226e45f [INFO] [stdout] 33: 0x64a9346208e5 - main [INFO] [stdout] 34: 0x7b987058d1ca - [INFO] [stdout] 35: 0x7b987058d28b - __libc_start_main [INFO] [stdout] 36: 0x64a9346205f5 - _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:000880 DUMMY [FINISH] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] -- Machine register context ------------------------------------------------ [INFO] [stdout] RIP: 0x000075144ca554d5 RBP: 0x00007fffd2f5e140 RSP: 0x00007fffd2f5e0f0 [INFO] [stdout] RAX: 0x0000000000000000 RBX: 0x0000000000000004 RCX: 0x00005a59ad4d14f0 [INFO] [stdout] RDX: 0x0000000000000000 RDI: 0x0000000000000010 RSI: 0x0000000000000006 [INFO] [stdout] R8: 0x000075144c4485b0 R9: 0x00005a59ad576450 R10: 0x0000000000000211 [INFO] [stdout] R11: 0x41749c50929f82d0 R12: 0x00005a59ad4d14f0 R13: 0x0000000000000006 [INFO] [stdout] R14: 0x000075144c4626e0 R15: 0x000075144cd53d60 EFL: 0x0000000000010202 [INFO] [stdout] [INFO] [stdout] -- C level backtrace information ------------------------------------------- [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x75144cc0bcee) [0x75144cc0bcee] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x75144ca50bdc) [0x75144ca50bdc] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x75144cb79116) [0x75144cb79116] [INFO] [stdout] /lib/x86_64-linux-gnu/libc.so.6(0x75144c7a7330) [0x75144c7a7330] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x75144ca554d5) [0x75144ca554d5] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x75144ca5b47c) [0x75144ca5b47c] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x75144ca5b5df) [0x75144ca5b5df] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(rb_exc_raise+0x17) [0x75144ca5b5f7] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x75144cbd7aa8) [0x75144cbd7aa8] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x75144cbdacf8) [0x75144cbdacf8] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(0x75144cbfe953) [0x75144cbfe953] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(rb_funcallv+0x19e) [0x75144cc01d7e] [INFO] [stdout] /lib/x86_64-linux-gnu/libruby-3.2.so.3.2(rb_const_missing+0x24) [0x75144cbdac64] [INFO] [stdout] /tmp/rustdoctest9w13Yh/rust_out(get_constant+0x47) [0x5a5979e3d587] src/binding/util.rs:9 [INFO] [stdout] /tmp/rustdoctest9w13Yh/rust_out(0x5a5979e3d7a7) [0x5a5979e3d7a7] [INFO] [stdout] /tmp/rustdoctest9w13Yh/rust_out(0x5a5979e3ae1c) [0x5a5979e3ae1c] [INFO] [stdout] /tmp/rustdoctest9w13Yh/rust_out(0x5a5979e3a0f3) [0x5a5979e3a0f3] [INFO] [stdout] /tmp/rustdoctest9w13Yh/rust_out(0x5a5979e39e96) [0x5a5979e39e96] [INFO] [stdout] /tmp/rustdoctest9w13Yh/rust_out(0x5a5979e39e79) [0x5a5979e39e79] [INFO] [stdout] /tmp/rustdoctest9w13Yh/rust_out(call_once<(), (dyn core::ops::function::Fn<(), Output=i32> + core::marker::Sync + core::panic::unwind_safe::RefUnwindSafe)>+0x3) [0x5a5979e5a1a0] library/core/src/ops/function.rs:290 [INFO] [stdout] /tmp/rustdoctest9w13Yh/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:589 [INFO] [stdout] /tmp/rustdoctest9w13Yh/rust_out({closure#0}) library/std/src/panicking.rs:552 [INFO] [stdout] /tmp/rustdoctest9w13Yh/rust_out(do_call) library/std/src/panicking.rs:589 [INFO] [stdout] /tmp/rustdoctest9w13Yh/rust_out(catch_unwind) library/std/src/panicking.rs:552 [INFO] [stdout] /tmp/rustdoctest9w13Yh/rust_out(catch_unwind) library/std/src/panic.rs:359 [INFO] [stdout] /tmp/rustdoctest9w13Yh/rust_out(lang_start_internal) library/std/src/rt.rs:171 [INFO] [stdout] /tmp/rustdoctest9w13Yh/rust_out(0x5a5979e39e61) [0x5a5979e39e61] [INFO] [stdout] /tmp/rustdoctest9w13Yh/rust_out(0x5a5979e3b695) [0x5a5979e3b695] [INFO] [stdout] /lib/x86_64-linux-gnu/libc.so.6(0x75144c78c1ca) [0x75144c78c1ca] [INFO] [stdout] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x75144c78c28b] [INFO] [stdout] /tmp/rustdoctest9w13Yh/rust_out(0x5a5979e39d35) [0x5a5979e39d35] [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] 5a5979e22000-5a5979e39000 r--p 00000000 00:3f 1048867 /tmp/rustdoctest9w13Yh/rust_out [INFO] [stdout] 5a5979e39000-5a5979e7e000 r-xp 00016000 00:3f 1048867 /tmp/rustdoctest9w13Yh/rust_out [INFO] [stdout] 5a5979e7e000-5a5979e83000 r--p 0005a000 00:3f 1048867 /tmp/rustdoctest9w13Yh/rust_out [INFO] [stdout] 5a5979e83000-5a5979e85000 rw-p 0005e000 00:3f 1048867 /tmp/rustdoctest9w13Yh/rust_out [INFO] [stdout] 5a59ad4cd000-5a59ad594000 rw-p 00000000 00:00 0 [heap] [INFO] [stdout] 751447424000-75144762b000 r--s 00000000 00:3f 285980 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 75144762b000-7514479d4000 r--s 00000000 00:3f 1324017 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 7514479d4000-751447db7000 r--s 00000000 00:3f 1048867 /tmp/rustdoctest9w13Yh/rust_out [INFO] [stdout] 751447db7000-751447db8000 ---p 00000000 00:00 0 [INFO] [stdout] 751447db8000-751447e59000 rw-p 00000000 00:00 0 [INFO] [stdout] 751447e59000-751447e5a000 ---p 00000000 00:00 0 [INFO] [stdout] 751447e5a000-751447efb000 rw-p 00000000 00:00 0 [INFO] [stdout] 751447efb000-751447efc000 ---p 00000000 00:00 0 [INFO] [stdout] 751447efc000-751447f9d000 rw-p 00000000 00:00 0 [INFO] [stdout] 751447f9d000-751447f9e000 ---p 00000000 00:00 0 [INFO] [stdout] 751447f9e000-75144803f000 rw-p 00000000 00:00 0 [INFO] [stdout] 75144803f000-751448040000 ---p 00000000 00:00 0 [INFO] [stdout] 751448040000-7514480e1000 rw-p 00000000 00:00 0 [INFO] [stdout] 7514480e1000-7514480e2000 ---p 00000000 00:00 0 [INFO] [stdout] 7514480e2000-751448183000 rw-p 00000000 00:00 0 [INFO] [stdout] 751448183000-751448184000 ---p 00000000 00:00 0 [INFO] [stdout] 751448184000-751448225000 rw-p 00000000 00:00 0 [INFO] [stdout] 751448225000-751448226000 ---p 00000000 00:00 0 [INFO] [stdout] 751448226000-7514482c7000 rw-p 00000000 00:00 0 [INFO] [stdout] 7514482c7000-7514482c8000 ---p 00000000 00:00 0 [INFO] [stdout] 7514482c8000-751448369000 rw-p 00000000 00:00 0 [INFO] [stdout] 751448369000-75144836a000 ---p 00000000 00:00 0 [INFO] [stdout] 75144836a000-75144840b000 rw-p 00000000 00:00 0 [INFO] [stdout] 75144840b000-75144840c000 ---p 00000000 00:00 0 [INFO] [stdout] 75144840c000-7514484ad000 rw-p 00000000 00:00 0 [INFO] [stdout] 7514484ad000-7514484ae000 ---p 00000000 00:00 0 [INFO] [stdout] 7514484ae000-75144854f000 rw-p 00000000 00:00 0 [INFO] [stdout] 75144854f000-751448550000 ---p 00000000 00:00 0 [INFO] [stdout] 751448550000-7514485f1000 rw-p 00000000 00:00 0 [INFO] [stdout] 7514485f1000-7514485f2000 ---p 00000000 00:00 0 [INFO] [stdout] 7514485f2000-751448693000 rw-p 00000000 00:00 0 [INFO] [stdout] 751448693000-751448694000 ---p 00000000 00:00 0 [INFO] [stdout] 751448694000-751448735000 rw-p 00000000 00:00 0 [INFO] [stdout] 751448735000-751448736000 ---p 00000000 00:00 0 [INFO] [stdout] 751448736000-7514487d7000 rw-p 00000000 00:00 0 [INFO] [stdout] 7514487d7000-7514487d8000 ---p 00000000 00:00 0 [INFO] [stdout] 7514487d8000-751448879000 rw-p 00000000 00:00 0 [INFO] [stdout] 751448879000-75144887a000 ---p 00000000 00:00 0 [INFO] [stdout] 75144887a000-75144891b000 rw-p 00000000 00:00 0 [INFO] [stdout] 75144891b000-75144891c000 ---p 00000000 00:00 0 [INFO] [stdout] 75144891c000-7514489bd000 rw-p 00000000 00:00 0 [INFO] [stdout] 7514489bd000-7514489be000 ---p 00000000 00:00 0 [INFO] [stdout] 7514489be000-751448a5f000 rw-p 00000000 00:00 0 [INFO] [stdout] 751448a5f000-751448a60000 ---p 00000000 00:00 0 [INFO] [stdout] 751448a60000-751448b01000 rw-p 00000000 00:00 0 [INFO] [stdout] 751448b01000-751448b02000 ---p 00000000 00:00 0 [INFO] [stdout] 751448b02000-751448ba3000 rw-p 00000000 00:00 0 [INFO] [stdout] 751448ba3000-751448ba4000 ---p 00000000 00:00 0 [INFO] [stdout] 751448ba4000-751448c45000 rw-p 00000000 00:00 0 [INFO] [stdout] 751448c45000-751448c46000 ---p 00000000 00:00 0 [INFO] [stdout] 751448c46000-751448ce7000 rw-p 00000000 00:00 0 [INFO] [stdout] 751448ce7000-751448ce8000 ---p 00000000 00:00 0 [INFO] [stdout] 751448ce8000-751448d89000 rw-p 00000000 00:00 0 [INFO] [stdout] 751448d89000-751448d8a000 ---p 00000000 00:00 0 [INFO] [stdout] 751448d8a000-751448e2b000 rw-p 00000000 00:00 0 [INFO] [stdout] 751448e2b000-751448e2c000 ---p 00000000 00:00 0 [INFO] [stdout] 751448e2c000-751448ecd000 rw-p 00000000 00:00 0 [INFO] [stdout] 751448ecd000-751448ece000 ---p 00000000 00:00 0 [INFO] [stdout] 751448ece000-751448f6f000 rw-p 00000000 00:00 0 [INFO] [stdout] 751448f6f000-751448f70000 ---p 00000000 00:00 0 [INFO] [stdout] 751448f70000-751449011000 rw-p 00000000 00:00 0 [INFO] [stdout] 751449011000-751449012000 ---p 00000000 00:00 0 [INFO] [stdout] 751449012000-7514490b3000 rw-p 00000000 00:00 0 [INFO] [stdout] 7514490b3000-7514490b4000 ---p 00000000 00:00 0 [INFO] [stdout] 7514490b4000-751449155000 rw-p 00000000 00:00 0 [INFO] [stdout] 751449155000-751449156000 ---p 00000000 00:00 0 [INFO] [stdout] 751449156000-7514491f7000 rw-p 00000000 00:00 0 [INFO] [stdout] 7514491f7000-75144c200000 rw-p 00000000 00:00 0 [INFO] [stdout] 75144c3a0000-75144c3d0000 rw-p 00000000 00:00 0 [INFO] [stdout] 75144c3df000-75144c490000 rw-p 00000000 00:00 0 [INFO] [stdout] 75144c49a000-75144c59d000 rw-p 00000000 00:00 0 [INFO] [stdout] 75144c59d000-75144c5ad000 r--p 00000000 00:3f 286022 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stdout] 75144c5ad000-75144c62c000 r-xp 00010000 00:3f 286022 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stdout] 75144c62c000-75144c684000 r--p 0008f000 00:3f 286022 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stdout] 75144c684000-75144c685000 r--p 000e7000 00:3f 286022 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stdout] 75144c685000-75144c686000 rw-p 000e8000 00:3f 286022 /usr/lib/x86_64-linux-gnu/libm.so.6 [INFO] [stdout] 75144c686000-75144c688000 r--p 00000000 00:3f 285989 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stdout] 75144c688000-75144c69d000 r-xp 00002000 00:3f 285989 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stdout] 75144c69d000-75144c6b6000 r--p 00017000 00:3f 285989 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stdout] 75144c6b6000-75144c6b7000 r--p 0002f000 00:3f 285989 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stdout] 75144c6b7000-75144c6b8000 rw-p 00030000 00:3f 285989 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 [INFO] [stdout] 75144c6b8000-75144c6c2000 rw-p 00000000 00:00 0 [INFO] [stdout] 75144c6c2000-75144c6cc000 r--p 00000000 00:3f 286009 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stdout] 75144c6cc000-75144c72f000 r-xp 0000a000 00:3f 286009 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stdout] 75144c72f000-75144c744000 r--p 0006d000 00:3f 286009 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stdout] 75144c744000-75144c745000 r--p 00081000 00:3f 286009 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stdout] 75144c745000-75144c746000 rw-p 00082000 00:3f 286009 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 [INFO] [stdout] 75144c746000-75144c748000 r--p 00000000 00:3f 286093 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stdout] 75144c748000-75144c75a000 r-xp 00002000 00:3f 286093 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stdout] 75144c75a000-75144c760000 r--p 00014000 00:3f 286093 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stdout] 75144c760000-75144c761000 r--p 0001a000 00:3f 286093 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stdout] 75144c761000-75144c762000 rw-p 0001b000 00:3f 286093 /usr/lib/x86_64-linux-gnu/libz.so.1.3 [INFO] [stdout] 75144c762000-75144c78a000 r--p 00000000 00:3f 285980 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 75144c78a000-75144c912000 r-xp 00028000 00:3f 285980 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 75144c912000-75144c961000 r--p 001b0000 00:3f 285980 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 75144c961000-75144c965000 r--p 001fe000 00:3f 285980 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 75144c965000-75144c967000 rw-p 00202000 00:3f 285980 /usr/lib/x86_64-linux-gnu/libc.so.6 [INFO] [stdout] 75144c967000-75144c974000 rw-p 00000000 00:00 0 [INFO] [stdout] 75144c974000-75144c978000 r--p 00000000 00:3f 286005 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stdout] 75144c978000-75144c99c000 r-xp 00004000 00:3f 286005 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stdout] 75144c99c000-75144c9a0000 r--p 00028000 00:3f 286005 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stdout] 75144c9a0000-75144c9a1000 r--p 0002b000 00:3f 286005 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stdout] 75144c9a1000-75144c9a2000 rw-p 0002c000 00:3f 286005 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 [INFO] [stdout] 75144c9a2000-75144c9d2000 r--p 00000000 00:3f 1324017 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 75144c9d2000-75144cc19000 r-xp 00030000 00:3f 1324017 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 75144cc19000-75144cd3f000 r--p 00277000 00:3f 1324017 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 75144cd3f000-75144cd49000 r--p 0039d000 00:3f 1324017 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 75144cd49000-75144cd4a000 rw-p 003a7000 00:3f 1324017 /usr/lib/x86_64-linux-gnu/libruby-3.2.so.3.2.3 [INFO] [stdout] 75144cd4a000-75144cd5c000 rw-p 00000000 00:00 0 [INFO] [stdout] 75144cd60000-75144cd70000 rw-p 00000000 00:00 0 [INFO] [stdout] 75144cd7e000-75144cd7f000 ---p 00000000 00:00 0 [INFO] [stdout] 75144cd7f000-75144cd81000 rw-p 00000000 00:00 0 [INFO] [stdout] 75144cd81000-75144cd83000 rw-p 00000000 00:00 0 [INFO] [stdout] 75144cd83000-75144cd85000 r--p 00000000 00:00 0 [vvar] [INFO] [stdout] 75144cd85000-75144cd87000 r--p 00000000 00:00 0 [vvar_vclock] [INFO] [stdout] 75144cd87000-75144cd89000 r-xp 00000000 00:00 0 [vdso] [INFO] [stdout] 75144cd89000-75144cd8a000 r--p 00000000 00:3f 285960 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stdout] 75144cd8a000-75144cdb5000 r-xp 00001000 00:3f 285960 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stdout] 75144cdb5000-75144cdbf000 r--p 0002c000 00:3f 285960 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stdout] 75144cdbf000-75144cdc1000 r--p 00036000 00:3f 285960 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stdout] 75144cdc1000-75144cdc3000 rw-p 00038000 00:3f 285960 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 [INFO] [stdout] 7fffd2761000-7fffd2f60000 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 4.13s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "0da8cc3cf359c3c893e09a57edc73bf2aec2a1e6bce84ac6af9a424ca82c583a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0da8cc3cf359c3c893e09a57edc73bf2aec2a1e6bce84ac6af9a424ca82c583a", kill_on_drop: false }` [INFO] [stdout] 0da8cc3cf359c3c893e09a57edc73bf2aec2a1e6bce84ac6af9a424ca82c583a