[INFO] fetching crate javoxide 0.3.1... [INFO] checking javoxide-0.3.1 against try#b6bca0d7327839b5e3f7a7779947cb9113d08917+rustflags=-Zstrict-projection-item-bounds for 150662-leaf [INFO] extracting crate javoxide 0.3.1 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate javoxide 0.3.1 [INFO] finished tweaking crates.io crate javoxide 0.3.1 [INFO] tweaked toml for crates.io crate javoxide 0.3.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate javoxide 0.3.1 on toolchain b6bca0d7327839b5e3f7a7779947cb9113d08917 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate javoxide 0.3.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 12e478aa73b34d75f65ba54bd262b81dfb42221f21082bd7d5c9c15b5fc9cbcd [INFO] running `Command { std: "docker" "start" "-a" "12e478aa73b34d75f65ba54bd262b81dfb42221f21082bd7d5c9c15b5fc9cbcd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "12e478aa73b34d75f65ba54bd262b81dfb42221f21082bd7d5c9c15b5fc9cbcd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12e478aa73b34d75f65ba54bd262b81dfb42221f21082bd7d5c9c15b5fc9cbcd", kill_on_drop: false }` [INFO] [stdout] 12e478aa73b34d75f65ba54bd262b81dfb42221f21082bd7d5c9c15b5fc9cbcd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Zstrict-projection-item-bounds" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2d6c313d809bde70a0cd7539617d1a835bf5d28a12cfde590abb318cd9f8340c [INFO] running `Command { std: "docker" "start" "-a" "2d6c313d809bde70a0cd7539617d1a835bf5d28a12cfde590abb318cd9f8340c", kill_on_drop: false }` [INFO] [stderr] Checking cesu8 v1.1.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking oorandom v11.1.5 [INFO] [stderr] Checking javoxide v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the size for values of type `T` cannot be known at compilation time [INFO] [stdout] --> src/type_system.rs:2723:1 [INFO] [stdout] | [INFO] [stdout] 2723 | assert_impl_all!(bool: PrimitiveType); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | doesn't have a size known at compile-time [INFO] [stdout] | this type parameter needs to be `Sized` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `PrimitiveType` [INFO] [stdout] --> src/type_system.rs:2425:5 [INFO] [stdout] | [INFO] [stdout] 2425 | / type Argument<'a> [INFO] [stdout] 2426 | | where [INFO] [stdout] 2427 | | Self: 'a; [INFO] [stdout] | |_________________^ required by this bound in `PrimitiveType` [INFO] [stdout] ... [INFO] [stdout] 2551 | pub trait PrimitiveType [INFO] [stdout] | ------------- required by a bound in this trait [INFO] [stdout] = note: this error originates in the macro `assert_impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/src/assert_impl.rs:117:35 [INFO] [stdout] | [INFO] [stdout] 117 - fn assert_impl_all() {} [INFO] [stdout] 117 + fn assert_impl_all() {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `T` cannot be known at compilation time [INFO] [stdout] --> src/type_system.rs:2724:1 [INFO] [stdout] | [INFO] [stdout] 2724 | assert_impl_all!(i16: PrimitiveType); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | doesn't have a size known at compile-time [INFO] [stdout] | this type parameter needs to be `Sized` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `PrimitiveType` [INFO] [stdout] --> src/type_system.rs:2425:5 [INFO] [stdout] | [INFO] [stdout] 2425 | / type Argument<'a> [INFO] [stdout] 2426 | | where [INFO] [stdout] 2427 | | Self: 'a; [INFO] [stdout] | |_________________^ required by this bound in `PrimitiveType` [INFO] [stdout] ... [INFO] [stdout] 2551 | pub trait PrimitiveType [INFO] [stdout] | ------------- required by a bound in this trait [INFO] [stdout] = note: this error originates in the macro `assert_impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/src/assert_impl.rs:117:35 [INFO] [stdout] | [INFO] [stdout] 117 - fn assert_impl_all() {} [INFO] [stdout] 117 + fn assert_impl_all() {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `type_system::NotNull<(dyn ArtifactId + 'static)>: FieldType` is not satisfied [INFO] [stdout] --> src/type_system.rs:3284:43 [INFO] [stdout] | [INFO] [stdout] 3284 | type Field_DEFAULT<'b>: Field<'j, Type = NotNull> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] help: the trait `type_system::Generic` is not implemented for `type_system::NotNull<(dyn ArtifactId + 'static)>` [INFO] [stdout] --> src/type_system.rs:1704:1 [INFO] [stdout] | [INFO] [stdout] 1704 | pub struct NotNull(PhantomData, Unreachable); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: the trait `type_system::Generic` is implemented for `type_system::NotNull` [INFO] [stdout] --> src/type_system.rs:2324:1 [INFO] [stdout] | [INFO] [stdout] 2324 | / unsafe impl Generic for NotNull [INFO] [stdout] 2325 | | where [INFO] [stdout] 2326 | | TG: TypedGeneric + ?Sized, [INFO] [stdout] | |______________________________^ [INFO] [stdout] note: required for `type_system::NotNull<(dyn ArtifactId + 'static)>` to implement `FieldType` [INFO] [stdout] --> src/type_system.rs:2726:9 [INFO] [stdout] | [INFO] [stdout] 2726 | impl FieldType for G [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] 2727 | where [INFO] [stdout] 2728 | G: Generic + ?Sized, [INFO] [stdout] | ------- unsatisfied trait bound introduced here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `T` cannot be known at compilation time [INFO] [stdout] --> src/type_system.rs:2723:1 [INFO] [stdout] | [INFO] [stdout] 2723 | assert_impl_all!(bool: PrimitiveType); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | doesn't have a size known at compile-time [INFO] [stdout] | this type parameter needs to be `Sized` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `PrimitiveType` [INFO] [stdout] --> src/type_system.rs:2425:5 [INFO] [stdout] | [INFO] [stdout] 2425 | / type Argument<'a> [INFO] [stdout] 2426 | | where [INFO] [stdout] 2427 | | Self: 'a; [INFO] [stdout] | |_________________^ required by this bound in `PrimitiveType` [INFO] [stdout] ... [INFO] [stdout] 2551 | pub trait PrimitiveType [INFO] [stdout] | ------------- required by a bound in this trait [INFO] [stdout] = note: this error originates in the macro `assert_impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/src/assert_impl.rs:117:35 [INFO] [stdout] | [INFO] [stdout] 117 - fn assert_impl_all() {} [INFO] [stdout] 117 + fn assert_impl_all() {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `T` cannot be known at compilation time [INFO] [stdout] --> src/type_system.rs:2724:1 [INFO] [stdout] | [INFO] [stdout] 2724 | assert_impl_all!(i16: PrimitiveType); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | doesn't have a size known at compile-time [INFO] [stdout] | this type parameter needs to be `Sized` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `PrimitiveType` [INFO] [stdout] --> src/type_system.rs:2425:5 [INFO] [stdout] | [INFO] [stdout] 2425 | / type Argument<'a> [INFO] [stdout] 2426 | | where [INFO] [stdout] 2427 | | Self: 'a; [INFO] [stdout] | |_________________^ required by this bound in `PrimitiveType` [INFO] [stdout] ... [INFO] [stdout] 2551 | pub trait PrimitiveType [INFO] [stdout] | ------------- required by a bound in this trait [INFO] [stdout] = note: this error originates in the macro `assert_impl_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/src/assert_impl.rs:117:35 [INFO] [stdout] | [INFO] [stdout] 117 - fn assert_impl_all() {} [INFO] [stdout] 117 + fn assert_impl_all() {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `type_system::NotNull<(dyn ArtifactId + 'static)>: FieldType` is not satisfied [INFO] [stdout] --> src/type_system.rs:3284:43 [INFO] [stdout] | [INFO] [stdout] 3284 | type Field_DEFAULT<'b>: Field<'j, Type = NotNull> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | [INFO] [stdout] help: the trait `type_system::Generic` is not implemented for `type_system::NotNull<(dyn ArtifactId + 'static)>` [INFO] [stdout] --> src/type_system.rs:1704:1 [INFO] [stdout] | [INFO] [stdout] 1704 | pub struct NotNull(PhantomData, Unreachable); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: the trait `type_system::Generic` is implemented for `type_system::NotNull` [INFO] [stdout] --> src/type_system.rs:2324:1 [INFO] [stdout] | [INFO] [stdout] 2324 | / unsafe impl Generic for NotNull [INFO] [stdout] 2325 | | where [INFO] [stdout] 2326 | | TG: TypedGeneric + ?Sized, [INFO] [stdout] | |______________________________^ [INFO] [stdout] note: required for `type_system::NotNull<(dyn ArtifactId + 'static)>` to implement `FieldType` [INFO] [stdout] --> src/type_system.rs:2726:9 [INFO] [stdout] | [INFO] [stdout] 2726 | impl FieldType for G [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] 2727 | where [INFO] [stdout] 2728 | G: Generic + ?Sized, [INFO] [stdout] | ------- unsatisfied trait bound introduced here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `javoxide` (lib) due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `javoxide` (lib test) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "2d6c313d809bde70a0cd7539617d1a835bf5d28a12cfde590abb318cd9f8340c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d6c313d809bde70a0cd7539617d1a835bf5d28a12cfde590abb318cd9f8340c", kill_on_drop: false }` [INFO] [stdout] 2d6c313d809bde70a0cd7539617d1a835bf5d28a12cfde590abb318cd9f8340c