[INFO] cloning repository https://github.com/maxdexh/alejandra
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maxdexh/alejandra" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxdexh%2Falejandra", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxdexh%2Falejandra'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dcdc1e10450694d76fc83cb00ca4c9ba9cd0ba5d
[INFO] testing maxdexh/alejandra against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxdexh%2Falejandra" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/maxdexh/alejandra
[INFO] finished tweaking git repo https://github.com/maxdexh/alejandra
[INFO] tweaked toml for git repo https://github.com/maxdexh/alejandra written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/maxdexh/alejandra on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/maxdexh/alejandra 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" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clap_derive v3.2.25
[INFO] [stderr]   Downloaded mimalloc v0.1.46
[INFO] [stderr]   Downloaded cc v1.2.18
[INFO] [stderr]   Downloaded rnix v0.12.0
[INFO] [stderr]   Downloaded winnow v0.7.6
[INFO] [stderr]   Downloaded libmimalloc-sys v0.1.42
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 410cf677b37ffe2217c8aa6abef102600fbd248556978a47b66a009662c72fb5
[INFO] running `Command { std: "docker" "start" "-a" "410cf677b37ffe2217c8aa6abef102600fbd248556978a47b66a009662c72fb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "410cf677b37ffe2217c8aa6abef102600fbd248556978a47b66a009662c72fb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "410cf677b37ffe2217c8aa6abef102600fbd248556978a47b66a009662c72fb5", kill_on_drop: false }`
[INFO] [stdout] 410cf677b37ffe2217c8aa6abef102600fbd248556978a47b66a009662c72fb5
[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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4d142b87fde9badc3b24ed0d4040f90c163dc6353b852cfa83fb7e71b609b1a1
[INFO] running `Command { std: "docker" "start" "-a" "4d142b87fde9badc3b24ed0d4040f90c163dc6353b852cfa83fb7e71b609b1a1", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling cc v1.2.18
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling text-size v1.1.1
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling countme v3.0.1
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rowan v0.15.16
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.42
[INFO] [stderr]    Compiling winnow v0.7.6
[INFO] [stderr]    Compiling os_str_bytes v6.6.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling rnix v0.12.0
[INFO] [stderr]    Compiling clap_derive v3.2.25
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling mimalloc v0.1.46
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling clap v3.2.25
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]    Compiling alejandra v4.0.0 (/opt/rustwide/workdir/src/alejandra)
[INFO] [stderr]    Compiling toml v0.8.20
[INFO] [stderr]    Compiling alejandra_cli v4.0.0 (/opt/rustwide/workdir/src/alejandra_cli)
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 2m 02s
[INFO] running `Command { std: "docker" "inspect" "4d142b87fde9badc3b24ed0d4040f90c163dc6353b852cfa83fb7e71b609b1a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d142b87fde9badc3b24ed0d4040f90c163dc6353b852cfa83fb7e71b609b1a1", kill_on_drop: false }`
[INFO] [stdout] 4d142b87fde9badc3b24ed0d4040f90c163dc6353b852cfa83fb7e71b609b1a1
[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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dceaa236edc42b8d64045d50cb538014d127b6490dc6795b872d20c8708516ff
[INFO] running `Command { std: "docker" "start" "-a" "dceaa236edc42b8d64045d50cb538014d127b6490dc6795b872d20c8708516ff", kill_on_drop: false }`
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling alejandra_cli v4.0.0 (/opt/rustwide/workdir/src/alejandra_cli)
[INFO] [stderr]    Compiling alejandra v4.0.0 (/opt/rustwide/workdir/src/alejandra)
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 6.83s
[INFO] running `Command { std: "docker" "inspect" "dceaa236edc42b8d64045d50cb538014d127b6490dc6795b872d20c8708516ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dceaa236edc42b8d64045d50cb538014d127b6490dc6795b872d20c8708516ff", kill_on_drop: false }`
[INFO] [stdout] dceaa236edc42b8d64045d50cb538014d127b6490dc6795b872d20c8708516ff
[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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f7281152122f117856c9249596d69e86462e5fa1352ebc58bd8f5455710a0fc8
[INFO] running `Command { std: "docker" "start" "-a" "f7281152122f117856c9249596d69e86462e5fa1352ebc58bd8f5455710a0fc8", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/alejandra-d5e751fd3a28d4d4)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/fmt.rs (/opt/rustwide/target/debug/deps/fmt-a1d4e16a157fa89b)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test cases ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cases stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cases' (18) panicked at src/alejandra/tests/fmt.rs:56:13:
[INFO] [stdout] assertion failed: `(left == right)`: Test case `"tests/cases/default/idioms_nixos_1"` failed
[INFO] [stdout] 
[INFO] [stdout] [1mDiff[0m [31m< left[0m / [32mright >[0m :
[INFO] [stdout]  {
[INFO] [stdout]    config,
[INFO] [stdout]    lib,
[INFO] [stdout]    pkgs,
[INFO] [stdout]    ...
[INFO] [stdout]  }:
[INFO] [stdout]  with lib; let
[INFO] [stdout]    inherit (config.boot) kernelPatches;
[INFO] [stdout]    inherit (config.boot.kernel) features randstructSeed;
[INFO] [stdout]    inherit (config.boot.kernelPackages) kernel;
[INFO] [stdout]  
[INFO] [stdout]    kernelModulesConf =
[INFO] [stdout]      pkgs.writeText "nixos.conf"
[INFO] [stdout]      ''
[INFO] [stdout]        ${concatStringsSep "\n" config.boot.kernelModules}
[INFO] [stdout]      '';
[INFO] [stdout]  in {
[INFO] [stdout]    ###### interface
[INFO] [stdout]  
[INFO] [stdout]    options = {
[INFO] [stdout]      boot.kernel.features = mkOption {
[INFO] [stdout]        default = {};
[INFO] [stdout]        example = literalExpression "{ debug = true; }";
[INFO] [stdout]        internal = true;
[INFO] [stdout]        description = ''
[INFO] [stdout]          This option allows to enable or disable certain kernel features.
[INFO] [stdout]          It's not API, because it's about kernel feature sets, that
[INFO] [stdout]          make sense for specific use cases. Mostly along with programs,
[INFO] [stdout]          which would have separate nixos options.
[INFO] [stdout]          `grep features pkgs/os-specific/linux/kernel/common-config.nix`
[INFO] [stdout]        '';
[INFO] [stdout]      };
[INFO] [stdout]  
[INFO] [stdout]      boot.kernelPackages = mkOption {
[INFO] [stdout]        default = pkgs.linuxPackages;
[INFO] [stdout]        type = types.unspecified // {merge = mergeEqualOption;};
[INFO] [stdout]        apply = kernelPackages: kernelPackages.extend (self: super: {
[INFO] [stdout]          kernel = super.kernel.override (originalArgs: {
[INFO] [stdout]            inherit randstructSeed;
[INFO] [stdout]            kernelPatches = (originalArgs.kernelPatches or []) ++ kernelPatches;
[INFO] [stdout]            features = lib.recursiveUpdate super.kernel.features features;
[INFO] [stdout]          });
[INFO] [stdout]        });
[INFO] [stdout]        # We don't want to evaluate all of linuxPackages for the manual
[INFO] [stdout]        # - some of it might not even evaluate correctly.
[INFO] [stdout]        defaultText = literalExpression "pkgs.linuxPackages";
[INFO] [stdout]        example = literalExpression "pkgs.linuxKernel.packages.linux_5_10";
[INFO] [stdout]        description = ''
[INFO] [stdout]          This option allows you to override the Linux kernel used by
[INFO] [stdout]          NixOS.  Since things like external kernel module packages are
[INFO] [stdout]          tied to the kernel you're using, it also overrides those.
[INFO] [stdout]          This option is a function that takes Nixpkgs as an argument
[INFO] [stdout]          (as a convenience), and returns an attribute set containing at
[INFO] [stdout]          the very least an attribute <varname>kernel</varname>.
[INFO] [stdout]          Additional attributes may be needed depending on your
[INFO] [stdout]          configuration.  For instance, if you use the NVIDIA X driver,
[INFO] [stdout]          then it also needs to contain an attribute
[INFO] [stdout]          <varname>nvidia_x11</varname>.
[INFO] [stdout]        '';
[INFO] [stdout]      };
[INFO] [stdout]  
[INFO] [stdout]      boot.kernelPatches = mkOption {
[INFO] [stdout]        type = types.listOf types.attrs;
[INFO] [stdout]        default = [];
[INFO] [stdout]        example = literalExpression "[ pkgs.kernelPatches.ubuntu_fan_4_4 ]";
[INFO] [stdout]        description = "A list of additional patches to apply to the kernel.";
[INFO] [stdout]      };
[INFO] [stdout]  
[INFO] [stdout]      boot.kernel.randstructSeed = mkOption {
[INFO] [stdout]        type = types.str;
[INFO] [stdout]        default = "";
[INFO] [stdout]        example = "my secret seed";
[INFO] [stdout]        description = ''
[INFO] [stdout]          Provides a custom seed for the <varname>RANDSTRUCT</varname> security
[INFO] [stdout]          option of the Linux kernel. Note that <varname>RANDSTRUCT</varname> is
[INFO] [stdout]          only enabled in NixOS hardened kernels. Using a custom seed requires
[INFO] [stdout]          building the kernel and dependent packages locally, since this
[INFO] [stdout]          customization happens at build time.
[INFO] [stdout]        '';
[INFO] [stdout]      };
[INFO] [stdout]  
[INFO] [stdout]      boot.kernelParams = mkOption {
[INFO] [stdout]        type = types.listOf (types.strMatching ''([^"[:space:]]|"[^"]*")+''
[INFO] [stdout]          // {
[INFO] [stdout]            name = "kernelParam";
[INFO] [stdout]            description = "string, with spaces inside double quotes";
[INFO] [stdout]          });
[INFO] [stdout]        default = [];
[INFO] [stdout]        description = "Parameters added to the kernel command line.";
[INFO] [stdout]      };
[INFO] [stdout]  
[INFO] [stdout]      boot.consoleLogLevel = mkOption {
[INFO] [stdout]        type = types.int;
[INFO] [stdout]        default = 4;
[INFO] [stdout]        description = ''
[INFO] [stdout]          The kernel console <literal>loglevel</literal>. All Kernel Messages with a log level smaller
[INFO] [stdout]          than this setting will be printed to the console.
[INFO] [stdout]        '';
[INFO] [stdout]      };
[INFO] [stdout]  
[INFO] [stdout]      boot.vesa = mkOption {
[INFO] [stdout]        type = types.bool;
[INFO] [stdout]        default = false;
[INFO] [stdout]        description = ''
[INFO] [stdout]          (Deprecated) This option, if set, activates the VESA 800x600 video
[INFO] [stdout]          mode on boot and disables kernel modesetting. It is equivalent to
[INFO] [stdout]          specifying <literal>[ "vga=0x317" "nomodeset" ]</literal> in the
[INFO] [stdout]          <option>boot.kernelParams</option> option. This option is
[INFO] [stdout]          deprecated as of 2020: Xorg now works better with modesetting, and
[INFO] [stdout]          you might want a different VESA vga setting, anyway.
[INFO] [stdout]        '';
[INFO] [stdout]      };
[INFO] [stdout]  
[INFO] [stdout]      boot.extraModulePackages = mkOption {
[INFO] [stdout]        type = types.listOf types.package;
[INFO] [stdout]        default = [];
[INFO] [stdout]        example = literalExpression "[ config.boot.kernelPackages.nvidia_x11 ]";
[INFO] [stdout]        description = "A list of additional packages supplying kernel modules.";
[INFO] [stdout]      };
[INFO] [stdout]  
[INFO] [stdout]      boot.kernelModules = mkOption {
[INFO] [stdout]        type = types.listOf types.str;
[INFO] [stdout]        default = [];
[INFO] [stdout]        description = ''
[INFO] [stdout]          The set of kernel modules to be loaded in the second stage of
[INFO] [stdout]          the boot process.  Note that modules that are needed to
[INFO] [stdout]          mount the root file system should be added to
[INFO] [stdout]          <option>boot.initrd.availableKernelModules</option> or
[INFO] [stdout]          <option>boot.initrd.kernelModules</option>.
[INFO] [stdout]        '';
[INFO] [stdout]      };
[INFO] [stdout]  
[INFO] [stdout]      boot.initrd.availableKernelModules = mkOption {
[INFO] [stdout]        type = types.listOf types.str;
[INFO] [stdout]        default = [];
[INFO] [stdout]        example = ["sata_nv" "ext3"];
[INFO] [stdout]        description = ''
[INFO] [stdout]          The set of kernel modules in the initial ramdisk used during the
[INFO] [stdout]          boot process.  This set must include all modules necessary for
[INFO] [stdout]          mounting the root device.  That is, it should include modules
[INFO] [stdout]          for the physical device (e.g., SCSI drivers) and for the file
[INFO] [stdout]          system (e.g., ext3).  The set specified here is automatically
[INFO] [stdout]          closed under the module dependency relation, i.e., all
[INFO] [stdout]          dependencies of the modules list here are included
[INFO] [stdout]          automatically.  The modules listed here are available in the
[INFO] [stdout]          initrd, but are only loaded on demand (e.g., the ext3 module is
[INFO] [stdout]          loaded automatically when an ext3 filesystem is mounted, and
[INFO] [stdout]          modules for PCI devices are loaded when they match the PCI ID
[INFO] [stdout]          of a device in your system).  To force a module to be loaded,
[INFO] [stdout]          include it in <option>boot.initrd.kernelModules</option>.
[INFO] [stdout]        '';
[INFO] [stdout]      };
[INFO] [stdout]  
[INFO] [stdout]      boot.initrd.kernelModules = mkOption {
[INFO] [stdout]        type = types.listOf types.str;
[INFO] [stdout]        default = [];
[INFO] [stdout]        description = "List of modules that are always loaded by the initrd.";
[INFO] [stdout]      };
[INFO] [stdout]  
[INFO] [stdout]      boot.initrd.includeDefaultModules = mkOption {
[INFO] [stdout]        type = types.bool;
[INFO] [stdout]        default = true;
[INFO] [stdout]        description = ''
[INFO] [stdout]          This option, if set, adds a collection of default kernel modules
[INFO] [stdout]          to <option>boot.initrd.availableKernelModules</option> and
[INFO] [stdout]          <option>boot.initrd.kernelModules</option>.
[INFO] [stdout]        '';
[INFO] [stdout]      };
[INFO] [stdout]  
[INFO] [stdout]      system.modulesTree = mkOption {
[INFO] [stdout]        type = types.listOf types.path;
[INFO] [stdout]        internal = true;
[INFO] [stdout]        default = [];
[INFO] [stdout]        description = ''
[INFO] [stdout]          Tree of kernel modules.  This includes the kernel, plus modules
[INFO] [stdout]          built outside of the kernel.  Combine these into a single tree of
[INFO] [stdout]          symlinks because modprobe only supports one directory.
[INFO] [stdout]        '';
[INFO] [stdout]        # Convert the list of path to only one path.
[INFO] [stdout]        apply = pkgs.aggregateModules;
[INFO] [stdout]      };
[INFO] [stdout]  
[INFO] [stdout]      system.requiredKernelConfig = mkOption {
[INFO] [stdout]        default = [];
[INFO] [stdout]        example = literalExpression ''
[INFO] [stdout]          with config.lib.kernelConfig; [
[INFO] [stdout]            (isYes "MODULES")
[INFO] [stdout]            (isEnabled "FB_CON_DECOR")
[INFO] [stdout]            (isEnabled "BLK_DEV_INITRD")
[INFO] [stdout]          ]
[INFO] [stdout]        '';
[INFO] [stdout]        internal = true;
[INFO] [stdout]        type = types.listOf types.attrs;
[INFO] [stdout]        description = ''
[INFO] [stdout]          This option allows modules to specify the kernel config options that
[INFO] [stdout]          must be set (or unset) for the module to work. Please use the
[INFO] [stdout]          lib.kernelConfig functions to build list elements.
[INFO] [stdout]        '';
[INFO] [stdout]      };
[INFO] [stdout]    };
[INFO] [stdout]  
[INFO] [stdout]    ###### implementation
[INFO] [stdout]  
[INFO] [stdout]    config =
[INFO] [stdout]      mkMerge
[INFO] [stdout]      [
[INFO] [stdout]        (mkIf config.boot.initrd.enable {
[INFO] [stdout]          boot.initrd.availableKernelModules = optionals config.boot.initrd.includeDefaultModules ([
[INFO] [stdout]              # Note: most of these (especially the SATA/PATA modules)
[INFO] [stdout]              # shouldn't be included by default since nixos-generate-config
[INFO] [stdout]              # detects them, but I'm keeping them for now for backwards
[INFO] [stdout]              # compatibility.
[INFO] [stdout]  
[INFO] [stdout]              # Some SATA/PATA stuff.
[INFO] [stdout]              "ahci"
[INFO] [stdout]              "sata_nv"
[INFO] [stdout]              "sata_via"
[INFO] [stdout]              "sata_sis"
[INFO] [stdout]              "sata_uli"
[INFO] [stdout]              "ata_piix"
[INFO] [stdout]              "pata_marvell"
[INFO] [stdout]  
[INFO] [stdout]              # Standard SCSI stuff.
[INFO] [stdout]              "sd_mod"
[INFO] [stdout]              "sr_mod"
[INFO] [stdout]  
[INFO] [stdout]              # SD cards and internal eMMC drives.
[INFO] [stdout]              "mmc_block"
[INFO] [stdout]  
[INFO] [stdout]              # Support USB keyboards, in case the boot fails and we only have
[INFO] [stdout]              # a USB keyboard, or for LUKS passphrase prompt.
[INFO] [stdout]              "uhci_hcd"
[INFO] [stdout]              "ehci_hcd"
[INFO] [stdout]              "ehci_pci"
[INFO] [stdout]              "ohci_hcd"
[INFO] [stdout]              "ohci_pci"
[INFO] [stdout]              "xhci_hcd"
[INFO] [stdout]              "xhci_pci"
[INFO] [stdout]              "usbhid"
[INFO] [stdout]              "hid_generic"
[INFO] [stdout]              "hid_lenovo"
[INFO] [stdout]              "hid_apple"
[INFO] [stdout]              "hid_roccat"
[INFO] [stdout]              "hid_logitech_hidpp"
[INFO] [stdout]              "hid_logitech_dj"
[INFO] [stdout]              "hid_microsoft"
[INFO] [stdout]            ]
[INFO] [stdout]            ++ optionals pkgs.stdenv.hostPlatform.isx86 [
[INFO] [stdout]              # Misc. x86 keyboard stuff.
[INFO] [stdout]              "pcips2"
[INFO] [stdout]              "atkbd"
[INFO] [stdout]              "i8042"
[INFO] [stdout]  
[INFO] [stdout]              # x86 RTC needed by the stage 2 init script.
[INFO] [stdout]              "rtc_cmos"
[INFO] [stdout]            ]);
[INFO] [stdout]  
[INFO] [stdout]          boot.initrd.kernelModules = optionals config.boot.initrd.includeDefaultModules [
[INFO] [stdout]            # For LVM.
[INFO] [stdout]            "dm_mod"
[INFO] [stdout]          ];
[INFO] [stdout]        })
[INFO] [stdout]  
[INFO] [stdout]        (mkIf (!config.boot.isContainer) {
[INFO] [stdout]          system.build = {inherit kernel;};
[INFO] [stdout]  
[INFO] [stdout]          system.modulesTree = [kernel] ++ config.boot.extraModulePackages;
[INFO] [stdout]  
[INFO] [stdout]          # Implement consoleLogLevel both in early boot and using sysctl
[INFO] [stdout]          # (so you don't need to reboot to have changes take effect).
[INFO] [stdout]          boot.kernelParams =
[INFO] [stdout]            ["loglevel=${toString config.boot.consoleLogLevel}"]
[INFO] [stdout]            ++ optionals config.boot.vesa ["vga=0x317" "nomodeset"];
[INFO] [stdout]  
[INFO] [stdout]          boot.kernel.sysctl."kernel.printk" = mkDefault config.boot.consoleLogLevel;
[INFO] [stdout]  
[INFO] [stdout]          boot.kernelModules = ["loop" "atkbd"];
[INFO] [stdout]  
[INFO] [stdout]          # The Linux kernel >= 2.6.27 provides firmware.
[INFO] [stdout]          hardware.firmware = [kernel];
[INFO] [stdout]  
[INFO] [stdout]          # Create /etc/modules-load.d/nixos.conf, which is read by
[INFO] [stdout]          # systemd-modules-load.service to load required kernel modules.
[INFO] [stdout]          environment.etc = {
[INFO] [stdout]            "modules-load.d/nixos.conf".source = kernelModulesConf;
[INFO] [stdout]          };
[INFO] [stdout]  
[INFO] [stdout]          systemd.services.systemd-modules-load = {
[INFO] [stdout]            wantedBy = ["multi-user.target"];
[INFO] [stdout]            restartTriggers = [kernelModulesConf];
[INFO] [stdout]            serviceConfig = {
[INFO] [stdout]              # Ignore failed module loads.  Typically some of the
[INFO] [stdout]              # modules in ‘boot.kernelModules’ are "nice to have but
[INFO] [stdout]              # not required" (e.g. acpi-cpufreq), so we don't want to
[INFO] [stdout]              # barf on those.
[INFO] [stdout]              SuccessExitStatus = "0 1";
[INFO] [stdout]            };
[INFO] [stdout]          };
[INFO] [stdout]  
[INFO] [stdout]          lib.kernelConfig = {
[INFO] [stdout]            isYes = option: {
[INFO] [stdout]              assertion = config: config.isYes option;
[INFO] [stdout]              message = "CONFIG_${option} is not yes!";
[INFO] [stdout]              configLine = "CONFIG_${option}=y";
[INFO] [stdout]            };
[INFO] [stdout]  
[INFO] [stdout]            isNo = option: {
[INFO] [stdout]              assertion = config: config.isNo option;
[INFO] [stdout]              message = "CONFIG_${option} is not no!";
[INFO] [stdout]              configLine = "CONFIG_${option}=n";
[INFO] [stdout]            };
[INFO] [stdout]  
[INFO] [stdout]            isModule = option: {
[INFO] [stdout]              assertion = config: config.isModule option;
[INFO] [stdout]              message = "CONFIG_${option} is not built as a module!";
[INFO] [stdout]              configLine = "CONFIG_${option}=m";
[INFO] [stdout]            };
[INFO] [stdout]  
[INFO] [stdout]            ### Usually you will just want to use these two
[INFO] [stdout]            # True if yes or module
[INFO] [stdout]            isEnabled = option: {
[INFO] [stdout]              assertion = config: config.isEnabled option;
[INFO] [stdout]              message = "CONFIG_${option} is not enabled!";
[INFO] [stdout]              configLine = "CONFIG_${option}=y";
[INFO] [stdout]            };
[INFO] [stdout]  
[INFO] [stdout]            # True if no or omitted
[INFO] [stdout]            isDisabled = option: {
[INFO] [stdout]              assertion = config: config.isDisabled option;
[INFO] [stdout]              message = "CONFIG_${option} is not disabled!";
[INFO] [stdout]              configLine = "CONFIG_${option}=n";
[INFO] [stdout]            };
[INFO] [stdout]          };
[INFO] [stdout]  
[INFO] [stdout]          # The config options that all modules can depend upon
[INFO] [stdout]          system.requiredKernelConfig = with config.lib.kernelConfig;
[INFO] [stdout]            [
[INFO] [stdout]              # !!! Should this really be needed?
[INFO] [stdout]              (isYes "MODULES")
[INFO] [stdout]              (isYes "BINFMT_ELF")
[INFO] [stdout]            ]
[INFO] [stdout]            ++ (optional (randstructSeed != "") (isYes "GCC_PLUGIN_RANDSTRUCT"));
[INFO] [stdout]  
[INFO] [stdout]          # nixpkgs kernels are assumed to have all required features
[INFO] [stdout]          assertions =
[INFO] [stdout]            if config.boot.kernelPackages.kernel ? features
[INFO] [stdout]            then []
[INFO] [stdout]            else let
[INFO] [stdout]              cfg = config.boot.kernelPackages.kernel.config;
[INFO] [stdout] [31m<          in[0m
[INFO] [stdout] [31m<            map ([0m
[INFO] [stdout] [31m<              attrs: {[0m
[INFO] [stdout] [31m<                assertion = attrs.assertion cfg;[0m
[INFO] [stdout] [31m<                inherit (attrs) message;[0m
[INFO] [stdout] [31m<              }[0m
[INFO] [stdout] [31m<            )[0m
[INFO] [stdout] [31m<            config.system.requiredKernelConfig;[0m
[INFO] [stdout] [32m>          in map ([0m
[INFO] [stdout] [32m>            attrs: {[0m
[INFO] [stdout] [32m>              assertion = attrs.assertion cfg;[0m
[INFO] [stdout] [32m>              inherit (attrs) message;[0m
[INFO] [stdout] [32m>            }[0m
[INFO] [stdout] [32m>          )[0m
[INFO] [stdout] [32m>          config.system.requiredKernelConfig;[0m
[INFO] [stdout]        })
[INFO] [stdout]      ];
[INFO] [stdout]  }
[INFO] [stdout]  
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60eba9e096b2 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60eba9e096b2 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60eba9e096b2 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60eba9e096b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60eba9e1997a - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60eba9e1997a - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stdout]    6:     0x60eba9dd7be6 - std::io::default_write_fmt::h2f696ff5b8bbaa4b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x60eba9dd7be6 - std::io::Write::write_fmt::h5e66814db8a9cfce
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x60eba9de8849 - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60eba9de8849 - std::panicking::default_hook::{{closure}}::h2be84df4f189ae36
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60eba9de86e1 - std::panicking::default_hook::hf0ea8939246f43a9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60eba9d590fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h02d35e3888986252
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x60eba9d590fe - test::test_main_with_exit_callback::{{closure}}::h939640a27d647173
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x60eba9de8ac2 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc9df09ff391af3e7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x60eba9de8ac2 - std::panicking::panic_with_hook::hb4bd9ac1123582a0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x60eba9de8908 - std::panicking::panic_handler::{{closure}}::hde00dd15f5637fe2
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x60eba9de3d19 - std::sys::backtrace::__rust_end_short_backtrace::hb72197fa777c1785
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60eba9dcb96d - __rustc[4425a7e20b4c8619]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x60eba9e20d6c - core::panicking::panic_fmt::ha59b517dd231f4da
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60eba9d370d3 - fmt::cases::h0fe7571ce9578a49
[INFO] [stdout]                                at /opt/rustwide/workdir/src/alejandra/tests/fmt.rs:56:13
[INFO] [stdout]   20:     0x60eba9d370d3 - fmt::cases::{{closure}}::h3cfaab717ccc7fc1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/alejandra/tests/fmt.rs:10:11
[INFO] [stdout]   21:     0x60eba9d370d3 - core::ops::function::FnOnce::call_once::h82c59aaee607e630
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x60eba9d58ebb - core::ops::function::FnOnce::call_once::hddb3cd395c36bfbb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x60eba9d58ebb - test::__rust_begin_short_backtrace::h0b6a7601d9750bfa
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x60eba9d6c8ca - test::run_test_in_process::{{closure}}::h444209903f00b347
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x60eba9d6c8ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfb3ba8f46e537649
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x60eba9d6c8ca - std::panicking::catch_unwind::do_call::h1672a45911fcf9dc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x60eba9d6c8ca - std::panicking::catch_unwind::h0fadaee22787a6dd
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x60eba9d6c8ca - std::panic::catch_unwind::hc47ad190f2c8e188
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x60eba9d6c8ca - test::run_test_in_process::hcd7faaf934f29999
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x60eba9d6c8ca - test::run_test::{{closure}}::hddc4550da4871867
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x60eba9d46d24 - test::run_test::{{closure}}::h98ae26689f13ed94
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x60eba9d46d24 - std::sys::backtrace::__rust_begin_short_backtrace::h3ec4d1f21ad44588
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x60eba9d4a6c2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hd8bf2c73d479939f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   34:     0x60eba9d4a6c2 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3b4248f358af2491
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x60eba9d4a6c2 - std::panicking::catch_unwind::do_call::hda10a64f4b8daebe
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x60eba9d4a6c2 - std::panicking::catch_unwind::h659e5ee8336ec8c7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x60eba9d4a6c2 - std::panic::catch_unwind::h9d4d66a538912c18
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x60eba9d4a6c2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h7557906bb51d79f1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   39:     0x60eba9d4a6c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e460d1d7fc83d35
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x60eba9ddee6f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h61282da819d64ea9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   41:     0x60eba9ddee6f - std::sys::thread::unix::Thread::new::thread_start::h982f9ea829d1b5fb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/thread/unix.rs:127:17
[INFO] [stdout]   42:     0x7e76cc029aa4 - <unknown>
[INFO] [stdout]   43:     0x7e76cc0b6a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cases
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p alejandra --test fmt`
[INFO] running `Command { std: "docker" "inspect" "f7281152122f117856c9249596d69e86462e5fa1352ebc58bd8f5455710a0fc8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f7281152122f117856c9249596d69e86462e5fa1352ebc58bd8f5455710a0fc8", kill_on_drop: false }`
[INFO] [stdout] f7281152122f117856c9249596d69e86462e5fa1352ebc58bd8f5455710a0fc8
