[INFO] cloning repository https://github.com/bovee/extendr_alloc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bovee/extendr_alloc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbovee%2Fextendr_alloc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbovee%2Fextendr_alloc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7e10b4a8086106491b3e08a132d188d76dae00a8 [INFO] testing bovee/extendr_alloc against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbovee%2Fextendr_alloc" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bovee/extendr_alloc on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bovee/extendr_alloc [INFO] finished tweaking git repo https://github.com/bovee/extendr_alloc [INFO] tweaked toml for git repo https://github.com/bovee/extendr_alloc written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/bovee/extendr_alloc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d45a09e296c1de6e102460d07aeaeee386f51559b68c3a77d20fba6532817d3c [INFO] running `Command { std: "docker" "start" "-a" "d45a09e296c1de6e102460d07aeaeee386f51559b68c3a77d20fba6532817d3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d45a09e296c1de6e102460d07aeaeee386f51559b68c3a77d20fba6532817d3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d45a09e296c1de6e102460d07aeaeee386f51559b68c3a77d20fba6532817d3c", kill_on_drop: false }` [INFO] [stdout] d45a09e296c1de6e102460d07aeaeee386f51559b68c3a77d20fba6532817d3c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 942e1f8f70984c6d19c1fe76ca7bf73641b95a6019ef98b225597f21b56c40ef [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "942e1f8f70984c6d19c1fe76ca7bf73641b95a6019ef98b225597f21b56c40ef", kill_on_drop: false }` [INFO] [stderr] Compiling libR-sys v0.2.2 [INFO] [stderr] Compiling syn v1.0.90 [INFO] [stderr] Compiling extendr-engine v0.2.0 (https://github.com/extendr/extendr/?rev=1d2e87ed49a3e0e5c1a1a2df58140b3f7824fb87#1d2e87ed) [INFO] [stderr] Compiling extendr-api v0.2.0 (https://github.com/extendr/extendr/?rev=1d2e87ed49a3e0e5c1a1a2df58140b3f7824fb87#1d2e87ed) [INFO] [stderr] Compiling paste v1.0.7 [INFO] [stderr] Compiling extendr-macros v0.2.0 (https://github.com/extendr/extendr/?rev=1d2e87ed49a3e0e5c1a1a2df58140b3f7824fb87#1d2e87ed) [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `R_altrep_class_t` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:504:29 [INFO] [stdout] | [INFO] [stdout] 504 | let class_ptr = R_altrep_class_t { ptr: class.get() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_new_altrep` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:505:24 [INFO] [stdout] | [INFO] [stdout] 505 | let sexp = R_new_altrep(class_ptr, state, R_NilValue); [INFO] [stdout] | ^^^^^^^^^^^^ help: a function with a similar name exists: `R_init_altrep` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/target/debug/build/libR-sys-33629584fd7a234f/out/bindings.rs:4532:5 [INFO] [stdout] | [INFO] [stdout] 4532 | pub fn R_init_altrep(); [INFO] [stdout] | ----------------------- similarly named function `R_init_altrep` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_make_altinteger_class` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:645:21 [INFO] [stdout] | [INFO] [stdout] 645 | R_make_altinteger_class(csname.as_ptr(), csbase.as_ptr(), std::ptr::null_mut()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_make_altreal_class` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:648:21 [INFO] [stdout] | [INFO] [stdout] 648 | R_make_altreal_class(csname.as_ptr(), csbase.as_ptr(), std::ptr::null_mut()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_make_altlogical_class` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:651:21 [INFO] [stdout] | [INFO] [stdout] 651 | R_make_altlogical_class(csname.as_ptr(), csbase.as_ptr(), std::ptr::null_mut()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_make_altraw_class` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:654:21 [INFO] [stdout] | [INFO] [stdout] 654 | R_make_altraw_class(csname.as_ptr(), csbase.as_ptr(), std::ptr::null_mut()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_make_altcomplex_class` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:657:21 [INFO] [stdout] | [INFO] [stdout] 657 | R_make_altcomplex_class(csname.as_ptr(), csbase.as_ptr(), std::ptr::null_mut()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_make_altstring_class` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:660:21 [INFO] [stdout] | [INFO] [stdout] 660 | R_make_altstring_class(csname.as_ptr(), csbase.as_ptr(), std::ptr::null_mut()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altrep_UnserializeEX_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:665:13 [INFO] [stdout] | [INFO] [stdout] 665 | R_set_altrep_UnserializeEX_method(class_ptr, Some(altrep_UnserializeEX::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altrep_Unserialize_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:666:13 [INFO] [stdout] | [INFO] [stdout] 666 | R_set_altrep_Unserialize_method(class_ptr, Some(altrep_Unserialize::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altrep_Serialized_state_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:667:13 [INFO] [stdout] | [INFO] [stdout] 667 | R_set_altrep_Serialized_state_method( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altrep_DuplicateEX_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:671:13 [INFO] [stdout] | [INFO] [stdout] 671 | R_set_altrep_DuplicateEX_method(class_ptr, Some(altrep_DuplicateEX::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altrep_Duplicate_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:672:13 [INFO] [stdout] | [INFO] [stdout] 672 | R_set_altrep_Duplicate_method(class_ptr, Some(altrep_Duplicate::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altrep_Coerce_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:673:13 [INFO] [stdout] | [INFO] [stdout] 673 | R_set_altrep_Coerce_method(class_ptr, Some(altrep_Coerce::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altrep_Inspect_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:674:13 [INFO] [stdout] | [INFO] [stdout] 674 | R_set_altrep_Inspect_method(class_ptr, Some(altrep_Inspect::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altrep_Length_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:675:13 [INFO] [stdout] | [INFO] [stdout] 675 | R_set_altrep_Length_method(class_ptr, Some(altrep_Length::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altvec_Dataptr_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:677:13 [INFO] [stdout] | [INFO] [stdout] 677 | R_set_altvec_Dataptr_method(class_ptr, Some(altvec_Dataptr::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altvec_Dataptr_or_null_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:678:13 [INFO] [stdout] | [INFO] [stdout] 678 | R_set_altvec_Dataptr_or_null_method( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altvec_Extract_subset_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:682:13 [INFO] [stdout] | [INFO] [stdout] 682 | R_set_altvec_Extract_subset_method(class_ptr, Some(altvec_Extract_subset::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `R_altrep_class_t` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:698:29 [INFO] [stdout] | [INFO] [stdout] 698 | let class_ptr = R_altrep_class_t { ptr: class.get() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altinteger_Elt_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:754:13 [INFO] [stdout] | [INFO] [stdout] 754 | R_set_altinteger_Elt_method(class_ptr, Some(altinteger_Elt::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altinteger_Get_region_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:755:13 [INFO] [stdout] | [INFO] [stdout] 755 | R_set_altinteger_Get_region_method(class_ptr, Some(altinteger_Get_region::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altinteger_Is_sorted_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:756:13 [INFO] [stdout] | [INFO] [stdout] 756 | R_set_altinteger_Is_sorted_method(class_ptr, Some(altinteger_Is_sorted::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altinteger_No_NA_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:757:13 [INFO] [stdout] | [INFO] [stdout] 757 | R_set_altinteger_No_NA_method(class_ptr, Some(altinteger_No_NA::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altinteger_Sum_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:758:13 [INFO] [stdout] | [INFO] [stdout] 758 | R_set_altinteger_Sum_method(class_ptr, Some(altinteger_Sum::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altinteger_Min_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:759:13 [INFO] [stdout] | [INFO] [stdout] 759 | R_set_altinteger_Min_method(class_ptr, Some(altinteger_Min::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altinteger_Max_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:760:13 [INFO] [stdout] | [INFO] [stdout] 760 | R_set_altinteger_Max_method(class_ptr, Some(altinteger_Max::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `R_altrep_class_t` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:776:29 [INFO] [stdout] | [INFO] [stdout] 776 | let class_ptr = R_altrep_class_t { ptr: class.get() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altreal_Elt_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:830:13 [INFO] [stdout] | [INFO] [stdout] 830 | R_set_altreal_Elt_method(class_ptr, Some(altreal_Elt::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altreal_Get_region_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:831:13 [INFO] [stdout] | [INFO] [stdout] 831 | R_set_altreal_Get_region_method(class_ptr, Some(altreal_Get_region::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altreal_Is_sorted_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:832:13 [INFO] [stdout] | [INFO] [stdout] 832 | R_set_altreal_Is_sorted_method(class_ptr, Some(altreal_Is_sorted::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altreal_No_NA_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:833:13 [INFO] [stdout] | [INFO] [stdout] 833 | R_set_altreal_No_NA_method(class_ptr, Some(altreal_No_NA::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altreal_Sum_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:834:13 [INFO] [stdout] | [INFO] [stdout] 834 | R_set_altreal_Sum_method(class_ptr, Some(altreal_Sum::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altreal_Min_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:835:13 [INFO] [stdout] | [INFO] [stdout] 835 | R_set_altreal_Min_method(class_ptr, Some(altreal_Min::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altreal_Max_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:836:13 [INFO] [stdout] | [INFO] [stdout] 836 | R_set_altreal_Max_method(class_ptr, Some(altreal_Max::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `R_altrep_class_t` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:851:29 [INFO] [stdout] | [INFO] [stdout] 851 | let class_ptr = R_altrep_class_t { ptr: class.get() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altlogical_Elt_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:893:13 [INFO] [stdout] | [INFO] [stdout] 893 | R_set_altlogical_Elt_method(class_ptr, Some(altlogical_Elt::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altlogical_Get_region_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:894:13 [INFO] [stdout] | [INFO] [stdout] 894 | R_set_altlogical_Get_region_method(class_ptr, Some(altlogical_Get_region::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altlogical_Is_sorted_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:895:13 [INFO] [stdout] | [INFO] [stdout] 895 | R_set_altlogical_Is_sorted_method(class_ptr, Some(altlogical_Is_sorted::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altlogical_No_NA_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:896:13 [INFO] [stdout] | [INFO] [stdout] 896 | R_set_altlogical_No_NA_method(class_ptr, Some(altlogical_No_NA::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altlogical_Sum_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:897:13 [INFO] [stdout] | [INFO] [stdout] 897 | R_set_altlogical_Sum_method(class_ptr, Some(altlogical_Sum::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `R_altrep_class_t` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:912:29 [INFO] [stdout] | [INFO] [stdout] 912 | let class_ptr = R_altrep_class_t { ptr: class.get() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altraw_Elt_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:931:13 [INFO] [stdout] | [INFO] [stdout] 931 | R_set_altraw_Elt_method(class_ptr, Some(altraw_Elt::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altraw_Get_region_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:932:13 [INFO] [stdout] | [INFO] [stdout] 932 | R_set_altraw_Get_region_method(class_ptr, Some(altraw_Get_region::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `R_altrep_class_t` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:947:29 [INFO] [stdout] | [INFO] [stdout] 947 | let class_ptr = R_altrep_class_t { ptr: class.get() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altcomplex_Elt_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:966:13 [INFO] [stdout] | [INFO] [stdout] 966 | R_set_altcomplex_Elt_method(class_ptr, Some(altcomplex_Elt::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altcomplex_Get_region_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:967:13 [INFO] [stdout] | [INFO] [stdout] 967 | R_set_altcomplex_Get_region_method(class_ptr, Some(altcomplex_Get_region::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `R_altrep_class_t` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:983:29 [INFO] [stdout] | [INFO] [stdout] 983 | let class_ptr = R_altrep_class_t { ptr: class.get() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altstring_Elt_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:1017:13 [INFO] [stdout] | [INFO] [stdout] 1017 | R_set_altstring_Elt_method(class_ptr, Some(altstring_Elt::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altstring_Set_elt_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:1018:13 [INFO] [stdout] | [INFO] [stdout] 1018 | R_set_altstring_Set_elt_method(class_ptr, Some(altstring_Set_elt::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altstring_Is_sorted_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:1019:13 [INFO] [stdout] | [INFO] [stdout] 1019 | R_set_altstring_Is_sorted_method(class_ptr, Some(altstring_Is_sorted::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `R_set_altstring_No_NA_method` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/extendr-569c02e1a164cdf5/1d2e87e/extendr-api/src/wrapper/altrep.rs:1020:13 [INFO] [stdout] | [INFO] [stdout] 1020 | R_set_altstring_No_NA_method(class_ptr, Some(altstring_No_NA::)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 52 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0422, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0422`. [INFO] [stdout] [INFO] [stderr] error: could not compile `extendr-api` due to 53 previous errors [INFO] running `Command { std: "docker" "inspect" "942e1f8f70984c6d19c1fe76ca7bf73641b95a6019ef98b225597f21b56c40ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "942e1f8f70984c6d19c1fe76ca7bf73641b95a6019ef98b225597f21b56c40ef", kill_on_drop: false }` [INFO] [stdout] 942e1f8f70984c6d19c1fe76ca7bf73641b95a6019ef98b225597f21b56c40ef