[INFO] updating cached repository chippers/gitsplode [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/chippers/gitsplode [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/chippers/gitsplode" "work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/chippers/gitsplode"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/chippers/gitsplode'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/chippers/gitsplode" "work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/chippers/gitsplode"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/chippers/gitsplode'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] dfd4af8f6a4467fd10b8df1a39f6ce4d1a80ed2f [INFO] sha for GitHub repo chippers/gitsplode: dfd4af8f6a4467fd10b8df1a39f6ce4d1a80ed2f [INFO] validating manifest of chippers/gitsplode on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of chippers/gitsplode on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing chippers/gitsplode [INFO] finished frobbing chippers/gitsplode [INFO] frobbed toml for chippers/gitsplode written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/chippers/gitsplode/Cargo.toml [INFO] started frobbing chippers/gitsplode [INFO] finished frobbing chippers/gitsplode [INFO] frobbed toml for chippers/gitsplode written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/chippers/gitsplode/Cargo.toml [INFO] crate chippers/gitsplode already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking chippers/gitsplode against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-2/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/chippers/gitsplode:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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" "+a850a426491e14186af2250549bf41256b5938d2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a67f516d301c1ee86125ff562c49c1e8cf2b071561835e359b08f3b7884c6105 [INFO] running `"docker" "start" "-a" "a67f516d301c1ee86125ff562c49c1e8cf2b071561835e359b08f3b7884c6105"` [INFO] [stderr] Compiling curl-sys v0.4.17 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Checking hashbrown v0.1.8 [INFO] [stderr] Checking radix_trie v0.1.4 [INFO] [stderr] Checking git2 v0.8.0 [INFO] [stderr] Checking gitsplode v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0412]: cannot find type `T` in this scope [INFO] [stderr] --> src/byte_trie/nodes.rs:115:17 [INFO] [stderr] | [INFO] [stderr] 115 | impl From> for Node4 { [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `T` in this scope [INFO] [stderr] --> src/byte_trie/nodes.rs:115:31 [INFO] [stderr] | [INFO] [stderr] 115 | impl From> for Node4 { [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `T` in this scope [INFO] [stderr] --> src/byte_trie/nodes.rs:116:26 [INFO] [stderr] | [INFO] [stderr] 116 | fn from(node2: Node2) -> Self { [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `T` in this scope [INFO] [stderr] --> src/byte_trie/nodes.rs:115:17 [INFO] [stderr] | [INFO] [stderr] 115 | impl From> for Node4 { [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `T` in this scope [INFO] [stderr] --> src/byte_trie/nodes.rs:115:31 [INFO] [stderr] | [INFO] [stderr] 115 | impl From> for Node4 { [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `T` in this scope [INFO] [stderr] --> src/byte_trie/nodes.rs:116:26 [INFO] [stderr] | [INFO] [stderr] 116 | fn from(node2: Node2) -> Self { [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0624]: associated constant `SIZE` is private [INFO] [stderr] --> src/byte_trie/node.rs:42:19 [INFO] [stderr] | [INFO] [stderr] 42 | 2 => Some(Node4::SIZE), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0624]: associated constant `SIZE` is private [INFO] [stderr] --> src/byte_trie/node.rs:43:19 [INFO] [stderr] | [INFO] [stderr] 43 | 4 => Some(Node8::SIZE), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0624]: associated constant `SIZE` is private [INFO] [stderr] --> src/byte_trie/node.rs:44:19 [INFO] [stderr] | [INFO] [stderr] 44 | 8 => Some(Node16::SIZE), [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0624]: associated constant `SIZE` is private [INFO] [stderr] --> src/byte_trie/node.rs:45:20 [INFO] [stderr] | [INFO] [stderr] 45 | 16 => Some(Node32::SIZE), [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0624]: associated constant `SIZE` is private [INFO] [stderr] --> src/byte_trie/node.rs:46:20 [INFO] [stderr] | [INFO] [stderr] 46 | 32 => Some(Node64::SIZE), [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0624]: associated constant `SIZE` is private [INFO] [stderr] --> src/byte_trie/node.rs:47:20 [INFO] [stderr] | [INFO] [stderr] 47 | 64 => Some(Node128::SIZE), [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0624]: associated constant `SIZE` is private [INFO] [stderr] --> src/byte_trie/node.rs:48:21 [INFO] [stderr] | [INFO] [stderr] 48 | 128 => Some(Node256::SIZE), [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: `[std::option::Option>; 64]` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/byte_trie/nodes.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | pub(crate) children: [Option>; $size], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `[std::option::Option>; 64]` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] ... [INFO] [stderr] 54 | / declare_node!( [INFO] [stderr] 55 | | Node64, [INFO] [stderr] 56 | | 64, [INFO] [stderr] 57 | | [ [INFO] [stderr] ... | [INFO] [stderr] 63 | | ] [INFO] [stderr] 64 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `[std::option::Option>; 64]` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&[std::option::Option>; 64]` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `[std::option::Option>; 128]` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/byte_trie/nodes.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | pub(crate) children: [Option>; $size], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `[std::option::Option>; 128]` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] ... [INFO] [stderr] 65 | / declare_node!( [INFO] [stderr] 66 | | Node128, [INFO] [stderr] 67 | | 128, [INFO] [stderr] 68 | | [ [INFO] [stderr] ... | [INFO] [stderr] 78 | | ] [INFO] [stderr] 79 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `[std::option::Option>; 128]` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&[std::option::Option>; 128]` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `[std::option::Option>; 256]` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/byte_trie/nodes.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | pub(crate) children: [Option>; $size], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `[std::option::Option>; 256]` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] ... [INFO] [stderr] 80 | / declare_node!( [INFO] [stderr] 81 | | Node256, [INFO] [stderr] 82 | | 256, [INFO] [stderr] 83 | | [ [INFO] [stderr] ... | [INFO] [stderr] 102 | | ] [INFO] [stderr] 103 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `[std::option::Option>; 256]` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&[std::option::Option>; 256]` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0624]: associated constant `SIZE` is private [INFO] [stderr] --> src/byte_trie/node.rs:42:19 [INFO] [stderr] | [INFO] [stderr] 42 | 2 => Some(Node4::SIZE), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0624]: associated constant `SIZE` is private [INFO] [stderr] --> src/byte_trie/node.rs:43:19 [INFO] [stderr] | [INFO] [stderr] 43 | 4 => Some(Node8::SIZE), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0624]: associated constant `SIZE` is private [INFO] [stderr] --> src/byte_trie/node.rs:44:19 [INFO] [stderr] | [INFO] [stderr] 44 | 8 => Some(Node16::SIZE), [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0624]: associated constant `SIZE` is private [INFO] [stderr] --> src/byte_trie/node.rs:45:20 [INFO] [stderr] | [INFO] [stderr] 45 | 16 => Some(Node32::SIZE), [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0624]: associated constant `SIZE` is private [INFO] [stderr] --> src/byte_trie/node.rs:46:20 [INFO] [stderr] | [INFO] [stderr] 46 | 32 => Some(Node64::SIZE), [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0624]: associated constant `SIZE` is private [INFO] [stderr] --> src/byte_trie/node.rs:47:20 [INFO] [stderr] | [INFO] [stderr] 47 | 64 => Some(Node128::SIZE), [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0624]: associated constant `SIZE` is private [INFO] [stderr] --> src/byte_trie/node.rs:48:21 [INFO] [stderr] | [INFO] [stderr] 48 | 128 => Some(Node256::SIZE), [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: `[std::option::Option>; 64]` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/byte_trie/nodes.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | pub(crate) children: [Option>; $size], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `[std::option::Option>; 64]` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] ... [INFO] [stderr] 54 | / declare_node!( [INFO] [stderr] 55 | | Node64, [INFO] [stderr] 56 | | 64, [INFO] [stderr] 57 | | [ [INFO] [stderr] ... | [INFO] [stderr] 63 | | ] [INFO] [stderr] 64 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `[std::option::Option>; 64]` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&[std::option::Option>; 64]` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `[std::option::Option>; 128]` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/byte_trie/nodes.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | pub(crate) children: [Option>; $size], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `[std::option::Option>; 128]` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] ... [INFO] [stderr] 65 | / declare_node!( [INFO] [stderr] 66 | | Node128, [INFO] [stderr] 67 | | 128, [INFO] [stderr] 68 | | [ [INFO] [stderr] ... | [INFO] [stderr] 78 | | ] [INFO] [stderr] 79 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `[std::option::Option>; 128]` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&[std::option::Option>; 128]` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `[std::option::Option>; 256]` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/byte_trie/nodes.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | pub(crate) children: [Option>; $size], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `[std::option::Option>; 256]` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] ... [INFO] [stderr] 80 | / declare_node!( [INFO] [stderr] 81 | | Node256, [INFO] [stderr] 82 | | 256, [INFO] [stderr] 83 | | [ [INFO] [stderr] ... | [INFO] [stderr] 102 | | ] [INFO] [stderr] 103 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `[std::option::Option>; 256]` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&[std::option::Option>; 256]` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0412, E0624. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `gitsplode`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0412, E0624. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `gitsplode`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a67f516d301c1ee86125ff562c49c1e8cf2b071561835e359b08f3b7884c6105"` [INFO] running `"docker" "rm" "-f" "a67f516d301c1ee86125ff562c49c1e8cf2b071561835e359b08f3b7884c6105"` [INFO] [stdout] a67f516d301c1ee86125ff562c49c1e8cf2b071561835e359b08f3b7884c6105