[INFO] crate without-alloc 0.2.1 is already in cache
[INFO] checking without-alloc-0.2.1 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate without-alloc 0.2.1 into /workspace/builds/worker-12/source
[INFO] validating manifest of crates.io crate without-alloc 0.2.1 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate without-alloc 0.2.1
[INFO] finished tweaking crates.io crate without-alloc 0.2.1
[INFO] tweaked toml for crates.io crate without-alloc 0.2.1 written to /workspace/builds/worker-12/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 621345476e318557a97f7d0c80a6e06be7886fb883c7dd52c0f229e292ae4444
[INFO] running `"docker" "start" "-a" "621345476e318557a97f7d0c80a6e06be7886fb883c7dd52c0f229e292ae4444"`
[INFO] [stderr]     Checking alloc-traits v0.1.1
[INFO] [stderr]     Checking without-alloc v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `static_alloc`
[INFO] [stderr]    --> src/boxed.rs:238:9
[INFO] [stderr]     |
[INFO] [stderr] 238 |     use static_alloc::Bump;
[INFO] [stderr]     |         ^^^^^^^^^^^^ use of undeclared type or module `static_alloc`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `static_alloc`
[INFO] [stderr]    --> src/rc.rs:694:9
[INFO] [stderr]     |
[INFO] [stderr] 694 |     use static_alloc::Bump;
[INFO] [stderr]     |         ^^^^^^^^^^^^ use of undeclared type or module `static_alloc`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::alloc::LocalAllocLeakExt`
[INFO] [stderr]    --> src/boxed.rs:237:9
[INFO] [stderr]     |
[INFO] [stderr] 237 |     use crate::alloc::LocalAllocLeakExt;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::alloc::LocalAllocLeakExt`
[INFO] [stderr]    --> src/rc.rs:695:9
[INFO] [stderr]     |
[INFO] [stderr] 695 |     use crate::alloc::LocalAllocLeakExt;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `without-alloc`.
[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[E0432]: unresolved import `static_alloc`
[INFO] [stderr]  --> tests/fixed_vec.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use static_alloc::Bump;
[INFO] [stderr]   |     ^^^^^^^^^^^^ use of undeclared type or module `static_alloc`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `static_alloc`
[INFO] [stderr]  --> tests/rc.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use static_alloc::Bump;
[INFO] [stderr]   |     ^^^^^^^^^^^^ use of undeclared type or module `static_alloc`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `without_alloc::alloc::LocalAllocLeakExt`
[INFO] [stderr]  --> tests/fixed_vec.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use without_alloc::alloc::LocalAllocLeakExt;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `without-alloc`.
[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[E0599]: no method named `wrapping_add` found for struct `without_alloc::rc::Rc<'_, _>` in the current scope
[INFO] [stderr]   --> tests/rc.rs:15:19
[INFO] [stderr]    |
[INFO] [stderr] 15 |     assert_eq!(rc.wrapping_add(1), 1);
[INFO] [stderr]    |                   ^^^^^^^^^^^^ method not found in `without_alloc::rc::Rc<'_, _>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `rc` is a function, perhaps you wish to call it
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_ref` found for struct `without_alloc::rc::Rc<'_, _>` in the current scope
[INFO] [stderr]   --> tests/rc.rs:16:20
[INFO] [stderr]    |
[INFO] [stderr] 16 |     assert_eq!(*rc.as_ref(), 0);
[INFO] [stderr]    |                    ^^^^^^ method not found in `without_alloc::rc::Rc<'_, _>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `rc` is a function, perhaps you wish to call it
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `static_alloc`
[INFO] [stderr]  --> tests/box.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use static_alloc::Bump;
[INFO] [stderr]   |     ^^^^^^^^^^^^ use of undeclared type or module `static_alloc`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `without-alloc`.
[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] warning: unused import: `without_alloc::alloc::LocalAllocLeakExt`
[INFO] [stderr]  --> tests/box.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use without_alloc::alloc::LocalAllocLeakExt;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `without-alloc`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "621345476e318557a97f7d0c80a6e06be7886fb883c7dd52c0f229e292ae4444"`
[INFO] running `"docker" "rm" "-f" "621345476e318557a97f7d0c80a6e06be7886fb883c7dd52c0f229e292ae4444"`
[INFO] [stdout] 621345476e318557a97f7d0c80a6e06be7886fb883c7dd52c0f229e292ae4444
