[INFO] fetching crate somni-expr 0.2.0... [INFO] checking somni-expr-0.2.0 against try#b6bca0d7327839b5e3f7a7779947cb9113d08917+rustflags=-Zstrict-projection-item-bounds for 150662-leaf [INFO] extracting crate somni-expr 0.2.0 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate somni-expr 0.2.0 [INFO] finished tweaking crates.io crate somni-expr 0.2.0 [INFO] tweaked toml for crates.io crate somni-expr 0.2.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate somni-expr 0.2.0 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 somni-expr 0.2.0 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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] bdc6081f1c3fa3ffad3f81002638d5f957dd3ee3e46ef31da31a945757fa3c39 [INFO] running `Command { std: "docker" "start" "-a" "bdc6081f1c3fa3ffad3f81002638d5f957dd3ee3e46ef31da31a945757fa3c39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bdc6081f1c3fa3ffad3f81002638d5f957dd3ee3e46ef31da31a945757fa3c39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdc6081f1c3fa3ffad3f81002638d5f957dd3ee3e46ef31da31a945757fa3c39", kill_on_drop: false }` [INFO] [stdout] bdc6081f1c3fa3ffad3f81002638d5f957dd3ee3e46ef31da31a945757fa3c39 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] acd59480dc0c5b381435b818a0c97301ddedbe2eaaa4c8f95712d5b48cf1b436 [INFO] running `Command { std: "docker" "start" "-a" "acd59480dc0c5b381435b818a0c97301ddedbe2eaaa4c8f95712d5b48cf1b436", kill_on_drop: false }` [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling heapless v0.8.0 [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking somni-parser v0.2.0 [INFO] [stderr] Checking diff v0.1.13 [INFO] [stderr] Checking yansi v1.0.1 [INFO] [stderr] Checking somni-expr v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking hash32 v0.3.1 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stdout] error[E0271]: type mismatch resolving `::SignedInteger == i32` [INFO] [stdout] --> src/value.rs:362:25 [INFO] [stdout] | [INFO] [stdout] 362 | impl> LoadOwned for $type { [INFO] [stdout] | ^^^^^^^^^^^^^^ expected `i32`, found associated type [INFO] [stdout] | [INFO] [stdout] = note: expected type `i32` [INFO] [stdout] found associated type `::SignedInteger` [INFO] [stdout] note: required for `i32` to implement `LoadStore` [INFO] [stdout] --> src/value.rs:384:20 [INFO] [stdout] | [INFO] [stdout] 384 | ($type:ty) in [i32, i64, i128] => { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 395 | impl> LoadStore for $type { [INFO] [stdout] | -------------------- ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] = note: this error originates in the macro `inner` which comes from the expansion of the macro `for_each` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider constraining the associated type `::SignedInteger` to `i32` [INFO] [stdout] | [INFO] [stdout] 362 | impl> LoadOwned for $type { [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0271]: type mismatch resolving `::SignedInteger == i32` [INFO] [stdout] --> src/value.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | impl> LoadStore for $type { [INFO] [stdout] | ^^^^^^^^^^^^^^ expected `i32`, found associated type [INFO] [stdout] | [INFO] [stdout] = note: expected type `i32` [INFO] [stdout] found associated type `::SignedInteger` [INFO] [stdout] note: required for `i32` to implement `LoadStore` [INFO] [stdout] --> src/value.rs:384:20 [INFO] [stdout] | [INFO] [stdout] 384 | ($type:ty) in [i32, i64, i128] => { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 395 | impl> LoadStore for $type { [INFO] [stdout] | -------------------- ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] = note: this error originates in the macro `inner` which comes from the expansion of the macro `for_each` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider constraining the associated type `::SignedInteger` to `i32` [INFO] [stdout] | [INFO] [stdout] 372 | impl> LoadStore for $type { [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0271]: type mismatch resolving `::SignedInteger == i64` [INFO] [stdout] --> src/value.rs:362:25 [INFO] [stdout] | [INFO] [stdout] 362 | impl> LoadOwned for $type { [INFO] [stdout] | ^^^^^^^^^^^^^^ expected `i64`, found associated type [INFO] [stdout] | [INFO] [stdout] = note: expected type `i64` [INFO] [stdout] found associated type `::SignedInteger` [INFO] [stdout] note: required for `i64` to implement `LoadStore` [INFO] [stdout] --> src/value.rs:384:25 [INFO] [stdout] | [INFO] [stdout] 384 | ($type:ty) in [i32, i64, i128] => { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 395 | impl> LoadStore for $type { [INFO] [stdout] | -------------------- ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] = note: this error originates in the macro `inner` which comes from the expansion of the macro `for_each` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider constraining the associated type `::SignedInteger` to `i64` [INFO] [stdout] | [INFO] [stdout] 362 | impl> LoadOwned for $type { [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0271]: type mismatch resolving `::SignedInteger == i64` [INFO] [stdout] --> src/value.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | impl> LoadStore for $type { [INFO] [stdout] | ^^^^^^^^^^^^^^ expected `i64`, found associated type [INFO] [stdout] | [INFO] [stdout] = note: expected type `i64` [INFO] [stdout] found associated type `::SignedInteger` [INFO] [stdout] note: required for `i64` to implement `LoadStore` [INFO] [stdout] --> src/value.rs:384:25 [INFO] [stdout] | [INFO] [stdout] 384 | ($type:ty) in [i32, i64, i128] => { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 395 | impl> LoadStore for $type { [INFO] [stdout] | -------------------- ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] = note: this error originates in the macro `inner` which comes from the expansion of the macro `for_each` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider constraining the associated type `::SignedInteger` to `i64` [INFO] [stdout] | [INFO] [stdout] 372 | impl> LoadStore for $type { [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0271]: type mismatch resolving `::SignedInteger == i128` [INFO] [stdout] --> src/value.rs:362:25 [INFO] [stdout] | [INFO] [stdout] 362 | impl> LoadOwned for $type { [INFO] [stdout] | ^^^^^^^^^^^^^^ expected `i128`, found associated type [INFO] [stdout] | [INFO] [stdout] = note: expected type `i128` [INFO] [stdout] found associated type `::SignedInteger` [INFO] [stdout] note: required for `i128` to implement `LoadStore` [INFO] [stdout] --> src/value.rs:384:30 [INFO] [stdout] | [INFO] [stdout] 384 | ($type:ty) in [i32, i64, i128] => { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 395 | impl> LoadStore for $type { [INFO] [stdout] | -------------------- ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] = note: this error originates in the macro `inner` which comes from the expansion of the macro `for_each` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider constraining the associated type `::SignedInteger` to `i128` [INFO] [stdout] | [INFO] [stdout] 362 | impl> LoadOwned for $type { [INFO] [stdout] | ++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0271]: type mismatch resolving `::SignedInteger == i128` [INFO] [stdout] --> src/value.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | impl> LoadStore for $type { [INFO] [stdout] | ^^^^^^^^^^^^^^ expected `i128`, found associated type [INFO] [stdout] | [INFO] [stdout] = note: expected type `i128` [INFO] [stdout] found associated type `::SignedInteger` [INFO] [stdout] note: required for `i128` to implement `LoadStore` [INFO] [stdout] --> src/value.rs:384:30 [INFO] [stdout] | [INFO] [stdout] 384 | ($type:ty) in [i32, i64, i128] => { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 395 | impl> LoadStore for $type { [INFO] [stdout] | -------------------- ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] = note: this error originates in the macro `inner` which comes from the expansion of the macro `for_each` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider constraining the associated type `::SignedInteger` to `i128` [INFO] [stdout] | [INFO] [stdout] 372 | impl> LoadStore for $type { [INFO] [stdout] | ++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking pretty_assertions v1.4.1 [INFO] [stdout] For more information about this error, try `rustc --explain E0271`. [INFO] [stdout] [INFO] [stderr] error: could not compile `somni-expr` (lib) due to 6 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "acd59480dc0c5b381435b818a0c97301ddedbe2eaaa4c8f95712d5b48cf1b436", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acd59480dc0c5b381435b818a0c97301ddedbe2eaaa4c8f95712d5b48cf1b436", kill_on_drop: false }` [INFO] [stdout] acd59480dc0c5b381435b818a0c97301ddedbe2eaaa4c8f95712d5b48cf1b436