[INFO] crate two-sided-vec 0.1.8 is already in cache
[INFO] checking two-sided-vec-0.1.8 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate two-sided-vec 0.1.8 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate two-sided-vec 0.1.8 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate two-sided-vec 0.1.8
[INFO] finished tweaking crates.io crate two-sided-vec 0.1.8
[INFO] tweaked toml for crates.io crate two-sided-vec 0.1.8 written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 7258bc59fb77b8ce0f2ec4c8ee41e9b23f42599379065559d6b0904cb5234a4a
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "7258bc59fb77b8ce0f2ec4c8ee41e9b23f42599379065559d6b0904cb5234a4a"`
[INFO] [stderr]     Checking two-sided-vec v0.1.8 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]   --> src/raw.rs:31:53
[INFO] [stderr]    |
[INFO] [stderr] 31 |             let (ptr, actual_capacity_bytes) = heap.alloc(layout)
[INFO] [stderr]    |                                                     ^^^^^ ------ supplied 1 argument
[INFO] [stderr]    |                                                     |
[INFO] [stderr]    |                                                     expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> src/raw.rs:31:17
[INFO] [stderr]    |
[INFO] [stderr] 31 |               let (ptr, actual_capacity_bytes) = heap.alloc(layout)
[INFO] [stderr]    |  _________________^^^^^^^^^^^^^^^^^^^^^^^^^^^^___-
[INFO] [stderr]    | |                 |
[INFO] [stderr]    | |                 expected struct `std::alloc::MemoryBlock`, found tuple
[INFO] [stderr] 32 | |                 .unwrap_or_else(|_| handle_alloc_error(layout));
[INFO] [stderr]    | |_______________________________________________________________- this expression has type `std::alloc::MemoryBlock`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected struct `std::alloc::MemoryBlock`
[INFO] [stderr]                found tuple `(_, _)`
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]   --> src/raw.rs:31:53
[INFO] [stderr]    |
[INFO] [stderr] 31 |             let (ptr, actual_capacity_bytes) = heap.alloc(layout)
[INFO] [stderr]    |                                                     ^^^^^ ------ supplied 1 argument
[INFO] [stderr]    |                                                     |
[INFO] [stderr]    |                                                     expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> src/raw.rs:31:17
[INFO] [stderr]    |
[INFO] [stderr] 31 |               let (ptr, actual_capacity_bytes) = heap.alloc(layout)
[INFO] [stderr]    |  _________________^^^^^^^^^^^^^^^^^^^^^^^^^^^^___-
[INFO] [stderr]    | |                 |
[INFO] [stderr]    | |                 expected struct `std::alloc::MemoryBlock`, found tuple
[INFO] [stderr] 32 | |                 .unwrap_or_else(|_| handle_alloc_error(layout));
[INFO] [stderr]    | |_______________________________________________________________- this expression has type `std::alloc::MemoryBlock`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected struct `std::alloc::MemoryBlock`
[INFO] [stderr]                found tuple `(_, _)`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `grow_in_place` found for struct `std::alloc::Global` in the current scope
[INFO] [stderr]   --> src/raw.rs:68:33
[INFO] [stderr]    |
[INFO] [stderr] 68 |             match unsafe { heap.grow_in_place(
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^ method not found in `std::alloc::Global`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `grow_in_place` found for struct `std::alloc::Global` in the current scope
[INFO] [stderr]   --> src/raw.rs:68:33
[INFO] [stderr]    |
[INFO] [stderr] 68 |             match unsafe { heap.grow_in_place(
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^ method not found in `std::alloc::Global`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0061`.
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0061`.
[INFO] [stderr] error: could not compile `two-sided-vec`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `two-sided-vec`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "7258bc59fb77b8ce0f2ec4c8ee41e9b23f42599379065559d6b0904cb5234a4a"`
[INFO] running `"docker" "rm" "-f" "7258bc59fb77b8ce0f2ec4c8ee41e9b23f42599379065559d6b0904cb5234a4a"`
[INFO] [stdout] 7258bc59fb77b8ce0f2ec4c8ee41e9b23f42599379065559d6b0904cb5234a4a
