[INFO] crate kul 0.1.2 is already in cache [INFO] extracting crate kul 0.1.2 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/kul/0.1.2 [INFO] extracting crate kul 0.1.2 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/kul/0.1.2 [INFO] validating manifest of kul-0.1.2 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of kul-0.1.2 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing kul-0.1.2 [INFO] finished frobbing kul-0.1.2 [INFO] frobbed toml for kul-0.1.2 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/kul/0.1.2/Cargo.toml [INFO] started frobbing kul-0.1.2 [INFO] finished frobbing kul-0.1.2 [INFO] frobbed toml for kul-0.1.2 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/kul/0.1.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking kul-0.1.2 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-2/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/kul/0.1.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3ca8fdc2425ce07d9a12deeb8ee8a06c3f07eef78d5e69042c79945c64d60033 [INFO] running `"docker" "start" "-a" "3ca8fdc2425ce07d9a12deeb8ee8a06c3f07eef78d5e69042c79945c64d60033"` [INFO] [stderr] Checking kul_core v0.1.2 [INFO] [stderr] Checking kul v0.1.2 (/opt/crater/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `kul_shared_tests` [INFO] [stderr] --> src/drop.rs:576:9 [INFO] [stderr] | [INFO] [stderr] 576 | use kul_shared_tests::utils::tree_shapes::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `kul_shared_tests` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `kul_shared_tests` [INFO] [stderr] --> src/datum.rs:123:9 [INFO] [stderr] | [INFO] [stderr] 123 | use kul_shared_tests::utils::tree_shapes::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `kul_shared_tests` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import [INFO] [stderr] --> src/datum.rs:262:13 [INFO] [stderr] | [INFO] [stderr] 262 | use kul_shared_tests::TestStrText; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `kul_shared_tests` [INFO] [stderr] --> tests/hashmap_bindings.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use kul_shared_tests::suites::test_suite0; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `kul_shared_tests` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `kul_shared_tests` [INFO] [stderr] --> tests/stream_strish_source.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | use kul_shared_tests::{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `kul_shared_tests` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `kul_shared_tests` [INFO] [stderr] --> tests/common_inmem.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use kul_shared_tests::suites::test_suite0; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `kul_shared_tests` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `kul_shared_tests` [INFO] [stderr] --> tests/box_alloc.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use kul_shared_tests::{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `kul_shared_tests` [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `kul_shared_tests` [INFO] [stderr] --> tests/stream_char_source.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use kul_shared_tests::{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `kul_shared_tests` [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `kul_shared_tests` [INFO] [stderr] --> tests/arc_alloc.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use kul_shared_tests::{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `kul_shared_tests` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `kul_shared_tests` [INFO] [stderr] --> tests/rc_alloc.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use kul_shared_tests::{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `kul_shared_tests` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `test_suite0` in this scope [INFO] [stderr] --> tests/common_inmem.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | test_suite0(p); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `kul_shared_tests::suites::test_suite0` [INFO] [stderr] --> tests/common_inmem.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use kul_shared_tests::suites::test_suite0; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `kul`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BasicTestOperatorBindings` [INFO] [stderr] --> tests/rc_alloc.rs:22:19 [INFO] [stderr] | [INFO] [stderr] 22 | bindings: BasicTestOperatorBindings::default(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `BasicTestOperatorBindings` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BasicTestOperatorBindings` in this scope [INFO] [stderr] --> tests/rc_alloc.rs:17:23 [INFO] [stderr] | [INFO] [stderr] 17 | BasicTestOperatorBindings> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `test_suite0` in this scope [INFO] [stderr] --> tests/rc_alloc.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | test_suite0(parser()); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused imports: `bindings::BasicTestOperatorBindings`, `suites::test_suite0` [INFO] [stderr] --> tests/rc_alloc.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | suites::test_suite0, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 9 | bindings::BasicTestOperatorBindings, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `kul`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BasicTestOperatorBindings` [INFO] [stderr] --> tests/stream_char_source.rs:30:19 [INFO] [stderr] | [INFO] [stderr] 30 | bindings: BasicTestOperatorBindings::default(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `BasicTestOperatorBindings` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BasicTestOperatorBindings` [INFO] [stderr] --> tests/box_alloc.rs:22:19 [INFO] [stderr] | [INFO] [stderr] 22 | bindings: BasicTestOperatorBindings::default(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `BasicTestOperatorBindings` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BasicTestOperatorBindings` [INFO] [stderr] --> tests/arc_alloc.rs:22:19 [INFO] [stderr] | [INFO] [stderr] 22 | bindings: BasicTestOperatorBindings::default(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `BasicTestOperatorBindings` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BasicTestOperatorBindings` [INFO] [stderr] --> tests/stream_strish_source.rs:35:19 [INFO] [stderr] | [INFO] [stderr] 35 | bindings: BasicTestOperatorBindings::default(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `BasicTestOperatorBindings` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BasicTestOperatorBindings` in this scope [INFO] [stderr] --> tests/stream_char_source.rs:24:40 [INFO] [stderr] | [INFO] [stderr] 24 | BasicTestOperatorBindings> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `test_suite0_with` in this scope [INFO] [stderr] --> tests/stream_char_source.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | test_suite0_with(parser(BoxDatumAllocator::>, ()>::default()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `test_suite0_with` in this scope [INFO] [stderr] --> tests/stream_char_source.rs:125:5 [INFO] [stderr] | [INFO] [stderr] 125 | test_suite0_with(parser(SliceDatumAllocator::new(&mut datum_array[..])), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused imports: `bindings::BasicTestOperatorBindings`, `suites::test_suite0_with` [INFO] [stderr] --> tests/stream_char_source.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | suites::test_suite0_with, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 18 | bindings::BasicTestOperatorBindings, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `kul::Text` [INFO] [stderr] --> tests/stream_char_source.rs:91:9 [INFO] [stderr] | [INFO] [stderr] 91 | use kul::Text; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `kul`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find function `test_suite0` in this scope [INFO] [stderr] --> tests/hashmap_bindings.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | test_suite0(parser::<_, CombErr>(SliceDatumAllocator::new(&mut datum_array[..]), [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `test_suite0` in this scope [INFO] [stderr] --> tests/hashmap_bindings.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | test_suite0(parser::<_, ()>(BoxDatumAllocator::>>>, ()> [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `test_suite0` in this scope [INFO] [stderr] --> tests/hashmap_bindings.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | test_suite0(parser::<_, u8>(RcDatumAllocator::>>, u64> [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `test_suite0` in this scope [INFO] [stderr] --> tests/hashmap_bindings.rs:74:5 [INFO] [stderr] | [INFO] [stderr] 74 | test_suite0(parser::<_, i64>(ArcDatumAllocator::>>, i8> [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `kul_shared_tests::suites::test_suite0` [INFO] [stderr] --> tests/hashmap_bindings.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use kul_shared_tests::suites::test_suite0; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BasicTestOperatorBindings` in this scope [INFO] [stderr] --> tests/box_alloc.rs:17:23 [INFO] [stderr] | [INFO] [stderr] 17 | BasicTestOperatorBindings> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `test_suite0` in this scope [INFO] [stderr] --> tests/box_alloc.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | test_suite0(parser()); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused imports: `bindings::BasicTestOperatorBindings`, `suites::test_suite0` [INFO] [stderr] --> tests/box_alloc.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | suites::test_suite0, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 9 | bindings::BasicTestOperatorBindings, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: Could not compile `kul`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `kul`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0412]: cannot find type `BasicTestOperatorBindings` in this scope [INFO] [stderr] --> tests/arc_alloc.rs:17:23 [INFO] [stderr] | [INFO] [stderr] 17 | BasicTestOperatorBindings> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `test_suite0` in this scope [INFO] [stderr] --> tests/arc_alloc.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | test_suite0(parser()); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused imports: `bindings::BasicTestOperatorBindings`, `suites::test_suite0` [INFO] [stderr] --> tests/arc_alloc.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | suites::test_suite0, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 9 | bindings::BasicTestOperatorBindings, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `kul`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0412]: cannot find type `BasicTestOperatorBindings` in this scope [INFO] [stderr] --> tests/stream_strish_source.rs:29:40 [INFO] [stderr] | [INFO] [stderr] 29 | BasicTestOperatorBindings> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `test_suite0_with` in this scope [INFO] [stderr] --> tests/stream_strish_source.rs:98:5 [INFO] [stderr] | [INFO] [stderr] 98 | test_suite0_with(parser(BoxDatumAllocator::>, ()> [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `test_suite0_with` in this scope [INFO] [stderr] --> tests/stream_strish_source.rs:151:5 [INFO] [stderr] | [INFO] [stderr] 151 | test_suite0_with( [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused imports: `bindings::BasicTestOperatorBindings`, `suites::test_suite0_with` [INFO] [stderr] --> tests/stream_strish_source.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | suites::test_suite0_with, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 23 | bindings::BasicTestOperatorBindings, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `kul`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find function `list_len` in this scope [INFO] [stderr] --> src/drop.rs:584:19 [INFO] [stderr] | [INFO] [stderr] 584 | let len = list_len(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/drop.rs:584:28 [INFO] [stderr] | [INFO] [stderr] 584 | let len = list_len(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_box_list` in this scope [INFO] [stderr] --> src/drop.rs:585:21 [INFO] [stderr] | [INFO] [stderr] 585 | let boxes = make_box_list(len); [INFO] [stderr] | ^^^^^^^^^^^^^ help: a function with a similar name exists: `deep_box_list` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `list_len` in this scope [INFO] [stderr] --> src/drop.rs:591:19 [INFO] [stderr] | [INFO] [stderr] 591 | let len = list_len(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/drop.rs:591:28 [INFO] [stderr] | [INFO] [stderr] 591 | let len = list_len(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_rc_list` in this scope [INFO] [stderr] --> src/drop.rs:592:19 [INFO] [stderr] | [INFO] [stderr] 592 | let rcs = make_rc_list(len); [INFO] [stderr] | ^^^^^^^^^^^^ help: a constant with a similar name exists: `deep_rc_list` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `list_len` in this scope [INFO] [stderr] --> src/drop.rs:598:19 [INFO] [stderr] | [INFO] [stderr] 598 | let len = list_len(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/drop.rs:598:28 [INFO] [stderr] | [INFO] [stderr] 598 | let len = list_len(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_arc_list` in this scope [INFO] [stderr] --> src/drop.rs:599:20 [INFO] [stderr] | [INFO] [stderr] 599 | let arcs = make_arc_list(len); [INFO] [stderr] | ^^^^^^^^^^^^^ help: a constant with a similar name exists: `deep_arc_list` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `nest_depth` in this scope [INFO] [stderr] --> src/drop.rs:605:21 [INFO] [stderr] | [INFO] [stderr] 605 | let depth = nest_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/drop.rs:605:32 [INFO] [stderr] | [INFO] [stderr] 605 | let depth = nest_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_box_nest` in this scope [INFO] [stderr] --> src/drop.rs:606:21 [INFO] [stderr] | [INFO] [stderr] 606 | let boxes = make_box_nest(depth); [INFO] [stderr] | ^^^^^^^^^^^^^ help: a function with a similar name exists: `deep_box_nest` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `nest_depth` in this scope [INFO] [stderr] --> src/drop.rs:612:21 [INFO] [stderr] | [INFO] [stderr] 612 | let depth = nest_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/drop.rs:612:32 [INFO] [stderr] | [INFO] [stderr] 612 | let depth = nest_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_rc_nest` in this scope [INFO] [stderr] --> src/drop.rs:613:19 [INFO] [stderr] | [INFO] [stderr] 613 | let rcs = make_rc_nest(depth); [INFO] [stderr] | ^^^^^^^^^^^^ help: a function with a similar name exists: `deep_rc_nest` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `nest_depth` in this scope [INFO] [stderr] --> src/drop.rs:619:21 [INFO] [stderr] | [INFO] [stderr] 619 | let depth = nest_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/drop.rs:619:32 [INFO] [stderr] | [INFO] [stderr] 619 | let depth = nest_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_arc_nest` in this scope [INFO] [stderr] --> src/drop.rs:620:20 [INFO] [stderr] | [INFO] [stderr] 620 | let arcs = make_arc_nest(depth); [INFO] [stderr] | ^^^^^^^^^^^^^ help: a function with a similar name exists: `deep_arc_nest` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `zigzag_depth` in this scope [INFO] [stderr] --> src/drop.rs:626:21 [INFO] [stderr] | [INFO] [stderr] 626 | let depth = zigzag_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/drop.rs:626:34 [INFO] [stderr] | [INFO] [stderr] 626 | let depth = zigzag_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_box_zigzag` in this scope [INFO] [stderr] --> src/drop.rs:627:21 [INFO] [stderr] | [INFO] [stderr] 627 | let boxes = make_box_zigzag(depth); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `deep_box_zigzag` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `zigzag_depth` in this scope [INFO] [stderr] --> src/drop.rs:633:21 [INFO] [stderr] | [INFO] [stderr] 633 | let depth = zigzag_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/drop.rs:633:34 [INFO] [stderr] | [INFO] [stderr] 633 | let depth = zigzag_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_rc_zigzag` in this scope [INFO] [stderr] --> src/drop.rs:634:19 [INFO] [stderr] | [INFO] [stderr] 634 | let rcs = make_rc_zigzag(depth); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a constant with a similar name exists: `deep_rc_zigzag` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `zigzag_depth` in this scope [INFO] [stderr] --> src/drop.rs:640:21 [INFO] [stderr] | [INFO] [stderr] 640 | let depth = zigzag_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/drop.rs:640:34 [INFO] [stderr] | [INFO] [stderr] 640 | let depth = zigzag_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_arc_zigzag` in this scope [INFO] [stderr] --> src/drop.rs:641:20 [INFO] [stderr] | [INFO] [stderr] 641 | let arcs = make_arc_zigzag(depth); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `deep_arc_zigzag` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fan_depth` in this scope [INFO] [stderr] --> src/drop.rs:653:21 [INFO] [stderr] | [INFO] [stderr] 653 | let depth = fan_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/drop.rs:653:31 [INFO] [stderr] | [INFO] [stderr] 653 | let depth = fan_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_box_fan` in this scope [INFO] [stderr] --> src/drop.rs:654:21 [INFO] [stderr] | [INFO] [stderr] 654 | let boxes = make_box_fan(depth); [INFO] [stderr] | ^^^^^^^^^^^^ help: a function with a similar name exists: `deep_box_fan` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fan_depth` in this scope [INFO] [stderr] --> src/drop.rs:660:21 [INFO] [stderr] | [INFO] [stderr] 660 | let depth = fan_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/drop.rs:660:31 [INFO] [stderr] | [INFO] [stderr] 660 | let depth = fan_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_rc_fan` in this scope [INFO] [stderr] --> src/drop.rs:661:19 [INFO] [stderr] | [INFO] [stderr] 661 | let rcs = make_rc_fan(depth); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fan_depth` in this scope [INFO] [stderr] --> src/drop.rs:667:21 [INFO] [stderr] | [INFO] [stderr] 667 | let depth = fan_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/drop.rs:667:31 [INFO] [stderr] | [INFO] [stderr] 667 | let depth = fan_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_arc_fan` in this scope [INFO] [stderr] --> src/drop.rs:668:20 [INFO] [stderr] | [INFO] [stderr] 668 | let arcs = make_arc_fan(depth); [INFO] [stderr] | ^^^^^^^^^^^^ help: a function with a similar name exists: `deep_arc_fan` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `vee_depths` in this scope [INFO] [stderr] --> src/drop.rs:684:9 [INFO] [stderr] | [INFO] [stderr] 684 | vee_depths(left_size, right_size) [INFO] [stderr] | ^^^^^^^^^^ help: a function with a similar name exists: `vee2r_depths` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/drop.rs:689:54 [INFO] [stderr] | [INFO] [stderr] 689 | let (left_depth, right_depth) = vee2r_depths(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_box_vee` in this scope [INFO] [stderr] --> src/drop.rs:690:21 [INFO] [stderr] | [INFO] [stderr] 690 | let boxes = make_box_vee(left_depth, right_depth); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/drop.rs:696:54 [INFO] [stderr] | [INFO] [stderr] 696 | let (left_depth, right_depth) = vee2r_depths(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_rc_vee` in this scope [INFO] [stderr] --> src/drop.rs:697:19 [INFO] [stderr] | [INFO] [stderr] 697 | let rcs = make_rc_vee(left_depth, right_depth); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/drop.rs:703:54 [INFO] [stderr] | [INFO] [stderr] 703 | let (left_depth, right_depth) = vee2r_depths(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_arc_vee` in this scope [INFO] [stderr] --> src/drop.rs:704:20 [INFO] [stderr] | [INFO] [stderr] 704 | let arcs = make_arc_vee(left_depth, right_depth); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `list_len` in this scope [INFO] [stderr] --> src/drop.rs:713:19 [INFO] [stderr] | [INFO] [stderr] 713 | let len = list_len(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/drop.rs:713:28 [INFO] [stderr] | [INFO] [stderr] 713 | let len = list_len(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_rc_weak_list` in this scope [INFO] [stderr] --> src/drop.rs:714:19 [INFO] [stderr] | [INFO] [stderr] 714 | let rcs = make_rc_weak_list(len); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `deep_rc_weak_list` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `list_len` in this scope [INFO] [stderr] --> src/drop.rs:720:19 [INFO] [stderr] | [INFO] [stderr] 720 | let len = list_len(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/drop.rs:720:28 [INFO] [stderr] | [INFO] [stderr] 720 | let len = list_len(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_arc_weak_list` in this scope [INFO] [stderr] --> src/drop.rs:721:20 [INFO] [stderr] | [INFO] [stderr] 721 | let arcs = make_arc_weak_list(len); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `deep_arc_weak_list` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `list_len` in this scope [INFO] [stderr] --> src/drop.rs:733:19 [INFO] [stderr] | [INFO] [stderr] 733 | let len = list_len(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/drop.rs:733:28 [INFO] [stderr] | [INFO] [stderr] 733 | let len = list_len(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_rc_multi_strong_list` in this scope [INFO] [stderr] --> src/drop.rs:736:35 [INFO] [stderr] | [INFO] [stderr] 736 | let (rcs, _strong_refs) = make_rc_multi_strong_list(len, strong_step); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `deep_rc_multi_strong_list` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `list_len` in this scope [INFO] [stderr] --> src/drop.rs:746:19 [INFO] [stderr] | [INFO] [stderr] 746 | let len = list_len(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/drop.rs:746:28 [INFO] [stderr] | [INFO] [stderr] 746 | let len = list_len(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_arc_multi_strong_list` in this scope [INFO] [stderr] --> src/drop.rs:749:36 [INFO] [stderr] | [INFO] [stderr] 749 | let (arcs, _strong_refs) = make_arc_multi_strong_list(len, strong_step); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `deep_arc_multi_strong_list` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `list_len` in this scope [INFO] [stderr] --> src/datum.rs:204:19 [INFO] [stderr] | [INFO] [stderr] 204 | let len = list_len(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/datum.rs:204:28 [INFO] [stderr] | [INFO] [stderr] 204 | let len = list_len(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_box_list` in this scope [INFO] [stderr] --> src/datum.rs:206:21 [INFO] [stderr] | [INFO] [stderr] 206 | let boxes = make_box_list(len); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_rc_list` in this scope [INFO] [stderr] --> src/datum.rs:209:19 [INFO] [stderr] | [INFO] [stderr] 209 | let rcs = make_rc_list(len); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_arc_list` in this scope [INFO] [stderr] --> src/datum.rs:212:20 [INFO] [stderr] | [INFO] [stderr] 212 | let arcs = make_arc_list(len); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `nest_depth` in this scope [INFO] [stderr] --> src/datum.rs:222:21 [INFO] [stderr] | [INFO] [stderr] 222 | let depth = nest_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/datum.rs:222:32 [INFO] [stderr] | [INFO] [stderr] 222 | let depth = nest_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_box_nest` in this scope [INFO] [stderr] --> src/datum.rs:224:21 [INFO] [stderr] | [INFO] [stderr] 224 | let boxes = make_box_nest(depth); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_rc_nest` in this scope [INFO] [stderr] --> src/datum.rs:227:19 [INFO] [stderr] | [INFO] [stderr] 227 | let rcs = make_rc_nest(depth); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_arc_nest` in this scope [INFO] [stderr] --> src/datum.rs:230:20 [INFO] [stderr] | [INFO] [stderr] 230 | let arcs = make_arc_nest(depth); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `zigzag_depth` in this scope [INFO] [stderr] --> src/datum.rs:240:21 [INFO] [stderr] | [INFO] [stderr] 240 | let depth = zigzag_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/datum.rs:240:34 [INFO] [stderr] | [INFO] [stderr] 240 | let depth = zigzag_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_box_zigzag` in this scope [INFO] [stderr] --> src/datum.rs:242:21 [INFO] [stderr] | [INFO] [stderr] 242 | let boxes = make_box_zigzag(depth); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_rc_zigzag` in this scope [INFO] [stderr] --> src/datum.rs:245:19 [INFO] [stderr] | [INFO] [stderr] 245 | let rcs = make_rc_zigzag(depth); [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_arc_zigzag` in this scope [INFO] [stderr] --> src/datum.rs:248:20 [INFO] [stderr] | [INFO] [stderr] 248 | let arcs = make_arc_zigzag(depth); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `TestStrText` in this scope [INFO] [stderr] --> src/datum.rs:264:58 [INFO] [stderr] | [INFO] [stderr] 264 | fn make_unusual_zigzag(depth: usize) -> DatumBox { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_zigzag` in this scope [INFO] [stderr] --> src/datum.rs:265:13 [INFO] [stderr] | [INFO] [stderr] 265 | make_zigzag(depth, &DatumBox::new, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `zigzag_depth` in this scope [INFO] [stderr] --> src/datum.rs:273:21 [INFO] [stderr] | [INFO] [stderr] 273 | let depth = zigzag_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/datum.rs:273:34 [INFO] [stderr] | [INFO] [stderr] 273 | let depth = zigzag_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fan_depth` in this scope [INFO] [stderr] --> src/datum.rs:282:21 [INFO] [stderr] | [INFO] [stderr] 282 | let depth = fan_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/datum.rs:282:31 [INFO] [stderr] | [INFO] [stderr] 282 | let depth = fan_depth(get_arg_tree_size()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_box_fan` in this scope [INFO] [stderr] --> src/datum.rs:284:21 [INFO] [stderr] | [INFO] [stderr] 284 | let boxes = make_box_fan(depth); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_rc_fan` in this scope [INFO] [stderr] --> src/datum.rs:287:19 [INFO] [stderr] | [INFO] [stderr] 287 | let rcs = make_rc_fan(depth); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_arc_fan` in this scope [INFO] [stderr] --> src/datum.rs:290:20 [INFO] [stderr] | [INFO] [stderr] 290 | let arcs = make_arc_fan(depth); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_arg_tree_size` in this scope [INFO] [stderr] --> src/datum.rs:300:25 [INFO] [stderr] | [INFO] [stderr] 300 | let half_size = get_arg_tree_size() / 2; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `vee_depths` in this scope [INFO] [stderr] --> src/datum.rs:301:41 [INFO] [stderr] | [INFO] [stderr] 301 | let (left_depth, right_depth) = vee_depths(half_size, half_size); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_box_vee` in this scope [INFO] [stderr] --> src/datum.rs:303:21 [INFO] [stderr] | [INFO] [stderr] 303 | let boxes = make_box_vee(left_depth, right_depth); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_rc_vee` in this scope [INFO] [stderr] --> src/datum.rs:306:19 [INFO] [stderr] | [INFO] [stderr] 306 | let rcs = make_rc_vee(left_depth, right_depth); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_arc_vee` in this scope [INFO] [stderr] --> src/datum.rs:309:20 [INFO] [stderr] | [INFO] [stderr] 309 | let arcs = make_arc_vee(left_depth, right_depth); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `kul_shared_tests::utils::tree_shapes::*` [INFO] [stderr] --> src/drop.rs:576:9 [INFO] [stderr] | [INFO] [stderr] 576 | use kul_shared_tests::utils::tree_shapes::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | unused, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] = note: `#[warn(unused_imports)]` implied by `#[warn(unused)]` [INFO] [stderr] [INFO] [stderr] warning: unused import: `kul_shared_tests::utils::tree_shapes::*` [INFO] [stderr] --> src/datum.rs:123:9 [INFO] [stderr] | [INFO] [stderr] 123 | use kul_shared_tests::utils::tree_shapes::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `kul_shared_tests::TestStrText` [INFO] [stderr] --> src/datum.rs:262:13 [INFO] [stderr] | [INFO] [stderr] 262 | use kul_shared_tests::TestStrText; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 87 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `kul`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3ca8fdc2425ce07d9a12deeb8ee8a06c3f07eef78d5e69042c79945c64d60033"` [INFO] running `"docker" "rm" "-f" "3ca8fdc2425ce07d9a12deeb8ee8a06c3f07eef78d5e69042c79945c64d60033"` [INFO] [stdout] 3ca8fdc2425ce07d9a12deeb8ee8a06c3f07eef78d5e69042c79945c64d60033