[INFO] fetching crate const-bitfield 0.2.2... [INFO] testing const-bitfield-0.2.2 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate const-bitfield 0.2.2 into /workspace/builds/worker-0-tc1/source [INFO] removed /workspace/builds/worker-0-tc1/source/rust-toolchain.toml [INFO] started tweaking crates.io crate const-bitfield 0.2.2 [INFO] finished tweaking crates.io crate const-bitfield 0.2.2 [INFO] tweaked toml for crates.io crate const-bitfield 0.2.2 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate const-bitfield 0.2.2 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 36 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded const-enum v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 29ec7bcd4fd8261f2abdbe1393c1523fab38b06b5b72dc03dd74743dd347d3de [INFO] running `Command { std: "docker" "start" "-a" "29ec7bcd4fd8261f2abdbe1393c1523fab38b06b5b72dc03dd74743dd347d3de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "29ec7bcd4fd8261f2abdbe1393c1523fab38b06b5b72dc03dd74743dd347d3de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29ec7bcd4fd8261f2abdbe1393c1523fab38b06b5b72dc03dd74743dd347d3de", kill_on_drop: false }` [INFO] [stdout] 29ec7bcd4fd8261f2abdbe1393c1523fab38b06b5b72dc03dd74743dd347d3de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 523d1af0f3a8cf51c7967dead5574bfcbb0d9de582d7249eca2ba9f5aabcac89 [INFO] running `Command { std: "docker" "start" "-a" "523d1af0f3a8cf51c7967dead5574bfcbb0d9de582d7249eca2ba9f5aabcac89", kill_on_drop: false }` [INFO] [stderr] Compiling const-bitfield v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `const_mut_refs` has been stable since 1.83.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(const_mut_refs)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `Command { std: "docker" "inspect" "523d1af0f3a8cf51c7967dead5574bfcbb0d9de582d7249eca2ba9f5aabcac89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "523d1af0f3a8cf51c7967dead5574bfcbb0d9de582d7249eca2ba9f5aabcac89", kill_on_drop: false }` [INFO] [stdout] 523d1af0f3a8cf51c7967dead5574bfcbb0d9de582d7249eca2ba9f5aabcac89 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 1b24e73a0aba5cd05ecada8525d32efa654aeb0191e40194423370f4378a2988 [INFO] running `Command { std: "docker" "start" "-a" "1b24e73a0aba5cd05ecada8525d32efa654aeb0191e40194423370f4378a2988", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stdout] warning: the feature `const_mut_refs` has been stable since 1.83.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(const_mut_refs)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling const-enum v0.1.0 [INFO] [stderr] Compiling trybuild v1.0.105 [INFO] [stderr] Compiling const-bitfield v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `const_mut_refs` has been stable since 1.83.0 and no longer requires an attribute to enable [INFO] [stdout] --> tests/bitfield_example.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(const_mut_refs)] // always required [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `const_convert` [INFO] [stdout] --> tests/bitfield_example.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(const_convert)] // optional, when using from/into conversion [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_mut_refs` has been stable since 1.83.0 and no longer requires an attribute to enable [INFO] [stdout] --> tests/bitfield_gdt.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(const_mut_refs)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_option` has been stable since 1.83.0 and no longer requires an attribute to enable [INFO] [stdout] --> tests/bitfield_gdt.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(const_option)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `const_convert` [INFO] [stdout] --> tests/bitfield_gdt.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(const_convert)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0635`. [INFO] [stdout] [INFO] [stdout] warning: the feature `const_mut_refs` has been stable since 1.83.0 and no longer requires an attribute to enable [INFO] [stdout] --> tests/bitfield.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(const_mut_refs)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `const-bitfield` (test "bitfield_example") due to 1 previous error; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: const `impl` for trait `From` which is not marked with `#[const_trait]` [INFO] [stdout] --> tests/bitfield_gdt.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | impl const From for DescriptorType { [INFO] [stdout] | ^^^^^^^^^^ this trait is not `const` [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `From` which is not marked with `#[const_trait]` [INFO] [stdout] --> tests/bitfield_gdt.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | impl const From for bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ this trait is not `const` [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `From` which is not marked with `#[const_trait]` [INFO] [stdout] --> tests/bitfield_gdt.rs:38:45 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ConstEnum)] [INFO] [stdout] | ^^^^^^^^^ this trait is not `const` [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] = note: this error originates in the derive macro `ConstEnum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_mut_refs` has been stable since 1.83.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(const_mut_refs)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits [INFO] [stdout] --> tests/bitfield_gdt.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / bitfield! { [INFO] [stdout] 52 | | #[derive(Copy, Clone)] [INFO] [stdout] 53 | | pub struct Descriptor(u64); [INFO] [stdout] 54 | | u32, limit_0_15, set_limit_0_15: 15, 0; [INFO] [stdout] ... | [INFO] [stdout] 66 | | u8, base_24_31, set_base_24_31: 63, 56; [INFO] [stdout] 67 | | } [INFO] [stdout] | |_^ can't be applied to `From` [INFO] [stdout] | [INFO] [stdout] note: `From` can't be used with `~const` because it isn't annotated with `#[const_trait]` [INFO] [stdout] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/convert/mod.rs:583:1 [INFO] [stdout] = note: this error originates in the macro `$crate::bitfield` which comes from the expansion of the macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits [INFO] [stdout] --> tests/bitfield_gdt.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / bitfield! { [INFO] [stdout] 52 | | #[derive(Copy, Clone)] [INFO] [stdout] 53 | | pub struct Descriptor(u64); [INFO] [stdout] 54 | | u32, limit_0_15, set_limit_0_15: 15, 0; [INFO] [stdout] ... | [INFO] [stdout] 66 | | u8, base_24_31, set_base_24_31: 63, 56; [INFO] [stdout] 67 | | } [INFO] [stdout] | |_^ can't be applied to `From` [INFO] [stdout] | [INFO] [stdout] note: `From` can't be used with `~const` because it isn't annotated with `#[const_trait]` [INFO] [stdout] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/convert/mod.rs:583:1 [INFO] [stdout] = note: this error originates in the macro `$crate::bitfield` which comes from the expansion of the macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits [INFO] [stdout] --> tests/bitfield_gdt.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / bitfield! { [INFO] [stdout] 52 | | #[derive(Copy, Clone)] [INFO] [stdout] 53 | | pub struct Descriptor(u64); [INFO] [stdout] 54 | | u32, limit_0_15, set_limit_0_15: 15, 0; [INFO] [stdout] ... | [INFO] [stdout] 66 | | u8, base_24_31, set_base_24_31: 63, 56; [INFO] [stdout] 67 | | } [INFO] [stdout] | |_^ can't be applied to `From` [INFO] [stdout] | [INFO] [stdout] note: `From` can't be used with `~const` because it isn't annotated with `#[const_trait]` [INFO] [stdout] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/convert/mod.rs:583:1 [INFO] [stdout] = note: this error originates in the macro `$crate::bitfield` which comes from the expansion of the macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits [INFO] [stdout] --> tests/bitfield_gdt.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / bitfield! { [INFO] [stdout] 52 | | #[derive(Copy, Clone)] [INFO] [stdout] 53 | | pub struct Descriptor(u64); [INFO] [stdout] 54 | | u32, limit_0_15, set_limit_0_15: 15, 0; [INFO] [stdout] ... | [INFO] [stdout] 66 | | u8, base_24_31, set_base_24_31: 63, 56; [INFO] [stdout] 67 | | } [INFO] [stdout] | |_^ can't be applied to `From` [INFO] [stdout] | [INFO] [stdout] note: `From` can't be used with `~const` because it isn't annotated with `#[const_trait]` [INFO] [stdout] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/convert/mod.rs:583:1 [INFO] [stdout] = note: this error originates in the macro `$crate::bitfield` which comes from the expansion of the macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0015]: cannot call non-const associated function `>::from` in constant functions [INFO] [stdout] --> tests/bitfield_gdt.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / bitfield! { [INFO] [stdout] 52 | | #[derive(Copy, Clone)] [INFO] [stdout] 53 | | pub struct Descriptor(u64); [INFO] [stdout] 54 | | u32, limit_0_15, set_limit_0_15: 15, 0; [INFO] [stdout] ... | [INFO] [stdout] 66 | | u8, base_24_31, set_base_24_31: 63, 56; [INFO] [stdout] 67 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] = note: this error originates in the macro `$crate::bitfield` which comes from the expansion of the macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0015]: cannot call non-const associated function `>::from` in constant functions [INFO] [stdout] --> tests/bitfield_gdt.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / bitfield! { [INFO] [stdout] 52 | | #[derive(Copy, Clone)] [INFO] [stdout] 53 | | pub struct Descriptor(u64); [INFO] [stdout] 54 | | u32, limit_0_15, set_limit_0_15: 15, 0; [INFO] [stdout] ... | [INFO] [stdout] 66 | | u8, base_24_31, set_base_24_31: 63, 56; [INFO] [stdout] 67 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] = note: this error originates in the macro `$crate::bitfield` which comes from the expansion of the macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0015]: cannot call non-const associated function `>::from` in constant functions [INFO] [stdout] --> tests/bitfield_gdt.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / bitfield! { [INFO] [stdout] 52 | | #[derive(Copy, Clone)] [INFO] [stdout] 53 | | pub struct Descriptor(u64); [INFO] [stdout] 54 | | u32, limit_0_15, set_limit_0_15: 15, 0; [INFO] [stdout] ... | [INFO] [stdout] 66 | | u8, base_24_31, set_base_24_31: 63, 56; [INFO] [stdout] 67 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] = note: this error originates in the macro `$crate::bitfield` which comes from the expansion of the macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0015]: cannot call non-const associated function `>::from` in constant functions [INFO] [stdout] --> tests/bitfield_gdt.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / bitfield! { [INFO] [stdout] 52 | | #[derive(Copy, Clone)] [INFO] [stdout] 53 | | pub struct Descriptor(u64); [INFO] [stdout] 54 | | u32, limit_0_15, set_limit_0_15: 15, 0; [INFO] [stdout] ... | [INFO] [stdout] 66 | | u8, base_24_31, set_base_24_31: 63, 56; [INFO] [stdout] 67 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] = note: this error originates in the macro `$crate::bitfield` which comes from the expansion of the macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0015, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0015`. [INFO] [stdout] [INFO] [stderr] error: could not compile `const-bitfield` (test "bitfield_gdt") due to 12 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "1b24e73a0aba5cd05ecada8525d32efa654aeb0191e40194423370f4378a2988", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b24e73a0aba5cd05ecada8525d32efa654aeb0191e40194423370f4378a2988", kill_on_drop: false }` [INFO] [stdout] 1b24e73a0aba5cd05ecada8525d32efa654aeb0191e40194423370f4378a2988