[INFO] crate try_clone_derive 0.1.0 is already in cache [INFO] checking try_clone_derive-0.1.0 against master#0cbcb17d3306d6e22eafc2c05ce885db97d0189c for pr-68766 [INFO] extracting crate try_clone_derive 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate try_clone_derive 0.1.0 on toolchain 0cbcb17d3306d6e22eafc2c05ce885db97d0189c [INFO] running `"/workspace/cargo-home/bin/cargo" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate try_clone_derive 0.1.0 [INFO] finished tweaking crates.io crate try_clone_derive 0.1.0 [INFO] tweaked toml for crates.io crate try_clone_derive 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 580b843c514845a1c352230d0e4cc8fa3d0ecbb47aa797216f66d64f90fa7795 [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" "580b843c514845a1c352230d0e4cc8fa3d0ecbb47aa797216f66d64f90fa7795"` [INFO] [stderr] Checking fallible_collections v0.1.0 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] error[E0432]: unresolved import `alloc::alloc::Alloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fallible_collections-0.1.0/src/btree/node.rs:40:20 [INFO] [stderr] | [INFO] [stderr] 40 | use alloc::alloc::{Alloc, Global, Layout}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `Alloc` in `alloc` [INFO] [stderr] | help: a similar name exists in the module: `alloc` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Alloc` in `alloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fallible_collections-0.1.0/src/boxed.rs:23:26 [INFO] [stderr] | [INFO] [stderr] 23 | core::alloc::Alloc::alloc( [INFO] [stderr] | ^^^^^ could not find `Alloc` in `alloc` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `alloc::alloc::Alloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fallible_collections-0.1.0/src/btree/node.rs:40:20 [INFO] [stderr] | [INFO] [stderr] 40 | use alloc::alloc::{Alloc, Global, Layout}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `Alloc` in `alloc` [INFO] [stderr] | help: a similar name exists in the module: `alloc` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Alloc` in `alloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fallible_collections-0.1.0/src/boxed.rs:23:26 [INFO] [stderr] | [INFO] [stderr] 23 | core::alloc::Alloc::alloc( [INFO] [stderr] | ^^^^^ could not find `Alloc` in `alloc` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for struct `alloc::alloc::Global` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fallible_collections-0.1.0/src/btree/node.rs:313:20 [INFO] [stderr] | [INFO] [stderr] 313 | Global.dealloc( [INFO] [stderr] | ^^^^^^^ method not found in `alloc::alloc::Global` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use core::alloc::AllocRef;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for struct `alloc::alloc::Global` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fallible_collections-0.1.0/src/btree/node.rs:491:16 [INFO] [stderr] | [INFO] [stderr] 491 | Global.dealloc(node.cast(), Layout::new::>()); [INFO] [stderr] | ^^^^^^^ method not found in `alloc::alloc::Global` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use core::alloc::AllocRef;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for struct `alloc::alloc::Global` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fallible_collections-0.1.0/src/btree/node.rs:505:16 [INFO] [stderr] | [INFO] [stderr] 505 | Global.dealloc(node.cast(), Layout::new::>()); [INFO] [stderr] | ^^^^^^^ method not found in `alloc::alloc::Global` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use core::alloc::AllocRef;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for struct `alloc::alloc::Global` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fallible_collections-0.1.0/src/btree/node.rs:313:20 [INFO] [stderr] | [INFO] [stderr] 313 | Global.dealloc( [INFO] [stderr] | ^^^^^^^ method not found in `alloc::alloc::Global` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use core::alloc::AllocRef;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for struct `alloc::alloc::Global` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fallible_collections-0.1.0/src/btree/node.rs:491:16 [INFO] [stderr] | [INFO] [stderr] 491 | Global.dealloc(node.cast(), Layout::new::>()); [INFO] [stderr] | ^^^^^^^ method not found in `alloc::alloc::Global` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use core::alloc::AllocRef;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for struct `alloc::alloc::Global` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fallible_collections-0.1.0/src/btree/node.rs:505:16 [INFO] [stderr] | [INFO] [stderr] 505 | Global.dealloc(node.cast(), Layout::new::>()); [INFO] [stderr] | ^^^^^^^ method not found in `alloc::alloc::Global` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use core::alloc::AllocRef;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for struct `alloc::alloc::Global` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fallible_collections-0.1.0/src/btree/node.rs:1381:24 [INFO] [stderr] | [INFO] [stderr] 1381 | Global.dealloc(right_node.node.cast(), Layout::new::>()); [INFO] [stderr] | ^^^^^^^ method not found in `alloc::alloc::Global` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use core::alloc::AllocRef;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for struct `alloc::alloc::Global` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fallible_collections-0.1.0/src/btree/node.rs:1383:24 [INFO] [stderr] | [INFO] [stderr] 1383 | Global.dealloc(right_node.node.cast(), Layout::new::>()); [INFO] [stderr] | ^^^^^^^ method not found in `alloc::alloc::Global` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use core::alloc::AllocRef;` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `fallible_collections`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `dealloc` found for struct `alloc::alloc::Global` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fallible_collections-0.1.0/src/btree/node.rs:1381:24 [INFO] [stderr] | [INFO] [stderr] 1381 | Global.dealloc(right_node.node.cast(), Layout::new::>()); [INFO] [stderr] | ^^^^^^^ method not found in `alloc::alloc::Global` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use core::alloc::AllocRef;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for struct `alloc::alloc::Global` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fallible_collections-0.1.0/src/btree/node.rs:1383:24 [INFO] [stderr] | [INFO] [stderr] 1383 | Global.dealloc(right_node.node.cast(), Layout::new::>()); [INFO] [stderr] | ^^^^^^^ method not found in `alloc::alloc::Global` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use core::alloc::AllocRef;` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `fallible_collections`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "580b843c514845a1c352230d0e4cc8fa3d0ecbb47aa797216f66d64f90fa7795"` [INFO] running `"docker" "rm" "-f" "580b843c514845a1c352230d0e4cc8fa3d0ecbb47aa797216f66d64f90fa7795"` [INFO] [stdout] 580b843c514845a1c352230d0e4cc8fa3d0ecbb47aa797216f66d64f90fa7795