Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Update flake.lock & generated files #2657

Merged
merged 6 commits into from
Dec 14, 2024
Merged

[main] Update flake.lock & generated files #2657

merged 6 commits into from
Dec 14, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 13, 2024

Flake lockfile

Flake lock file updates:

• Updated input 'git-hooks':
    'github:cachix/git-hooks.nix/6f4e2a2112050951a314d2733a994fbab94864c6?narHash=sha256-SVQVsbafSM1dJ4fpgyBqLZ%2BLft%2BjcQuMtEL3lQWx2Sk%3D' (2024-12-04)
  → 'github:cachix/git-hooks.nix/d8c02f0ffef0ef39f6063731fc539d8c71eb463a?narHash=sha256-%2BXTFXYlFJBxohhMGLDpYdEnhUNdxN8dyTA8WAd%2Blh2A%3D' (2024-12-08)
• Updated input 'home-manager':
    'github:nix-community/home-manager/d00c6f6d0ad16d598bf7e2956f52c1d9d5de3c3a?narHash=sha256-i5ay20XsvpW91N4URET/nOc0VQWOAd4c4vbqYtcH8Rc%3D' (2024-12-06)
  → 'github:nix-community/home-manager/66c5d8b62818ec4c1edb3e941f55ef78df8141a8?narHash=sha256-hSwgGpcZtdDsk1dnzA0xj5cNaHgN9A99hRF/mxMtwS4%3D' (2024-12-13)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/d0797a04b81caeae77bcff10a9dde78bc17f5661?narHash=sha256-kEsTJTUQfQFIJOcLYFt/RvNxIK653ZkTBIs4DG%2BcBns%3D' (2024-12-05)
  → 'github:NixOS/nixpkgs/5d67ea6b4b63378b9c13be21e2ec9d1afc921713?narHash=sha256-Pj39hSoUA86ZePPF/UXiYHHM7hMIkios8TYG29kQT4g%3D' (2024-12-11)
• Updated input 'nuschtosSearch':
    'github:NuschtOS/search/68e9fad70d95d08156cf10a030bd39487bed8ffe?narHash=sha256-315rJ7O9cOllPDaFscnJhcMleORHbxon0Kq9LAKJ5p4%3D' (2024-12-05)
  → 'github:NuschtOS/search/3051be7f403bff1d1d380e4612f0c70675b44fc9?narHash=sha256-Y47y%2BLesOCkJaLvj%2BdI/Oa6FAKj/T9sKVKDXLNsViPw%3D' (2024-12-09)
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/50862ba6a8a0255b87377b9d2d4565e96f29b410?narHash=sha256-qKL3vjO%2BIXFQ0nTinFDqNq/sbbnnS5bMI1y0xX215fU%3D' (2024-12-05)
  → 'github:numtide/treefmt-nix/0ce9d149d99bc383d1f2d85f31f6ebd146e46085?narHash=sha256-s4DalCDepD22jtKL5Nw6f4LP5UwoMcPzPZgHWjAfqbQ%3D' (2024-12-09)

Generate

  • Updated efmls-configs.nix
  • Updated lspconfig-servers.json
  • Updated rust-analyzer.nix

@GaetanLepage GaetanLepage force-pushed the update/main branch 2 times, most recently from 9c278dd to 8134c02 Compare December 14, 2024 12:35
@khaneliman
Copy link
Contributor

khaneliman commented Dec 14, 2024

Looks like a failure caused by #2662 somehow. I can recreate error on main

@khaneliman
Copy link
Contributor

khaneliman commented Dec 14, 2024

tests plugins-lsp-efmls-configs
Running 1 tests: plugins-lsp-efmls-configs
error: attribute 'null' in selection path 'checks.aarch64-darwin.null' not found
Test failure

… while evaluating definitions from `/nix/store/d0ck9cv0ij79dgygl98baapjgzrald1f-source/plugins/by-name/efmls-configs':
… while evaluating the option `plugins.efmls-configs.setup.HTML.linter':
while evaluating definitions from `/nix/store/6i7gkdakj4x7vrmcyx13bja6w71l98iy-test-sources/plugins/by-name/efmls-configs/default.nix':
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: expected a list but found a set: { values = «thunk»; }

error: build of '/nix/store/sh7j8xq14v8qmbnikqzjjjpq7znxxgb9-generated-sources-test.drv' on 'ssh-ng://[email protected]' failed: builder for '/nix/store/sh7j8xq14v8qmbnikqzjjjpq7znxxgb9-generated-sources-test.drv' failed with exit code 1;
       last 6 log lines:
       > structuredAttrs is enabled
       > lsp: The following are not declared in plugins/lsp/lsp-packages.nix:
       > - ltex_plus
       >
       > efmls: The following are not declared in efmls-configs-pkgs.nix:
       > - gleam_format

@khaneliman
Copy link
Contributor

Last error is

while evaluating derivation 'plugins-by-name-efmls-configs-default'
         whose name attribute is located at /nix/store/rhn4fkh7hqjlqs9j6naaq623qpl62yz0-source/pkgs/stdenv/generic/make-derivation.nix:336:7

       … while evaluating attribute 'buildCommand' of derivation 'plugins-by-name-efmls-configs-default'
         at /nix/store/rhn4fkh7hqjlqs9j6naaq623qpl62yz0-source/pkgs/build-support/trivial-builders/default.nix:59:17:
           58|         enableParallelBuilding = true;
           59|         inherit buildCommand name;
             |                 ^
           60|         passAsFile = [ "buildCommand" ]

       … while evaluating the option `warnings':

       … while evaluating definitions from `/nix/store/5b7rwizv86v1p0b082mfg86ggg89xxkw-source/plugins/by-name/efmls-configs':

while evaluating the option `plugins.efmls-configs.setup.HTML.linter':

       … while evaluating definitions from `/nix/store/4n902gihds6cm1zj38lv8bsca11lxah1-test-sources/plugins/by-name/efmls-configs/default.nix':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: expected a list but found a set: { values = «thunk»; }

@GaetanLepage
Copy link
Member

@Mergifyio queue

Copy link
Contributor

mergify bot commented Dec 14, 2024

queue

🛑 The pull request has been removed from the queue default

The pull request #2657 has been manually updated.

You can take a look at Queue: Embarked in merge queue check runs for more details.

In case of a failure due to a flaky test, you should first retrigger the CI.
Then, re-embark the pull request into the merge queue by posting the comment
@mergifyio refresh on the pull request.

github-actions bot and others added 6 commits December 14, 2024 17:35
Flake lock file updates:

• Updated input 'git-hooks':
    'github:cachix/git-hooks.nix/6f4e2a2112050951a314d2733a994fbab94864c6?narHash=sha256-SVQVsbafSM1dJ4fpgyBqLZ%2BLft%2BjcQuMtEL3lQWx2Sk%3D' (2024-12-04)
  → 'github:cachix/git-hooks.nix/d8c02f0ffef0ef39f6063731fc539d8c71eb463a?narHash=sha256-%2BXTFXYlFJBxohhMGLDpYdEnhUNdxN8dyTA8WAd%2Blh2A%3D' (2024-12-08)
• Updated input 'home-manager':
    'github:nix-community/home-manager/d00c6f6d0ad16d598bf7e2956f52c1d9d5de3c3a?narHash=sha256-i5ay20XsvpW91N4URET/nOc0VQWOAd4c4vbqYtcH8Rc%3D' (2024-12-06)
  → 'github:nix-community/home-manager/66c5d8b62818ec4c1edb3e941f55ef78df8141a8?narHash=sha256-hSwgGpcZtdDsk1dnzA0xj5cNaHgN9A99hRF/mxMtwS4%3D' (2024-12-13)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/d0797a04b81caeae77bcff10a9dde78bc17f5661?narHash=sha256-kEsTJTUQfQFIJOcLYFt/RvNxIK653ZkTBIs4DG%2BcBns%3D' (2024-12-05)
  → 'github:NixOS/nixpkgs/5d67ea6b4b63378b9c13be21e2ec9d1afc921713?narHash=sha256-Pj39hSoUA86ZePPF/UXiYHHM7hMIkios8TYG29kQT4g%3D' (2024-12-11)
• Updated input 'nuschtosSearch':
    'github:NuschtOS/search/68e9fad70d95d08156cf10a030bd39487bed8ffe?narHash=sha256-315rJ7O9cOllPDaFscnJhcMleORHbxon0Kq9LAKJ5p4%3D' (2024-12-05)
  → 'github:NuschtOS/search/3051be7f403bff1d1d380e4612f0c70675b44fc9?narHash=sha256-Y47y%2BLesOCkJaLvj%2BdI/Oa6FAKj/T9sKVKDXLNsViPw%3D' (2024-12-09)
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/50862ba6a8a0255b87377b9d2d4565e96f29b410?narHash=sha256-qKL3vjO%2BIXFQ0nTinFDqNq/sbbnnS5bMI1y0xX215fU%3D' (2024-12-05)
  → 'github:numtide/treefmt-nix/0ce9d149d99bc383d1f2d85f31f6ebd146e46085?narHash=sha256-s4DalCDepD22jtKL5Nw6f4LP5UwoMcPzPZgHWjAfqbQ%3D' (2024-12-09)
- Updated efmls-configs.nix
- Updated lspconfig-servers.json
- Updated rust-analyzer.nix
Copy link
Contributor

mergify bot commented Dec 14, 2024

This pull request has been removed from the queue for the following reason: pull request manually updated.

The pull request #2657 has been manually updated.

You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it.

If you want to requeue this pull request, you need to post a comment with the text: @mergifyio requeue

@khaneliman
Copy link
Contributor

@mergify refresh

@khaneliman
Copy link
Contributor

@mergify requeue

Copy link
Contributor

mergify bot commented Dec 14, 2024

refresh

✅ Pull request refreshed

Copy link
Contributor

mergify bot commented Dec 14, 2024

requeue

✅ This pull request will be re-embarked automatically

The followup queue command will be automatically executed to re-embark the pull request

Copy link
Contributor

mergify bot commented Dec 14, 2024

queue

✅ The pull request has been merged automatically

The pull request has been merged automatically at c351af1

Copy link
Contributor

mergify bot commented Dec 14, 2024

This pull request, with head sha c351af103f7a5a4228ab9f31bc1e3646c1987a98, has been successfully merged with fast-forward by Mergify.

This pull request will be automatically closed by GitHub.

As soon as GitHub detects that the sha c351af103f7a5a4228ab9f31bc1e3646c1987a98 is part of the main branch, it will mark this pull request as merged.

It is possible for this pull request to remain open if this detection does not happen, this usually happens when a force-push is done on this branch update/main, this means GitHub will fail to detect the merge.

@mergify mergify bot merged commit c351af1 into main Dec 14, 2024
4 checks passed
@khaneliman khaneliman deleted the update/main branch December 14, 2024 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants