Skip to content

problem building alacritty #153304

@dbarrosop

Description

@dbarrosop

Describe the bug

Since this morning alacritty fails to build with the following error:

...
test zerowidth ... ok(B
test vim_simple_edit ... ok(B
test history ... ok(B
test vim_large_window_scroll ... ok(B
test vim_24bitcolors_bce ... ok(B
test row_reset ... ok(B

test result: ok(B. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s

   Doc-tests alacritty_config_derive

running 0 tests

test result: ok(B. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

   Doc-tests alacritty_terminal

running 1 test
test src/term/mod.rs - term::test::mock_term (line 1885) ... FAILED(B

failures:

---- src/term/mod.rs - term::test::mock_term (line 1885) stdout ----
Couldn't compile the test.

failures:
    src/term/mod.rs - term::test::mock_term (line 1885)

test result: FAILED(B. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.12s

error: test failed, to rerun pass '--doc'
error: builder for '/nix/store/yjzmbna9yga17j3nxw22kkc75i65kq8k-alacritty-0.9.0.drv' failed with exit code 101

Steps To Reproduce

Just run

nix-env -f '<nixpkgs>' -iA alacritty

Expected behavior

Alacritty should build succesfully.

Screenshots

N/A

Additional context

N/A

Notify maintainers

@Br1ght0ne @Mic92 @Ma27

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

$ nix-shell -p nix-info --run "nix-info -m"

warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring
these 2 paths will be fetched (0.34 MiB download, 2.06 MiB unpacked):
  /nix/store/7jxjm2ghxmyswmbz9l69nzq1q09n7v5h-bash-interactive-5.1-p12-doc
  /nix/store/mwbn53zx1q26vn62741icrc8yp2lsfrs-bash-interactive-5.1-p12-dev
copying path '/nix/store/7jxjm2ghxmyswmbz9l69nzq1q09n7v5h-bash-interactive-5.1-p12-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/mwbn53zx1q26vn62741icrc8yp2lsfrs-bash-interactive-5.1-p12-dev' from 'https://cache.nixos.org'...
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring
 - system: `"aarch64-darwin"`
 - host os: `Darwin 21.2.0, macOS 12.1`
 - multi-user?: `no`
 - sandbox: `no`
 - version: `nix-env (Nix) 2.5.1`
 - channels(dbarroso): `"darwin, home-manager, nixpkgs-22.05pre343039.61d24cba728"`
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring
 - nixpkgs: `/Users/dbarroso/.nix-defexpr/channels/nixpkgs`

Metadata

Metadata

Assignees

No one assigned

    Labels

    0.kind: bugSomething is broken6.topic: rustGeneral-purpose programming language emphasizing performance, type safety, and concurrency.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions