[INFO] fetching crate dtl 0.0.2... [INFO] checking dtl-0.0.2 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate dtl 0.0.2 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate dtl 0.0.2 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dtl 0.0.2 [INFO] finished tweaking crates.io crate dtl 0.0.2 [INFO] tweaked toml for crates.io crate dtl 0.0.2 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 14 packages to latest compatible versions [INFO] [stderr] Adding chrono v0.2.25 (latest: v0.4.38) [INFO] [stderr] Adding num v0.1.42 (latest: v0.4.3) [INFO] [stderr] Adding time v0.1.45 (latest: v0.3.36) [INFO] [stderr] Adding wasi v0.10.0+wasi-snapshot-preview1 (latest: v0.13.1+wasi-0.2.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d577f2028651cae7e24697cdf36c8492bcfacaabd31b499b73b3304362781bfe [INFO] running `Command { std: "docker" "start" "-a" "d577f2028651cae7e24697cdf36c8492bcfacaabd31b499b73b3304362781bfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d577f2028651cae7e24697cdf36c8492bcfacaabd31b499b73b3304362781bfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d577f2028651cae7e24697cdf36c8492bcfacaabd31b499b73b3304362781bfe", kill_on_drop: false }` [INFO] [stdout] d577f2028651cae7e24697cdf36c8492bcfacaabd31b499b73b3304362781bfe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab68af47b9bf9dad0fef718882265d94232c6bf41fb8502b7b86d21f09797ac0 [INFO] running `Command { std: "docker" "start" "-a" "ab68af47b9bf9dad0fef718882265d94232c6bf41fb8502b7b86d21f09797ac0", kill_on_drop: false }` [INFO] [stderr] Checking mopa v0.2.2 [INFO] [stderr] Checking dtl v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0275]: overflow evaluating the requirement `String: ValueClone` [INFO] [stdout] --> src/filter/default_filters/default.rs:6:16 [INFO] [stdout] | [INFO] [stdout] 6 | None => Some(Box::new(arg.to_string())), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required for `String` to implement `Value` [INFO] [stdout] --> src/value/mod.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | impl Value for T where T: mopa::Any + ValueAsStringByRef + ValueAsIterator + ValueAsObject + ValueAsBool+ ValueClone + Debug {} [INFO] [stdout] | ^^^^^ ^ ---------- unsatisfied trait bound introduced here [INFO] [stdout] = note: required for the cast from `Box` to `Box` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `String: ValueClone` [INFO] [stdout] --> src/filter/default_filters/default.rs:6:16 [INFO] [stdout] | [INFO] [stdout] 6 | None => Some(Box::new(arg.to_string())), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required for `String` to implement `Value` [INFO] [stdout] --> src/value/mod.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | impl Value for T where T: mopa::Any + ValueAsStringByRef + ValueAsIterator + ValueAsObject + ValueAsBool+ ValueClone + Debug {} [INFO] [stdout] | ^^^^^ ^ ---------- unsatisfied trait bound introduced here [INFO] [stdout] = note: required for the cast from `Box` to `Box` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `i32: ValueClone` [INFO] [stdout] --> src/filter/default_filters/add.rs:6:18 [INFO] [stdout] | [INFO] [stdout] 6 | match content.downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required for `i32` to implement `Value` [INFO] [stdout] --> src/value/mod.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | impl Value for T where T: mopa::Any + ValueAsStringByRef + ValueAsIterator + ValueAsObject + ValueAsBool+ ValueClone + Debug {} [INFO] [stdout] | ^^^^^ ^ ---------- unsatisfied trait bound introduced here [INFO] [stdout] note: required by a bound in `<(dyn Value + 'static)>::downcast_ref` [INFO] [stdout] --> src/value/mod.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | mopafy!(Value); [INFO] [stdout] | ^^^^^^^^^^^^^^ required by this bound in `::downcast_ref` [INFO] [stdout] = note: this error originates in the macro `mopafy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `i32: ValueClone` [INFO] [stdout] --> src/filter/default_filters/add.rs:6:18 [INFO] [stdout] | [INFO] [stdout] 6 | match content.downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required for `i32` to implement `Value` [INFO] [stdout] --> src/value/mod.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | impl Value for T where T: mopa::Any + ValueAsStringByRef + ValueAsIterator + ValueAsObject + ValueAsBool+ ValueClone + Debug {} [INFO] [stdout] | ^^^^^ ^ ---------- unsatisfied trait bound introduced here [INFO] [stdout] note: required by a bound in `<(dyn Value + 'static)>::downcast_ref` [INFO] [stdout] --> src/value/mod.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | mopafy!(Value); [INFO] [stdout] | ^^^^^^^^^^^^^^ required by this bound in `::downcast_ref` [INFO] [stdout] = note: this error originates in the macro `mopafy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `String: ValueClone` [INFO] [stdout] --> src/tags/include.rs:70:31 [INFO] [stdout] | [INFO] [stdout] 70 | ctx.set(name, Box::new(val.to_string())); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required for `String` to implement `Value` [INFO] [stdout] --> src/value/mod.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | impl Value for T where T: mopa::Any + ValueAsStringByRef + ValueAsIterator + ValueAsObject + ValueAsBool+ ValueClone + Debug {} [INFO] [stdout] | ^^^^^ ^ ---------- unsatisfied trait bound introduced here [INFO] [stdout] = note: required for the cast from `Box` to `Box<(dyn Value + 'static)>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `String: ValueClone` [INFO] [stdout] --> src/tags/include.rs:70:31 [INFO] [stdout] | [INFO] [stdout] 70 | ctx.set(name, Box::new(val.to_string())); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required for `String` to implement `Value` [INFO] [stdout] --> src/value/mod.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | impl Value for T where T: mopa::Any + ValueAsStringByRef + ValueAsIterator + ValueAsObject + ValueAsBool+ ValueClone + Debug {} [INFO] [stdout] | ^^^^^ ^ ---------- unsatisfied trait bound introduced here [INFO] [stdout] = note: required for the cast from `Box` to `Box<(dyn Value + 'static)>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0275`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0275`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dtl` (lib test) due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `dtl` (lib) due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "ab68af47b9bf9dad0fef718882265d94232c6bf41fb8502b7b86d21f09797ac0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab68af47b9bf9dad0fef718882265d94232c6bf41fb8502b7b86d21f09797ac0", kill_on_drop: false }` [INFO] [stdout] ab68af47b9bf9dad0fef718882265d94232c6bf41fb8502b7b86d21f09797ac0