[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] [stderr] From https://github.com/rbspy/rbspy [INFO] [stderr] 2e31529..a5a2d60 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a5a2d609224e890e26454b15c065fbc1cf0f4d3f [INFO] checking rbspy/rbspy against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frbspy%2Frbspy" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rbspy/rbspy on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "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-5/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" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/rbspy/rbspy-testdata` [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] 8734320501d1d1efedfbbab457c3cd34234785a28d691073242f079992481eb2 [INFO] running `"docker" "start" "-a" "8734320501d1d1efedfbbab457c3cd34234785a28d691073242f079992481eb2"` [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking adler32 v1.0.4 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Checking regex-syntax v0.6.17 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling remoteprocess v0.3.4 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Checking termcolor v1.1.0 [INFO] [stderr] Compiling nix v0.13.1 [INFO] [stderr] Checking remove_dir_all v0.5.2 [INFO] [stderr] Checking str_stack v0.1.0 [INFO] [stderr] Checking rbspy-ruby-structs v0.1.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.2 [INFO] [stderr] Compiling proc-macro-error v1.0.2 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Compiling cpp_demangle v0.2.15 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Checking miniz_oxide v0.3.6 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Checking elf v0.0.10 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Compiling backtrace-sys v0.1.37 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking term_size v0.3.2 [INFO] [stderr] Checking benfred-read-process-memory v0.2.0 [INFO] [stderr] Checking nix v0.17.0 [INFO] [stderr] Checking aho-corasick v0.7.10 [INFO] [stderr] Checking quick-xml v0.18.1 [INFO] [stderr] Checking flate2 v1.0.14 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Checking num-format v0.4.0 [INFO] [stderr] Checking gimli v0.20.0 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking regex v1.3.7 [INFO] [stderr] Checking crossbeam-queue v0.2.1 [INFO] [stderr] Checking crossbeam-channel v0.4.2 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Checking ctrlc v3.1.4 [INFO] [stderr] Checking const-random v0.1.8 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking backtrace v0.3.46 [INFO] [stderr] Checking flate2 v0.2.20 [INFO] [stderr] Checking ahash v0.3.3 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking serde_json v1.0.52 [INFO] [stderr] Checking crossbeam v0.7.3 [INFO] [stderr] Checking dashmap v3.11.1 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling scroll_derive v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Checking scroll v0.10.1 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Compiling structopt-derive v0.4.7 [INFO] [stderr] Checking proc-maps v0.1.6 [INFO] [stderr] Checking goblin v0.1.3 [INFO] [stderr] Checking structopt v0.3.14 [INFO] [stderr] Checking inferno v0.9.5 [INFO] [stderr] Checking object v0.17.0 [INFO] [stderr] Checking addr2line v0.11.0 [INFO] [stderr] Checking rbspy-testdata v0.1.2 (https://github.com/rbspy/rbspy-testdata#365701aa) [INFO] [stderr] Checking rbspy v0.3.9 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_2_10` [INFO] [stderr] --> src/core/ruby_version.rs:655:28 [INFO] [stderr] | [INFO] [stderr] 655 | 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:663:28 [INFO] [stderr] | [INFO] [stderr] 663 | 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:664:28 [INFO] [stderr] | [INFO] [stderr] 664 | 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:669:28 [INFO] [stderr] | [INFO] [stderr] 669 | 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:670:28 [INFO] [stderr] | [INFO] [stderr] 670 | 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:671:28 [INFO] [stderr] | [INFO] [stderr] 671 | 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:672:28 [INFO] [stderr] | [INFO] [stderr] 672 | 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_4_8` [INFO] [stderr] --> src/core/ruby_version.rs:673:28 [INFO] [stderr] | [INFO] [stderr] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_4_8` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_4_9` [INFO] [stderr] --> src/core/ruby_version.rs:674:28 [INFO] [stderr] | [INFO] [stderr] 674 | ruby_version_v_2_3_to_2_4!(ruby_2_4_9); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_4_9` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_5_0` [INFO] [stderr] --> src/core/ruby_version.rs:675:22 [INFO] [stderr] | [INFO] [stderr] 675 | 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:676:22 [INFO] [stderr] | [INFO] [stderr] 676 | 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:677:22 [INFO] [stderr] | [INFO] [stderr] 677 | 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:678:22 [INFO] [stderr] | [INFO] [stderr] 678 | 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:679:22 [INFO] [stderr] | [INFO] [stderr] 679 | 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:680:22 [INFO] [stderr] | [INFO] [stderr] 680 | 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_5_7` [INFO] [stderr] --> src/core/ruby_version.rs:681:22 [INFO] [stderr] | [INFO] [stderr] 681 | ruby_version_v2_5_x!(ruby_2_5_7); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_5_7` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_6_0` [INFO] [stderr] --> src/core/ruby_version.rs:682:27 [INFO] [stderr] | [INFO] [stderr] 682 | ruby_version_v2_6_to_2_7!(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:683:27 [INFO] [stderr] | [INFO] [stderr] 683 | ruby_version_v2_6_to_2_7!(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:684:27 [INFO] [stderr] | [INFO] [stderr] 684 | ruby_version_v2_6_to_2_7!(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:685:27 [INFO] [stderr] | [INFO] [stderr] 685 | ruby_version_v2_6_to_2_7!(ruby_2_6_3); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_6_3` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_6_4` [INFO] [stderr] --> src/core/ruby_version.rs:686:27 [INFO] [stderr] | [INFO] [stderr] 686 | ruby_version_v2_6_to_2_7!(ruby_2_6_4); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_6_4` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_6_5` [INFO] [stderr] --> src/core/ruby_version.rs:687:27 [INFO] [stderr] | [INFO] [stderr] 687 | ruby_version_v2_6_to_2_7!(ruby_2_6_5); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_6_5` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_6_6` [INFO] [stderr] --> src/core/ruby_version.rs:688:27 [INFO] [stderr] | [INFO] [stderr] 688 | ruby_version_v2_6_to_2_7!(ruby_2_6_6); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_6_6` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_7_0` [INFO] [stderr] --> src/core/ruby_version.rs:689:27 [INFO] [stderr] | [INFO] [stderr] 689 | ruby_version_v2_6_to_2_7!(ruby_2_7_0); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_7_0` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `bindings::ruby_2_7_1`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `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:690:27 [INFO] [stderr] | [INFO] [stderr] 54 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 85 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 104 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 124 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 669 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 670 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 671 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 672 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 674 | ruby_version_v_2_3_to_2_4!(ruby_2_4_9); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 675 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 676 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 677 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 678 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 679 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 680 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 681 | ruby_version_v2_5_x!(ruby_2_5_7); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 682 | ruby_version_v2_6_to_2_7!(ruby_2_6_0); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] 683 | ruby_version_v2_6_to_2_7!(ruby_2_6_1); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] 684 | ruby_version_v2_6_to_2_7!(ruby_2_6_2); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] 685 | ruby_version_v2_6_to_2_7!(ruby_2_6_3); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] 686 | ruby_version_v2_6_to_2_7!(ruby_2_6_4); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] 687 | ruby_version_v2_6_to_2_7!(ruby_2_6_5); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] 688 | ruby_version_v2_6_to_2_7!(ruby_2_6_6); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] 689 | ruby_version_v2_6_to_2_7!(ruby_2_7_0); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] 690 | ruby_version_v2_6_to_2_7!(ruby_2_7_1); [INFO] [stderr] | --------------------------^^^^^^^^^^-- [INFO] [stderr] | | | [INFO] [stderr] | | could not find `ruby_2_7_1` in `bindings` [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_2_10` [INFO] [stderr] --> src/core/ruby_version.rs:655:28 [INFO] [stderr] | [INFO] [stderr] 655 | 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:663:28 [INFO] [stderr] | [INFO] [stderr] 663 | 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:664:28 [INFO] [stderr] | [INFO] [stderr] 664 | 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:669:28 [INFO] [stderr] | [INFO] [stderr] 669 | 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:670:28 [INFO] [stderr] | [INFO] [stderr] 670 | 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:671:28 [INFO] [stderr] | [INFO] [stderr] 671 | 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:672:28 [INFO] [stderr] | [INFO] [stderr] 672 | 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_4_8` [INFO] [stderr] --> src/core/ruby_version.rs:673:28 [INFO] [stderr] | [INFO] [stderr] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_4_8` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_4_9` [INFO] [stderr] --> src/core/ruby_version.rs:674:28 [INFO] [stderr] | [INFO] [stderr] 674 | ruby_version_v_2_3_to_2_4!(ruby_2_4_9); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_4_9` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_5_0` [INFO] [stderr] --> src/core/ruby_version.rs:675:22 [INFO] [stderr] | [INFO] [stderr] 675 | 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:676:22 [INFO] [stderr] | [INFO] [stderr] 676 | 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:677:22 [INFO] [stderr] | [INFO] [stderr] 677 | 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:678:22 [INFO] [stderr] | [INFO] [stderr] 678 | 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:679:22 [INFO] [stderr] | [INFO] [stderr] 679 | 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:680:22 [INFO] [stderr] | [INFO] [stderr] 680 | 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_5_7` [INFO] [stderr] --> src/core/ruby_version.rs:681:22 [INFO] [stderr] | [INFO] [stderr] 681 | ruby_version_v2_5_x!(ruby_2_5_7); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_5_7` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_6_0` [INFO] [stderr] --> src/core/ruby_version.rs:682:27 [INFO] [stderr] | [INFO] [stderr] 682 | ruby_version_v2_6_to_2_7!(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:683:27 [INFO] [stderr] | [INFO] [stderr] 683 | ruby_version_v2_6_to_2_7!(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:684:27 [INFO] [stderr] | [INFO] [stderr] 684 | ruby_version_v2_6_to_2_7!(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:685:27 [INFO] [stderr] | [INFO] [stderr] 685 | ruby_version_v2_6_to_2_7!(ruby_2_6_3); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_6_3` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_6_4` [INFO] [stderr] --> src/core/ruby_version.rs:686:27 [INFO] [stderr] | [INFO] [stderr] 686 | ruby_version_v2_6_to_2_7!(ruby_2_6_4); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_6_4` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_6_5` [INFO] [stderr] --> src/core/ruby_version.rs:687:27 [INFO] [stderr] | [INFO] [stderr] 687 | ruby_version_v2_6_to_2_7!(ruby_2_6_5); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_6_5` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_6_6` [INFO] [stderr] --> src/core/ruby_version.rs:688:27 [INFO] [stderr] | [INFO] [stderr] 688 | ruby_version_v2_6_to_2_7!(ruby_2_6_6); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_6_6` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `bindings::ruby_2_7_0` [INFO] [stderr] --> src/core/ruby_version.rs:689:27 [INFO] [stderr] | [INFO] [stderr] 689 | ruby_version_v2_6_to_2_7!(ruby_2_7_0); [INFO] [stderr] | ^^^^^^^^^^ could not find `ruby_2_7_0` in `bindings` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `bindings::ruby_2_7_1`, `std`, `std`, `std`, `std`, `std`, `std`, `std`, `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:690:27 [INFO] [stderr] | [INFO] [stderr] 54 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 85 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 104 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 124 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 669 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 670 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 671 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 672 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 674 | ruby_version_v_2_3_to_2_4!(ruby_2_4_9); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] 675 | ruby_version_v2_5_x!(ruby_2_5_0); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 676 | ruby_version_v2_5_x!(ruby_2_5_1); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 677 | ruby_version_v2_5_x!(ruby_2_5_3); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 678 | ruby_version_v2_5_x!(ruby_2_5_4); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 679 | ruby_version_v2_5_x!(ruby_2_5_5); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 680 | ruby_version_v2_5_x!(ruby_2_5_6); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 681 | ruby_version_v2_5_x!(ruby_2_5_7); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] 682 | ruby_version_v2_6_to_2_7!(ruby_2_6_0); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] 683 | ruby_version_v2_6_to_2_7!(ruby_2_6_1); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] 684 | ruby_version_v2_6_to_2_7!(ruby_2_6_2); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] 685 | ruby_version_v2_6_to_2_7!(ruby_2_6_3); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] 686 | ruby_version_v2_6_to_2_7!(ruby_2_6_4); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] 687 | ruby_version_v2_6_to_2_7!(ruby_2_6_5); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] 688 | ruby_version_v2_6_to_2_7!(ruby_2_6_6); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] 689 | ruby_version_v2_6_to_2_7!(ruby_2_7_0); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] 690 | ruby_version_v2_6_to_2_7!(ruby_2_7_1); [INFO] [stderr] | --------------------------^^^^^^^^^^-- [INFO] [stderr] | | | [INFO] [stderr] | | could not find `ruby_2_7_1` in `bindings` [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:71:30 [INFO] [stderr] | [INFO] [stderr] 71 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:185:34 [INFO] [stderr] | [INFO] [stderr] 185 | let iseq_struct: rb_iseq_struct = source.copy_struct(cfp.iseq as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::VALUE [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:317:30 [INFO] [stderr] | [INFO] [stderr] 317 | let rstring: RString = source.copy_struct(addr) [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::RString [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:615:38 [INFO] [stderr] | [INFO] [stderr] 615 | -> Result, MemoryCopyError> where T: ProcessMemory { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:624:111 [INFO] [stderr] | [INFO] [stderr] 624 | .copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:74:22 [INFO] [stderr] | [INFO] [stderr] 74 | get_pos!(rb_iseq_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:474:52 [INFO] [stderr] | [INFO] [stderr] 474 | 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_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:415:27 [INFO] [stderr] | [INFO] [stderr] 415 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:416:19 [INFO] [stderr] | [INFO] [stderr] 416 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:424:29 [INFO] [stderr] | [INFO] [stderr] 424 | let table: [iseq_line_info_entry; 1] = source.copy_struct(iseq_struct.line_info_table as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::iseq_line_info_entry [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:428:32 [INFO] [stderr] | [INFO] [stderr] 428 | let table: Vec = source.copy_vec(iseq_struct.line_info_table as usize, t_size as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::iseq_line_info_entry [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:551:27 [INFO] [stderr] | [INFO] [stderr] 551 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:552:19 [INFO] [stderr] | [INFO] [stderr] 552 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:245:33 [INFO] [stderr] | [INFO] [stderr] 245 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:249:38 [INFO] [stderr] | [INFO] [stderr] 249 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:269:45 [INFO] [stderr] | [INFO] [stderr] 269 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:185:34 [INFO] [stderr] | [INFO] [stderr] 185 | let iseq_struct: rb_iseq_struct = source.copy_struct(cfp.iseq as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::VALUE [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:317:30 [INFO] [stderr] | [INFO] [stderr] 317 | let rstring: RString = source.copy_struct(addr) [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::RString [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:615:38 [INFO] [stderr] | [INFO] [stderr] 615 | -> Result, MemoryCopyError> where T: ProcessMemory { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:624:111 [INFO] [stderr] | [INFO] [stderr] 624 | .copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:93:22 [INFO] [stderr] | [INFO] [stderr] 93 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:474:52 [INFO] [stderr] | [INFO] [stderr] 474 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:445:27 [INFO] [stderr] | [INFO] [stderr] 445 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:446:19 [INFO] [stderr] | [INFO] [stderr] 446 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:454:29 [INFO] [stderr] | [INFO] [stderr] 454 | let table: [iseq_line_info_entry; 1] = source.copy_struct(iseq_struct.line_info_table as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::iseq_line_info_entry [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:458:32 [INFO] [stderr] | [INFO] [stderr] 458 | let table: Vec = source.copy_vec(iseq_struct.line_info_table as usize, t_size as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::iseq_line_info_entry [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:27 [INFO] [stderr] | [INFO] [stderr] 567 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:568:19 [INFO] [stderr] | [INFO] [stderr] 568 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:23 [INFO] [stderr] | [INFO] [stderr] 571 | let body: rb_iseq_constant_body = source.copy_struct(iseq_struct.body as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:245:33 [INFO] [stderr] | [INFO] [stderr] 245 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:249:38 [INFO] [stderr] | [INFO] [stderr] 249 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:269:45 [INFO] [stderr] | [INFO] [stderr] 269 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:185:34 [INFO] [stderr] | [INFO] [stderr] 185 | let iseq_struct: rb_iseq_struct = source.copy_struct(cfp.iseq as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::VALUE [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:317:30 [INFO] [stderr] | [INFO] [stderr] 317 | let rstring: RString = source.copy_struct(addr) [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::RString [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:615:38 [INFO] [stderr] | [INFO] [stderr] 615 | -> Result, MemoryCopyError> where T: ProcessMemory { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:624:111 [INFO] [stderr] | [INFO] [stderr] 624 | .copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:93:22 [INFO] [stderr] | [INFO] [stderr] 93 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:474:52 [INFO] [stderr] | [INFO] [stderr] 474 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:445:27 [INFO] [stderr] | [INFO] [stderr] 445 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:446:19 [INFO] [stderr] | [INFO] [stderr] 446 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:454:29 [INFO] [stderr] | [INFO] [stderr] 454 | let table: [iseq_line_info_entry; 1] = source.copy_struct(iseq_struct.line_info_table as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::iseq_line_info_entry [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:458:32 [INFO] [stderr] | [INFO] [stderr] 458 | let table: Vec = source.copy_vec(iseq_struct.line_info_table as usize, t_size as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::iseq_line_info_entry [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:27 [INFO] [stderr] | [INFO] [stderr] 567 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:568:19 [INFO] [stderr] | [INFO] [stderr] 568 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:23 [INFO] [stderr] | [INFO] [stderr] 571 | let body: rb_iseq_constant_body = source.copy_struct(iseq_struct.body as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:245:33 [INFO] [stderr] | [INFO] [stderr] 245 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:249:38 [INFO] [stderr] | [INFO] [stderr] 249 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:269:45 [INFO] [stderr] | [INFO] [stderr] 269 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 669 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:185:34 [INFO] [stderr] | [INFO] [stderr] 185 | let iseq_struct: rb_iseq_struct = source.copy_struct(cfp.iseq as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 669 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] 669 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::VALUE [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] 669 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:317:30 [INFO] [stderr] | [INFO] [stderr] 317 | let rstring: RString = source.copy_struct(addr) [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 669 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::RString [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:615:38 [INFO] [stderr] | [INFO] [stderr] 615 | -> Result, MemoryCopyError> where T: ProcessMemory { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 669 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:624:111 [INFO] [stderr] | [INFO] [stderr] 624 | .copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 669 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:93:22 [INFO] [stderr] | [INFO] [stderr] 93 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 669 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:474:52 [INFO] [stderr] | [INFO] [stderr] 474 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 669 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:445:27 [INFO] [stderr] | [INFO] [stderr] 445 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 669 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:446:19 [INFO] [stderr] | [INFO] [stderr] 446 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 669 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:454:29 [INFO] [stderr] | [INFO] [stderr] 454 | let table: [iseq_line_info_entry; 1] = source.copy_struct(iseq_struct.line_info_table as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 669 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::iseq_line_info_entry [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:458:32 [INFO] [stderr] | [INFO] [stderr] 458 | let table: Vec = source.copy_vec(iseq_struct.line_info_table as usize, t_size as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 669 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::iseq_line_info_entry [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:27 [INFO] [stderr] | [INFO] [stderr] 567 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 669 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:568:19 [INFO] [stderr] | [INFO] [stderr] 568 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 669 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:23 [INFO] [stderr] | [INFO] [stderr] 571 | let body: rb_iseq_constant_body = source.copy_struct(iseq_struct.body as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 669 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:245:33 [INFO] [stderr] | [INFO] [stderr] 245 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 669 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:249:38 [INFO] [stderr] | [INFO] [stderr] 249 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 669 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:269:45 [INFO] [stderr] | [INFO] [stderr] 269 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 669 | ruby_version_v_2_3_to_2_4!(ruby_2_4_4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 670 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:185:34 [INFO] [stderr] | [INFO] [stderr] 185 | let iseq_struct: rb_iseq_struct = source.copy_struct(cfp.iseq as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 670 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] 670 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::VALUE [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] 670 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:317:30 [INFO] [stderr] | [INFO] [stderr] 317 | let rstring: RString = source.copy_struct(addr) [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 670 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::RString [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:615:38 [INFO] [stderr] | [INFO] [stderr] 615 | -> Result, MemoryCopyError> where T: ProcessMemory { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 670 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:624:111 [INFO] [stderr] | [INFO] [stderr] 624 | .copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 670 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:93:22 [INFO] [stderr] | [INFO] [stderr] 93 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 670 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:474:52 [INFO] [stderr] | [INFO] [stderr] 474 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 670 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:445:27 [INFO] [stderr] | [INFO] [stderr] 445 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 670 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:446:19 [INFO] [stderr] | [INFO] [stderr] 446 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 670 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:454:29 [INFO] [stderr] | [INFO] [stderr] 454 | let table: [iseq_line_info_entry; 1] = source.copy_struct(iseq_struct.line_info_table as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 670 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::iseq_line_info_entry [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:458:32 [INFO] [stderr] | [INFO] [stderr] 458 | let table: Vec = source.copy_vec(iseq_struct.line_info_table as usize, t_size as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 670 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::iseq_line_info_entry [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:27 [INFO] [stderr] | [INFO] [stderr] 567 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 670 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:568:19 [INFO] [stderr] | [INFO] [stderr] 568 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 670 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:23 [INFO] [stderr] | [INFO] [stderr] 571 | let body: rb_iseq_constant_body = source.copy_struct(iseq_struct.body as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 670 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:71:30 [INFO] [stderr] | [INFO] [stderr] 71 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:185:34 [INFO] [stderr] | [INFO] [stderr] 185 | let iseq_struct: rb_iseq_struct = source.copy_struct(cfp.iseq as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:245:33 [INFO] [stderr] | [INFO] [stderr] 245 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 670 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:249:38 [INFO] [stderr] | [INFO] [stderr] 249 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 670 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:269:45 [INFO] [stderr] | [INFO] [stderr] 269 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 670 | ruby_version_v_2_3_to_2_4!(ruby_2_4_5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 671 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::VALUE [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:185:34 [INFO] [stderr] | [INFO] [stderr] 185 | let iseq_struct: rb_iseq_struct = source.copy_struct(cfp.iseq as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 671 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:317:30 [INFO] [stderr] | [INFO] [stderr] 317 | let rstring: RString = source.copy_struct(addr) [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::RString [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:615:38 [INFO] [stderr] | [INFO] [stderr] 615 | -> Result, MemoryCopyError> where T: ProcessMemory { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] 671 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::VALUE [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:624:111 [INFO] [stderr] | [INFO] [stderr] 624 | .copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:74:22 [INFO] [stderr] | [INFO] [stderr] 74 | get_pos!(rb_iseq_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:474:52 [INFO] [stderr] | [INFO] [stderr] 474 | 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_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:415:27 [INFO] [stderr] | [INFO] [stderr] 415 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] 671 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:317:30 [INFO] [stderr] | [INFO] [stderr] 317 | let rstring: RString = source.copy_struct(addr) [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 671 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::RString [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:416:19 [INFO] [stderr] | [INFO] [stderr] 416 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:424:29 [INFO] [stderr] | [INFO] [stderr] 424 | let table: [iseq_line_info_entry; 1] = source.copy_struct(iseq_struct.line_info_table as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::iseq_line_info_entry [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:615:38 [INFO] [stderr] | [INFO] [stderr] 615 | -> Result, MemoryCopyError> where T: ProcessMemory { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 671 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:624:111 [INFO] [stderr] | [INFO] [stderr] 624 | .copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 671 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:428:32 [INFO] [stderr] | [INFO] [stderr] 428 | let table: Vec = source.copy_vec(iseq_struct.line_info_table as usize, t_size as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::iseq_line_info_entry [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:93:22 [INFO] [stderr] | [INFO] [stderr] 93 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 671 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:551:27 [INFO] [stderr] | [INFO] [stderr] 551 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:552:19 [INFO] [stderr] | [INFO] [stderr] 552 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:474:52 [INFO] [stderr] | [INFO] [stderr] 474 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 671 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:445:27 [INFO] [stderr] | [INFO] [stderr] 445 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 671 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:446:19 [INFO] [stderr] | [INFO] [stderr] 446 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 671 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:245:33 [INFO] [stderr] | [INFO] [stderr] 245 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:249:38 [INFO] [stderr] | [INFO] [stderr] 249 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:454:29 [INFO] [stderr] | [INFO] [stderr] 454 | let table: [iseq_line_info_entry; 1] = source.copy_struct(iseq_struct.line_info_table as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 671 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::iseq_line_info_entry [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:458:32 [INFO] [stderr] | [INFO] [stderr] 458 | let table: Vec = source.copy_vec(iseq_struct.line_info_table as usize, t_size as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 671 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::iseq_line_info_entry [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:269:45 [INFO] [stderr] | [INFO] [stderr] 269 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 655 | ruby_version_v_2_0_to_2_2!(ruby_2_2_10); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:27 [INFO] [stderr] | [INFO] [stderr] 567 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 671 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:185:34 [INFO] [stderr] | [INFO] [stderr] 185 | let iseq_struct: rb_iseq_struct = source.copy_struct(cfp.iseq as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:568:19 [INFO] [stderr] | [INFO] [stderr] 568 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 671 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:23 [INFO] [stderr] | [INFO] [stderr] 571 | let body: rb_iseq_constant_body = source.copy_struct(iseq_struct.body as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 671 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::VALUE [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:245:33 [INFO] [stderr] | [INFO] [stderr] 245 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 671 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:249:38 [INFO] [stderr] | [INFO] [stderr] 249 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 671 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:269:45 [INFO] [stderr] | [INFO] [stderr] 269 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 671 | ruby_version_v_2_3_to_2_4!(ruby_2_4_6); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:317:30 [INFO] [stderr] | [INFO] [stderr] 317 | let rstring: RString = source.copy_struct(addr) [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::RString [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 672 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:185:34 [INFO] [stderr] | [INFO] [stderr] 185 | let iseq_struct: rb_iseq_struct = source.copy_struct(cfp.iseq as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 672 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:615:38 [INFO] [stderr] | [INFO] [stderr] 615 | -> Result, MemoryCopyError> where T: ProcessMemory { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:624:111 [INFO] [stderr] | [INFO] [stderr] 624 | .copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:93:22 [INFO] [stderr] | [INFO] [stderr] 93 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] 672 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::VALUE [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:474:52 [INFO] [stderr] | [INFO] [stderr] 474 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:445:27 [INFO] [stderr] | [INFO] [stderr] 445 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] 672 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:446:19 [INFO] [stderr] | [INFO] [stderr] 446 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:317:30 [INFO] [stderr] | [INFO] [stderr] 317 | let rstring: RString = source.copy_struct(addr) [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 672 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::RString [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:615:38 [INFO] [stderr] | [INFO] [stderr] 615 | -> Result, MemoryCopyError> where T: ProcessMemory { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 672 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:454:29 [INFO] [stderr] | [INFO] [stderr] 454 | let table: [iseq_line_info_entry; 1] = source.copy_struct(iseq_struct.line_info_table as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::iseq_line_info_entry [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:624:111 [INFO] [stderr] | [INFO] [stderr] 624 | .copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 672 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:93:22 [INFO] [stderr] | [INFO] [stderr] 93 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 672 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:474:52 [INFO] [stderr] | [INFO] [stderr] 474 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 672 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:445:27 [INFO] [stderr] | [INFO] [stderr] 445 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 672 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:458:32 [INFO] [stderr] | [INFO] [stderr] 458 | let table: Vec = source.copy_vec(iseq_struct.line_info_table as usize, t_size as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::iseq_line_info_entry [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:27 [INFO] [stderr] | [INFO] [stderr] 567 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:446:19 [INFO] [stderr] | [INFO] [stderr] 446 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 672 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:454:29 [INFO] [stderr] | [INFO] [stderr] 454 | let table: [iseq_line_info_entry; 1] = source.copy_struct(iseq_struct.line_info_table as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 672 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::iseq_line_info_entry [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:458:32 [INFO] [stderr] | [INFO] [stderr] 458 | let table: Vec = source.copy_vec(iseq_struct.line_info_table as usize, t_size as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 672 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::iseq_line_info_entry [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:568:19 [INFO] [stderr] | [INFO] [stderr] 568 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:27 [INFO] [stderr] | [INFO] [stderr] 567 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 672 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:568:19 [INFO] [stderr] | [INFO] [stderr] 568 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 672 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:23 [INFO] [stderr] | [INFO] [stderr] 571 | let body: rb_iseq_constant_body = source.copy_struct(iseq_struct.body as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 672 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:23 [INFO] [stderr] | [INFO] [stderr] 571 | let body: rb_iseq_constant_body = source.copy_struct(iseq_struct.body as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:245:33 [INFO] [stderr] | [INFO] [stderr] 245 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:245:33 [INFO] [stderr] | [INFO] [stderr] 245 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 672 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:249:38 [INFO] [stderr] | [INFO] [stderr] 249 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 672 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:269:45 [INFO] [stderr] | [INFO] [stderr] 269 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 672 | ruby_version_v_2_3_to_2_4!(ruby_2_4_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:249:38 [INFO] [stderr] | [INFO] [stderr] 249 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:269:45 [INFO] [stderr] | [INFO] [stderr] 269 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 663 | ruby_version_v_2_3_to_2_4!(ruby_2_3_7); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:185:34 [INFO] [stderr] | [INFO] [stderr] 185 | let iseq_struct: rb_iseq_struct = source.copy_struct(cfp.iseq as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::VALUE [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:185:34 [INFO] [stderr] | [INFO] [stderr] 185 | let iseq_struct: rb_iseq_struct = source.copy_struct(cfp.iseq as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:317:30 [INFO] [stderr] | [INFO] [stderr] 317 | let rstring: RString = source.copy_struct(addr) [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::RString [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:615:38 [INFO] [stderr] | [INFO] [stderr] 615 | -> Result, MemoryCopyError> where T: ProcessMemory { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::VALUE [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:624:111 [INFO] [stderr] | [INFO] [stderr] 624 | .copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:93:22 [INFO] [stderr] | [INFO] [stderr] 93 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:474:52 [INFO] [stderr] | [INFO] [stderr] 474 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:445:27 [INFO] [stderr] | [INFO] [stderr] 445 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:317:30 [INFO] [stderr] | [INFO] [stderr] 317 | let rstring: RString = source.copy_struct(addr) [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::RString [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:446:19 [INFO] [stderr] | [INFO] [stderr] 446 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:454:29 [INFO] [stderr] | [INFO] [stderr] 454 | let table: [iseq_line_info_entry; 1] = source.copy_struct(iseq_struct.line_info_table as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::iseq_line_info_entry [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:458:32 [INFO] [stderr] | [INFO] [stderr] 458 | let table: Vec = source.copy_vec(iseq_struct.line_info_table as usize, t_size as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::iseq_line_info_entry [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:27 [INFO] [stderr] | [INFO] [stderr] 567 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:568:19 [INFO] [stderr] | [INFO] [stderr] 568 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:615:38 [INFO] [stderr] | [INFO] [stderr] 615 | -> Result, MemoryCopyError> where T: ProcessMemory { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:624:111 [INFO] [stderr] | [INFO] [stderr] 624 | .copy_vec(cfp_address, (stack_base as usize - cfp_address) as usize / std::mem::size_of::()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:571:23 [INFO] [stderr] | [INFO] [stderr] 571 | let body: rb_iseq_constant_body = source.copy_struct(iseq_struct.body as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:245:33 [INFO] [stderr] | [INFO] [stderr] 245 | fn stack_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:93:22 [INFO] [stderr] | [INFO] [stderr] 93 | get_pos!(rb_iseq_constant_body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:249:38 [INFO] [stderr] | [INFO] [stderr] 249 | fn stack_size_field(thread: &rb_thread_struct) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:269:45 [INFO] [stderr] | [INFO] [stderr] 269 | fn get_thread_id(thread_struct: &rb_thread_struct, _source: &T) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 673 | ruby_version_v_2_3_to_2_4!(ruby_2_4_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:474:52 [INFO] [stderr] | [INFO] [stderr] 474 | fn get_pos(iseq_struct: &$iseq_type, cfp: &rb_control_frame_t) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_thread_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | get_stack_trace!(rb_thread_struct); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 674 | ruby_version_v_2_3_to_2_4!(ruby_2_4_9); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_thread_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_thread_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_constant_body` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:445:27 [INFO] [stderr] | [INFO] [stderr] 445 | iseq_struct: &rb_iseq_constant_body, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_constant_body [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_constant_body [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:185:34 [INFO] [stderr] | [INFO] [stderr] 185 | let iseq_struct: rb_iseq_struct = source.copy_struct(cfp.iseq as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 674 | ruby_version_v_2_3_to_2_4!(ruby_2_4_9); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:446:19 [INFO] [stderr] | [INFO] [stderr] 446 | cfp: &rb_control_frame_t, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:454:29 [INFO] [stderr] | [INFO] [stderr] 454 | let table: [iseq_line_info_entry; 1] = source.copy_struct(iseq_struct.line_info_table as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::iseq_line_info_entry [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] 674 | ruby_version_v_2_3_to_2_4!(ruby_2_4_9); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::VALUE [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::VALUE [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `iseq_line_info_entry` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:458:32 [INFO] [stderr] | [INFO] [stderr] 458 | let table: Vec = source.copy_vec(iseq_struct.line_info_table as usize, t_size as usize) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::iseq_line_info_entry [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::iseq_line_info_entry [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] 674 | ruby_version_v_2_3_to_2_4!(ruby_2_4_9); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_control_frame_t [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_iseq_struct` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:567:27 [INFO] [stderr] | [INFO] [stderr] 567 | iseq_struct: &rb_iseq_struct, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 664 | ruby_version_v_2_3_to_2_4!(ruby_2_3_8); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::rb_iseq_struct [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::rb_iseq_struct [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RString` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:317:30 [INFO] [stderr] | [INFO] [stderr] 317 | let rstring: RString = source.copy_struct(addr) [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `String` [INFO] [stderr] ... [INFO] [stderr] 674 | ruby_version_v_2_3_to_2_4!(ruby_2_4_9); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_7::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_8::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_2_9::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_4::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_5::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_3_6::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_0::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_1::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_2::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_4_3::RString [INFO] [stderr] rbspy_ruby_structs::ruby_2_5_0_rc1::RString [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `rb_control_frame_t` in this scope [INFO] [stderr] --> src/core/ruby_version.rs:615:38 [INFO] [stderr] | [INFO] [stderr] 615 | -> Result, MemoryCopyError> where T: ProcessMemory { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 674 | ruby_version_v_2_3_to_2_4!(ruby_2_4_9); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_2_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_1_9_3_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_0_0_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_0::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_10::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_1::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_2::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_3::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_4::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_5::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_6::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_7::rb_control_frame_t [INFO] [stderr] rbspy_ruby_structs::ruby_2_1_8::rb_control_frame_t [WARN] too many lines in the log, truncating it