[INFO] cloning repository chainaccelerator/gitGraphChain [INFO] running `"git" "clone" "--bare" "git://github.com/chainaccelerator/gitGraphChain.git" "work/cache/sources/gh/chainaccelerator/gitGraphChain"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/chainaccelerator/gitGraphChain'... [INFO] running `"git" "clone" "work/cache/sources/gh/chainaccelerator/gitGraphChain" "work/ex/pr-58899/sources/master#c0086b9e8972fef9fd4af24bae20d45021ed06c6/gh/chainaccelerator/gitGraphChain"` [INFO] [stderr] Cloning into 'work/ex/pr-58899/sources/master#c0086b9e8972fef9fd4af24bae20d45021ed06c6/gh/chainaccelerator/gitGraphChain'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/chainaccelerator/gitGraphChain" "work/ex/pr-58899/sources/try#290ac7b29f41ff9fa5232f9a1116ea71a3501063/gh/chainaccelerator/gitGraphChain"` [INFO] [stderr] Cloning into 'work/ex/pr-58899/sources/try#290ac7b29f41ff9fa5232f9a1116ea71a3501063/gh/chainaccelerator/gitGraphChain'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 830115e77fb8c812099307b807c4e74db02de4ac [INFO] sha for GitHub repo chainaccelerator/gitGraphChain: 830115e77fb8c812099307b807c4e74db02de4ac [INFO] validating manifest of chainaccelerator/gitGraphChain on toolchain master#c0086b9e8972fef9fd4af24bae20d45021ed06c6 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c0086b9e8972fef9fd4af24bae20d45021ed06c6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of chainaccelerator/gitGraphChain on toolchain try#290ac7b29f41ff9fa5232f9a1116ea71a3501063 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+290ac7b29f41ff9fa5232f9a1116ea71a3501063-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing chainaccelerator/gitGraphChain [INFO] finished frobbing chainaccelerator/gitGraphChain [INFO] frobbed toml for chainaccelerator/gitGraphChain written to work/ex/pr-58899/sources/master#c0086b9e8972fef9fd4af24bae20d45021ed06c6/gh/chainaccelerator/gitGraphChain/Cargo.toml [INFO] started frobbing chainaccelerator/gitGraphChain [INFO] finished frobbing chainaccelerator/gitGraphChain [INFO] frobbed toml for chainaccelerator/gitGraphChain written to work/ex/pr-58899/sources/try#290ac7b29f41ff9fa5232f9a1116ea71a3501063/gh/chainaccelerator/gitGraphChain/Cargo.toml [INFO] crate chainaccelerator/gitGraphChain has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c0086b9e8972fef9fd4af24bae20d45021ed06c6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+290ac7b29f41ff9fa5232f9a1116ea71a3501063-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking chainaccelerator/gitGraphChain against master#c0086b9e8972fef9fd4af24bae20d45021ed06c6 for pr-58899 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58899/worker-3/master#c0086b9e8972fef9fd4af24bae20d45021ed06c6:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58899/sources/master#c0086b9e8972fef9fd4af24bae20d45021ed06c6/gh/chainaccelerator/gitGraphChain:/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" "+c0086b9e8972fef9fd4af24bae20d45021ed06c6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] bda9e45f8bd286266d02065b137aec29919aa24d5ebaad537e78b1ada33d5e59 [INFO] running `"docker" "start" "-a" "bda9e45f8bd286266d02065b137aec29919aa24d5ebaad537e78b1ada33d5e59"` [INFO] [stderr] Checking block-buffer v0.7.0 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking gitGraphChain v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait `Log_tool` should have an upper camel case name [INFO] [stderr] --> src/main.rs:428:11 [INFO] [stderr] | [INFO] [stderr] 428 | pub trait Log_tool { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper camel case: `LogTool` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_camel_case_types)] on by default [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stderr] --> src/main.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | sender: Host, [INFO] [stderr] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: within `Host`, the trait `std::marker::Sized` is not implemented for `[u8]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required because it appears within the type `Host` [INFO] [stderr] = note: only the last field of a struct may have a dynamically sized type [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stderr] --> src/main.rs:63:5 [INFO] [stderr] | [INFO] [stderr] 63 | transactions: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: within `Transaction`, the trait `std::marker::Sized` is not implemented for `[u8]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required because it appears within the type `Transaction` [INFO] [stderr] = note: required by `std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stderr] --> src/main.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | current_transaction: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: within `Transaction`, the trait `std::marker::Sized` is not implemented for `[u8]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required because it appears within the type `Transaction` [INFO] [stderr] = note: required by `std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] warning: trait `Log_tool` should have an upper camel case name [INFO] [stderr] --> src/main.rs:428:11 [INFO] [stderr] | [INFO] [stderr] 428 | pub trait Log_tool { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper camel case: `LogTool` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_camel_case_types)] on by default [INFO] [stderr] [INFO] [stderr] error: Could not compile `gitGraphChain`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stderr] --> src/main.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | sender: Host, [INFO] [stderr] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: within `Host`, the trait `std::marker::Sized` is not implemented for `[u8]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required because it appears within the type `Host` [INFO] [stderr] = note: only the last field of a struct may have a dynamically sized type [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stderr] --> src/main.rs:63:5 [INFO] [stderr] | [INFO] [stderr] 63 | transactions: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: within `Transaction`, the trait `std::marker::Sized` is not implemented for `[u8]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required because it appears within the type `Transaction` [INFO] [stderr] = note: required by `std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stderr] --> src/main.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | current_transaction: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: within `Transaction`, the trait `std::marker::Sized` is not implemented for `[u8]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required because it appears within the type `Transaction` [INFO] [stderr] = note: required by `std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `gitGraphChain`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "bda9e45f8bd286266d02065b137aec29919aa24d5ebaad537e78b1ada33d5e59"` [INFO] running `"docker" "rm" "-f" "bda9e45f8bd286266d02065b137aec29919aa24d5ebaad537e78b1ada33d5e59"` [INFO] [stdout] bda9e45f8bd286266d02065b137aec29919aa24d5ebaad537e78b1ada33d5e59