[INFO] crate prost 0.5.0 is already in cache [INFO] extracting crate prost 0.5.0 into work/ex/pr-60039/sources/master#efe2f32a6b8217425f361ec7c206910c611c03ee/reg/prost/0.5.0 [INFO] extracting crate prost 0.5.0 into work/ex/pr-60039/sources/try#78b0bd8441ef961f6475e3d47fe3bca38cb83432/reg/prost/0.5.0 [INFO] validating manifest of prost-0.5.0 on toolchain master#efe2f32a6b8217425f361ec7c206910c611c03ee [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+efe2f32a6b8217425f361ec7c206910c611c03ee-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of prost-0.5.0 on toolchain try#78b0bd8441ef961f6475e3d47fe3bca38cb83432 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78b0bd8441ef961f6475e3d47fe3bca38cb83432-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing prost-0.5.0 [INFO] finished frobbing prost-0.5.0 [INFO] frobbed toml for prost-0.5.0 written to work/ex/pr-60039/sources/master#efe2f32a6b8217425f361ec7c206910c611c03ee/reg/prost/0.5.0/Cargo.toml [INFO] started frobbing prost-0.5.0 [INFO] finished frobbing prost-0.5.0 [INFO] frobbed toml for prost-0.5.0 written to work/ex/pr-60039/sources/try#78b0bd8441ef961f6475e3d47fe3bca38cb83432/reg/prost/0.5.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+efe2f32a6b8217425f361ec7c206910c611c03ee-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78b0bd8441ef961f6475e3d47fe3bca38cb83432-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+efe2f32a6b8217425f361ec7c206910c611c03ee-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78b0bd8441ef961f6475e3d47fe3bca38cb83432-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking prost-0.5.0 against master#efe2f32a6b8217425f361ec7c206910c611c03ee for pr-60039 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039/worker-2/master#efe2f32a6b8217425f361ec7c206910c611c03ee:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039/sources/master#efe2f32a6b8217425f361ec7c206910c611c03ee/reg/prost/0.5.0:/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" "+efe2f32a6b8217425f361ec7c206910c611c03ee-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 21c30898b8d439c6475b142c30598c5b1c877da52c66e5dcc3560db7b09e5bc0 [INFO] running `"docker" "start" "-a" "21c30898b8d439c6475b142c30598c5b1c877da52c66e5dcc3560db7b09e5bc0"` [INFO] [stderr] Checking protobuf v0.0.10 [INFO] [stderr] Checking env_logger v0.6.1 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Compiling prost-derive v0.5.0 [INFO] [stderr] error[E0532]: expected tuple struct/variant, found unit variant `RustType::Bool` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/protobuf-0.0.10/src/lib/codegen.rs:164:13 [INFO] [stderr] | [INFO] [stderr] 164 | RustType::Bool(..) => "false".to_string(), [INFO] [stderr] | ^^^^^^^^^^^^^^ not a tuple struct/variant [INFO] [stderr] help: possible better candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use reflect::accessor::RepeatedGet::Bool; [INFO] [stderr] | [INFO] [stderr] 1 | use reflect::accessor::SingularGet::Bool; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/protobuf-0.0.10/src/lib/paginate.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | fn paginate(self, page: usize) -> Paginate; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = help: consider adding a `where Self: std::marker::Sized` bound [INFO] [stderr] note: required by `paginate::Paginate` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/protobuf-0.0.10/src/lib/paginate.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14| struct Paginate { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors occurred: E0277, E0532. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `protobuf`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "21c30898b8d439c6475b142c30598c5b1c877da52c66e5dcc3560db7b09e5bc0"` [INFO] running `"docker" "rm" "-f" "21c30898b8d439c6475b142c30598c5b1c877da52c66e5dcc3560db7b09e5bc0"` [INFO] [stdout] 21c30898b8d439c6475b142c30598c5b1c877da52c66e5dcc3560db7b09e5bc0