[INFO] updating cached repository https://github.com/rbspy/rbspy [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3d09e3ced011eb10ab7a0f5906659820043e177e [INFO] checking rbspy/rbspy against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frbspy%2Frbspy" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rbspy/rbspy on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/rbspy/rbspy [INFO] removed workspace from git repo https://github.com/rbspy/rbspy [INFO] removed path dependency rbspy-ruby-structs from git repo https://github.com/rbspy/rbspy [INFO] finished tweaking git repo https://github.com/rbspy/rbspy [INFO] tweaked toml for git repo https://github.com/rbspy/rbspy written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/rbspy/rbspy already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a8ab8a6626f75167a6d5290b4425789d9d332098f02dc0388964d4dcb3354c78 [INFO] running `"docker" "start" "-a" "a8ab8a6626f75167a6d5290b4425789d9d332098f02dc0388964d4dcb3354c78"` [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Checking itoa v0.4.4 [INFO] [stderr] Checking str_stack v0.1.0 [INFO] [stderr] Checking rbspy-ruby-structs v0.1.0 [INFO] [stderr] Checking elf v0.0.10 [INFO] [stderr] Checking crc32fast v1.2.0 [INFO] [stderr] Checking nix v0.13.1 [INFO] [stderr] Checking hashbrown v0.1.8 [INFO] [stderr] Checking read-process-memory v0.1.2 [INFO] [stderr] Checking ctrlc v3.1.3 [INFO] [stderr] Checking quick-xml v0.14.0 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Checking num-format v0.4.0 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking flate2 v1.0.12 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking inferno v0.7.0 [INFO] [stderr] Compiling synstructure v0.12.1 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking proc-maps v0.1.6 [INFO] [stderr] Checking rbspy-testdata v0.1.2 [INFO] [stderr] Checking rbspy v0.3.7 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_2_10` [INFO] [stderr] --> src/core/ruby_version.rs:627:28 [INFO] [stderr] | [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ^^^^^^^^^^^ could not find `ruby_2_2_10` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_3_7` [INFO] [stderr] --> src/core/ruby_version.rs:635:28 [INFO] [stderr] | [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_3_7` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_3_8` [INFO] [stderr] --> src/core/ruby_version.rs:636:28 [INFO] [stderr] | [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_3_8` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_4_4` [INFO] [stderr] --> src/core/ruby_version.rs:641:28 [INFO] [stderr] | [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_4_4` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_4_5` [INFO] [stderr] --> src/core/ruby_version.rs:642:28 [INFO] [stderr] | [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_4_5` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_4_6` [INFO] [stderr] --> src/core/ruby_version.rs:643:28 [INFO] [stderr] | [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_4_6` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_4_7` [INFO] [stderr] --> src/core/ruby_version.rs:644:28 [INFO] [stderr] | [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_4_7` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_5_0` [INFO] [stderr] --> src/core/ruby_version.rs:645:22 [INFO] [stderr] | [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_5_0` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_5_1` [INFO] [stderr] --> src/core/ruby_version.rs:646:22 [INFO] [stderr] | [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_5_1` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_5_3` [INFO] [stderr] --> src/core/ruby_version.rs:647:22 [INFO] [stderr] | [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_5_3` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_5_4` [INFO] [stderr] --> src/core/ruby_version.rs:648:22 [INFO] [stderr] | [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_5_4` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_5_5` [INFO] [stderr] --> src/core/ruby_version.rs:649:22 [INFO] [stderr] | [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_5_5` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_5_6` [INFO] [stderr] --> src/core/ruby_version.rs:650:22 [INFO] [stderr] | [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_5_6` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_6_0` [INFO] [stderr] --> src/core/ruby_version.rs:651:22 [INFO] [stderr] | [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_6_0` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_6_1` [INFO] [stderr] --> src/core/ruby_version.rs:652:22 [INFO] [stderr] | [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_6_1` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_6_2` [INFO] [stderr] --> src/core/ruby_version.rs:653:22 [INFO] [stderr] | [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_6_2` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_6_3` [INFO] [stderr] --> src/core/ruby_version.rs:654:22 [INFO] [stderr] | [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_6_3` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `bindings::ruby_2_6_4`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `std` [INFO] [stderr] --> src/core/ruby_version.rs:655:22 [INFO] [stderr] | [INFO] [stderr] 56 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 89 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 109 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 130 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | ---------------------^^^^^^^^^^-- [INFO] [stderr] | | | [INFO] [stderr] | | could not find `ruby_2_6_4` in `bindings` [INFO] [stderr] | in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_2_10` [INFO] [stderr] --> src/core/ruby_version.rs:627:28 [INFO] [stderr] | [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ^^^^^^^^^^^ could not find `ruby_2_2_10` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_3_7` [INFO] [stderr] --> src/core/ruby_version.rs:635:28 [INFO] [stderr] | [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_3_7` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_3_8` [INFO] [stderr] --> src/core/ruby_version.rs:636:28 [INFO] [stderr] | [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_3_8` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_4_4` [INFO] [stderr] --> src/core/ruby_version.rs:641:28 [INFO] [stderr] | [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_4_4` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_4_5` [INFO] [stderr] --> src/core/ruby_version.rs:642:28 [INFO] [stderr] | [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_4_5` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_4_6` [INFO] [stderr] --> src/core/ruby_version.rs:643:28 [INFO] [stderr] | [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_4_6` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_4_7` [INFO] [stderr] --> src/core/ruby_version.rs:644:28 [INFO] [stderr] | [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_4_7` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_5_0` [INFO] [stderr] --> src/core/ruby_version.rs:645:22 [INFO] [stderr] | [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_5_0` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_5_1` [INFO] [stderr] --> src/core/ruby_version.rs:646:22 [INFO] [stderr] | [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_5_1` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_5_3` [INFO] [stderr] --> src/core/ruby_version.rs:647:22 [INFO] [stderr] | [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_5_3` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_5_4` [INFO] [stderr] --> src/core/ruby_version.rs:648:22 [INFO] [stderr] | [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_5_4` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_5_5` [INFO] [stderr] --> src/core/ruby_version.rs:649:22 [INFO] [stderr] | [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_5_5` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_5_6` [INFO] [stderr] --> src/core/ruby_version.rs:650:22 [INFO] [stderr] | [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_5_6` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_6_0` [INFO] [stderr] --> src/core/ruby_version.rs:651:22 [INFO] [stderr] | [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_6_0` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_6_1` [INFO] [stderr] --> src/core/ruby_version.rs:652:22 [INFO] [stderr] | [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_6_1` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_6_2` [INFO] [stderr] --> src/core/ruby_version.rs:653:22 [INFO] [stderr] | [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_6_2` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_6_3` [INFO] [stderr] --> src/core/ruby_version.rs:654:22 [INFO] [stderr] | [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_6_3` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `bindings::ruby_2_6_4`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `std` [INFO] [stderr] --> src/core/ruby_version.rs:655:22 [INFO] [stderr] | [INFO] [stderr] 56 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 89 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 109 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 130 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | ---------------------^^^^^^^^^^-- [INFO] [stderr] | | | [INFO] [stderr] | | could not find `ruby_2_6_4` in `bindings` [INFO] [stderr] | in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:75:30 [INFO] [stderr] | [INFO] [stderr] 75 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:78:22 [INFO] [stderr] | [INFO] [stderr] 78 | get_pos!(rb_iseq_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:405:27 [INFO] [stderr] | [INFO] [stderr] 405 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:406:19 [INFO] [stderr] | [INFO] [stderr] 406 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:414:29 [INFO] [stderr] | [INFO] [stderr] 414 | let table: [iseq_line_info_entry; 1] = copy_struct(iseq_struct.line_info_table as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:417:32 [INFO] [stderr] | [INFO] [stderr] 417 | let table: Vec = copy_vec(iseq_struct.line_info_table as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:533:27 [INFO] [stderr] | [INFO] [stderr] 533 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:534:19 [INFO] [stderr] | [INFO] [stderr] 534 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:247:33 [INFO] [stderr] | [INFO] [stderr] 247 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:251:38 [INFO] [stderr] | [INFO] [stderr] 251 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:271:58 [INFO] [stderr] | [INFO] [stderr] 271 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:95:30 [INFO] [stderr] | [INFO] [stderr] 95 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:98:22 [INFO] [stderr] | [INFO] [stderr] 98 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:433:27 [INFO] [stderr] | [INFO] [stderr] 433 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:434:19 [INFO] [stderr] | [INFO] [stderr] 434 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:442:29 [INFO] [stderr] | [INFO] [stderr] 442 | let table: [iseq_line_info_entry; 1] = copy_struct(iseq_struct.line_info_table as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:445:32 [INFO] [stderr] | [INFO] [stderr] 445 | let table: Vec = copy_vec(iseq_struct.line_info_table as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:549:27 [INFO] [stderr] | [INFO] [stderr] 549 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:550:19 [INFO] [stderr] | [INFO] [stderr] 550 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:553:23 [INFO] [stderr] | [INFO] [stderr] 553 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:247:33 [INFO] [stderr] | [INFO] [stderr] 247 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:251:38 [INFO] [stderr] | [INFO] [stderr] 251 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:271:58 [INFO] [stderr] | [INFO] [stderr] 271 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:95:30 [INFO] [stderr] | [INFO] [stderr] 95 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:98:22 [INFO] [stderr] | [INFO] [stderr] 98 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:433:27 [INFO] [stderr] | [INFO] [stderr] 433 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:434:19 [INFO] [stderr] | [INFO] [stderr] 434 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:442:29 [INFO] [stderr] | [INFO] [stderr] 442 | let table: [iseq_line_info_entry; 1] = copy_struct(iseq_struct.line_info_table as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:445:32 [INFO] [stderr] | [INFO] [stderr] 445 | let table: Vec = copy_vec(iseq_struct.line_info_table as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:549:27 [INFO] [stderr] | [INFO] [stderr] 549 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:550:19 [INFO] [stderr] | [INFO] [stderr] 550 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:553:23 [INFO] [stderr] | [INFO] [stderr] 553 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:247:33 [INFO] [stderr] | [INFO] [stderr] 247 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:251:38 [INFO] [stderr] | [INFO] [stderr] 251 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:271:58 [INFO] [stderr] | [INFO] [stderr] 271 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:95:30 [INFO] [stderr] | [INFO] [stderr] 95 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:98:22 [INFO] [stderr] | [INFO] [stderr] 98 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:433:27 [INFO] [stderr] | [INFO] [stderr] 433 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:434:19 [INFO] [stderr] | [INFO] [stderr] 434 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:442:29 [INFO] [stderr] | [INFO] [stderr] 442 | let table: [iseq_line_info_entry; 1] = copy_struct(iseq_struct.line_info_table as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:445:32 [INFO] [stderr] | [INFO] [stderr] 445 | let table: Vec = copy_vec(iseq_struct.line_info_table as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:549:27 [INFO] [stderr] | [INFO] [stderr] 549 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:550:19 [INFO] [stderr] | [INFO] [stderr] 550 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:553:23 [INFO] [stderr] | [INFO] [stderr] 553 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:247:33 [INFO] [stderr] | [INFO] [stderr] 247 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:251:38 [INFO] [stderr] | [INFO] [stderr] 251 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:271:58 [INFO] [stderr] | [INFO] [stderr] 271 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:95:30 [INFO] [stderr] | [INFO] [stderr] 95 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:98:22 [INFO] [stderr] | [INFO] [stderr] 98 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:433:27 [INFO] [stderr] | [INFO] [stderr] 433 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:434:19 [INFO] [stderr] | [INFO] [stderr] 434 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:442:29 [INFO] [stderr] | [INFO] [stderr] 442 | let table: [iseq_line_info_entry; 1] = copy_struct(iseq_struct.line_info_table as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:445:32 [INFO] [stderr] | [INFO] [stderr] 445 | let table: Vec = copy_vec(iseq_struct.line_info_table as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:549:27 [INFO] [stderr] | [INFO] [stderr] 549 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:550:19 [INFO] [stderr] | [INFO] [stderr] 550 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:553:23 [INFO] [stderr] | [INFO] [stderr] 553 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:247:33 [INFO] [stderr] | [INFO] [stderr] 247 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:251:38 [INFO] [stderr] | [INFO] [stderr] 251 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:271:58 [INFO] [stderr] | [INFO] [stderr] 271 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:95:30 [INFO] [stderr] | [INFO] [stderr] 95 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:98:22 [INFO] [stderr] | [INFO] [stderr] 98 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:433:27 [INFO] [stderr] | [INFO] [stderr] 433 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:434:19 [INFO] [stderr] | [INFO] [stderr] 434 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:442:29 [INFO] [stderr] | [INFO] [stderr] 442 | let table: [iseq_line_info_entry; 1] = copy_struct(iseq_struct.line_info_table as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:445:32 [INFO] [stderr] | [INFO] [stderr] 445 | let table: Vec = copy_vec(iseq_struct.line_info_table as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:549:27 [INFO] [stderr] | [INFO] [stderr] 549 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:550:19 [INFO] [stderr] | [INFO] [stderr] 550 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:553:23 [INFO] [stderr] | [INFO] [stderr] 553 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:247:33 [INFO] [stderr] | [INFO] [stderr] 247 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:251:38 [INFO] [stderr] | [INFO] [stderr] 251 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:271:58 [INFO] [stderr] | [INFO] [stderr] 271 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:95:30 [INFO] [stderr] | [INFO] [stderr] 95 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:98:22 [INFO] [stderr] | [INFO] [stderr] 98 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:433:27 [INFO] [stderr] | [INFO] [stderr] 433 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:434:19 [INFO] [stderr] | [INFO] [stderr] 434 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:442:29 [INFO] [stderr] | [INFO] [stderr] 442 | let table: [iseq_line_info_entry; 1] = copy_struct(iseq_struct.line_info_table as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:445:32 [INFO] [stderr] | [INFO] [stderr] 445 | let table: Vec = copy_vec(iseq_struct.line_info_table as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:549:27 [INFO] [stderr] | [INFO] [stderr] 549 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:550:19 [INFO] [stderr] | [INFO] [stderr] 550 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:553:23 [INFO] [stderr] | [INFO] [stderr] 553 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:247:33 [INFO] [stderr] | [INFO] [stderr] 247 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:251:38 [INFO] [stderr] | [INFO] [stderr] 251 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:271:58 [INFO] [stderr] | [INFO] [stderr] 271 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:115:30 [INFO] [stderr] | [INFO] [stderr] 115 | get_stack_trace!(rb_execution_context_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:118:22 [INFO] [stderr] | [INFO] [stderr] 118 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:475:27 [INFO] [stderr] | [INFO] [stderr] 475 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:476:19 [INFO] [stderr] | [INFO] [stderr] 476 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:484:29 [INFO] [stderr] | [INFO] [stderr] 484 | let table: [iseq_insn_info_entry; 1] = copy_struct(iseq_struct.insns_info as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:487:32 [INFO] [stderr] | [INFO] [stderr] 487 | let table: Vec = copy_vec(iseq_struct.insns_info as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:566:27 [INFO] [stderr] | [INFO] [stderr] 566 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:19 [INFO] [stderr] | [INFO] [stderr] 567 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:570:23 [INFO] [stderr] | [INFO] [stderr] 570 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:26 [INFO] [stderr] | [INFO] [stderr] 571 | let rstring: RString = copy_struct(body.location.label as usize, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | fn stack_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:263:38 [INFO] [stderr] | [INFO] [stderr] 263 | fn stack_size_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RArray` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:298:25 [INFO] [stderr] | [INFO] [stderr] 298 | let rarray: RArray = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:280:58 [INFO] [stderr] | [INFO] [stderr] 280 | fn get_thread_id(thread_struct: &rb_execution_context_struct, source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:281:25 [INFO] [stderr] | [INFO] [stderr] 281 | let thread: rb_thread_struct = copy_struct(thread_struct.thread_ptr as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:115:30 [INFO] [stderr] | [INFO] [stderr] 115 | get_stack_trace!(rb_execution_context_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:118:22 [INFO] [stderr] | [INFO] [stderr] 118 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:475:27 [INFO] [stderr] | [INFO] [stderr] 475 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:476:19 [INFO] [stderr] | [INFO] [stderr] 476 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:484:29 [INFO] [stderr] | [INFO] [stderr] 484 | let table: [iseq_insn_info_entry; 1] = copy_struct(iseq_struct.insns_info as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:487:32 [INFO] [stderr] | [INFO] [stderr] 487 | let table: Vec = copy_vec(iseq_struct.insns_info as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:566:27 [INFO] [stderr] | [INFO] [stderr] 566 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:19 [INFO] [stderr] | [INFO] [stderr] 567 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:570:23 [INFO] [stderr] | [INFO] [stderr] 570 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:26 [INFO] [stderr] | [INFO] [stderr] 571 | let rstring: RString = copy_struct(body.location.label as usize, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | fn stack_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:263:38 [INFO] [stderr] | [INFO] [stderr] 263 | fn stack_size_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RArray` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:298:25 [INFO] [stderr] | [INFO] [stderr] 298 | let rarray: RArray = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:280:58 [INFO] [stderr] | [INFO] [stderr] 280 | fn get_thread_id(thread_struct: &rb_execution_context_struct, source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:281:25 [INFO] [stderr] | [INFO] [stderr] 281 | let thread: rb_thread_struct = copy_struct(thread_struct.thread_ptr as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:115:30 [INFO] [stderr] | [INFO] [stderr] 115 | get_stack_trace!(rb_execution_context_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:118:22 [INFO] [stderr] | [INFO] [stderr] 118 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:475:27 [INFO] [stderr] | [INFO] [stderr] 475 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:476:19 [INFO] [stderr] | [INFO] [stderr] 476 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:484:29 [INFO] [stderr] | [INFO] [stderr] 484 | let table: [iseq_insn_info_entry; 1] = copy_struct(iseq_struct.insns_info as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:487:32 [INFO] [stderr] | [INFO] [stderr] 487 | let table: Vec = copy_vec(iseq_struct.insns_info as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:566:27 [INFO] [stderr] | [INFO] [stderr] 566 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:19 [INFO] [stderr] | [INFO] [stderr] 567 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:570:23 [INFO] [stderr] | [INFO] [stderr] 570 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:26 [INFO] [stderr] | [INFO] [stderr] 571 | let rstring: RString = copy_struct(body.location.label as usize, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | fn stack_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:263:38 [INFO] [stderr] | [INFO] [stderr] 263 | fn stack_size_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RArray` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:298:25 [INFO] [stderr] | [INFO] [stderr] 298 | let rarray: RArray = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:280:58 [INFO] [stderr] | [INFO] [stderr] 280 | fn get_thread_id(thread_struct: &rb_execution_context_struct, source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:281:25 [INFO] [stderr] | [INFO] [stderr] 281 | let thread: rb_thread_struct = copy_struct(thread_struct.thread_ptr as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:115:30 [INFO] [stderr] | [INFO] [stderr] 115 | get_stack_trace!(rb_execution_context_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:118:22 [INFO] [stderr] | [INFO] [stderr] 118 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:475:27 [INFO] [stderr] | [INFO] [stderr] 475 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:476:19 [INFO] [stderr] | [INFO] [stderr] 476 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:484:29 [INFO] [stderr] | [INFO] [stderr] 484 | let table: [iseq_insn_info_entry; 1] = copy_struct(iseq_struct.insns_info as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:487:32 [INFO] [stderr] | [INFO] [stderr] 487 | let table: Vec = copy_vec(iseq_struct.insns_info as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:566:27 [INFO] [stderr] | [INFO] [stderr] 566 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:19 [INFO] [stderr] | [INFO] [stderr] 567 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:570:23 [INFO] [stderr] | [INFO] [stderr] 570 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:26 [INFO] [stderr] | [INFO] [stderr] 571 | let rstring: RString = copy_struct(body.location.label as usize, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | fn stack_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:263:38 [INFO] [stderr] | [INFO] [stderr] 263 | fn stack_size_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RArray` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:298:25 [INFO] [stderr] | [INFO] [stderr] 298 | let rarray: RArray = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:280:58 [INFO] [stderr] | [INFO] [stderr] 280 | fn get_thread_id(thread_struct: &rb_execution_context_struct, source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:281:25 [INFO] [stderr] | [INFO] [stderr] 281 | let thread: rb_thread_struct = copy_struct(thread_struct.thread_ptr as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:115:30 [INFO] [stderr] | [INFO] [stderr] 115 | get_stack_trace!(rb_execution_context_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:118:22 [INFO] [stderr] | [INFO] [stderr] 118 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:475:27 [INFO] [stderr] | [INFO] [stderr] 475 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:476:19 [INFO] [stderr] | [INFO] [stderr] 476 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:484:29 [INFO] [stderr] | [INFO] [stderr] 484 | let table: [iseq_insn_info_entry; 1] = copy_struct(iseq_struct.insns_info as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:487:32 [INFO] [stderr] | [INFO] [stderr] 487 | let table: Vec = copy_vec(iseq_struct.insns_info as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:566:27 [INFO] [stderr] | [INFO] [stderr] 566 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:19 [INFO] [stderr] | [INFO] [stderr] 567 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:570:23 [INFO] [stderr] | [INFO] [stderr] 570 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:26 [INFO] [stderr] | [INFO] [stderr] 571 | let rstring: RString = copy_struct(body.location.label as usize, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | fn stack_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:263:38 [INFO] [stderr] | [INFO] [stderr] 263 | fn stack_size_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RArray` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:298:25 [INFO] [stderr] | [INFO] [stderr] 298 | let rarray: RArray = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:280:58 [INFO] [stderr] | [INFO] [stderr] 280 | fn get_thread_id(thread_struct: &rb_execution_context_struct, source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:281:25 [INFO] [stderr] | [INFO] [stderr] 281 | let thread: rb_thread_struct = copy_struct(thread_struct.thread_ptr as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:115:30 [INFO] [stderr] | [INFO] [stderr] 115 | get_stack_trace!(rb_execution_context_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:118:22 [INFO] [stderr] | [INFO] [stderr] 118 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:475:27 [INFO] [stderr] | [INFO] [stderr] 475 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:476:19 [INFO] [stderr] | [INFO] [stderr] 476 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:484:29 [INFO] [stderr] | [INFO] [stderr] 484 | let table: [iseq_insn_info_entry; 1] = copy_struct(iseq_struct.insns_info as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:487:32 [INFO] [stderr] | [INFO] [stderr] 487 | let table: Vec = copy_vec(iseq_struct.insns_info as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:566:27 [INFO] [stderr] | [INFO] [stderr] 566 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:19 [INFO] [stderr] | [INFO] [stderr] 567 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:570:23 [INFO] [stderr] | [INFO] [stderr] 570 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:26 [INFO] [stderr] | [INFO] [stderr] 571 | let rstring: RString = copy_struct(body.location.label as usize, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | fn stack_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:263:38 [INFO] [stderr] | [INFO] [stderr] 263 | fn stack_size_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RArray` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:298:25 [INFO] [stderr] | [INFO] [stderr] 298 | let rarray: RArray = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:280:58 [INFO] [stderr] | [INFO] [stderr] 280 | fn get_thread_id(thread_struct: &rb_execution_context_struct, source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:281:25 [INFO] [stderr] | [INFO] [stderr] 281 | let thread: rb_thread_struct = copy_struct(thread_struct.thread_ptr as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:136:30 [INFO] [stderr] | [INFO] [stderr] 136 | get_stack_trace!(rb_execution_context_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:139:22 [INFO] [stderr] | [INFO] [stderr] 139 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:503:27 [INFO] [stderr] | [INFO] [stderr] 503 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:504:19 [INFO] [stderr] | [INFO] [stderr] 504 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:512:29 [INFO] [stderr] | [INFO] [stderr] 512 | let table: [iseq_insn_info_entry; 1] = copy_struct(iseq_struct.insns_info.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:515:32 [INFO] [stderr] | [INFO] [stderr] 515 | let table: Vec = copy_vec(iseq_struct.insns_info.body as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:566:27 [INFO] [stderr] | [INFO] [stderr] 566 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:19 [INFO] [stderr] | [INFO] [stderr] 567 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:570:23 [INFO] [stderr] | [INFO] [stderr] 570 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:26 [INFO] [stderr] | [INFO] [stderr] 571 | let rstring: RString = copy_struct(body.location.label as usize, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | fn stack_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:263:38 [INFO] [stderr] | [INFO] [stderr] 263 | fn stack_size_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RArray` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:298:25 [INFO] [stderr] | [INFO] [stderr] 298 | let rarray: RArray = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:280:58 [INFO] [stderr] | [INFO] [stderr] 280 | fn get_thread_id(thread_struct: &rb_execution_context_struct, source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:281:25 [INFO] [stderr] | [INFO] [stderr] 281 | let thread: rb_thread_struct = copy_struct(thread_struct.thread_ptr as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:136:30 [INFO] [stderr] | [INFO] [stderr] 136 | get_stack_trace!(rb_execution_context_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:139:22 [INFO] [stderr] | [INFO] [stderr] 139 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:503:27 [INFO] [stderr] | [INFO] [stderr] 503 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:504:19 [INFO] [stderr] | [INFO] [stderr] 504 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:512:29 [INFO] [stderr] | [INFO] [stderr] 512 | let table: [iseq_insn_info_entry; 1] = copy_struct(iseq_struct.insns_info.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:515:32 [INFO] [stderr] | [INFO] [stderr] 515 | let table: Vec = copy_vec(iseq_struct.insns_info.body as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:566:27 [INFO] [stderr] | [INFO] [stderr] 566 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:19 [INFO] [stderr] | [INFO] [stderr] 567 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:570:23 [INFO] [stderr] | [INFO] [stderr] 570 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:26 [INFO] [stderr] | [INFO] [stderr] 571 | let rstring: RString = copy_struct(body.location.label as usize, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | fn stack_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:263:38 [INFO] [stderr] | [INFO] [stderr] 263 | fn stack_size_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RArray` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:298:25 [INFO] [stderr] | [INFO] [stderr] 298 | let rarray: RArray = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:280:58 [INFO] [stderr] | [INFO] [stderr] 280 | fn get_thread_id(thread_struct: &rb_execution_context_struct, source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:281:25 [INFO] [stderr] | [INFO] [stderr] 281 | let thread: rb_thread_struct = copy_struct(thread_struct.thread_ptr as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:136:30 [INFO] [stderr] | [INFO] [stderr] 136 | get_stack_trace!(rb_execution_context_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:139:22 [INFO] [stderr] | [INFO] [stderr] 139 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:503:27 [INFO] [stderr] | [INFO] [stderr] 503 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:504:19 [INFO] [stderr] | [INFO] [stderr] 504 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:512:29 [INFO] [stderr] | [INFO] [stderr] 512 | let table: [iseq_insn_info_entry; 1] = copy_struct(iseq_struct.insns_info.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:515:32 [INFO] [stderr] | [INFO] [stderr] 515 | let table: Vec = copy_vec(iseq_struct.insns_info.body as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:566:27 [INFO] [stderr] | [INFO] [stderr] 566 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:19 [INFO] [stderr] | [INFO] [stderr] 567 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:570:23 [INFO] [stderr] | [INFO] [stderr] 570 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:26 [INFO] [stderr] | [INFO] [stderr] 571 | let rstring: RString = copy_struct(body.location.label as usize, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | fn stack_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:263:38 [INFO] [stderr] | [INFO] [stderr] 263 | fn stack_size_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RArray` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:298:25 [INFO] [stderr] | [INFO] [stderr] 298 | let rarray: RArray = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:280:58 [INFO] [stderr] | [INFO] [stderr] 280 | fn get_thread_id(thread_struct: &rb_execution_context_struct, source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:281:25 [INFO] [stderr] | [INFO] [stderr] 281 | let thread: rb_thread_struct = copy_struct(thread_struct.thread_ptr as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:136:30 [INFO] [stderr] | [INFO] [stderr] 136 | get_stack_trace!(rb_execution_context_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:75:30 [INFO] [stderr] | [INFO] [stderr] 75 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:139:22 [INFO] [stderr] | [INFO] [stderr] 139 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:503:27 [INFO] [stderr] | [INFO] [stderr] 503 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:504:19 [INFO] [stderr] | [INFO] [stderr] 504 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:78:22 [INFO] [stderr] | [INFO] [stderr] 78 | get_pos!(rb_iseq_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:405:27 [INFO] [stderr] | [INFO] [stderr] 405 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:512:29 [INFO] [stderr] | [INFO] [stderr] 512 | let table: [iseq_insn_info_entry; 1] = copy_struct(iseq_struct.insns_info.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:406:19 [INFO] [stderr] | [INFO] [stderr] 406 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:414:29 [INFO] [stderr] | [INFO] [stderr] 414 | let table: [iseq_line_info_entry; 1] = copy_struct(iseq_struct.line_info_table as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:515:32 [INFO] [stderr] | [INFO] [stderr] 515 | let table: Vec = copy_vec(iseq_struct.insns_info.body as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:566:27 [INFO] [stderr] | [INFO] [stderr] 566 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:417:32 [INFO] [stderr] | [INFO] [stderr] 417 | let table: Vec = copy_vec(iseq_struct.line_info_table as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:533:27 [INFO] [stderr] | [INFO] [stderr] 533 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:534:19 [INFO] [stderr] | [INFO] [stderr] 534 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:19 [INFO] [stderr] | [INFO] [stderr] 567 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:247:33 [INFO] [stderr] | [INFO] [stderr] 247 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:570:23 [INFO] [stderr] | [INFO] [stderr] 570 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:251:38 [INFO] [stderr] | [INFO] [stderr] 251 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:271:58 [INFO] [stderr] | [INFO] [stderr] 271 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 627 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:26 [INFO] [stderr] | [INFO] [stderr] 571 | let rstring: RString = copy_struct(body.location.label as usize, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | fn stack_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:95:30 [INFO] [stderr] | [INFO] [stderr] 95 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:263:38 [INFO] [stderr] | [INFO] [stderr] 263 | fn stack_size_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RArray` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:298:25 [INFO] [stderr] | [INFO] [stderr] 298 | let rarray: RArray = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:280:58 [INFO] [stderr] | [INFO] [stderr] 280 | fn get_thread_id(thread_struct: &rb_execution_context_struct, source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:281:25 [INFO] [stderr] | [INFO] [stderr] 281 | let thread: rb_thread_struct = copy_struct(thread_struct.thread_ptr as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:136:30 [INFO] [stderr] | [INFO] [stderr] 136 | get_stack_trace!(rb_execution_context_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:98:22 [INFO] [stderr] | [INFO] [stderr] 98 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:433:27 [INFO] [stderr] | [INFO] [stderr] 433 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:434:19 [INFO] [stderr] | [INFO] [stderr] 434 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:139:22 [INFO] [stderr] | [INFO] [stderr] 139 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:442:29 [INFO] [stderr] | [INFO] [stderr] 442 | let table: [iseq_line_info_entry; 1] = copy_struct(iseq_struct.line_info_table as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:503:27 [INFO] [stderr] | [INFO] [stderr] 503 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:445:32 [INFO] [stderr] | [INFO] [stderr] 445 | let table: Vec = copy_vec(iseq_struct.line_info_table as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:549:27 [INFO] [stderr] | [INFO] [stderr] 549 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:504:19 [INFO] [stderr] | [INFO] [stderr] 504 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:512:29 [INFO] [stderr] | [INFO] [stderr] 512 | let table: [iseq_insn_info_entry; 1] = copy_struct(iseq_struct.insns_info.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:550:19 [INFO] [stderr] | [INFO] [stderr] 550 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:515:32 [INFO] [stderr] | [INFO] [stderr] 515 | let table: Vec = copy_vec(iseq_struct.insns_info.body as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:553:23 [INFO] [stderr] | [INFO] [stderr] 553 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:566:27 [INFO] [stderr] | [INFO] [stderr] 566 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:247:33 [INFO] [stderr] | [INFO] [stderr] 247 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:251:38 [INFO] [stderr] | [INFO] [stderr] 251 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:271:58 [INFO] [stderr] | [INFO] [stderr] 271 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 635 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:19 [INFO] [stderr] | [INFO] [stderr] 567 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:570:23 [INFO] [stderr] | [INFO] [stderr] 570 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:95:30 [INFO] [stderr] | [INFO] [stderr] 95 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:26 [INFO] [stderr] | [INFO] [stderr] 571 | let rstring: RString = copy_struct(body.location.label as usize, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | fn stack_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:263:38 [INFO] [stderr] | [INFO] [stderr] 263 | fn stack_size_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RArray` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:298:25 [INFO] [stderr] | [INFO] [stderr] 298 | let rarray: RArray = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:280:58 [INFO] [stderr] | [INFO] [stderr] 280 | fn get_thread_id(thread_struct: &rb_execution_context_struct, source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:281:25 [INFO] [stderr] | [INFO] [stderr] 281 | let thread: rb_thread_struct = copy_struct(thread_struct.thread_ptr as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:98:22 [INFO] [stderr] | [INFO] [stderr] 98 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:433:27 [INFO] [stderr] | [INFO] [stderr] 433 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:434:19 [INFO] [stderr] | [INFO] [stderr] 434 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:442:29 [INFO] [stderr] | [INFO] [stderr] 442 | let table: [iseq_line_info_entry; 1] = copy_struct(iseq_struct.line_info_table as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:445:32 [INFO] [stderr] | [INFO] [stderr] 445 | let table: Vec = copy_vec(iseq_struct.line_info_table as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:549:27 [INFO] [stderr] | [INFO] [stderr] 549 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:550:19 [INFO] [stderr] | [INFO] [stderr] 550 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:553:23 [INFO] [stderr] | [INFO] [stderr] 553 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:247:33 [INFO] [stderr] | [INFO] [stderr] 247 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:251:38 [INFO] [stderr] | [INFO] [stderr] 251 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:271:58 [INFO] [stderr] | [INFO] [stderr] 271 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 636 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:95:30 [INFO] [stderr] | [INFO] [stderr] 95 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:98:22 [INFO] [stderr] | [INFO] [stderr] 98 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:433:27 [INFO] [stderr] | [INFO] [stderr] 433 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:434:19 [INFO] [stderr] | [INFO] [stderr] 434 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:442:29 [INFO] [stderr] | [INFO] [stderr] 442 | let table: [iseq_line_info_entry; 1] = copy_struct(iseq_struct.line_info_table as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:445:32 [INFO] [stderr] | [INFO] [stderr] 445 | let table: Vec = copy_vec(iseq_struct.line_info_table as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:549:27 [INFO] [stderr] | [INFO] [stderr] 549 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:550:19 [INFO] [stderr] | [INFO] [stderr] 550 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:553:23 [INFO] [stderr] | [INFO] [stderr] 553 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:247:33 [INFO] [stderr] | [INFO] [stderr] 247 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:251:38 [INFO] [stderr] | [INFO] [stderr] 251 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:271:58 [INFO] [stderr] | [INFO] [stderr] 271 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 641 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:95:30 [INFO] [stderr] | [INFO] [stderr] 95 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:98:22 [INFO] [stderr] | [INFO] [stderr] 98 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:433:27 [INFO] [stderr] | [INFO] [stderr] 433 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:434:19 [INFO] [stderr] | [INFO] [stderr] 434 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:442:29 [INFO] [stderr] | [INFO] [stderr] 442 | let table: [iseq_line_info_entry; 1] = copy_struct(iseq_struct.line_info_table as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:445:32 [INFO] [stderr] | [INFO] [stderr] 445 | let table: Vec = copy_vec(iseq_struct.line_info_table as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:549:27 [INFO] [stderr] | [INFO] [stderr] 549 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:550:19 [INFO] [stderr] | [INFO] [stderr] 550 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:553:23 [INFO] [stderr] | [INFO] [stderr] 553 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:247:33 [INFO] [stderr] | [INFO] [stderr] 247 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:251:38 [INFO] [stderr] | [INFO] [stderr] 251 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:271:58 [INFO] [stderr] | [INFO] [stderr] 271 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 642 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:95:30 [INFO] [stderr] | [INFO] [stderr] 95 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:98:22 [INFO] [stderr] | [INFO] [stderr] 98 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:433:27 [INFO] [stderr] | [INFO] [stderr] 433 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:434:19 [INFO] [stderr] | [INFO] [stderr] 434 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:442:29 [INFO] [stderr] | [INFO] [stderr] 442 | let table: [iseq_line_info_entry; 1] = copy_struct(iseq_struct.line_info_table as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:445:32 [INFO] [stderr] | [INFO] [stderr] 445 | let table: Vec = copy_vec(iseq_struct.line_info_table as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:549:27 [INFO] [stderr] | [INFO] [stderr] 549 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:550:19 [INFO] [stderr] | [INFO] [stderr] 550 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:553:23 [INFO] [stderr] | [INFO] [stderr] 553 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:247:33 [INFO] [stderr] | [INFO] [stderr] 247 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:251:38 [INFO] [stderr] | [INFO] [stderr] 251 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:271:58 [INFO] [stderr] | [INFO] [stderr] 271 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 643 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:95:30 [INFO] [stderr] | [INFO] [stderr] 95 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:98:22 [INFO] [stderr] | [INFO] [stderr] 98 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:433:27 [INFO] [stderr] | [INFO] [stderr] 433 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:434:19 [INFO] [stderr] | [INFO] [stderr] 434 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:442:29 [INFO] [stderr] | [INFO] [stderr] 442 | let table: [iseq_line_info_entry; 1] = copy_struct(iseq_struct.line_info_table as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:445:32 [INFO] [stderr] | [INFO] [stderr] 445 | let table: Vec = copy_vec(iseq_struct.line_info_table as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:549:27 [INFO] [stderr] | [INFO] [stderr] 549 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:550:19 [INFO] [stderr] | [INFO] [stderr] 550 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:553:23 [INFO] [stderr] | [INFO] [stderr] 553 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:247:33 [INFO] [stderr] | [INFO] [stderr] 247 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:251:38 [INFO] [stderr] | [INFO] [stderr] 251 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:271:58 [INFO] [stderr] | [INFO] [stderr] 271 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 644 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:115:30 [INFO] [stderr] | [INFO] [stderr] 115 | get_stack_trace!(rb_execution_context_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:118:22 [INFO] [stderr] | [INFO] [stderr] 118 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:475:27 [INFO] [stderr] | [INFO] [stderr] 475 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:476:19 [INFO] [stderr] | [INFO] [stderr] 476 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:484:29 [INFO] [stderr] | [INFO] [stderr] 484 | let table: [iseq_insn_info_entry; 1] = copy_struct(iseq_struct.insns_info as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:487:32 [INFO] [stderr] | [INFO] [stderr] 487 | let table: Vec = copy_vec(iseq_struct.insns_info as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:566:27 [INFO] [stderr] | [INFO] [stderr] 566 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:19 [INFO] [stderr] | [INFO] [stderr] 567 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:570:23 [INFO] [stderr] | [INFO] [stderr] 570 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:26 [INFO] [stderr] | [INFO] [stderr] 571 | let rstring: RString = copy_struct(body.location.label as usize, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | fn stack_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:263:38 [INFO] [stderr] | [INFO] [stderr] 263 | fn stack_size_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RArray` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:298:25 [INFO] [stderr] | [INFO] [stderr] 298 | let rarray: RArray = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:280:58 [INFO] [stderr] | [INFO] [stderr] 280 | fn get_thread_id(thread_struct: &rb_execution_context_struct, source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:281:25 [INFO] [stderr] | [INFO] [stderr] 281 | let thread: rb_thread_struct = copy_struct(thread_struct.thread_ptr as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 645 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:115:30 [INFO] [stderr] | [INFO] [stderr] 115 | get_stack_trace!(rb_execution_context_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:118:22 [INFO] [stderr] | [INFO] [stderr] 118 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:475:27 [INFO] [stderr] | [INFO] [stderr] 475 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:476:19 [INFO] [stderr] | [INFO] [stderr] 476 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:484:29 [INFO] [stderr] | [INFO] [stderr] 484 | let table: [iseq_insn_info_entry; 1] = copy_struct(iseq_struct.insns_info as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:487:32 [INFO] [stderr] | [INFO] [stderr] 487 | let table: Vec = copy_vec(iseq_struct.insns_info as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:566:27 [INFO] [stderr] | [INFO] [stderr] 566 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:19 [INFO] [stderr] | [INFO] [stderr] 567 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:570:23 [INFO] [stderr] | [INFO] [stderr] 570 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:26 [INFO] [stderr] | [INFO] [stderr] 571 | let rstring: RString = copy_struct(body.location.label as usize, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | fn stack_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:263:38 [INFO] [stderr] | [INFO] [stderr] 263 | fn stack_size_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RArray` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:298:25 [INFO] [stderr] | [INFO] [stderr] 298 | let rarray: RArray = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:280:58 [INFO] [stderr] | [INFO] [stderr] 280 | fn get_thread_id(thread_struct: &rb_execution_context_struct, source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:281:25 [INFO] [stderr] | [INFO] [stderr] 281 | let thread: rb_thread_struct = copy_struct(thread_struct.thread_ptr as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 646 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:115:30 [INFO] [stderr] | [INFO] [stderr] 115 | get_stack_trace!(rb_execution_context_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:118:22 [INFO] [stderr] | [INFO] [stderr] 118 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:475:27 [INFO] [stderr] | [INFO] [stderr] 475 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:476:19 [INFO] [stderr] | [INFO] [stderr] 476 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:484:29 [INFO] [stderr] | [INFO] [stderr] 484 | let table: [iseq_insn_info_entry; 1] = copy_struct(iseq_struct.insns_info as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:487:32 [INFO] [stderr] | [INFO] [stderr] 487 | let table: Vec = copy_vec(iseq_struct.insns_info as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:566:27 [INFO] [stderr] | [INFO] [stderr] 566 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:19 [INFO] [stderr] | [INFO] [stderr] 567 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:570:23 [INFO] [stderr] | [INFO] [stderr] 570 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:26 [INFO] [stderr] | [INFO] [stderr] 571 | let rstring: RString = copy_struct(body.location.label as usize, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | fn stack_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:263:38 [INFO] [stderr] | [INFO] [stderr] 263 | fn stack_size_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RArray` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:298:25 [INFO] [stderr] | [INFO] [stderr] 298 | let rarray: RArray = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:280:58 [INFO] [stderr] | [INFO] [stderr] 280 | fn get_thread_id(thread_struct: &rb_execution_context_struct, source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:281:25 [INFO] [stderr] | [INFO] [stderr] 281 | let thread: rb_thread_struct = copy_struct(thread_struct.thread_ptr as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 647 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:115:30 [INFO] [stderr] | [INFO] [stderr] 115 | get_stack_trace!(rb_execution_context_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:118:22 [INFO] [stderr] | [INFO] [stderr] 118 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:475:27 [INFO] [stderr] | [INFO] [stderr] 475 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:476:19 [INFO] [stderr] | [INFO] [stderr] 476 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:484:29 [INFO] [stderr] | [INFO] [stderr] 484 | let table: [iseq_insn_info_entry; 1] = copy_struct(iseq_struct.insns_info as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:487:32 [INFO] [stderr] | [INFO] [stderr] 487 | let table: Vec = copy_vec(iseq_struct.insns_info as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:566:27 [INFO] [stderr] | [INFO] [stderr] 566 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:19 [INFO] [stderr] | [INFO] [stderr] 567 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:570:23 [INFO] [stderr] | [INFO] [stderr] 570 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:26 [INFO] [stderr] | [INFO] [stderr] 571 | let rstring: RString = copy_struct(body.location.label as usize, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | fn stack_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:263:38 [INFO] [stderr] | [INFO] [stderr] 263 | fn stack_size_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RArray` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:298:25 [INFO] [stderr] | [INFO] [stderr] 298 | let rarray: RArray = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:280:58 [INFO] [stderr] | [INFO] [stderr] 280 | fn get_thread_id(thread_struct: &rb_execution_context_struct, source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:281:25 [INFO] [stderr] | [INFO] [stderr] 281 | let thread: rb_thread_struct = copy_struct(thread_struct.thread_ptr as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 648 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:115:30 [INFO] [stderr] | [INFO] [stderr] 115 | get_stack_trace!(rb_execution_context_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:118:22 [INFO] [stderr] | [INFO] [stderr] 118 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:475:27 [INFO] [stderr] | [INFO] [stderr] 475 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:476:19 [INFO] [stderr] | [INFO] [stderr] 476 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:484:29 [INFO] [stderr] | [INFO] [stderr] 484 | let table: [iseq_insn_info_entry; 1] = copy_struct(iseq_struct.insns_info as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:487:32 [INFO] [stderr] | [INFO] [stderr] 487 | let table: Vec = copy_vec(iseq_struct.insns_info as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::Fail::root_cause': please use the 'find_root_cause()' method instead [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:566:27 [INFO] [stderr] | [INFO] [stderr] 566 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] --> src/core/initialize.rs:124:27 [INFO] [stderr] | [INFO] [stderr] 124 | match err.root_cause().downcast_ref::() { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::Fail::root_cause': please use the 'find_root_cause()' method instead [INFO] [stderr] --> src/core/initialize.rs:138:25 [INFO] [stderr] | [INFO] [stderr] 138 | err.root_cause().downcast_ref::() { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:19 [INFO] [stderr] | [INFO] [stderr] 567 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:570:23 [INFO] [stderr] | [INFO] [stderr] 570 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:26 [INFO] [stderr] | [INFO] [stderr] 571 | let rstring: RString = copy_struct(body.location.label as usize, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | fn stack_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:263:38 [INFO] [stderr] | [INFO] [stderr] 263 | fn stack_size_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RArray` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:298:25 [INFO] [stderr] | [INFO] [stderr] 298 | let rarray: RArray = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:280:58 [INFO] [stderr] | [INFO] [stderr] 280 | fn get_thread_id(thread_struct: &rb_execution_context_struct, source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:281:25 [INFO] [stderr] | [INFO] [stderr] 281 | let thread: rb_thread_struct = copy_struct(thread_struct.thread_ptr as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 649 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:115:30 [INFO] [stderr] | [INFO] [stderr] 115 | get_stack_trace!(rb_execution_context_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:118:22 [INFO] [stderr] | [INFO] [stderr] 118 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:475:27 [INFO] [stderr] | [INFO] [stderr] 475 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:476:19 [INFO] [stderr] | [INFO] [stderr] 476 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:484:29 [INFO] [stderr] | [INFO] [stderr] 484 | let table: [iseq_insn_info_entry; 1] = copy_struct(iseq_struct.insns_info as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:487:32 [INFO] [stderr] | [INFO] [stderr] 487 | let table: Vec = copy_vec(iseq_struct.insns_info as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:566:27 [INFO] [stderr] | [INFO] [stderr] 566 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:19 [INFO] [stderr] | [INFO] [stderr] 567 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:570:23 [INFO] [stderr] | [INFO] [stderr] 570 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:26 [INFO] [stderr] | [INFO] [stderr] 571 | let rstring: RString = copy_struct(body.location.label as usize, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | fn stack_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:263:38 [INFO] [stderr] | [INFO] [stderr] 263 | fn stack_size_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RArray` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:298:25 [INFO] [stderr] | [INFO] [stderr] 298 | let rarray: RArray = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:280:58 [INFO] [stderr] | [INFO] [stderr] 280 | fn get_thread_id(thread_struct: &rb_execution_context_struct, source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:281:25 [INFO] [stderr] | [INFO] [stderr] 281 | let thread: rb_thread_struct = copy_struct(thread_struct.thread_ptr as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 650 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:136:30 [INFO] [stderr] | [INFO] [stderr] 136 | get_stack_trace!(rb_execution_context_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:139:22 [INFO] [stderr] | [INFO] [stderr] 139 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:503:27 [INFO] [stderr] | [INFO] [stderr] 503 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:504:19 [INFO] [stderr] | [INFO] [stderr] 504 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:512:29 [INFO] [stderr] | [INFO] [stderr] 512 | let table: [iseq_insn_info_entry; 1] = copy_struct(iseq_struct.insns_info.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:515:32 [INFO] [stderr] | [INFO] [stderr] 515 | let table: Vec = copy_vec(iseq_struct.insns_info.body as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:566:27 [INFO] [stderr] | [INFO] [stderr] 566 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:19 [INFO] [stderr] | [INFO] [stderr] 567 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:570:23 [INFO] [stderr] | [INFO] [stderr] 570 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:26 [INFO] [stderr] | [INFO] [stderr] 571 | let rstring: RString = copy_struct(body.location.label as usize, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | fn stack_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:263:38 [INFO] [stderr] | [INFO] [stderr] 263 | fn stack_size_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RArray` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:298:25 [INFO] [stderr] | [INFO] [stderr] 298 | let rarray: RArray = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:280:58 [INFO] [stderr] | [INFO] [stderr] 280 | fn get_thread_id(thread_struct: &rb_execution_context_struct, source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:281:25 [INFO] [stderr] | [INFO] [stderr] 281 | let thread: rb_thread_struct = copy_struct(thread_struct.thread_ptr as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 651 | ruby_version_v2_6_x!(ruby_2_6_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:136:30 [INFO] [stderr] | [INFO] [stderr] 136 | get_stack_trace!(rb_execution_context_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:139:22 [INFO] [stderr] | [INFO] [stderr] 139 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:503:27 [INFO] [stderr] | [INFO] [stderr] 503 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:504:19 [INFO] [stderr] | [INFO] [stderr] 504 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:512:29 [INFO] [stderr] | [INFO] [stderr] 512 | let table: [iseq_insn_info_entry; 1] = copy_struct(iseq_struct.insns_info.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:515:32 [INFO] [stderr] | [INFO] [stderr] 515 | let table: Vec = copy_vec(iseq_struct.insns_info.body as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:566:27 [INFO] [stderr] | [INFO] [stderr] 566 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:19 [INFO] [stderr] | [INFO] [stderr] 567 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:570:23 [INFO] [stderr] | [INFO] [stderr] 570 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:26 [INFO] [stderr] | [INFO] [stderr] 571 | let rstring: RString = copy_struct(body.location.label as usize, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | fn stack_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:263:38 [INFO] [stderr] | [INFO] [stderr] 263 | fn stack_size_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RArray` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:298:25 [INFO] [stderr] | [INFO] [stderr] 298 | let rarray: RArray = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:280:58 [INFO] [stderr] | [INFO] [stderr] 280 | fn get_thread_id(thread_struct: &rb_execution_context_struct, source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:281:25 [INFO] [stderr] | [INFO] [stderr] 281 | let thread: rb_thread_struct = copy_struct(thread_struct.thread_ptr as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 652 | ruby_version_v2_6_x!(ruby_2_6_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:136:30 [INFO] [stderr] | [INFO] [stderr] 136 | get_stack_trace!(rb_execution_context_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:139:22 [INFO] [stderr] | [INFO] [stderr] 139 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:503:27 [INFO] [stderr] | [INFO] [stderr] 503 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:504:19 [INFO] [stderr] | [INFO] [stderr] 504 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:512:29 [INFO] [stderr] | [INFO] [stderr] 512 | let table: [iseq_insn_info_entry; 1] = copy_struct(iseq_struct.insns_info.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:515:32 [INFO] [stderr] | [INFO] [stderr] 515 | let table: Vec = copy_vec(iseq_struct.insns_info.body as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:566:27 [INFO] [stderr] | [INFO] [stderr] 566 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:19 [INFO] [stderr] | [INFO] [stderr] 567 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:570:23 [INFO] [stderr] | [INFO] [stderr] 570 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:26 [INFO] [stderr] | [INFO] [stderr] 571 | let rstring: RString = copy_struct(body.location.label as usize, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | fn stack_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:263:38 [INFO] [stderr] | [INFO] [stderr] 263 | fn stack_size_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RArray` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:298:25 [INFO] [stderr] | [INFO] [stderr] 298 | let rarray: RArray = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:280:58 [INFO] [stderr] | [INFO] [stderr] 280 | fn get_thread_id(thread_struct: &rb_execution_context_struct, source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:281:25 [INFO] [stderr] | [INFO] [stderr] 281 | let thread: rb_thread_struct = copy_struct(thread_struct.thread_ptr as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 653 | ruby_version_v2_6_x!(ruby_2_6_2); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:136:30 [INFO] [stderr] | [INFO] [stderr] 136 | get_stack_trace!(rb_execution_context_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:139:22 [INFO] [stderr] | [INFO] [stderr] 139 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:503:27 [INFO] [stderr] | [INFO] [stderr] 503 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:504:19 [INFO] [stderr] | [INFO] [stderr] 504 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:512:29 [INFO] [stderr] | [INFO] [stderr] 512 | let table: [iseq_insn_info_entry; 1] = copy_struct(iseq_struct.insns_info.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:515:32 [INFO] [stderr] | [INFO] [stderr] 515 | let table: Vec = copy_vec(iseq_struct.insns_info.body as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:566:27 [INFO] [stderr] | [INFO] [stderr] 566 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:19 [INFO] [stderr] | [INFO] [stderr] 567 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:570:23 [INFO] [stderr] | [INFO] [stderr] 570 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:26 [INFO] [stderr] | [INFO] [stderr] 571 | let rstring: RString = copy_struct(body.location.label as usize, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | fn stack_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:263:38 [INFO] [stderr] | [INFO] [stderr] 263 | fn stack_size_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RArray` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:298:25 [INFO] [stderr] | [INFO] [stderr] 298 | let rarray: RArray = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:280:58 [INFO] [stderr] | [INFO] [stderr] 280 | fn get_thread_id(thread_struct: &rb_execution_context_struct, source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:281:25 [INFO] [stderr] | [INFO] [stderr] 281 | let thread: rb_thread_struct = copy_struct(thread_struct.thread_ptr as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 654 | ruby_version_v2_6_x!(ruby_2_6_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:136:30 [INFO] [stderr] | [INFO] [stderr] 136 | get_stack_trace!(rb_execution_context_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | let iseq_struct: rb_iseq_struct = copy_struct(cfp.iseq as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `VALUE` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:74 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:221:116 [INFO] [stderr] | [INFO] [stderr] 221 | stack_field(thread) + stack_size_field(thread) * std::mem::size_of::() as i64 - 1 * std::mem::size_of::() as i64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:314:30 [INFO] [stderr] | [INFO] [stderr] 314 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:592:89 [INFO] [stderr] | [INFO] [stderr] 592 | fn get_cfps(cfp_address: usize, stack_base: usize, source: &T) -> Result, MemoryCopyError> where T: CopyAddress{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:598:105 [INFO] [stderr] | [INFO] [stderr] 598 | Ok(copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::(), source)?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:139:22 [INFO] [stderr] | [INFO] [stderr] 139 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:460:52 [INFO] [stderr] | [INFO] [stderr] 460 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:503:27 [INFO] [stderr] | [INFO] [stderr] 503 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:504:19 [INFO] [stderr] | [INFO] [stderr] 504 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:512:29 [INFO] [stderr] | [INFO] [stderr] 512 | let table: [iseq_insn_info_entry; 1] = copy_struct(iseq_struct.insns_info.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_insn_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:515:32 [INFO] [stderr] | [INFO] [stderr] 515 | let table: Vec = copy_vec(iseq_struct.insns_info.body as usize, t_size as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:566:27 [INFO] [stderr] | [INFO] [stderr] 566 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:19 [INFO] [stderr] | [INFO] [stderr] 567 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:570:23 [INFO] [stderr] | [INFO] [stderr] 570 | let body: rb_iseq_constant_body = copy_struct(iseq_struct.body as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:26 [INFO] [stderr] | [INFO] [stderr] 571 | let rstring: RString = copy_struct(body.location.label as usize, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:259:33 [INFO] [stderr] | [INFO] [stderr] 259 | fn stack_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:263:38 [INFO] [stderr] | [INFO] [stderr] 263 | fn stack_size_field(thread: &rb_execution_context_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | let rstring: RString = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RArray` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:298:25 [INFO] [stderr] | [INFO] [stderr] 298 | let rarray: RArray = copy_struct(addr, source)?; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_execution_context_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:280:58 [INFO] [stderr] | [INFO] [stderr] 280 | fn get_thread_id(thread_struct: &rb_execution_context_struct, source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:281:25 [INFO] [stderr] | [INFO] [stderr] 281 | let thread: rb_thread_struct = copy_struct(thread_struct.thread_ptr as usize, source)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v2_6_x!(ruby_2_6_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::Fail::root_cause': please use the 'find_root_cause()' method instead [INFO] [stderr] --> src/core/initialize.rs:124:27 [INFO] [stderr] | [INFO] [stderr] 124 | match err.root_cause().downcast_ref::() { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::Fail::root_cause': please use the 'find_root_cause()' method instead [INFO] [stderr] --> src/core/initialize.rs:138:25 [INFO] [stderr] | [INFO] [stderr] 138 | err.root_cause().downcast_ref::() { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead [INFO] [stderr] --> src/core/initialize.rs:168:10 [INFO] [stderr] | [INFO] [stderr] 168 | .root_cause() [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::Error::root_cause': please use the 'find_root_cause()' method instead [INFO] [stderr] --> src/core/initialize.rs:182:10 [INFO] [stderr] | [INFO] [stderr] 182 | .root_cause() [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 403 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `rbspy`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 403 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `rbspy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a8ab8a6626f75167a6d5290b4425789d9d332098f02dc0388964d4dcb3354c78"` [INFO] running `"docker" "rm" "-f" "a8ab8a6626f75167a6d5290b4425789d9d332098f02dc0388964d4dcb3354c78"` [INFO] [stdout] a8ab8a6626f75167a6d5290b4425789d9d332098f02dc0388964d4dcb3354c78