[INFO] fetching crate exist 0.1.2... [INFO] checking exist-0.1.2 against beta for pr-78714 [INFO] extracting crate exist 0.1.2 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate exist 0.1.2 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", 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] 71dbc0d083174f5834b6c203ba79c74df0b04c3543e97f61bf91461bd8630224 [INFO] running `Command { std: "docker" "start" "-a" "71dbc0d083174f5834b6c203ba79c74df0b04c3543e97f61bf91461bd8630224", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "71dbc0d083174f5834b6c203ba79c74df0b04c3543e97f61bf91461bd8630224", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71dbc0d083174f5834b6c203ba79c74df0b04c3543e97f61bf91461bd8630224", kill_on_drop: false }` [INFO] [stdout] 71dbc0d083174f5834b6c203ba79c74df0b04c3543e97f61bf91461bd8630224 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "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] 3880ce15f3d45021f5a378cd843c21fa9ebac29692b5d4a3422afb148e70712f [INFO] running `Command { std: "docker" "start" "-a" "3880ce15f3d45021f5a378cd843c21fa9ebac29692b5d4a3422afb148e70712f", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking half v1.6.0 [INFO] [stderr] Checking crypto-mac v0.7.0 [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" "3880ce15f3d45021f5a378cd843c21fa9ebac29692b5d4a3422afb148e70712f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3880ce15f3d45021f5a378cd843c21fa9ebac29692b5d4a3422afb148e70712f", kill_on_drop: false }` [INFO] [stdout] 3880ce15f3d45021f5a378cd843c21fa9ebac29692b5d4a3422afb148e70712f