[INFO] fetching crate reflect 0.0.8... [INFO] building reflect-0.0.8 against try#8aaecdf5df68a6fbc126704e44d399ba2fe66bf2 for pr-94962 [INFO] extracting crate reflect 0.0.8 into /workspace/builds/worker-63/source [INFO] validating manifest of crates.io crate reflect 0.0.8 on toolchain 8aaecdf5df68a6fbc126704e44d399ba2fe66bf2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate reflect 0.0.8 [INFO] finished tweaking crates.io crate reflect 0.0.8 [INFO] tweaked toml for crates.io crate reflect 0.0.8 written to /workspace/builds/worker-63/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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:1ede1414886370302e694df474b9877c02906499f04c196936ce0973d30c5eaa" "/opt/rustwide/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d3cf963b9dc88e967c908d44534568d707c2516840d5873c8551ea745923decb [INFO] running `Command { std: "docker" "start" "-a" "d3cf963b9dc88e967c908d44534568d707c2516840d5873c8551ea745923decb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d3cf963b9dc88e967c908d44534568d707c2516840d5873c8551ea745923decb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3cf963b9dc88e967c908d44534568d707c2516840d5873c8551ea745923decb", kill_on_drop: false }` [INFO] [stdout] d3cf963b9dc88e967c908d44534568d707c2516840d5873c8551ea745923decb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1ede1414886370302e694df474b9877c02906499f04c196936ce0973d30c5eaa" "/opt/rustwide/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 02290584015ab18ff4503133dbbf34b15bf51b96b64a54d6bffb8fc93836e0f5 [INFO] running `Command { std: "docker" "start" "-a" "02290584015ab18ff4503133dbbf34b15bf51b96b64a54d6bffb8fc93836e0f5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.89 [INFO] [stderr] Compiling ref-cast v1.0.6 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling quote v1.0.16 [INFO] [stderr] Compiling ref-cast-impl v1.0.6 [INFO] [stderr] Compiling reflect-internal v0.0.8 [INFO] [stderr] Compiling reflect v0.0.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:153:16 [INFO] [stdout] | [INFO] [stdout] 153 | VALUES.with_borrow(|value_nodes| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:210:20 [INFO] [stdout] | [INFO] [stdout] 210 | VALUES.with_borrow(|values| match &values[v.0] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:225:43 [INFO] [stdout] | [INFO] [stdout] 225 | Invoke(invoke) => INVOKES.with_borrow(|invokes| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:232:51 [INFO] [stdout] | [INFO] [stdout] 232 | MacroInvocation(invoke) => MACROS.with_borrow(|macros| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:255:20 [INFO] [stdout] | [INFO] [stdout] 255 | VALUES.with_borrow(|values| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:268:16 [INFO] [stdout] | [INFO] [stdout] 268 | VALUES.with_borrow(|values| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:277:16 [INFO] [stdout] | [INFO] [stdout] 277 | VALUES.with_borrow(|values| match &values[v.0] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:314:50 [INFO] [stdout] | [INFO] [stdout] 314 | ValueNode::Invoke(invoke) => INVOKES.with_borrow(|invokes| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:350:58 [INFO] [stdout] | [INFO] [stdout] 350 | ValueNode::MacroInvocation(invoke) => MACROS.with_borrow(|macros| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:366:16 [INFO] [stdout] | [INFO] [stdout] 366 | VALUES.with_borrow(|values| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/node.rs:52:25 [INFO] [stdout] | [INFO] [stdout] 52 | INVOKES.with_borrow(|invokes| invokes[invoke_ref.0].function.sig.output.clone()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/node.rs:89:22 [INFO] [stdout] | [INFO] [stdout] 89 | .with_borrow(|invokes| invokes[invoke_ref.0].function.sig.output.0.get_name()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/node.rs:99:25 [INFO] [stdout] | [INFO] [stdout] 99 | INVOKES.with_borrow( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/node.rs:113:16 [INFO] [stdout] | [INFO] [stdout] 113 | VALUES.with_borrow(|values| values[self.0].get_type()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/node.rs:117:16 [INFO] [stdout] | [INFO] [stdout] 117 | VALUES.with_borrow(|values| values[self.0].get_type_name()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/node.rs:121:16 [INFO] [stdout] | [INFO] [stdout] 121 | VALUES.with_borrow(|values| values[self.0].is_unit_type()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/trait_inference.rs:958:17 [INFO] [stdout] | [INFO] [stdout] 958 | INVOKES.with_borrow(|invokes| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/trait_inference.rs:1084:24 [INFO] [stdout] | [INFO] [stdout] 1084 | VALUES.with_borrow(|values| values[self.values.end.unwrap().0 - 1].get_type()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/value.rs:171:16 [INFO] [stdout] | [INFO] [stdout] 171 | VALUES.with_borrow(|values| values[self.0].clone()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/wip.rs:82:51 [INFO] [stdout] | [INFO] [stdout] 82 | values: WipRange::new(ValueRef(VALUES.with_borrow(Vec::len))), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/wip.rs:83:54 [INFO] [stdout] | [INFO] [stdout] 83 | invokes: WipRange::new(InvokeRef(INVOKES.with_borrow(Vec::len))), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/wip.rs:84:57 [INFO] [stdout] | [INFO] [stdout] 84 | macros: WipRange::new(MacroInvokeRef(MACROS.with_borrow(Vec::len))), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/wip.rs:88:47 [INFO] [stdout] | [INFO] [stdout] 88 | wip.values.end = Some(ValueRef(VALUES.with_borrow(Vec::len))); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/wip.rs:89:50 [INFO] [stdout] | [INFO] [stdout] 89 | wip.invokes.end = Some(InvokeRef(INVOKES.with_borrow(Vec::len))); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/wip.rs:90:53 [INFO] [stdout] | [INFO] [stdout] 90 | wip.macros.end = Some(MacroInvokeRef(MACROS.with_borrow(Vec::len))); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.14s [INFO] running `Command { std: "docker" "inspect" "02290584015ab18ff4503133dbbf34b15bf51b96b64a54d6bffb8fc93836e0f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02290584015ab18ff4503133dbbf34b15bf51b96b64a54d6bffb8fc93836e0f5", kill_on_drop: false }` [INFO] [stdout] 02290584015ab18ff4503133dbbf34b15bf51b96b64a54d6bffb8fc93836e0f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1ede1414886370302e694df474b9877c02906499f04c196936ce0973d30c5eaa" "/opt/rustwide/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 85fe63533967e8ec79c2116f8261b896446376c4341d4f0c25a21fa0017f890d [INFO] running `Command { std: "docker" "start" "-a" "85fe63533967e8ec79c2116f8261b896446376c4341d4f0c25a21fa0017f890d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:153:16 [INFO] [stdout] | [INFO] [stdout] 153 | VALUES.with_borrow(|value_nodes| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:210:20 [INFO] [stdout] | [INFO] [stdout] 210 | VALUES.with_borrow(|values| match &values[v.0] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:225:43 [INFO] [stdout] | [INFO] [stdout] 225 | Invoke(invoke) => INVOKES.with_borrow(|invokes| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:232:51 [INFO] [stdout] | [INFO] [stdout] 232 | MacroInvocation(invoke) => MACROS.with_borrow(|macros| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:255:20 [INFO] [stdout] | [INFO] [stdout] 255 | VALUES.with_borrow(|values| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:268:16 [INFO] [stdout] | [INFO] [stdout] 268 | VALUES.with_borrow(|values| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:277:16 [INFO] [stdout] | [INFO] [stdout] 277 | VALUES.with_borrow(|values| match &values[v.0] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:314:50 [INFO] [stdout] | [INFO] [stdout] 314 | ValueNode::Invoke(invoke) => INVOKES.with_borrow(|invokes| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:350:58 [INFO] [stdout] | [INFO] [stdout] 350 | ValueNode::MacroInvocation(invoke) => MACROS.with_borrow(|macros| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:366:16 [INFO] [stdout] | [INFO] [stdout] 366 | VALUES.with_borrow(|values| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/node.rs:52:25 [INFO] [stdout] | [INFO] [stdout] 52 | INVOKES.with_borrow(|invokes| invokes[invoke_ref.0].function.sig.output.clone()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/node.rs:89:22 [INFO] [stdout] | [INFO] [stdout] 89 | .with_borrow(|invokes| invokes[invoke_ref.0].function.sig.output.0.get_name()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/node.rs:99:25 [INFO] [stdout] | [INFO] [stdout] 99 | INVOKES.with_borrow( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/node.rs:113:16 [INFO] [stdout] | [INFO] [stdout] 113 | VALUES.with_borrow(|values| values[self.0].get_type()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/node.rs:117:16 [INFO] [stdout] | [INFO] [stdout] 117 | VALUES.with_borrow(|values| values[self.0].get_type_name()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/node.rs:121:16 [INFO] [stdout] | [INFO] [stdout] 121 | VALUES.with_borrow(|values| values[self.0].is_unit_type()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/trait_inference.rs:958:17 [INFO] [stdout] | [INFO] [stdout] 958 | INVOKES.with_borrow(|invokes| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/trait_inference.rs:1084:24 [INFO] [stdout] | [INFO] [stdout] 1084 | VALUES.with_borrow(|values| values[self.values.end.unwrap().0 - 1].get_type()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/value.rs:171:16 [INFO] [stdout] | [INFO] [stdout] 171 | VALUES.with_borrow(|values| values[self.0].clone()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/wip.rs:82:51 [INFO] [stdout] | [INFO] [stdout] 82 | values: WipRange::new(ValueRef(VALUES.with_borrow(Vec::len))), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/wip.rs:83:54 [INFO] [stdout] | [INFO] [stdout] 83 | invokes: WipRange::new(InvokeRef(INVOKES.with_borrow(Vec::len))), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/wip.rs:84:57 [INFO] [stdout] | [INFO] [stdout] 84 | macros: WipRange::new(MacroInvokeRef(MACROS.with_borrow(Vec::len))), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/wip.rs:88:47 [INFO] [stdout] | [INFO] [stdout] 88 | wip.values.end = Some(ValueRef(VALUES.with_borrow(Vec::len))); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/wip.rs:89:50 [INFO] [stdout] | [INFO] [stdout] 89 | wip.invokes.end = Some(InvokeRef(INVOKES.with_borrow(Vec::len))); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/wip.rs:90:53 [INFO] [stdout] | [INFO] [stdout] 90 | wip.macros.end = Some(MacroInvokeRef(MACROS.with_borrow(Vec::len))); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling reflect v0.0.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:153:16 [INFO] [stdout] | [INFO] [stdout] 153 | VALUES.with_borrow(|value_nodes| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:210:20 [INFO] [stdout] | [INFO] [stdout] 210 | VALUES.with_borrow(|values| match &values[v.0] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:225:43 [INFO] [stdout] | [INFO] [stdout] 225 | Invoke(invoke) => INVOKES.with_borrow(|invokes| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:232:51 [INFO] [stdout] | [INFO] [stdout] 232 | MacroInvocation(invoke) => MACROS.with_borrow(|macros| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:255:20 [INFO] [stdout] | [INFO] [stdout] 255 | VALUES.with_borrow(|values| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:268:16 [INFO] [stdout] | [INFO] [stdout] 268 | VALUES.with_borrow(|values| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:277:16 [INFO] [stdout] | [INFO] [stdout] 277 | VALUES.with_borrow(|values| match &values[v.0] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:314:50 [INFO] [stdout] | [INFO] [stdout] 314 | ValueNode::Invoke(invoke) => INVOKES.with_borrow(|invokes| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:350:58 [INFO] [stdout] | [INFO] [stdout] 350 | ValueNode::MacroInvocation(invoke) => MACROS.with_borrow(|macros| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/compiler.rs:366:16 [INFO] [stdout] | [INFO] [stdout] 366 | VALUES.with_borrow(|values| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/node.rs:52:25 [INFO] [stdout] | [INFO] [stdout] 52 | INVOKES.with_borrow(|invokes| invokes[invoke_ref.0].function.sig.output.clone()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/node.rs:89:22 [INFO] [stdout] | [INFO] [stdout] 89 | .with_borrow(|invokes| invokes[invoke_ref.0].function.sig.output.0.get_name()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/node.rs:99:25 [INFO] [stdout] | [INFO] [stdout] 99 | INVOKES.with_borrow( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/node.rs:113:16 [INFO] [stdout] | [INFO] [stdout] 113 | VALUES.with_borrow(|values| values[self.0].get_type()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/node.rs:117:16 [INFO] [stdout] | [INFO] [stdout] 117 | VALUES.with_borrow(|values| values[self.0].get_type_name()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/node.rs:121:16 [INFO] [stdout] | [INFO] [stdout] 121 | VALUES.with_borrow(|values| values[self.0].is_unit_type()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/trait_inference.rs:958:17 [INFO] [stdout] | [INFO] [stdout] 958 | INVOKES.with_borrow(|invokes| { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/trait_inference.rs:1084:24 [INFO] [stdout] | [INFO] [stdout] 1084 | VALUES.with_borrow(|values| values[self.values.end.unwrap().0 - 1].get_type()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/value.rs:171:16 [INFO] [stdout] | [INFO] [stdout] 171 | VALUES.with_borrow(|values| values[self.0].clone()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/wip.rs:82:51 [INFO] [stdout] | [INFO] [stdout] 82 | values: WipRange::new(ValueRef(VALUES.with_borrow(Vec::len))), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/wip.rs:83:54 [INFO] [stdout] | [INFO] [stdout] 83 | invokes: WipRange::new(InvokeRef(INVOKES.with_borrow(Vec::len))), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/wip.rs:84:57 [INFO] [stdout] | [INFO] [stdout] 84 | macros: WipRange::new(MacroInvokeRef(MACROS.with_borrow(Vec::len))), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/wip.rs:88:47 [INFO] [stdout] | [INFO] [stdout] 88 | wip.values.end = Some(ValueRef(VALUES.with_borrow(Vec::len))); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/wip.rs:89:50 [INFO] [stdout] | [INFO] [stdout] 89 | wip.invokes.end = Some(InvokeRef(INVOKES.with_borrow(Vec::len))); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/wip.rs:90:53 [INFO] [stdout] | [INFO] [stdout] 90 | wip.macros.end = Some(MacroInvokeRef(MACROS.with_borrow(Vec::len))); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `GlobalBorrow::with_borrow(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(local_key_cell_methods)]` to the crate attributes to enable `LocalKey::>::with_borrow` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `reflect`; 25 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name reflect --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=43818d211ac4a240 -C extra-filename=-43818d211ac4a240 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern fxhash=/opt/rustwide/target/debug/deps/libfxhash-830fa69f9a4eee51.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-d937f1f82ffb437d.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-31d4d540bf80e8bd.rlib --extern ref_cast=/opt/rustwide/target/debug/deps/libref_cast-3ec16038e5598791.rlib --extern reflect_internal=/opt/rustwide/target/debug/deps/libreflect_internal-d391341a83e11265.so --extern syn=/opt/rustwide/target/debug/deps/libsyn-7c3d622ffb36b731.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "85fe63533967e8ec79c2116f8261b896446376c4341d4f0c25a21fa0017f890d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85fe63533967e8ec79c2116f8261b896446376c4341d4f0c25a21fa0017f890d", kill_on_drop: false }` [INFO] [stdout] 85fe63533967e8ec79c2116f8261b896446376c4341d4f0c25a21fa0017f890d