[INFO] fetching crate ointer 3.0.12...
[INFO] checking ointer-3.0.12 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate ointer 3.0.12 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate ointer 3.0.12
[INFO] finished tweaking crates.io crate ointer 3.0.12
[INFO] tweaked toml for crates.io crate ointer 3.0.12 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ointer 3.0.12 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 393de344a02a969fd837f2641dfeddb7733f1e8e08c80c8ab0b03d7671ecb382
[INFO] running `Command { std: "docker" "start" "-a" "393de344a02a969fd837f2641dfeddb7733f1e8e08c80c8ab0b03d7671ecb382", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "393de344a02a969fd837f2641dfeddb7733f1e8e08c80c8ab0b03d7671ecb382", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "393de344a02a969fd837f2641dfeddb7733f1e8e08c80c8ab0b03d7671ecb382", kill_on_drop: false }`
[INFO] [stdout] 393de344a02a969fd837f2641dfeddb7733f1e8e08c80c8ab0b03d7671ecb382
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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 -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2441c9ab48cbed18e3bd7ba5b4f0873608dbfc461e0c954dffbcdb665c127b3a
[INFO] running `Command { std: "docker" "start" "-a" "2441c9ab48cbed18e3bd7ba5b4f0873608dbfc461e0c954dffbcdb665c127b3a", kill_on_drop: false }`
[INFO] [stderr]     Checking ointer v3.0.12 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]  --> src/ointer.rs:8:17
[INFO] [stdout]   |
[INFO] [stdout] 8 |         if cfg!(target_pointer_width = "128") {
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `define_enum_ointers`
[INFO] [stdout]    --> src/ointer.rs:609:9
[INFO] [stdout]     |
[INFO] [stdout] 609 | pub use define_enum_ointers;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]  --> src/ointer.rs:8:17
[INFO] [stdout]   |
[INFO] [stdout] 8 |         if cfg!(target_pointer_width = "128") {
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `define_enum_ointers`
[INFO] [stdout]    --> src/ointer.rs:609:9
[INFO] [stdout]     |
[INFO] [stdout] 609 | pub use define_enum_ointers;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `as_ointer` and `as_ointer_mut` are never used
[INFO] [stdout]    --> src/ointer.rs:518:31
[INFO] [stdout]     |
[INFO] [stdout] 489 | /             impl $name {
[INFO] [stdout] 490 | |                 #[inline(always)]
[INFO] [stdout] 491 | |                 pub fn new<P: 'static>(u: usize, p: P) -> Self {
[INFO] [stdout] 492 | |                     use core::any::TypeId;
[INFO] [stdout] ...   |
[INFO] [stdout] 518 | |                 pub unsafe fn as_ointer<P: Ointer<$bits> + 'static>(&self) -> &P {
[INFO] [stdout]     | |                               ^^^^^^^^^
[INFO] [stdout] ...   |
[INFO] [stdout] 522 | |                 pub unsafe fn as_ointer_mut<P: Ointer<$bits> + 'static>(&mut self) -> &mut P {
[INFO] [stdout]     | |                               ^^^^^^^^^^^^^
[INFO] [stdout] ...   |
[INFO] [stdout] 575 | |             }
[INFO] [stdout]     | |_____________- methods in this implementation
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:75:13
[INFO] [stdout]     |
[INFO] [stdout]  75 | /             define_enum_ointers!(
[INFO] [stdout]  76 | |                 MyEnumOinters {
[INFO] [stdout]  77 | |                     Box<f64> = 1,
[INFO] [stdout]  78 | |                     Arc<i32> = 2,
[INFO] [stdout] ...   |
[INFO] [stdout]  81 | |                 8
[INFO] [stdout]  82 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `define_enum_ointers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/ointer.rs:159:13
[INFO] [stdout]     |
[INFO] [stdout] 159 | /             unsafe { *(&x as *const T as *const u16) }
[INFO] [stdout] 160 | |                 .try_into()
[INFO] [stdout]     | |___________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/ointer.rs:163:13
[INFO] [stdout]     |
[INFO] [stdout] 163 | /             unsafe { *(&x as *const T as *const u8) }
[INFO] [stdout] 164 | |                 .try_into()
[INFO] [stdout]     | |___________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ointer` (lib test) due to 2 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/ointer.rs:159:13
[INFO] [stdout]     |
[INFO] [stdout] 159 | /             unsafe { *(&x as *const T as *const u16) }
[INFO] [stdout] 160 | |                 .try_into()
[INFO] [stdout]     | |___________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]    --> src/ointer.rs:163:13
[INFO] [stdout]     |
[INFO] [stdout] 163 | /             unsafe { *(&x as *const T as *const u8) }
[INFO] [stdout] 164 | |                 .try_into()
[INFO] [stdout]     | |___________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ointer` (lib) due to 2 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "2441c9ab48cbed18e3bd7ba5b4f0873608dbfc461e0c954dffbcdb665c127b3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2441c9ab48cbed18e3bd7ba5b4f0873608dbfc461e0c954dffbcdb665c127b3a", kill_on_drop: false }`
[INFO] [stdout] 2441c9ab48cbed18e3bd7ba5b4f0873608dbfc461e0c954dffbcdb665c127b3a
