[INFO] fetching crate option_trait 1.0.7... [INFO] checking option_trait-1.0.7 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate option_trait 1.0.7 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate option_trait 1.0.7 [INFO] finished tweaking crates.io crate option_trait 1.0.7 [INFO] tweaked toml for crates.io crate option_trait 1.0.7 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate option_trait 1.0.7 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate option_trait 1.0.7 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded moddef v0.2.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7bd5af30b223683534277889795760185ce1c928ea1e57788498c5d1cd77025c [INFO] running `Command { std: "docker" "start" "-a" "7bd5af30b223683534277889795760185ce1c928ea1e57788498c5d1cd77025c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7bd5af30b223683534277889795760185ce1c928ea1e57788498c5d1cd77025c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7bd5af30b223683534277889795760185ce1c928ea1e57788498c5d1cd77025c", kill_on_drop: false }` [INFO] [stdout] 7bd5af30b223683534277889795760185ce1c928ea1e57788498c5d1cd77025c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a56b3d0785de3991c140126a50f3d8819b88c121a3b9d2e91b084bcf8bb4d6e4 [INFO] running `Command { std: "docker" "start" "-a" "a56b3d0785de3991c140126a50f3d8819b88c121a3b9d2e91b084bcf8bb4d6e4", kill_on_drop: false }` [INFO] [stderr] Checking moddef v0.2.6 [INFO] [stderr] Checking option_trait v1.0.7 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `static_assertions` [INFO] [stdout] --> src/lib.rs:241:9 [INFO] [stdout] | [INFO] [stdout] 241 | use static_assertions::assert_type_eq_all; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `static_assertions` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `static_assertions`, use `cargo add static_assertions` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `static_assertions` [INFO] [stdout] --> src/optional.rs:237:9 [INFO] [stdout] | [INFO] [stdout] 237 | use static_assertions::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `static_assertions` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `static_assertions`, use `cargo add static_assertions` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `static_assertions` [INFO] [stdout] --> src/maybe.rs:2893:9 [INFO] [stdout] | [INFO] [stdout] 2893 | use static_assertions::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `static_assertions` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `static_assertions`, use `cargo add static_assertions` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `static_assertions` [INFO] [stdout] --> src/lib.rs:253:13 [INFO] [stdout] | [INFO] [stdout] 253 | use static_assertions::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `static_assertions` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `static_assertions`, use `cargo add static_assertions` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/optional.rs:241:5 [INFO] [stdout] | [INFO] [stdout] 241 | assert_type_eq_all!( as Optional>::Some, i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2895:5 [INFO] [stdout] | [INFO] [stdout] 2895 | assert_type_eq_all!( as Maybe>::Pure, Option); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2896:5 [INFO] [stdout] | [INFO] [stdout] 2896 | assert_type_eq_all!(>::Pure, i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2897:5 [INFO] [stdout] | [INFO] [stdout] 2897 | assert_type_eq_all!(<() as Maybe>::Pure, ()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2898:5 [INFO] [stdout] | [INFO] [stdout] 2898 | assert_type_eq_all!(<[i32; 1] as Maybe>::Pure, i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2899:5 [INFO] [stdout] | [INFO] [stdout] 2899 | assert_type_eq_all!(<[i32; 0] as Maybe>::Pure, ()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2901:5 [INFO] [stdout] | [INFO] [stdout] 2901 | assert_type_eq_all!( as Maybe>::PureRef<'static>, Option<&i32>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2902:5 [INFO] [stdout] | [INFO] [stdout] 2902 | assert_type_eq_all!(>::PureRef<'static>, &i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2903:5 [INFO] [stdout] | [INFO] [stdout] 2903 | assert_type_eq_all!(<() as Maybe>::PureRef<'static>, ()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2904:5 [INFO] [stdout] | [INFO] [stdout] 2904 | assert_type_eq_all!(<[i32; 1] as Maybe>::PureRef<'static>, &i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2905:5 [INFO] [stdout] | [INFO] [stdout] 2905 | assert_type_eq_all!(<[i32; 0] as Maybe>::PureRef<'static>, ()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2907:5 [INFO] [stdout] | [INFO] [stdout] 2907 | assert_type_eq_all!( as Maybe>::PureMut<'static>, Option<&mut i32>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2908:5 [INFO] [stdout] | [INFO] [stdout] 2908 | assert_type_eq_all!(>::PureMut<'static>, &mut i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2909:5 [INFO] [stdout] | [INFO] [stdout] 2909 | assert_type_eq_all!(<() as Maybe>::PureMut<'static>, ()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2910:5 [INFO] [stdout] | [INFO] [stdout] 2910 | assert_type_eq_all!(<[i32; 1] as Maybe>::PureMut<'static>, &mut i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2911:5 [INFO] [stdout] | [INFO] [stdout] 2911 | assert_type_eq_all!(<[i32; 0] as Maybe>::PureMut<'static>, ()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2913:5 [INFO] [stdout] | [INFO] [stdout] 2913 | assert_type_eq_all!( as Maybe>::PurePinRef<'static>, Option>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2914:5 [INFO] [stdout] | [INFO] [stdout] 2914 | assert_type_eq_all!(>::PurePinRef<'static>, Pin<&i32>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2915:5 [INFO] [stdout] | [INFO] [stdout] 2915 | assert_type_eq_all!(<() as Maybe>::PurePinRef<'static>, ()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2916:5 [INFO] [stdout] | [INFO] [stdout] 2916 | assert_type_eq_all!(<[i32; 1] as Maybe>::PurePinRef<'static>, Pin<&i32>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2917:5 [INFO] [stdout] | [INFO] [stdout] 2917 | assert_type_eq_all!(<[i32; 0] as Maybe>::PurePinRef<'static>, ()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2919:5 [INFO] [stdout] | [INFO] [stdout] 2919 | assert_type_eq_all!( as Maybe>::PurePinMut<'static>, Option>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2920:5 [INFO] [stdout] | [INFO] [stdout] 2920 | assert_type_eq_all!(>::PurePinMut<'static>, Pin<&mut i32>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2921:5 [INFO] [stdout] | [INFO] [stdout] 2921 | assert_type_eq_all!(<() as Maybe>::PurePinMut<'static>, ()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2922:5 [INFO] [stdout] | [INFO] [stdout] 2922 | assert_type_eq_all!(<[i32; 1] as Maybe>::PurePinMut<'static>, Pin<&mut i32>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2923:5 [INFO] [stdout] | [INFO] [stdout] 2923 | assert_type_eq_all!(<[i32; 0] as Maybe>::PurePinMut<'static>, ()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2925:5 [INFO] [stdout] | [INFO] [stdout] 2925 | assert_type_eq_all!( as Maybe>::Mapped, Option); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2926:5 [INFO] [stdout] | [INFO] [stdout] 2926 | assert_type_eq_all!(>::Mapped, u64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2927:5 [INFO] [stdout] | [INFO] [stdout] 2927 | assert_type_eq_all!(<() as Maybe>::Mapped, ()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2928:5 [INFO] [stdout] | [INFO] [stdout] 2928 | assert_type_eq_all!(<[i32; 1] as Maybe>::Mapped, [u64; 1]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2929:5 [INFO] [stdout] | [INFO] [stdout] 2929 | assert_type_eq_all!(<[i32; 0] as Maybe>::Mapped, [u64; 0]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2931:5 [INFO] [stdout] | [INFO] [stdout] 2931 | assert_type_eq_all!( as Maybe<&i32>>::Copied, Option); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2932:5 [INFO] [stdout] | [INFO] [stdout] 2932 | assert_type_eq_all!(<&i32 as Maybe<&i32>>::Copied, i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2933:5 [INFO] [stdout] | [INFO] [stdout] 2933 | assert_type_eq_all!(<() as Maybe<&i32>>::Copied, ()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2934:5 [INFO] [stdout] | [INFO] [stdout] 2934 | assert_type_eq_all!(<[&i32; 1] as Maybe<&i32>>::Copied, [i32; 1]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2935:5 [INFO] [stdout] | [INFO] [stdout] 2935 | assert_type_eq_all!(<[&i32; 0] as Maybe<&i32>>::Copied, [i32; 0]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2945:5 [INFO] [stdout] | [INFO] [stdout] 2945 | assert_type_eq_all!( as Maybe>::AsRef<'static>, Option<&i32>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2946:5 [INFO] [stdout] | [INFO] [stdout] 2946 | assert_type_eq_all!(>::AsRef<'static>, &i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2947:5 [INFO] [stdout] | [INFO] [stdout] 2947 | assert_type_eq_all!(<() as Maybe>::AsRef<'static>, ()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2948:5 [INFO] [stdout] | [INFO] [stdout] 2948 | assert_type_eq_all!(<[i32; 1] as Maybe>::AsRef<'static>, [&i32; 1]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2949:5 [INFO] [stdout] | [INFO] [stdout] 2949 | assert_type_eq_all!(<[i32; 0] as Maybe>::AsRef<'static>, [&i32; 0]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2951:5 [INFO] [stdout] | [INFO] [stdout] 2951 | assert_type_eq_all!( as Maybe>::AsMut<'static>, Option<&mut i32>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2952:5 [INFO] [stdout] | [INFO] [stdout] 2952 | assert_type_eq_all!(>::AsMut<'static>, &mut i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2953:5 [INFO] [stdout] | [INFO] [stdout] 2953 | assert_type_eq_all!(<() as Maybe>::AsMut<'static>, ()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2954:5 [INFO] [stdout] | [INFO] [stdout] 2954 | assert_type_eq_all!(<[i32; 1] as Maybe>::AsMut<'static>, [&mut i32; 1]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2955:5 [INFO] [stdout] | [INFO] [stdout] 2955 | assert_type_eq_all!(<[i32; 0] as Maybe>::AsMut<'static>, [&mut i32; 0]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2957:5 [INFO] [stdout] | [INFO] [stdout] 2957 | assert_type_eq_all!( as Maybe>::AsPinRef<'static>, Option>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2958:5 [INFO] [stdout] | [INFO] [stdout] 2958 | assert_type_eq_all!(>::AsPinRef<'static>, Pin<&i32>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2959:5 [INFO] [stdout] | [INFO] [stdout] 2959 | assert_type_eq_all!(<() as Maybe>::AsPinRef<'static>, ()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2960:5 [INFO] [stdout] | [INFO] [stdout] 2960 | assert_type_eq_all!(<[i32; 1] as Maybe>::AsPinRef<'static>, [Pin<&i32>; 1]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2961:5 [INFO] [stdout] | [INFO] [stdout] 2961 | assert_type_eq_all!(<[i32; 0] as Maybe>::AsPinRef<'static>, [Pin<&i32>; 0]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2963:5 [INFO] [stdout] | [INFO] [stdout] 2963 | assert_type_eq_all!( as Maybe>::AsPinMut<'static>, Option>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2964:5 [INFO] [stdout] | [INFO] [stdout] 2964 | assert_type_eq_all!(>::AsPinMut<'static>, Pin<&mut i32>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2965:5 [INFO] [stdout] | [INFO] [stdout] 2965 | assert_type_eq_all!(<() as Maybe>::AsPinMut<'static>, ()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2966:5 [INFO] [stdout] | [INFO] [stdout] 2966 | assert_type_eq_all!(<[i32; 1] as Maybe>::AsPinMut<'static>, [Pin<&mut i32>; 1]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2967:5 [INFO] [stdout] | [INFO] [stdout] 2967 | assert_type_eq_all!(<[i32; 0] as Maybe>::AsPinMut<'static>, [Pin<&mut i32>; 0]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2969:5 [INFO] [stdout] | [INFO] [stdout] 2969 | assert_type_eq_all!(> as Maybe>>::AsDeref<'static>, Option<&i32>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2970:5 [INFO] [stdout] | [INFO] [stdout] 2970 | assert_type_eq_all!( as Maybe>>::AsDeref<'static>, &i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2971:5 [INFO] [stdout] | [INFO] [stdout] 2971 | assert_type_eq_all!(<() as Maybe>>::AsDeref<'static>, ()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2972:5 [INFO] [stdout] | [INFO] [stdout] 2972 | assert_type_eq_all!(<[Box; 1] as Maybe>>::AsDeref<'static>, [&i32; 1]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/maybe.rs:2973:5 [INFO] [stdout] | [INFO] [stdout] 2973 | assert_type_eq_all!(<[Box; 0] as Maybe>>::AsDeref<'static>, [&i32; 0]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | #![feature(generic_const_exprs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #76560 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::Optional` [INFO] [stdout] --> src/optional.rs:239:9 [INFO] [stdout] | [INFO] [stdout] 239 | use crate::Optional; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::pin::Pin` [INFO] [stdout] --> src/maybe.rs:2890:9 [INFO] [stdout] | [INFO] [stdout] 2890 | use core::pin::Pin; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::*` [INFO] [stdout] --> src/maybe.rs:2892:9 [INFO] [stdout] | [INFO] [stdout] 2892 | use crate::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | #![feature(generic_const_exprs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #76560 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] thread 'rustc' (36) panicked at /rustc-dev/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/compiler/rustc_type_ir/src/binder.rs:776:9: [INFO] [stderr] type parameter `T/#1` (T/#1/1) out of range when instantiating, args=[?2t] [INFO] [stderr] stack backtrace: [INFO] [stderr] [INFO] [stderr] thread 'rustc' (39) panicked at /rustc-dev/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/compiler/rustc_type_ir/src/binder.rs:776:9: [INFO] [stderr] type parameter `T/#1` (T/#1/1) out of range when instantiating, args=[?2t] [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7cdf34be5a43 - ::fmt::hff1a9408d012ee89 [INFO] [stderr] 0: 0x761f28fe5a43 - ::fmt::hff1a9408d012ee89 [INFO] [stderr] 1: 0x761f29801bfc - core::fmt::write::h2f1fc679f228cc52 [INFO] [stderr] 1: 0x7cdf35401bfc - core::fmt::write::h2f1fc679f228cc52 [INFO] [stderr] 2: 0x7cdf34bd0493 - std::io::Write::write_fmt::haa2231cbd9aebf95 [INFO] [stderr] 2: 0x761f28fd0493 - std::io::Write::write_fmt::haa2231cbd9aebf95 [INFO] [stderr] 3: 0x761f28fe58a2 - std::sys::backtrace::BacktraceLock::print::h28bfdbcac6d3828b [INFO] [stderr] 4: 0x761f28fc7c1f - std::panicking::default_hook::{{closure}}::h1f968e3a24b0e3b4 [INFO] [stderr] 3: 0x7cdf34be58a2 - std::sys::backtrace::BacktraceLock::print::h28bfdbcac6d3828b [INFO] [stderr] 5: 0x761f28fc774b - std::panicking::default_hook::h43da101644971931 [INFO] [stderr] 4: 0x7cdf34bc7c1f - std::panicking::default_hook::{{closure}}::h1f968e3a24b0e3b4 [INFO] [stderr] 6: 0x761f280491b5 - std[619c96d97fe952c]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x761f28fc8313 - std::panicking::panic_with_hook::hb4e916c3e65eccec [INFO] [stderr] 8: 0x761f28fe544a - std::panicking::panic_handler::{{closure}}::hbff715d0475cf1bd [INFO] [stderr] 9: 0x761f28fe53a9 - std::sys::backtrace::__rust_end_short_backtrace::hd6f43484e45a4955 [INFO] [stderr] 5: 0x7cdf34bc774b - std::panicking::default_hook::h43da101644971931 [INFO] [stderr] 10: 0x761f28fc89ed - __rustc[b29d3319de9a3146]::rust_begin_unwind [INFO] [stderr] 11: 0x761f256d8890 - core::panicking::panic_fmt::h5f8d281875be5ff1 [INFO] [stderr] 6: 0x7cdf33c491b5 - std[619c96d97fe952c]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x7cdf34bc8313 - std::panicking::panic_with_hook::hb4e916c3e65eccec [INFO] [stderr] 8: 0x7cdf34be544a - std::panicking::panic_handler::{{closure}}::hbff715d0475cf1bd [INFO] [stderr] 9: 0x7cdf34be53a9 - std::sys::backtrace::__rust_end_short_backtrace::hd6f43484e45a4955 [INFO] [stderr] 10: 0x7cdf34bc89ed - __rustc[b29d3319de9a3146]::rust_begin_unwind [INFO] [stderr] 11: 0x7cdf312d8890 - core::panicking::panic_fmt::h5f8d281875be5ff1 [INFO] [stderr] 12: 0x761f2863d2c9 - >::type_param_out_of_range [INFO] [stderr] 12: 0x7cdf3423d2c9 - >::type_param_out_of_range [INFO] [stderr] 13: 0x761f2986acd9 - as rustc_type_ir[8b850a2c7d3957e7]::fold::TypeFolder>::fold_ty [INFO] [stderr] 13: 0x7cdf3546acd9 - as rustc_type_ir[8b850a2c7d3957e7]::fold::TypeFolder>::fold_ty [INFO] [stderr] 14: 0x761f298670d0 - <&rustc_middle[5ca2e9449305faae]::ty::list::RawList<(), rustc_middle[5ca2e9449305faae]::ty::generic_args::GenericArg> as rustc_type_ir[8b850a2c7d3957e7]::fold::TypeFoldable>::fold_with::> [INFO] [stderr] 14: 0x7cdf354670d0 - <&rustc_middle[5ca2e9449305faae]::ty::list::RawList<(), rustc_middle[5ca2e9449305faae]::ty::generic_args::GenericArg> as rustc_type_ir[8b850a2c7d3957e7]::fold::TypeFoldable>::fold_with::> [INFO] [stderr] 15: 0x761f2b06d26b - as rustc_type_ir[8b850a2c7d3957e7]::fold::TypeFolder>::fold_const.cold [INFO] [stderr] 15: 0x7cdf36c6d26b - as rustc_type_ir[8b850a2c7d3957e7]::fold::TypeFolder>::fold_const.cold [INFO] [stderr] 16: 0x761f29a3956f - rustc_trait_selection[bc34561fa9facc91]::traits::project::confirm_candidate [INFO] [stderr] 17: 0x761f29a4440e - rustc_trait_selection[bc34561fa9facc91]::traits::project::opt_normalize_projection_term [INFO] [stderr] 16: 0x7cdf3563956f - rustc_trait_selection[bc34561fa9facc91]::traits::project::confirm_candidate [INFO] [stderr] 17: 0x7cdf3564440e - rustc_trait_selection[bc34561fa9facc91]::traits::project::opt_normalize_projection_term [INFO] [stderr] 18: 0x7cdf3564046f - ::commit_if_ok:: [INFO] [stderr] 19: 0x7cdf35ed2c2e - ::evaluate_candidate::{closure#0}::{closure#0} [INFO] [stderr] 20: 0x7cdf366eb421 - ::poly_select::{closure#0} [INFO] [stderr] 18: 0x761f29a4046f - ::commit_if_ok:: [INFO] [stderr] 19: 0x761f2a2d2c2e - ::evaluate_candidate::{closure#0}::{closure#0} [INFO] [stderr] 20: 0x761f2aaeb421 - ::poly_select::{closure#0} [INFO] [stderr] 21: 0x761f2a05dd25 - ::process_obligation [INFO] [stderr] 22: 0x761f29804fc9 - >::process_obligations:: [INFO] [stderr] 23: 0x761f29fdc527 - as rustc_infer[582606bb35cfd709]::traits::engine::TraitEngine>::select_all_or_error [INFO] [stderr] 21: 0x7cdf35c5dd25 - ::process_obligation [INFO] [stderr] 22: 0x7cdf35404fc9 - >::process_obligations:: [INFO] [stderr] 23: 0x7cdf35bdc527 - as rustc_infer[582606bb35cfd709]::traits::engine::TraitEngine>::select_all_or_error [INFO] [stderr] 24: 0x761f2abab3a9 - rustc_hir_analysis[e18ae3d50920231f]::check::wfcheck::check_trait [INFO] [stderr] 25: 0x761f2a1090bd - rustc_hir_analysis[e18ae3d50920231f]::check::check::check_item_type [INFO] [stderr] 26: 0x761f2a10035b - rustc_hir_analysis[e18ae3d50920231f]::check::wfcheck::check_well_formed [INFO] [stderr] 24: 0x7cdf367ab3a9 - rustc_hir_analysis[e18ae3d50920231f]::check::wfcheck::check_trait [INFO] [stderr] 25: 0x7cdf35d090bd - rustc_hir_analysis[e18ae3d50920231f]::check::check::check_item_type [INFO] [stderr] 26: 0x7cdf35d0035b - rustc_hir_analysis[e18ae3d50920231f]::check::wfcheck::check_well_formed [INFO] [stderr] 27: 0x7cdf35d00323 - rustc_query_impl[e2f117ce3af55616]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 27: 0x761f2a100323 - rustc_query_impl[e2f117ce3af55616]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 28: 0x7cdf35cffb63 - rustc_query_system[c907f34f82b7658f]::query::plumbing::try_execute_query::, rustc_query_system[c907f34f82b7658f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[e2f117ce3af55616]::plumbing::QueryCtxt, false> [INFO] [stderr] 28: 0x761f2a0ffb63 - rustc_query_system[c907f34f82b7658f]::query::plumbing::try_execute_query::, rustc_query_system[c907f34f82b7658f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[e2f117ce3af55616]::plumbing::QueryCtxt, false> [INFO] [stderr] 29: 0x7cdf35cff682 - rustc_query_impl[e2f117ce3af55616]::query_impl::check_well_formed::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 30: 0x7cdf35cfc6af - rustc_hir_analysis[e18ae3d50920231f]::check::wfcheck::check_type_wf [INFO] [stderr] 29: 0x761f2a0ff682 - rustc_query_impl[e2f117ce3af55616]::query_impl::check_well_formed::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 30: 0x761f2a0fc6af - rustc_hir_analysis[e18ae3d50920231f]::check::wfcheck::check_type_wf [INFO] [stderr] 31: 0x761f2a0fc5c9 - rustc_query_impl[e2f117ce3af55616]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 31: 0x7cdf35cfc5c9 - rustc_query_impl[e2f117ce3af55616]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 32: 0x7cdf364a6954 - rustc_query_system[c907f34f82b7658f]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[e2f117ce3af55616]::plumbing::QueryCtxt, false> [INFO] [stderr] 33: 0x7cdf364a6736 - rustc_query_impl[e2f117ce3af55616]::query_impl::check_type_wf::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 34: 0x7cdf356b915d - rustc_hir_analysis[e18ae3d50920231f]::check_crate [INFO] [stderr] 32: 0x761f2a8a6954 - rustc_query_system[c907f34f82b7658f]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[e2f117ce3af55616]::plumbing::QueryCtxt, false> [INFO] [stderr] 33: 0x761f2a8a6736 - rustc_query_impl[e2f117ce3af55616]::query_impl::check_type_wf::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 34: 0x761f29ab915d - rustc_hir_analysis[e18ae3d50920231f]::check_crate [INFO] [stderr] 35: 0x761f29aacd7a - rustc_interface[b77c32c3bfe8d9]::passes::analysis [INFO] [stderr] 36: 0x761f29aaca39 - rustc_query_impl[e2f117ce3af55616]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 37: 0x761f2a8ad726 - rustc_query_system[c907f34f82b7658f]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[e2f117ce3af55616]::plumbing::QueryCtxt, false> [INFO] [stderr] 38: 0x761f2a8ad37c - rustc_query_impl[e2f117ce3af55616]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 35: 0x7cdf356acd7a - rustc_interface[b77c32c3bfe8d9]::passes::analysis [INFO] [stderr] 36: 0x7cdf356aca39 - rustc_query_impl[e2f117ce3af55616]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 37: 0x7cdf364ad726 - rustc_query_system[c907f34f82b7658f]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[e2f117ce3af55616]::plumbing::QueryCtxt, false> [INFO] [stderr] 38: 0x7cdf364ad37c - rustc_query_impl[e2f117ce3af55616]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 39: 0x7cdf3658ed8b - rustc_interface[b77c32c3bfe8d9]::passes::create_and_enter_global_ctxt::, rustc_driver_impl[c8262843f73b2e4e]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0} [INFO] [stderr] 40: 0x7cdf365efe03 - rustc_interface[b77c32c3bfe8d9]::interface::run_compiler::<(), rustc_driver_impl[c8262843f73b2e4e]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 41: 0x7cdf3654e7fb - std[619c96d97fe952c]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 42: 0x7cdf3654e4d4 - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[b7f6e7468eb674bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 43: 0x7cdf3654a28b - std::sys::pal::unix::thread::Thread::new::thread_start::h66ff1bba185a50cf [INFO] [stderr] 44: 0x7cdf2fe8aaa4 - [INFO] [stderr] 45: 0x7cdf2ff17a34 - clone [INFO] [stderr] 46: 0x0 - [INFO] [stderr] [INFO] [stderr] 39: 0x761f2a98ed8b - rustc_interface[b77c32c3bfe8d9]::passes::create_and_enter_global_ctxt::, rustc_driver_impl[c8262843f73b2e4e]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0} [INFO] [stderr] 40: 0x761f2a9efe03 - rustc_interface[b77c32c3bfe8d9]::interface::run_compiler::<(), rustc_driver_impl[c8262843f73b2e4e]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 41: 0x761f2a94e7fb - std[619c96d97fe952c]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 42: 0x761f2a94e4d4 - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[b7f6e7468eb674bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 43: 0x761f2a94a28b - std::sys::pal::unix::thread::Thread::new::thread_start::h66ff1bba185a50cf [INFO] [stderr] 44: 0x761f2428aaa4 - [INFO] [stderr] 45: 0x761f24317a34 - clone [INFO] [stderr] 46: 0x0 - [INFO] [stderr] [INFO] [stderr] error: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] error: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: using internal features is not supported and expected to cause internal compiler errors when used incorrectly [INFO] [stderr] [INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2025-08-25T13_36_56-34.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.91.0-nightly (350d0ef0e 2025-08-13) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: using internal features is not supported and expected to cause internal compiler errors when used incorrectly [INFO] [stderr] [INFO] [stderr] note: compiler flags: -C embed-bitcode=no -C debuginfo=2 [INFO] [stderr] [INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2025-08-25T13_36_57-32.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] note: rustc 1.91.0-nightly (350d0ef0e 2025-08-13) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib -C embed-bitcode=no -C debuginfo=2 [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] query stack during panic: [INFO] [stderr] #0 [check_well_formed] checking that `Same` is well-formed [INFO] [stderr] #1 [check_type_wf] checking that types are well-formed [INFO] [stderr] #2 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] #0 [check_well_formed] checking that `Same` is well-formed [INFO] [stderr] #1 [check_type_wf] checking that types are well-formed [INFO] [stderr] #2 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] [INFO] [stderr] thread 'rustc' (39) panicked at /rustc-dev/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/compiler/rustc_type_ir/src/binder.rs:776:9: [INFO] [stderr] type parameter `T/#1` (T/#1/1) out of range when instantiating, args=[?2t] [INFO] [stderr] [INFO] [stderr] thread 'rustc' (36) panicked at /rustc-dev/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/compiler/rustc_type_ir/src/binder.rs:776:9: [INFO] [stderr] type parameter `T/#1` (T/#1/1) out of range when instantiating, args=[?2t] [INFO] [stderr] stack backtrace: [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x761f28fe5a43 - ::fmt::hff1a9408d012ee89 [INFO] [stderr] 1: 0x761f29801bfc - core::fmt::write::h2f1fc679f228cc52 [INFO] [stderr] 2: 0x761f28fd0493 - std::io::Write::write_fmt::haa2231cbd9aebf95 [INFO] [stderr] 3: 0x761f28fe58a2 - std::sys::backtrace::BacktraceLock::print::h28bfdbcac6d3828b [INFO] [stderr] 4: 0x761f28fc7c1f - std::panicking::default_hook::{{closure}}::h1f968e3a24b0e3b4 [INFO] [stderr] 5: 0x761f28fc774b - std::panicking::default_hook::h43da101644971931 [INFO] [stderr] 6: 0x761f280491b5 - std[619c96d97fe952c]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x761f28fc8313 - std::panicking::panic_with_hook::hb4e916c3e65eccec [INFO] [stderr] 8: 0x761f28fe544a - std::panicking::panic_handler::{{closure}}::hbff715d0475cf1bd [INFO] [stderr] 9: 0x761f28fe53a9 - std::sys::backtrace::__rust_end_short_backtrace::hd6f43484e45a4955 [INFO] [stderr] 10: 0x761f28fc89ed - __rustc[b29d3319de9a3146]::rust_begin_unwind [INFO] [stderr] 11: 0x761f256d8890 - core::panicking::panic_fmt::h5f8d281875be5ff1 [INFO] [stderr] 12: 0x761f2863d2c9 - >::type_param_out_of_range [INFO] [stderr] 13: 0x761f2986acd9 - as rustc_type_ir[8b850a2c7d3957e7]::fold::TypeFolder>::fold_ty [INFO] [stderr] 14: 0x761f298670d0 - <&rustc_middle[5ca2e9449305faae]::ty::list::RawList<(), rustc_middle[5ca2e9449305faae]::ty::generic_args::GenericArg> as rustc_type_ir[8b850a2c7d3957e7]::fold::TypeFoldable>::fold_with::> [INFO] [stderr] 15: 0x761f2b06d26b - as rustc_type_ir[8b850a2c7d3957e7]::fold::TypeFolder>::fold_const.cold [INFO] [stderr] 16: 0x761f29a3956f - rustc_trait_selection[bc34561fa9facc91]::traits::project::confirm_candidate [INFO] [stderr] 17: 0x761f29a4440e - rustc_trait_selection[bc34561fa9facc91]::traits::project::opt_normalize_projection_term [INFO] [stderr] 18: 0x761f29a4046f - ::commit_if_ok:: [INFO] [stderr] 19: 0x761f2a2d2c2e - ::evaluate_candidate::{closure#0}::{closure#0} [INFO] [stderr] 20: 0x761f2aaeb421 - ::poly_select::{closure#0} [INFO] [stderr] 21: 0x761f2a05dd25 - ::process_obligation [INFO] [stderr] 22: 0x761f29804fc9 - >::process_obligations:: [INFO] [stderr] 23: 0x761f29fdc527 - as rustc_infer[582606bb35cfd709]::traits::engine::TraitEngine>::select_all_or_error [INFO] [stderr] 24: 0x761f2abab3a9 - rustc_hir_analysis[e18ae3d50920231f]::check::wfcheck::check_trait [INFO] [stderr] 25: 0x761f2a1090bd - rustc_hir_analysis[e18ae3d50920231f]::check::check::check_item_type [INFO] [stderr] 26: 0x761f2a10035b - rustc_hir_analysis[e18ae3d50920231f]::check::wfcheck::check_well_formed [INFO] [stderr] 27: 0x761f2a100323 - rustc_query_impl[e2f117ce3af55616]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 28: 0x761f2a0ffb63 - rustc_query_system[c907f34f82b7658f]::query::plumbing::try_execute_query::, rustc_query_system[c907f34f82b7658f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[e2f117ce3af55616]::plumbing::QueryCtxt, false> [INFO] [stderr] 29: 0x761f2a0ff682 - rustc_query_impl[e2f117ce3af55616]::query_impl::check_well_formed::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 30: 0x761f2a0fc6af - rustc_hir_analysis[e18ae3d50920231f]::check::wfcheck::check_type_wf [INFO] [stderr] 31: 0x761f2a0fc5c9 - rustc_query_impl[e2f117ce3af55616]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 32: 0x761f2a8a6954 - rustc_query_system[c907f34f82b7658f]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[e2f117ce3af55616]::plumbing::QueryCtxt, false> [INFO] [stderr] 33: 0x761f2a8a6736 - rustc_query_impl[e2f117ce3af55616]::query_impl::check_type_wf::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 34: 0x761f29ab915d - rustc_hir_analysis[e18ae3d50920231f]::check_crate [INFO] [stderr] 35: 0x761f29aacd7a - rustc_interface[b77c32c3bfe8d9]::passes::analysis [INFO] [stderr] 36: 0x761f29aaca39 - rustc_query_impl[e2f117ce3af55616]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 37: 0x761f2a8ad726 - rustc_query_system[c907f34f82b7658f]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[e2f117ce3af55616]::plumbing::QueryCtxt, false> [INFO] [stderr] 38: 0x761f2a8ad37c - rustc_query_impl[e2f117ce3af55616]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 39: 0x761f2a98ed8b - rustc_interface[b77c32c3bfe8d9]::passes::create_and_enter_global_ctxt::, rustc_driver_impl[c8262843f73b2e4e]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0} [INFO] [stderr] 40: 0x761f2a9efe03 - rustc_interface[b77c32c3bfe8d9]::interface::run_compiler::<(), rustc_driver_impl[c8262843f73b2e4e]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 41: 0x761f2a94e7fb - std[619c96d97fe952c]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 0: 0x7cdf34be5a43 - ::fmt::hff1a9408d012ee89 [INFO] [stderr] 1: 0x7cdf35401bfc - core::fmt::write::h2f1fc679f228cc52 [INFO] [stderr] 2: 0x7cdf34bd0493 - std::io::Write::write_fmt::haa2231cbd9aebf95 [INFO] [stderr] 3: 0x7cdf34be58a2 - std::sys::backtrace::BacktraceLock::print::h28bfdbcac6d3828b [INFO] [stderr] 4: 0x7cdf34bc7c1f - std::panicking::default_hook::{{closure}}::h1f968e3a24b0e3b4 [INFO] [stderr] 5: 0x7cdf34bc774b - std::panicking::default_hook::h43da101644971931 [INFO] [stderr] 6: 0x7cdf33c491b5 - std[619c96d97fe952c]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x7cdf34bc8313 - std::panicking::panic_with_hook::hb4e916c3e65eccec [INFO] [stderr] 8: 0x7cdf34be544a - std::panicking::panic_handler::{{closure}}::hbff715d0475cf1bd [INFO] [stderr] 9: 0x7cdf34be53a9 - std::sys::backtrace::__rust_end_short_backtrace::hd6f43484e45a4955 [INFO] [stderr] 10: 0x7cdf34bc89ed - __rustc[b29d3319de9a3146]::rust_begin_unwind [INFO] [stderr] 11: 0x7cdf312d8890 - core::panicking::panic_fmt::h5f8d281875be5ff1 [INFO] [stderr] 12: 0x7cdf3423d2c9 - >::type_param_out_of_range [INFO] [stderr] 13: 0x7cdf3546acd9 - as rustc_type_ir[8b850a2c7d3957e7]::fold::TypeFolder>::fold_ty [INFO] [stderr] 14: 0x7cdf354670d0 - <&rustc_middle[5ca2e9449305faae]::ty::list::RawList<(), rustc_middle[5ca2e9449305faae]::ty::generic_args::GenericArg> as rustc_type_ir[8b850a2c7d3957e7]::fold::TypeFoldable>::fold_with::> [INFO] [stderr] 15: 0x7cdf36c6d26b - as rustc_type_ir[8b850a2c7d3957e7]::fold::TypeFolder>::fold_const.cold [INFO] [stderr] 16: 0x7cdf3563956f - rustc_trait_selection[bc34561fa9facc91]::traits::project::confirm_candidate [INFO] [stderr] 17: 0x7cdf3564440e - rustc_trait_selection[bc34561fa9facc91]::traits::project::opt_normalize_projection_term [INFO] [stderr] 18: 0x7cdf3564046f - ::commit_if_ok:: [INFO] [stderr] 19: 0x7cdf35ed2c2e - ::evaluate_candidate::{closure#0}::{closure#0} [INFO] [stderr] 20: 0x7cdf366eb421 - ::poly_select::{closure#0} [INFO] [stderr] 21: 0x7cdf35c5dd25 - ::process_obligation [INFO] [stderr] 22: 0x7cdf35404fc9 - >::process_obligations:: [INFO] [stderr] 23: 0x7cdf35bdc527 - as rustc_infer[582606bb35cfd709]::traits::engine::TraitEngine>::select_all_or_error [INFO] [stderr] 24: 0x7cdf367ab3a9 - rustc_hir_analysis[e18ae3d50920231f]::check::wfcheck::check_trait [INFO] [stderr] 25: 0x7cdf35d090bd - rustc_hir_analysis[e18ae3d50920231f]::check::check::check_item_type [INFO] [stderr] 26: 0x7cdf35d0035b - rustc_hir_analysis[e18ae3d50920231f]::check::wfcheck::check_well_formed [INFO] [stderr] 27: 0x7cdf35d00323 - rustc_query_impl[e2f117ce3af55616]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 28: 0x7cdf35cffb63 - rustc_query_system[c907f34f82b7658f]::query::plumbing::try_execute_query::, rustc_query_system[c907f34f82b7658f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[e2f117ce3af55616]::plumbing::QueryCtxt, false> [INFO] [stderr] 29: 0x7cdf35cff682 - rustc_query_impl[e2f117ce3af55616]::query_impl::check_well_formed::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 30: 0x7cdf35cfc6af - rustc_hir_analysis[e18ae3d50920231f]::check::wfcheck::check_type_wf [INFO] [stderr] 31: 0x7cdf35cfc5c9 - rustc_query_impl[e2f117ce3af55616]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 32: 0x7cdf364a6954 - rustc_query_system[c907f34f82b7658f]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[e2f117ce3af55616]::plumbing::QueryCtxt, false> [INFO] [stderr] 33: 0x7cdf364a6736 - rustc_query_impl[e2f117ce3af55616]::query_impl::check_type_wf::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 34: 0x7cdf356b915d - rustc_hir_analysis[e18ae3d50920231f]::check_crate [INFO] [stderr] 35: 0x7cdf356acd7a - rustc_interface[b77c32c3bfe8d9]::passes::analysis [INFO] [stderr] 36: 0x7cdf356aca39 - rustc_query_impl[e2f117ce3af55616]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 37: 0x7cdf364ad726 - rustc_query_system[c907f34f82b7658f]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[e2f117ce3af55616]::plumbing::QueryCtxt, false> [INFO] [stderr] 38: 0x7cdf364ad37c - rustc_query_impl[e2f117ce3af55616]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 39: 0x7cdf3658ed8b - rustc_interface[b77c32c3bfe8d9]::passes::create_and_enter_global_ctxt::, rustc_driver_impl[c8262843f73b2e4e]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0} [INFO] [stderr] 40: 0x7cdf365efe03 - rustc_interface[b77c32c3bfe8d9]::interface::run_compiler::<(), rustc_driver_impl[c8262843f73b2e4e]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 41: 0x7cdf3654e7fb - std[619c96d97fe952c]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 42: 0x7cdf3654e4d4 - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[b7f6e7468eb674bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 43: 0x7cdf3654a28b - std::sys::pal::unix::thread::Thread::new::thread_start::h66ff1bba185a50cf [INFO] [stderr] 44: 0x7cdf2fe8aaa4 - [INFO] [stderr] 45: 0x7cdf2ff17a34 - clone [INFO] [stderr] 46: 0x0 - [INFO] [stderr] [INFO] [stderr] 42: 0x761f2a94e4d4 - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[b7f6e7468eb674bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 43: 0x761f2a94a28b - std::sys::pal::unix::thread::Thread::new::thread_start::h66ff1bba185a50cf [INFO] [stderr] 44: 0x761f2428aaa4 - [INFO] [stderr] 45: 0x761f24317a34 - clone [INFO] [stderr] 46: 0x0 - [INFO] [stderr] [INFO] [stderr] error: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] error: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: using internal features is not supported and expected to cause internal compiler errors when used incorrectly [INFO] [stderr] [INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2025-08-25T13_36_57-32.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: using internal features is not supported and expected to cause internal compiler errors when used incorrectly [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2025-08-25T13_36_56-34.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.91.0-nightly (350d0ef0e 2025-08-13) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib -C embed-bitcode=no -C debuginfo=2 [INFO] [stderr] [INFO] [stderr] note: rustc 1.91.0-nightly (350d0ef0e 2025-08-13) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: -C embed-bitcode=no -C debuginfo=2 [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] #0 [check_well_formed] checking that `private::Same` is well-formed [INFO] [stderr] #1 [check_type_wf] checking that types are well-formed [INFO] [stderr] #2 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] #0 [check_well_formed] checking that `private::Same` is well-formed [INFO] [stderr] #1 [check_type_wf] checking that types are well-formed [INFO] [stderr] #2 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] error: could not compile `option_trait` (lib test) due to 65 previous errors; 5 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `option_trait` (lib); 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/bin/rustc --crate-name option_trait --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="opt_cell"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "opt_cell"))' -C metadata=c07b0c39d883d92c -C extra-filename=-2aaf4e390907eb92 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern moddef=/opt/rustwide/target/debug/deps/libmoddef-add5c09c43cfd98d.rmeta --cap-lints=forbid` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "a56b3d0785de3991c140126a50f3d8819b88c121a3b9d2e91b084bcf8bb4d6e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a56b3d0785de3991c140126a50f3d8819b88c121a3b9d2e91b084bcf8bb4d6e4", kill_on_drop: false }` [INFO] [stdout] a56b3d0785de3991c140126a50f3d8819b88c121a3b9d2e91b084bcf8bb4d6e4