[INFO] cloning repository https://github.com/dpzmick/rs-async-toy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dpzmick/rs-async-toy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdpzmick%2Frs-async-toy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdpzmick%2Frs-async-toy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3e9b49472952e0afa22902eda8bca378e433b7b1
[INFO] checking dpzmick/rs-async-toy against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdpzmick%2Frs-async-toy" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dpzmick/rs-async-toy
[INFO] finished tweaking git repo https://github.com/dpzmick/rs-async-toy
[INFO] tweaked toml for git repo https://github.com/dpzmick/rs-async-toy written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dpzmick/rs-async-toy on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dpzmick/rs-async-toy already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 74a0b628df06b2d56da56f14356521a356d67ea17543fb3c453867be28695af3
[INFO] running `Command { std: "docker" "start" "-a" "74a0b628df06b2d56da56f14356521a356d67ea17543fb3c453867be28695af3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "74a0b628df06b2d56da56f14356521a356d67ea17543fb3c453867be28695af3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74a0b628df06b2d56da56f14356521a356d67ea17543fb3c453867be28695af3", kill_on_drop: false }`
[INFO] [stdout] 74a0b628df06b2d56da56f14356521a356d67ea17543fb3c453867be28695af3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d7b27651fa7e5c77df01804afc16af79337127639b4318702886582e2360bd58
[INFO] running `Command { std: "docker" "start" "-a" "d7b27651fa7e5c77df01804afc16af79337127639b4318702886582e2360bd58", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.65
[INFO] [stderr]     Checking rs-async v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `alloc_layout_extra` has been stable since 1.95.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(alloc_layout_extra)] // for some size stuff
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `ptr_offset_from` has been stable since 1.47.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(ptr_offset_from)]    // to do pointer offset calculations
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `alloc_layout_extra` has been stable since 1.95.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(alloc_layout_extra)] // for some size stuff
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `ptr_offset_from` has been stable since 1.47.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(ptr_offset_from)]    // to do pointer offset calculations
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<bool>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/pool.rs:116:50
[INFO] [stdout]     |
[INFO] [stdout] 116 |             if unsafe { (*self.used_list.add(i)).compare_and_swap(false, true, Ordering::AcqRel) } == false {
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<bool>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/pool.rs:116:50
[INFO] [stdout]     |
[INFO] [stdout] 116 |             if unsafe { (*self.used_list.add(i)).compare_and_swap(false, true, Ordering::AcqRel) } == false {
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `a` and `b` are never read
[INFO] [stdout]   --> src/main.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 79 | struct Thing {
[INFO] [stdout]    |        ----- fields in this struct
[INFO] [stdout] 80 |     a: u64,
[INFO] [stdout]    |     ^
[INFO] [stdout] 81 |     b: u64,
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Thing` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `required_align` is never used
[INFO] [stdout]   --> src/pool.rs:85:12
[INFO] [stdout]    |
[INFO] [stdout] 72 | impl<'a, T: 'a + Copy> Pool<'a, T> {
[INFO] [stdout]    | ---------------------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 85 |     pub fn required_align() -> usize { Self::layout(1 /* doesn't matter here */).0.align() }
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `join` and `as_slice` are never used
[INFO] [stdout]   --> src/mem.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl MappedRegion {
[INFO] [stdout]    | ----------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub fn join(name: &str, size: usize) -> Result<Self, i32> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 |     pub fn as_slice(&mut self) -> &mut [u8] {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `a` and `b` are never read
[INFO] [stdout]   --> src/main.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 79 | struct Thing {
[INFO] [stdout]    |        ----- fields in this struct
[INFO] [stdout] 80 |     a: u64,
[INFO] [stdout]    |     ^
[INFO] [stdout] 81 |     b: u64,
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Thing` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `required_align` is never used
[INFO] [stdout]   --> src/pool.rs:85:12
[INFO] [stdout]    |
[INFO] [stdout] 72 | impl<'a, T: 'a + Copy> Pool<'a, T> {
[INFO] [stdout]    | ---------------------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 85 |     pub fn required_align() -> usize { Self::layout(1 /* doesn't matter here */).0.align() }
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `join` and `as_slice` are never used
[INFO] [stdout]   --> src/mem.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl MappedRegion {
[INFO] [stdout]    | ----------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub fn join(name: &str, size: usize) -> Result<Self, i32> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 |     pub fn as_slice(&mut self) -> &mut [u8] {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
[INFO] running `Command { std: "docker" "inspect" "d7b27651fa7e5c77df01804afc16af79337127639b4318702886582e2360bd58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7b27651fa7e5c77df01804afc16af79337127639b4318702886582e2360bd58", kill_on_drop: false }`
[INFO] [stdout] d7b27651fa7e5c77df01804afc16af79337127639b4318702886582e2360bd58
