[INFO] cloning repository https://github.com/nathanfaucett/rs-math_ast [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nathanfaucett/rs-math_ast" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathanfaucett%2Frs-math_ast", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathanfaucett%2Frs-math_ast'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cff4334b38bbed4a8ca7f750ba9f6794dc10b8e9 [INFO] checking nathanfaucett/rs-math_ast against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathanfaucett%2Frs-math_ast" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nathanfaucett/rs-math_ast on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nathanfaucett/rs-math_ast [INFO] finished tweaking git repo https://github.com/nathanfaucett/rs-math_ast [INFO] tweaked toml for git repo https://github.com/nathanfaucett/rs-math_ast written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/nathanfaucett/rs-math_ast already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 01f811bf960cc8dd95879cea69453645cd04ccaf31c106016fd578389fbd270b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "01f811bf960cc8dd95879cea69453645cd04ccaf31c106016fd578389fbd270b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "01f811bf960cc8dd95879cea69453645cd04ccaf31c106016fd578389fbd270b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01f811bf960cc8dd95879cea69453645cd04ccaf31c106016fd578389fbd270b", kill_on_drop: false }` [INFO] [stdout] 01f811bf960cc8dd95879cea69453645cd04ccaf31c106016fd578389fbd270b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] edb0565d4dc20920869e9a91222405ccd6a7728ac047e4efcf8969ea69b0c31c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "edb0565d4dc20920869e9a91222405ccd6a7728ac047e4efcf8969ea69b0c31c", kill_on_drop: false }` [INFO] [stderr] Checking collection_traits v0.1.0 (https://github.com/nathanfaucett/rs-collection_traits.git#a75d1c20) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rs-collection_traits-dca7cc2c0ed7a0a9/a75d1c2/src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(custom_attribute)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed in favor of `#![register_tool]` and `#![register_attr]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `alloc::linked_list`, `alloc::linked_list` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rs-collection_traits-dca7cc2c0ed7a0a9/a75d1c2/src/linked_list.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use alloc::linked_list::{self, LinkedList}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^ no `linked_list` in the root [INFO] [stdout] | | [INFO] [stdout] | could not find `linked_list` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Iter` in module `linked_list` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rs-collection_traits-dca7cc2c0ed7a0a9/a75d1c2/src/linked_list.rs:75:30 [INFO] [stdout] | [INFO] [stdout] 75 | type Iter = linked_list::Iter<'a, T>; [INFO] [stdout] | ^^^^ not found in `linked_list` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use alloc::collections::binary_heap::Iter; [INFO] [stdout] | [INFO] [stdout] 1 | use alloc::collections::btree_map::Iter; [INFO] [stdout] | [INFO] [stdout] 1 | use alloc::collections::btree_set::Iter; [INFO] [stdout] | [INFO] [stdout] 1 | use alloc::collections::linked_list::Iter; [INFO] [stdout] | [INFO] [stdout] and 8 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IterMut` in module `linked_list` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rs-collection_traits-dca7cc2c0ed7a0a9/a75d1c2/src/linked_list.rs:84:33 [INFO] [stdout] | [INFO] [stdout] 84 | type IterMut = linked_list::IterMut<'a, T>; [INFO] [stdout] | ^^^^^^^ not found in `linked_list` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use alloc::collections::btree_map::IterMut; [INFO] [stdout] | [INFO] [stdout] 1 | use alloc::collections::linked_list::IterMut; [INFO] [stdout] | [INFO] [stdout] 1 | use alloc::collections::vec_deque::IterMut; [INFO] [stdout] | [INFO] [stdout] 1 | use alloc::slice::IterMut; [INFO] [stdout] | [INFO] [stdout] and 3 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `collection_traits` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "edb0565d4dc20920869e9a91222405ccd6a7728ac047e4efcf8969ea69b0c31c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edb0565d4dc20920869e9a91222405ccd6a7728ac047e4efcf8969ea69b0c31c", kill_on_drop: false }` [INFO] [stdout] edb0565d4dc20920869e9a91222405ccd6a7728ac047e4efcf8969ea69b0c31c