[INFO] fetching crate ptr_meta 0.1.3... [INFO] testing ptr_meta-0.1.3 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate ptr_meta 0.1.3 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate ptr_meta 0.1.3 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ptr_meta 0.1.3 [INFO] finished tweaking crates.io crate ptr_meta 0.1.3 [INFO] tweaked toml for crates.io crate ptr_meta 0.1.3 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6e37810bee05a639a02eeeff79876f94e31c55eaf1b6a0536996ab96d5a2b63d [INFO] running `Command { std: "docker" "start" "-a" "6e37810bee05a639a02eeeff79876f94e31c55eaf1b6a0536996ab96d5a2b63d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6e37810bee05a639a02eeeff79876f94e31c55eaf1b6a0536996ab96d5a2b63d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e37810bee05a639a02eeeff79876f94e31c55eaf1b6a0536996ab96d5a2b63d", kill_on_drop: false }` [INFO] [stdout] 6e37810bee05a639a02eeeff79876f94e31c55eaf1b6a0536996ab96d5a2b63d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f039533d167e3c5b0836df3932ce1f7ad5d34500014ab11a95e4a71ad27a791 [INFO] running `Command { std: "docker" "start" "-a" "1f039533d167e3c5b0836df3932ce1f7ad5d34500014ab11a95e4a71ad27a791", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling ptr_meta_derive v0.1.2 [INFO] [stderr] Compiling ptr_meta v0.1.3 (/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/lib.rs:211:41 [INFO] [stdout] | [INFO] [stdout] 211 | let (raw, meta) = self.as_ptr().to_raw_parts(); [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 `PtrExt::to_raw_parts(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(ptr_metadata)]` to the crate attributes to enable `ptr::mut_ptr::::to_raw_parts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.00s [INFO] running `Command { std: "docker" "inspect" "1f039533d167e3c5b0836df3932ce1f7ad5d34500014ab11a95e4a71ad27a791", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f039533d167e3c5b0836df3932ce1f7ad5d34500014ab11a95e4a71ad27a791", kill_on_drop: false }` [INFO] [stdout] 1f039533d167e3c5b0836df3932ce1f7ad5d34500014ab11a95e4a71ad27a791 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1deb9a911b3bf350c292225c4657686efc6b4a3ab615b46b4c592804421d2baa [INFO] running `Command { std: "docker" "start" "-a" "1deb9a911b3bf350c292225c4657686efc6b4a3ab615b46b4c592804421d2baa", kill_on_drop: false }` [INFO] [stderr] Compiling ptr_meta v0.1.3 (/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/lib.rs:211:41 [INFO] [stdout] | [INFO] [stdout] 211 | let (raw, meta) = self.as_ptr().to_raw_parts(); [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 `PtrExt::to_raw_parts(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(ptr_metadata)]` to the crate attributes to enable `ptr::mut_ptr::::to_raw_parts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [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/lib.rs:211:41 [INFO] [stdout] | [INFO] [stdout] 211 | let (raw, meta) = self.as_ptr().to_raw_parts(); [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 `PtrExt::to_raw_parts(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(ptr_metadata)]` to the crate attributes to enable `ptr::mut_ptr::::to_raw_parts` [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/lib.rs:338:31 [INFO] [stdout] | [INFO] [stdout] 338 | let (raw, meta) = ptr.to_raw_parts(); [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 `PtrExt::to_raw_parts(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(ptr_metadata)]` to the crate attributes to enable `ptr::const_ptr::::to_raw_parts` [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/lib.rs:395:64 [INFO] [stdout] | [INFO] [stdout] 395 | let (_, meta) = (trait_object as *const dyn TestTrait).to_raw_parts(); [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 `PtrExt::to_raw_parts(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(ptr_metadata)]` to the crate attributes to enable `ptr::const_ptr::::to_raw_parts` [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/lib.rs:411:64 [INFO] [stdout] | [INFO] [stdout] 411 | let (_, meta) = (trait_object as *const dyn TestTrait).to_raw_parts(); [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 `PtrExt::to_raw_parts(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(ptr_metadata)]` to the crate attributes to enable `ptr::const_ptr::::to_raw_parts` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.46s [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1deb9a911b3bf350c292225c4657686efc6b4a3ab615b46b4c592804421d2baa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1deb9a911b3bf350c292225c4657686efc6b4a3ab615b46b4c592804421d2baa", kill_on_drop: false }` [INFO] [stdout] 1deb9a911b3bf350c292225c4657686efc6b4a3ab615b46b4c592804421d2baa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 206be6acbc877664dc9e50b38362c39ea49084039af9c601ed4e86cc4851578b [INFO] running `Command { std: "docker" "start" "-a" "206be6acbc877664dc9e50b38362c39ea49084039af9c601ed4e86cc4851578b", kill_on_drop: false }` [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/lib.rs:211:41 [INFO] [stderr] | [INFO] [stderr] 211 | let (raw, meta) = self.as_ptr().to_raw_parts(); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `PtrExt::to_raw_parts(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(ptr_metadata)]` to the crate attributes to enable `ptr::mut_ptr::::to_raw_parts` [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/lib.rs:211:41 [INFO] [stderr] | [INFO] [stderr] 211 | let (raw, meta) = self.as_ptr().to_raw_parts(); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `PtrExt::to_raw_parts(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(ptr_metadata)]` to the crate attributes to enable `ptr::mut_ptr::::to_raw_parts` [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/lib.rs:338:31 [INFO] [stderr] | [INFO] [stderr] 338 | let (raw, meta) = ptr.to_raw_parts(); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `PtrExt::to_raw_parts(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(ptr_metadata)]` to the crate attributes to enable `ptr::const_ptr::::to_raw_parts` [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/lib.rs:395:64 [INFO] [stderr] | [INFO] [stderr] 395 | let (_, meta) = (trait_object as *const dyn TestTrait).to_raw_parts(); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `PtrExt::to_raw_parts(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(ptr_metadata)]` to the crate attributes to enable `ptr::const_ptr::::to_raw_parts` [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/lib.rs:411:64 [INFO] [stderr] | [INFO] [stderr] 411 | let (_, meta) = (trait_object as *const dyn TestTrait).to_raw_parts(); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `PtrExt::to_raw_parts(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(ptr_metadata)]` to the crate attributes to enable `ptr::const_ptr::::to_raw_parts` [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ptr_meta-6632a78ff15a37ae) [INFO] [stdout] [INFO] [stderr] Doc-tests ptr_meta [INFO] [stdout] running 4 tests [INFO] [stdout] test tests::last_field_dst ... ok [INFO] [stdout] test tests::unsized_types ... ok [INFO] [stdout] test tests::trait_objects ... ok [INFO] [stdout] test tests::sized_types ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - (line 35) ... ok [INFO] [stdout] test src/lib.rs - (line 21) ... ok [INFO] [stdout] test src/lib.rs - metadata (line 164) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "206be6acbc877664dc9e50b38362c39ea49084039af9c601ed4e86cc4851578b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "206be6acbc877664dc9e50b38362c39ea49084039af9c601ed4e86cc4851578b", kill_on_drop: false }` [INFO] [stdout] 206be6acbc877664dc9e50b38362c39ea49084039af9c601ed4e86cc4851578b