[INFO] fetching crate notedown-plugin 0.1.0... [INFO] testing notedown-plugin-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate notedown-plugin 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate notedown-plugin 0.1.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate notedown-plugin 0.1.0 [INFO] finished tweaking crates.io crate notedown-plugin 0.1.0 [INFO] tweaked toml for crates.io crate notedown-plugin 0.1.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 880a9e79057170c571a46db8adc5c42453289888e4e401fbed0e28570a24db12 [INFO] running `Command { std: "docker" "start" "-a" "880a9e79057170c571a46db8adc5c42453289888e4e401fbed0e28570a24db12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "880a9e79057170c571a46db8adc5c42453289888e4e401fbed0e28570a24db12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "880a9e79057170c571a46db8adc5c42453289888e4e401fbed0e28570a24db12", kill_on_drop: false }` [INFO] [stdout] 880a9e79057170c571a46db8adc5c42453289888e4e401fbed0e28570a24db12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3fe780a04a43430c991b9e34d601523da2ce3a2ef722415166e9386ff911f545 [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" "3fe780a04a43430c991b9e34d601523da2ce3a2ef722415166e9386ff911f545", kill_on_drop: false }` [INFO] [stderr] Compiling notedown_ast v0.13.13 [INFO] [stdout] error[E0432]: unresolved import `yggdrasil_shared::records::Url` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/notedown_ast-0.13.13/src/errors/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use yggdrasil_shared::records::Url; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Url` in `records` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `yggdrasil_shared::records::lsp_types`, `yggdrasil_shared::records::TextIndex` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/notedown_ast-0.13.13/src/traits/toc/mod.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | lsp_types::{DocumentSymbol, SymbolKind}, [INFO] [stdout] | ^^^^^^^^^ could not find `lsp_types` in `records` [INFO] [stdout] 5 | TextIndex, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `TextIndex` in `records` [INFO] [stdout] | help: a similar name exists in the module: `text_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: module `records` is private [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/notedown_ast-0.13.13/src/errors/mod.rs:8:23 [INFO] [stdout] | [INFO] [stdout] 8 | use yggdrasil_shared::records::Url; [INFO] [stdout] | ^^^^^^^ private module [INFO] [stdout] | [INFO] [stdout] note: the module `records` is defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yggdrasil-shared-0.1.10/src/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub(crate) mod records; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: module `records` is private [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/notedown_ast-0.13.13/src/traits/toc/mod.rs:3:23 [INFO] [stdout] | [INFO] [stdout] 3 | use yggdrasil_shared::records::{ [INFO] [stdout] | ^^^^^^^ private module [INFO] [stdout] | [INFO] [stdout] note: the module `records` is defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yggdrasil-shared-0.1.10/src/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub(crate) mod records; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: module `records` is private [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/notedown_ast-0.13.13/src/lib.rs:23:31 [INFO] [stdout] | [INFO] [stdout] 23 | pub use yggdrasil_shared::records::*; [INFO] [stdout] | ^^^^^^^ private module [INFO] [stdout] | [INFO] [stdout] note: the module `records` is defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yggdrasil-shared-0.1.10/src/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub(crate) mod records; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/notedown_ast-0.13.13/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(box_syntax)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/notedown_ast-0.13.13/src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(map_first_last)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/notedown_ast-0.13.13/src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(arbitrary_enum_discriminant)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/notedown_ast-0.13.13/src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(map_first_last)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/notedown_ast-0.13.13/src/errors/mod.rs:52:66 [INFO] [stdout] | [INFO] [stdout] 52 | Self { kind: Box::new(NoteErrorKind::Unreachable), file: None, range: None } [INFO] [stdout] | ^^^^ cannot infer type for type parameter `T` declared on the enum `Option` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/notedown_ast-0.13.13/src/errors/error_std.rs:7:71 [INFO] [stdout] | [INFO] [stdout] 7 | Self { kind: Box::new(NoteErrorKind::$name(e)), file: None, range: None } [INFO] [stdout] | ^^^^ cannot infer type for type parameter `T` declared on the enum `Option` [INFO] [stdout] ... [INFO] [stdout] 16 | / error_wrap![ [INFO] [stdout] 17 | | std::io::Error => IOError, [INFO] [stdout] 18 | | std::fmt::Error => FormatError, [INFO] [stdout] 19 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `error_wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/notedown_ast-0.13.13/src/errors/error_std.rs:7:71 [INFO] [stdout] | [INFO] [stdout] 7 | Self { kind: Box::new(NoteErrorKind::$name(e)), file: None, range: None } [INFO] [stdout] | ^^^^ cannot infer type for type parameter `T` declared on the enum `Option` [INFO] [stdout] ... [INFO] [stdout] 16 | / error_wrap![ [INFO] [stdout] 17 | | std::io::Error => IOError, [INFO] [stdout] 18 | | std::fmt::Error => FormatError, [INFO] [stdout] 19 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `error_wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/notedown_ast-0.13.13/src/errors/mod.rs:59:48 [INFO] [stdout] | [INFO] [stdout] 59 | Self { kind: Box::new(kind), file: None, range: None } [INFO] [stdout] | ^^^^ cannot infer type for type parameter `T` declared on the enum `Option` [INFO] [stdout] ... [INFO] [stdout] 67 | / error_msg![ [INFO] [stdout] 68 | | type_mismatch => TypeMismatch, [INFO] [stdout] 69 | | runtime_error => RuntimeError, [INFO] [stdout] 70 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `error_msg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/notedown_ast-0.13.13/src/errors/mod.rs:59:48 [INFO] [stdout] | [INFO] [stdout] 59 | Self { kind: Box::new(kind), file: None, range: None } [INFO] [stdout] | ^^^^ cannot infer type for type parameter `T` declared on the enum `Option` [INFO] [stdout] ... [INFO] [stdout] 67 | / error_msg![ [INFO] [stdout] 68 | | type_mismatch => TypeMismatch, [INFO] [stdout] 69 | | runtime_error => RuntimeError, [INFO] [stdout] 70 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `error_msg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 14 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0554, E0603. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `notedown_ast` due to 15 previous errors [INFO] running `Command { std: "docker" "inspect" "3fe780a04a43430c991b9e34d601523da2ce3a2ef722415166e9386ff911f545", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3fe780a04a43430c991b9e34d601523da2ce3a2ef722415166e9386ff911f545", kill_on_drop: false }` [INFO] [stdout] 3fe780a04a43430c991b9e34d601523da2ce3a2ef722415166e9386ff911f545