[INFO] fetching crate solana-reed-solomon-erasure 4.0.1-3... [INFO] testing solana-reed-solomon-erasure-4.0.1-3 against 1.44.0 for beta-1.45-1 [INFO] extracting crate solana-reed-solomon-erasure 4.0.1-3 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate solana-reed-solomon-erasure 4.0.1-3 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate solana-reed-solomon-erasure 4.0.1-3 [INFO] finished tweaking crates.io crate solana-reed-solomon-erasure 4.0.1-3 [INFO] tweaked toml for crates.io crate solana-reed-solomon-erasure 4.0.1-3 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8ebea78faa593860dde88f8631da1bfca9dee144e7499d90814955525d6907cd [INFO] running `"docker" "start" "-a" "8ebea78faa593860dde88f8631da1bfca9dee144e7499d90814955525d6907cd"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling solana-reed-solomon-erasure v4.0.1-3 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.50s [INFO] running `"docker" "inspect" "8ebea78faa593860dde88f8631da1bfca9dee144e7499d90814955525d6907cd"` [INFO] running `"docker" "rm" "-f" "8ebea78faa593860dde88f8631da1bfca9dee144e7499d90814955525d6907cd"` [INFO] [stdout] 8ebea78faa593860dde88f8631da1bfca9dee144e7499d90814955525d6907cd [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 32cb30907ead8e3a117ea855c105cfef89743b2f12d57e8d885f6d90c7a0d2cd [INFO] running `"docker" "start" "-a" "32cb30907ead8e3a117ea855c105cfef89743b2f12d57e8d885f6d90c7a0d2cd"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling quickcheck v0.9.2 [INFO] [stderr] Compiling solana-reed-solomon-erasure v4.0.1-3 (/opt/rustwide/workdir) [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/galois_8.rs:553:32 [INFO] [stderr] | [INFO] [stderr] 553 | for len in length_list.into_iter() { [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 27.16s [INFO] running `"docker" "inspect" "32cb30907ead8e3a117ea855c105cfef89743b2f12d57e8d885f6d90c7a0d2cd"` [INFO] running `"docker" "rm" "-f" "32cb30907ead8e3a117ea855c105cfef89743b2f12d57e8d885f6d90c7a0d2cd"` [INFO] [stdout] 32cb30907ead8e3a117ea855c105cfef89743b2f12d57e8d885f6d90c7a0d2cd [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6159d8f3ce226e843501cbcd8801a4771ee75443f45b97439ef7d11b24e8c68d [INFO] running `"docker" "start" "-a" "6159d8f3ce226e843501cbcd8801a4771ee75443f45b97439ef7d11b24e8c68d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/galois_8.rs:553:32 [INFO] [stderr] | [INFO] [stderr] 553 | for len in length_list.into_iter() { [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/solana_reed_solomon_erasure-d4160e97719dec05 [INFO] [stdout] [INFO] [stdout] running 105 tests [INFO] [stdout] test galois_16::tests::qc_additive_identity ... ok [INFO] [stdout] test errors::tests::test_error_to_string_is_okay ... ok [INFO] [stdout] test errors::tests::test_sbserror_display_does_not_panic ... ok [INFO] [stdout] test galois_16::tests::qc_add_commutativity ... ok [INFO] [stdout] test galois_16::tests::qc_add_associativity ... ok [INFO] [stdout] test errors::tests::test_error_display_does_not_panic ... ok [INFO] [stdout] test galois_16::tests::qc_exp_zero_is_one ... ok [INFO] [stdout] test errors::tests::test_sbserror_to_string_is_okay ... ok [INFO] [stdout] test galois_16::tests::qc_add_distributivity ... ok [INFO] [stdout] test galois_16::tests::qc_multiplicative_identity ... ok [INFO] [stdout] test galois_8::tests::qc_add_distributivity ... ok [INFO] [stdout] test galois_16::tests::qc_mul_associativity ... ok [INFO] [stdout] test galois_8::tests::qc_mul_associativity ... ok [INFO] [stdout] test galois_8::tests::qc_mul_commutativity ... ok [INFO] [stdout] test galois_8::tests::log_table_same_as_backblaze ... ok [INFO] [stdout] test galois_8::tests::qc_add_commutativity ... ok [INFO] [stdout] test galois_8::tests::qc_add_associativity ... ok [INFO] [stdout] test galois_8::tests::qc_multiplicative_identity ... ok [INFO] [stdout] test galois_8::tests::test_div_a_is_0 ... ok [INFO] [stdout] test galois_16::tests::zero_to_zero_is_one ... ok [INFO] [stdout] test galois_8::tests::qc_additive_identity ... ok [INFO] [stdout] test galois_16::tests::qc_inverse ... ok [INFO] [stdout] test galois_8::tests::test_identity ... ok [INFO] [stdout] test galois_8::tests::test_slice_add ... ok [INFO] [stdout] test galois_8::tests::test_galois ... ok [INFO] [stdout] test inversion_tree::tests::test_extended_inverted_matrix ... ok [INFO] [stdout] test galois_16::tests::qc_mul_commutativity ... ok [INFO] [stdout] test inversion_tree::tests::test_get_inverted_matrix ... ok [INFO] [stdout] test inversion_tree::tests::test_insert_inverted_matrix ... ok [INFO] [stdout] test inversion_tree::tests::test_new_inversion_tree ... ok [INFO] [stdout] test inversion_tree::tests::test_double_insert_inverted_matrix ... ok [INFO] [stdout] test matrix::tests::test_matrix_col_count ... ok [INFO] [stdout] test matrix::tests::test_matrix_identity ... ok [INFO] [stdout] test galois_16::tests::qc_exponent_1 ... ok [INFO] [stdout] test galois_8::tests::test_commutativity ... ok [INFO] [stdout] test matrix::tests::test_matrix_inverse_pass_cases ... ok [INFO] [stdout] test matrix::tests::test_matrix_multiply ... ok [INFO] [stdout] test matrix::tests::test_matrix_row_count ... ok [INFO] [stdout] test matrix::tests::test_matrix_swap_rows ... ok [INFO] [stdout] test galois_16::tests::qc_exponent_2 ... ok [INFO] [stdout] test galois_8::tests::test_exp ... ok [INFO] [stdout] test galois_16::tests::test_div_b_is_0 ... ok [INFO] [stdout] test galois_8::tests::test_div_b_is_0 ... ok [INFO] [stdout] test matrix::tests::test_incompatible_augment ... ok [INFO] [stdout] test matrix::tests::test_incompatible_multiply ... ok [INFO] [stdout] test matrix::tests::test_inconsistent_row_sizes ... ok [INFO] [stdout] test matrix::tests::test_matrix_inverse_non_square ... ok [INFO] [stdout] test matrix::tests::test_matrix_inverse_singular ... ok [INFO] [stdout] test tests::galois_16::correct_field_order_restriction ... ok [INFO] [stdout] test galois_8::tests::test_distributivity ... ok [INFO] [stdout] test inversion_tree::tests::qc_tree_same_as_hash_map ... ok [INFO] [stdout] test galois_8::tests::test_associativity ... ok [INFO] [stdout] test galois_8::tests::test_same_as_maybe_ffi ... ok [INFO] [stdout] test tests::galois_16::qc_encode_sep_same_as_encode ... test tests::galois_16::qc_encode_sep_same_as_encode has been running for over 60 seconds [INFO] [stdout] test tests::galois_16::qc_encode_sep_same_as_encode_shards ... test tests::galois_16::qc_encode_sep_same_as_encode_shards has been running for over 60 seconds [INFO] [stdout] test tests::galois_16::qc_encode_single_same_as_encode ... test tests::galois_16::qc_encode_single_same_as_encode has been running for over 60 seconds [INFO] [stdout] test tests::galois_16::qc_encode_single_same_as_encode_shards ... test tests::galois_16::qc_encode_single_same_as_encode_shards has been running for over 60 seconds [INFO] [stdout] test tests::galois_16::qc_encode_single_sep_same_as_encode ... test tests::galois_16::qc_encode_single_sep_same_as_encode has been running for over 60 seconds [INFO] [stdout] test tests::galois_16::qc_encode_single_sep_same_as_encode_shards ... test tests::galois_16::qc_encode_single_sep_same_as_encode_shards has been running for over 60 seconds [INFO] [stdout] test tests::galois_16::qc_encode_verify_reconstruct_verify_shards ... test tests::galois_16::qc_encode_verify_reconstruct_verify_shards has been running for over 60 seconds [INFO] [stdout] test tests::galois_16::qc_encode_verify_reconstruct_verify ... test tests::galois_16::qc_encode_verify_reconstruct_verify has been running for over 60 seconds [INFO] [stdout] test tests::galois_16::qc_verify ... test tests::galois_16::qc_verify has been running for over 60 seconds [INFO] [stdout] test tests::galois_16::qc_verify_shards ... test tests::galois_16::qc_verify_shards has been running for over 60 seconds [INFO] [stdout] test tests::qc_encode_sep_same_as_encode ... test tests::qc_encode_sep_same_as_encode has been running for over 60 seconds [INFO] [stdout] test tests::qc_encode_sep_same_as_encode_shards ... test tests::qc_encode_sep_same_as_encode_shards has been running for over 60 seconds [INFO] [stdout] test tests::qc_encode_single_same_as_encode ... test tests::qc_encode_single_same_as_encode has been running for over 60 seconds [INFO] [stdout] test tests::qc_encode_single_same_as_encode_shards ... test tests::qc_encode_single_same_as_encode_shards has been running for over 60 seconds [INFO] [stdout] test tests::qc_encode_single_same_as_encode ... ok [INFO] [stdout] test tests::qc_encode_sep_same_as_encode_shards ... ok [INFO] [stdout] test tests::qc_encode_sep_same_as_encode ... ok [INFO] [stdout] test tests::qc_encode_single_same_as_encode_shards ... ok [INFO] [stdout] test tests::qc_encode_single_sep_same_as_encode ... test tests::qc_encode_single_sep_same_as_encode has been running for over 60 seconds [INFO] [stdout] test tests::galois_16::qc_encode_single_same_as_encode_shards ... ok [INFO] [stdout] test tests::qc_encode_single_sep_same_as_encode_shards ... test tests::qc_encode_single_sep_same_as_encode_shards has been running for over 60 seconds [INFO] [stdout] test tests::qc_encode_verify_reconstruct_verify ... test tests::qc_encode_verify_reconstruct_verify has been running for over 60 seconds [INFO] [stdout] test tests::galois_16::qc_encode_sep_same_as_encode ... ok [INFO] [stdout] test tests::qc_encode_verify_reconstruct_verify_shards ... test tests::qc_encode_verify_reconstruct_verify_shards has been running for over 60 seconds [INFO] [stdout] test tests::galois_16::qc_encode_single_same_as_encode ... ok [INFO] [stdout] test tests::galois_16::qc_verify ... ok [INFO] [stdout] test tests::qc_encode_single_sep_same_as_encode ... ok [INFO] [stdout] test tests::galois_16::qc_verify_shards ... ok [INFO] [stdout] test tests::galois_16::qc_encode_sep_same_as_encode_shards ... ok [INFO] [stdout] test tests::qc_shardbyshard_encode_same_as_encode ... test tests::qc_shardbyshard_encode_same_as_encode has been running for over 60 seconds [INFO] [stdout] test tests::shardbyshard_encode_correctly ... ok [INFO] [stdout] test tests::shardbyshard_encode_correctly_more_rigorous ... ok [INFO] [stdout] test tests::shardbyshard_encode_error_handling ... ok [INFO] [stdout] test tests::shardbyshard_encode_sep_correctly ... ok [INFO] [stdout] test tests::shardbyshard_encode_sep_error_handling ... ok [INFO] [stdout] test tests::shardbyshard_encode_shard_error_handling ... ok [INFO] [stdout] test tests::shardbyshard_encode_shard_sep_error_handling ... ok [INFO] [stdout] test tests::test_check_slices_or_shards_size ... ok [INFO] [stdout] test tests::test_encode_sep ... ok [INFO] [stdout] test tests::test_encode_sep_error_handling ... ok [INFO] [stdout] test tests::test_encode_single_error_handling ... ok [INFO] [stdout] test tests::test_encode_single_sep ... ok [INFO] [stdout] test tests::test_encode_single_sep_error_handling ... ok [INFO] [stdout] test tests::galois_16::qc_encode_single_sep_same_as_encode_shards ... ok [INFO] [stdout] test tests::test_no_data_shards ... ok [INFO] [stdout] test tests::test_no_parity_shards ... ok [INFO] [stdout] test tests::test_one_encode ... ok [INFO] [stdout] test tests::test_reconstruct ... ok [INFO] [stdout] test tests::test_reconstruct_error_handling ... ok [INFO] [stdout] test tests::test_encoding ... ok [INFO] [stdout] test tests::test_reed_solomon_clone ... ok [INFO] [stdout] test tests::qc_shardbyshard_encode_same_as_encode_shards ... test tests::qc_shardbyshard_encode_same_as_encode_shards has been running for over 60 seconds [INFO] [stdout] test tests::qc_encode_single_sep_same_as_encode_shards ... ok [INFO] [stdout] test tests::test_slices_or_shards_count_check ... ok [INFO] [stdout] test tests::test_too_many_shards ... ok [INFO] [stdout] test tests::test_verify_shards_with_buffer_gives_correct_parity_shards ... ok [INFO] [stdout] test tests::test_verify_shards_with_buffer_incorrect_buffer_sizes ... ok [INFO] [stdout] test tests::test_verify_too_few_shards ... ok [INFO] [stdout] test tests::test_verify_with_buffer_gives_correct_parity_shards ... ok [INFO] [stdout] test tests::test_reconstruct_shards ... ok [INFO] [stdout] test tests::galois_16::qc_encode_single_sep_same_as_encode ... ok [INFO] [stdout] test tests::test_shard_count ... ok [INFO] [stdout] test tests::qc_shardbyshard_encode_sep_same_as_encode ... test tests::qc_shardbyshard_encode_sep_same_as_encode has been running for over 60 seconds [INFO] [stdout] test tests::galois_16::qc_encode_verify_reconstruct_verify ... ok [INFO] [stdout] test tests::qc_encode_verify_reconstruct_verify_shards ... ok [INFO] [stdout] test tests::qc_shardbyshard_encode_sep_same_as_encode_shards ... test tests::qc_shardbyshard_encode_sep_same_as_encode_shards has been running for over 60 seconds [INFO] [stdout] test tests::galois_16::qc_encode_verify_reconstruct_verify_shards ... ok [INFO] [stdout] test tests::qc_verify ... test tests::qc_verify has been running for over 60 seconds [INFO] [stdout] test tests::qc_verify_shards ... test tests::qc_verify_shards has been running for over 60 seconds [INFO] [stdout] test tests::qc_encode_verify_reconstruct_verify ... ok [INFO] [stdout] test tests::qc_shardbyshard_encode_sep_same_as_encode ... ok [INFO] [stdout] test tests::qc_shardbyshard_encode_same_as_encode ... ok [INFO] [stdout] test tests::qc_shardbyshard_encode_same_as_encode_shards ... ok [INFO] [stdout] test tests::qc_verify ... ok [INFO] [stdout] test tests::qc_shardbyshard_encode_sep_same_as_encode_shards ... ok [INFO] [stdout] test tests::qc_verify_shards ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 105 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests solana-reed-solomon-erasure [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test src/macros.rs - convert_2D_slices (line 47) ... FAILED [INFO] [stdout] test src/macros.rs - convert_2D_slices (line 75) ... FAILED [INFO] [stdout] test src/macros.rs - convert_2D_slices (line 61) ... FAILED [INFO] [stdout] test src/core.rs - core::ShardByShard (line 55) ... FAILED [INFO] [stdout] test src/macros.rs - shards (line 4) ... FAILED [INFO] [stdout] test src/macros.rs - convert_2D_slices (line 25) ... FAILED [INFO] [stdout] test src/macros.rs - convert_2D_slices (line 36) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/macros.rs - convert_2D_slices (line 47) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `reed_solomon_erasure` [INFO] [stdout] --> src/macros.rs:48:14 [INFO] [stdout] | [INFO] [stdout] 2 | #[macro_use] extern crate reed_solomon_erasure; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macros.rs - convert_2D_slices (line 75) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `reed_solomon_erasure` [INFO] [stdout] --> src/macros.rs:76:14 [INFO] [stdout] | [INFO] [stdout] 2 | #[macro_use] extern crate reed_solomon_erasure; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macros.rs - convert_2D_slices (line 61) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `reed_solomon_erasure` [INFO] [stdout] --> src/macros.rs:62:14 [INFO] [stdout] | [INFO] [stdout] 2 | #[macro_use] extern crate reed_solomon_erasure; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/core.rs - core::ShardByShard (line 55) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `reed_solomon_erasure` [INFO] [stdout] --> src/core.rs:56:14 [INFO] [stdout] | [INFO] [stdout] 2 | #[macro_use] extern crate reed_solomon_erasure; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macros.rs - shards (line 4) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `reed_solomon_erasure` [INFO] [stdout] --> src/macros.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 2 | #[macro_use] extern crate reed_solomon_erasure; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macros.rs - convert_2D_slices (line 25) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `reed_solomon_erasure` [INFO] [stdout] --> src/macros.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 2 | #[macro_use] extern crate reed_solomon_erasure; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macros.rs - convert_2D_slices (line 36) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `reed_solomon_erasure` [INFO] [stdout] --> src/macros.rs:37:14 [INFO] [stdout] | [INFO] [stdout] 2 | #[macro_use] extern crate reed_solomon_erasure; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/core.rs - core::ShardByShard (line 55) [INFO] [stdout] src/macros.rs - convert_2D_slices (line 25) [INFO] [stdout] src/macros.rs - convert_2D_slices (line 36) [INFO] [stdout] src/macros.rs - convert_2D_slices (line 47) [INFO] [stdout] src/macros.rs - convert_2D_slices (line 61) [INFO] [stdout] src/macros.rs - convert_2D_slices (line 75) [INFO] [stdout] src/macros.rs - shards (line 4) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "6159d8f3ce226e843501cbcd8801a4771ee75443f45b97439ef7d11b24e8c68d"` [INFO] running `"docker" "rm" "-f" "6159d8f3ce226e843501cbcd8801a4771ee75443f45b97439ef7d11b24e8c68d"` [INFO] [stdout] 6159d8f3ce226e843501cbcd8801a4771ee75443f45b97439ef7d11b24e8c68d