[INFO] fetching crate exist 0.1.2... [INFO] checking exist-0.1.2 against try#b2f80f6008cdafc35b4472bd46afa16cc6b0cd63 for pr-79470 [INFO] extracting crate exist 0.1.2 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate exist 0.1.2 on toolchain b2f80f6008cdafc35b4472bd46afa16cc6b0cd63 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2f80f6008cdafc35b4472bd46afa16cc6b0cd63" "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-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2f80f6008cdafc35b4472bd46afa16cc6b0cd63" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2f80f6008cdafc35b4472bd46afa16cc6b0cd63" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+b2f80f6008cdafc35b4472bd46afa16cc6b0cd63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4151afd18d580064e6e2d1ae0d3516119871d0dff6e6fa394b74d9a77090381e [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" "4151afd18d580064e6e2d1ae0d3516119871d0dff6e6fa394b74d9a77090381e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4151afd18d580064e6e2d1ae0d3516119871d0dff6e6fa394b74d9a77090381e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4151afd18d580064e6e2d1ae0d3516119871d0dff6e6fa394b74d9a77090381e", kill_on_drop: false }` [INFO] [stdout] 4151afd18d580064e6e2d1ae0d3516119871d0dff6e6fa394b74d9a77090381e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+b2f80f6008cdafc35b4472bd46afa16cc6b0cd63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4f5d439d1c77933f74d04cfd35738503199560fc7b1ce0f2ac669d35a9960451 [INFO] running `Command { std: "docker" "start" "-a" "4f5d439d1c77933f74d04cfd35738503199560fc7b1ce0f2ac669d35a9960451", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling serde_json v1.0.60 [INFO] [stderr] Checking half v1.6.0 [INFO] [stderr] Checking crypto-mac v0.7.0 [INFO] [stderr] Compiling syn v1.0.54 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking blake2 v0.8.1 [INFO] [stderr] Checking bincode v1.3.1 [INFO] [stderr] Checking serde_cbor v0.9.0 [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" "4f5d439d1c77933f74d04cfd35738503199560fc7b1ce0f2ac669d35a9960451", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f5d439d1c77933f74d04cfd35738503199560fc7b1ce0f2ac669d35a9960451", kill_on_drop: false }` [INFO] [stdout] 4f5d439d1c77933f74d04cfd35738503199560fc7b1ce0f2ac669d35a9960451