[INFO] fetching crate exist 0.1.2... [INFO] checking exist-0.1.2 against master#4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 for pr-81174 [INFO] extracting crate exist 0.1.2 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate exist 0.1.2 on toolchain 4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate exist 0.1.2 [INFO] finished tweaking crates.io crate exist 0.1.2 [INFO] tweaked toml for crates.io crate exist 0.1.2 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f7a2aa314980f4cc3e60f5feb62d1930f700a29728fcf01261a5d03e64433f58 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f7a2aa314980f4cc3e60f5feb62d1930f700a29728fcf01261a5d03e64433f58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f7a2aa314980f4cc3e60f5feb62d1930f700a29728fcf01261a5d03e64433f58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7a2aa314980f4cc3e60f5feb62d1930f700a29728fcf01261a5d03e64433f58", kill_on_drop: false }` [INFO] [stdout] f7a2aa314980f4cc3e60f5feb62d1930f700a29728fcf01261a5d03e64433f58 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "-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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d52fc310f4eb61da787106ea94188b4759ea130bd79ab5ded550d5a4242b9f8b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d52fc310f4eb61da787106ea94188b4759ea130bd79ab5ded550d5a4242b9f8b", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Checking crypto-mac v0.7.0 [INFO] [stderr] Checking blake2 v0.8.1 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Checking serde_json v1.0.61 [INFO] [stderr] Checking serde_cbor v0.9.0 [INFO] [stderr] Checking bincode v1.3.1 [INFO] [stderr] Checking exist v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error: ambiguous associated item [INFO] [stdout] --> src/data_models/leaf_tree.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | fn visit>(&self, v: &mut V) { [INFO] [stdout] | ^^^^^^^^^^^ help: use fully-qualified syntax: ` as View>::Value` [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(ambiguous_associated_items)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #57644 [INFO] [stdout] note: `Value` could refer to the variant defined here [INFO] [stdout] --> src/data_models/leaf_tree.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | Value(V), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] note: `Value` could also refer to the associated type defined here [INFO] [stdout] --> src/data_models/mod.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | $(type $Items;)* [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/data_models/leaf_tree.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | Visitable!(View, Visitor, Value); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: ambiguous associated item [INFO] [stdout] --> src/data_models/leaf_tree.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | fn visit>(&self, v: &mut V) { [INFO] [stdout] | ^^^^^^^^^^^ help: use fully-qualified syntax: ` as View>::Value` [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(ambiguous_associated_items)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #57644 [INFO] [stdout] note: `Value` could refer to the variant defined here [INFO] [stdout] --> src/data_models/leaf_tree.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | Value(V), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] note: `Value` could also refer to the associated type defined here [INFO] [stdout] --> src/data_models/mod.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | $(type $Items;)* [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/data_models/leaf_tree.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | Visitable!(View, Visitor, Value); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `exist` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "d52fc310f4eb61da787106ea94188b4759ea130bd79ab5ded550d5a4242b9f8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d52fc310f4eb61da787106ea94188b4759ea130bd79ab5ded550d5a4242b9f8b", kill_on_drop: false }` [INFO] [stdout] d52fc310f4eb61da787106ea94188b4759ea130bd79ab5ded550d5a4242b9f8b