[INFO] fetching crate mappedheap 0.1.1...
[INFO] checking mappedheap-0.1.1 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate mappedheap 0.1.1 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate mappedheap 0.1.1 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate mappedheap 0.1.1
[INFO] finished tweaking crates.io crate mappedheap 0.1.1
[INFO] tweaked toml for crates.io crate mappedheap 0.1.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded integer-atomics v1.0.2
[INFO] [stderr]   Downloaded tempfile v2.2.0
[INFO] [stderr]   Downloaded lock-wrappers v0.1.2
[INFO] [stderr]   Downloaded futex v0.1.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] df5d7ecffbcae0242eafbdc067a74e6b2dfec2ca46877da75c9ede50e9930446
[INFO] running `Command { std: "docker" "start" "-a" "df5d7ecffbcae0242eafbdc067a74e6b2dfec2ca46877da75c9ede50e9930446", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "df5d7ecffbcae0242eafbdc067a74e6b2dfec2ca46877da75c9ede50e9930446", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df5d7ecffbcae0242eafbdc067a74e6b2dfec2ca46877da75c9ede50e9930446", kill_on_drop: false }`
[INFO] [stdout] df5d7ecffbcae0242eafbdc067a74e6b2dfec2ca46877da75c9ede50e9930446
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a58372c86f85824614a7153239001ac8d45252aa9c426b2cd5be60a769aa29b6
[INFO] running `Command { std: "docker" "start" "-a" "a58372c86f85824614a7153239001ac8d45252aa9c426b2cd5be60a769aa29b6", kill_on_drop: false }`
[INFO] [stderr]     Checking lock-wrappers v0.1.2
[INFO] [stderr]     Checking integer-atomics v1.0.2
[INFO] [stderr]     Checking tempfile v2.2.0
[INFO] [stderr]     Checking futex v0.1.3
[INFO] [stderr]     Checking mappedheap v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]    --> src/lib.rs:231:14
[INFO] [stdout]     |
[INFO] [stdout] 231 |         Some(((fragment.addr + (id - fragment.offset) as usize * PAGESZ) as *mut [u8; PAGESZ]))
[INFO] [stdout]     |              ^                                                                               ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 231 -         Some(((fragment.addr + (id - fragment.offset) as usize * PAGESZ) as *mut [u8; PAGESZ]))
[INFO] [stdout] 231 +         Some((fragment.addr + (id - fragment.offset) as usize * PAGESZ) as *mut [u8; PAGESZ])
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]    --> src/lib.rs:231:14
[INFO] [stdout]     |
[INFO] [stdout] 231 |         Some(((fragment.addr + (id - fragment.offset) as usize * PAGESZ) as *mut [u8; PAGESZ]))
[INFO] [stdout]     |              ^                                                                               ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 231 -         Some(((fragment.addr + (id - fragment.offset) as usize * PAGESZ) as *mut [u8; PAGESZ]))
[INFO] [stdout] 231 +         Some((fragment.addr + (id - fragment.offset) as usize * PAGESZ) as *mut [u8; PAGESZ])
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:115:33
[INFO] [stdout]     |
[INFO] [stdout] 115 |             resize_lock: Mutex::new(),
[INFO] [stdout]     |                                 ^^^ function or associated item not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:115:33
[INFO] [stdout]     |
[INFO] [stdout] 115 |             resize_lock: Mutex::new(),
[INFO] [stdout]     |                                 ^^^ function or associated item not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:117:32
[INFO] [stdout]     |
[INFO] [stdout] 117 |             alloc_lock: Mutex::new(),
[INFO] [stdout]     |                                ^^^ function or associated item not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:117:32
[INFO] [stdout]     |
[INFO] [stdout] 117 |             alloc_lock: Mutex::new(),
[INFO] [stdout]     |                                ^^^ function or associated item not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `acquire` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:273:28
[INFO] [stdout]     |
[INFO] [stdout] 273 |         header.resize_lock.acquire();
[INFO] [stdout]     |                            ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `acquire` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:273:28
[INFO] [stdout]     |
[INFO] [stdout] 273 |         header.resize_lock.acquire();
[INFO] [stdout]     |                            ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `release` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:276:28
[INFO] [stdout]     |
[INFO] [stdout] 276 |         header.resize_lock.release();
[INFO] [stdout]     |                            ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `release` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:276:28
[INFO] [stdout]     |
[INFO] [stdout] 276 |         header.resize_lock.release();
[INFO] [stdout]     |                            ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `acquire` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:294:34
[INFO] [stdout]     |
[INFO] [stdout] 294 |         self.header().alloc_lock.acquire();
[INFO] [stdout]     |                                  ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `acquire` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:294:34
[INFO] [stdout]     |
[INFO] [stdout] 294 |         self.header().alloc_lock.acquire();
[INFO] [stdout]     |                                  ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `release` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:331:34
[INFO] [stdout]     |
[INFO] [stdout] 331 |         self.header().alloc_lock.release();
[INFO] [stdout]     |                                  ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `release` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:331:34
[INFO] [stdout]     |
[INFO] [stdout] 331 |         self.header().alloc_lock.release();
[INFO] [stdout]     |                                  ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `acquire` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:364:27
[INFO] [stdout]     |
[INFO] [stdout] 364 |         header.alloc_lock.acquire();
[INFO] [stdout]     |                           ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `acquire` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:364:27
[INFO] [stdout]     |
[INFO] [stdout] 364 |         header.alloc_lock.acquire();
[INFO] [stdout]     |                           ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `release` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:374:35
[INFO] [stdout]     |
[INFO] [stdout] 374 |                 header.alloc_lock.release();
[INFO] [stdout]     |                                   ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `release` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:374:35
[INFO] [stdout]     |
[INFO] [stdout] 374 |                 header.alloc_lock.release();
[INFO] [stdout]     |                                   ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `release` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:384:27
[INFO] [stdout]     |
[INFO] [stdout] 384 |         header.alloc_lock.release();
[INFO] [stdout]     |                           ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `release` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:384:27
[INFO] [stdout]     |
[INFO] [stdout] 384 |         header.alloc_lock.release();
[INFO] [stdout]     |                           ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mappedheap` (lib) due to 10 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `mappedheap` (lib test) due to 10 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "a58372c86f85824614a7153239001ac8d45252aa9c426b2cd5be60a769aa29b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a58372c86f85824614a7153239001ac8d45252aa9c426b2cd5be60a769aa29b6", kill_on_drop: false }`
[INFO] [stdout] a58372c86f85824614a7153239001ac8d45252aa9c426b2cd5be60a769aa29b6
[INFO] checking mappedheap-0.1.1 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate mappedheap 0.1.1 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate mappedheap 0.1.1 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate mappedheap 0.1.1
[INFO] finished tweaking crates.io crate mappedheap 0.1.1
[INFO] tweaked toml for crates.io crate mappedheap 0.1.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 07ceed78e7cd5db615fe7862dc41bb9af7c0f52d024c19f21c20257eb432ff69
[INFO] running `Command { std: "docker" "start" "-a" "07ceed78e7cd5db615fe7862dc41bb9af7c0f52d024c19f21c20257eb432ff69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "07ceed78e7cd5db615fe7862dc41bb9af7c0f52d024c19f21c20257eb432ff69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "07ceed78e7cd5db615fe7862dc41bb9af7c0f52d024c19f21c20257eb432ff69", kill_on_drop: false }`
[INFO] [stdout] 07ceed78e7cd5db615fe7862dc41bb9af7c0f52d024c19f21c20257eb432ff69
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Dnon_local_definitions" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1c58445ea20e070e7a5b7c3e5b9b042f978685382af83a8d82f6ddb6693ea008
[INFO] running `Command { std: "docker" "start" "-a" "1c58445ea20e070e7a5b7c3e5b9b042f978685382af83a8d82f6ddb6693ea008", kill_on_drop: false }`
[INFO] [stderr]     Checking lock-wrappers v0.1.2
[INFO] [stderr]     Checking integer-atomics v1.0.2
[INFO] [stderr]     Checking tempfile v2.2.0
[INFO] [stderr]     Checking futex v0.1.3
[INFO] [stderr]     Checking mappedheap v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]    --> src/lib.rs:231:14
[INFO] [stdout]     |
[INFO] [stdout] 231 |         Some(((fragment.addr + (id - fragment.offset) as usize * PAGESZ) as *mut [u8; PAGESZ]))
[INFO] [stdout]     |              ^                                                                               ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 231 -         Some(((fragment.addr + (id - fragment.offset) as usize * PAGESZ) as *mut [u8; PAGESZ]))
[INFO] [stdout] 231 +         Some((fragment.addr + (id - fragment.offset) as usize * PAGESZ) as *mut [u8; PAGESZ])
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]    --> src/lib.rs:231:14
[INFO] [stdout]     |
[INFO] [stdout] 231 |         Some(((fragment.addr + (id - fragment.offset) as usize * PAGESZ) as *mut [u8; PAGESZ]))
[INFO] [stdout]     |              ^                                                                               ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 231 -         Some(((fragment.addr + (id - fragment.offset) as usize * PAGESZ) as *mut [u8; PAGESZ]))
[INFO] [stdout] 231 +         Some((fragment.addr + (id - fragment.offset) as usize * PAGESZ) as *mut [u8; PAGESZ])
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:115:33
[INFO] [stdout]     |
[INFO] [stdout] 115 |             resize_lock: Mutex::new(),
[INFO] [stdout]     |                                 ^^^ function or associated item not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:115:33
[INFO] [stdout]     |
[INFO] [stdout] 115 |             resize_lock: Mutex::new(),
[INFO] [stdout]     |                                 ^^^ function or associated item not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:117:32
[INFO] [stdout]     |
[INFO] [stdout] 117 |             alloc_lock: Mutex::new(),
[INFO] [stdout]     |                                ^^^ function or associated item not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:117:32
[INFO] [stdout]     |
[INFO] [stdout] 117 |             alloc_lock: Mutex::new(),
[INFO] [stdout]     |                                ^^^ function or associated item not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `acquire` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:273:28
[INFO] [stdout]     |
[INFO] [stdout] 273 |         header.resize_lock.acquire();
[INFO] [stdout]     |                            ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `acquire` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:273:28
[INFO] [stdout]     |
[INFO] [stdout] 273 |         header.resize_lock.acquire();
[INFO] [stdout]     |                            ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `release` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:276:28
[INFO] [stdout]     |
[INFO] [stdout] 276 |         header.resize_lock.release();
[INFO] [stdout]     |                            ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `release` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:276:28
[INFO] [stdout]     |
[INFO] [stdout] 276 |         header.resize_lock.release();
[INFO] [stdout]     |                            ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `acquire` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:294:34
[INFO] [stdout]     |
[INFO] [stdout] 294 |         self.header().alloc_lock.acquire();
[INFO] [stdout]     |                                  ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `acquire` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:294:34
[INFO] [stdout]     |
[INFO] [stdout] 294 |         self.header().alloc_lock.acquire();
[INFO] [stdout]     |                                  ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `release` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:331:34
[INFO] [stdout]     |
[INFO] [stdout] 331 |         self.header().alloc_lock.release();
[INFO] [stdout]     |                                  ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `release` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:331:34
[INFO] [stdout]     |
[INFO] [stdout] 331 |         self.header().alloc_lock.release();
[INFO] [stdout]     |                                  ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `acquire` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:364:27
[INFO] [stdout]     |
[INFO] [stdout] 364 |         header.alloc_lock.acquire();
[INFO] [stdout]     |                           ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `acquire` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:364:27
[INFO] [stdout]     |
[INFO] [stdout] 364 |         header.alloc_lock.acquire();
[INFO] [stdout]     |                           ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `release` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:374:35
[INFO] [stdout]     |
[INFO] [stdout] 374 |                 header.alloc_lock.release();
[INFO] [stdout]     |                                   ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `release` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:374:35
[INFO] [stdout]     |
[INFO] [stdout] 374 |                 header.alloc_lock.release();
[INFO] [stdout]     |                                   ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `release` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:384:27
[INFO] [stdout]     |
[INFO] [stdout] 384 |         header.alloc_lock.release();
[INFO] [stdout]     |                           ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `release` found for struct `futex::raw::Mutex` in the current scope
[INFO] [stdout]    --> src/lib.rs:384:27
[INFO] [stdout]     |
[INFO] [stdout] 384 |         header.alloc_lock.release();
[INFO] [stdout]     |                           ^^^^^^^ method not found in `Mutex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mappedheap` (lib) due to 10 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `mappedheap` (lib test) due to 10 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "1c58445ea20e070e7a5b7c3e5b9b042f978685382af83a8d82f6ddb6693ea008", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c58445ea20e070e7a5b7c3e5b9b042f978685382af83a8d82f6ddb6693ea008", kill_on_drop: false }`
[INFO] [stdout] 1c58445ea20e070e7a5b7c3e5b9b042f978685382af83a8d82f6ddb6693ea008
