Skip to content

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

Merged
mergify[bot] merged 3 commits into
mainfrom
update/main
Oct 24, 2024
Merged

[main] Update flake.lock & generated files#2436
mergify[bot] merged 3 commits into
mainfrom
update/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Flake lockfile

Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/09a0c0c02953318bf94425738c7061ffdc4cba75' (2024-10-18)
  → 'github:nix-community/home-manager/122f70545b29ccb922e655b08acfe05bfb44ec68' (2024-10-19)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/5785b6bb5eaae44e627d541023034e1601455827' (2024-10-16)
  → 'github:NixOS/nixpkgs/4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0' (2024-10-18)
• Updated input 'nuschtosSearch':
    'github:NuschtOS/search/f82d3e1c1c9d1eaeb91878519e2d27b27c66ce84' (2024-10-14)
  → 'github:NuschtOS/search/0b60729dfbf9380b7c9ce51e0c89df7a83519a19' (2024-10-19)

Generate

  • Updated lspconfig-servers.json

@khaneliman

Copy link
Copy Markdown
Contributor
       > Executing yarnConfigHook
       > yarn config v1.22.22
       > warning Skipping preferred cache folder "/tmp/home/Library/Caches/Yarn" because it is not writable.
       > warning Selected the next writable cache folder in the list, will be "/private/tmp/nix-build-sql-formatter-15.4.3.drv-0/.yarn-cache-354".
       > error Error: EACCES: permission denied, open '/tmp/home/.yarnrc'
       > info Visit https://yarnpkg.com/en/docs/cli/config for documentation about this command.
       For full logs, run 'nix log /nix/store/029259y0q56z9hmaasj8lfhc8ypc72s0-sql-formatter-15.4.3.drv'.

and

error: build of '/nix/store/7naqaq90xpiqrp1lvf4znb62harln4xp-python3.12-python-lsp-server-1.12.0.drv' on 'ssh-ng://nix@darwin02.nix-community.org' failed: builder for '/nix/store/7naqaq90xpiqrp1lvf4znb62harln4xp-python3.12-python-lsp-server-1.12.0.drv' failed with exit code 1;
       last 25 log lines:
       > Arguments: ()
       > --- Logging error ---
       > Traceback (most recent call last):
       >   File "/nix/store/d30gb7nm3bnd58a5c3gwnmxywzbls69v-python3-3.12.6/lib/python3.12/logging/__init__.py", line 1163, in emit
       >     stream.write(msg + self.terminator)
       > ValueError: I/O operation on closed file.
       > Call stack:
       >   File "/nix/store/d30gb7nm3bnd58a5c3gwnmxywzbls69v-python3-3.12.6/lib/python3.12/threading.py", line 1032, in _bootstrap
       >     self._bootstrap_inner()
       >   File "/nix/store/d30gb7nm3bnd58a5c3gwnmxywzbls69v-python3-3.12.6/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
       >     self.run()
       >   File "/nix/store/d30gb7nm3bnd58a5c3gwnmxywzbls69v-python3-3.12.6/lib/python3.12/threading.py", line 1433, in run
       >     self.function(*self.args, **self.kwargs)
       >   File "/private/tmp/nix-build-python3.12-python-lsp-server-1.12.0.drv-1/source/pylsp/_utils.py", line 43, in run
       >     return func(*args, **kwargs)
       >   File "/private/tmp/nix-build-python3.12-python-lsp-server-1.12.0.drv-1/source/pylsp/python_lsp.py", line 445, in lint
       >     self._lint_text_document(
       >   File "/private/tmp/nix-build-python3.12-python-lsp-server-1.12.0.drv-1/source/pylsp/python_lsp.py", line 454, in _lint_text_document
       >     workspace.publish_diagnostics(
       >   File "/private/tmp/nix-build-python3.12-python-lsp-server-1.12.0.drv-1/source/pylsp/workspace.py", line 189, in publish_diagnostics
       >     self._endpoint.notify(
       >   File "/nix/store/wsslshn6dcn45wjk3y1sb0pb24gg9ik1-python3.12-python-lsp-jsonrpc-1.1.2/lib/python3.12/site-packages/pylsp_jsonrpc/endpoint.py", line 50, in notify
       >     log.debug('Sending notification: %s %s', method, params)
       > Message: 'Sending notification: %s %s'
       > Arguments: ('textDocument/publishDiagnostics', {'uri': 'file:///private/tmp/nix-build-python3.12-python-lsp-server-1.12.0.drv-1/pytest-of-_nixbld3/pytest-0/test_multiple_workspaces_from_0/folder2/file2.py', 'diagnostics': [{'range': {'start': {'line': 0, 'character': 7}, 'end': {'line': 0, 'character': 10}}, 'message': '`sys` imported but unused', 'severity': 1, 'code': 'F401', 'source': 'ruff', 'tags': [1], 'data': {'edits': [{'content': '', 'location': {'row': 1, 'column': 1}, 'end_location': {'row': 1, 'column': 11}}], 'message': 'Remove unused import: `sys`', 'applicability': 'safe'}}], 'version': 1})
       For full logs, run 'nix log /nix/store/7naqaq90xpiqrp1lvf4znb62harln4xp-python3.12-python-lsp-server-1.12.0.drv'.

@GaetanLepage

Copy link
Copy Markdown
Member
       > Executing yarnConfigHook
       > yarn config v1.22.22
       > warning Skipping preferred cache folder "/tmp/home/Library/Caches/Yarn" because it is not writable.
       > warning Selected the next writable cache folder in the list, will be "/private/tmp/nix-build-sql-formatter-15.4.3.drv-0/.yarn-cache-354".
       > error Error: EACCES: permission denied, open '/tmp/home/.yarnrc'
       > info Visit https://yarnpkg.com/en/docs/cli/config for documentation about this command.
       For full logs, run 'nix log /nix/store/029259y0q56z9hmaasj8lfhc8ypc72s0-sql-formatter-15.4.3.drv'.

and

error: build of '/nix/store/7naqaq90xpiqrp1lvf4znb62harln4xp-python3.12-python-lsp-server-1.12.0.drv' on 'ssh-ng://nix@darwin02.nix-community.org' failed: builder for '/nix/store/7naqaq90xpiqrp1lvf4znb62harln4xp-python3.12-python-lsp-server-1.12.0.drv' failed with exit code 1;
       last 25 log lines:
       > Arguments: ()
       > --- Logging error ---
       > Traceback (most recent call last):
       >   File "/nix/store/d30gb7nm3bnd58a5c3gwnmxywzbls69v-python3-3.12.6/lib/python3.12/logging/__init__.py", line 1163, in emit
       >     stream.write(msg + self.terminator)
       > ValueError: I/O operation on closed file.
       > Call stack:
       >   File "/nix/store/d30gb7nm3bnd58a5c3gwnmxywzbls69v-python3-3.12.6/lib/python3.12/threading.py", line 1032, in _bootstrap
       >     self._bootstrap_inner()
       >   File "/nix/store/d30gb7nm3bnd58a5c3gwnmxywzbls69v-python3-3.12.6/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
       >     self.run()
       >   File "/nix/store/d30gb7nm3bnd58a5c3gwnmxywzbls69v-python3-3.12.6/lib/python3.12/threading.py", line 1433, in run
       >     self.function(*self.args, **self.kwargs)
       >   File "/private/tmp/nix-build-python3.12-python-lsp-server-1.12.0.drv-1/source/pylsp/_utils.py", line 43, in run
       >     return func(*args, **kwargs)
       >   File "/private/tmp/nix-build-python3.12-python-lsp-server-1.12.0.drv-1/source/pylsp/python_lsp.py", line 445, in lint
       >     self._lint_text_document(
       >   File "/private/tmp/nix-build-python3.12-python-lsp-server-1.12.0.drv-1/source/pylsp/python_lsp.py", line 454, in _lint_text_document
       >     workspace.publish_diagnostics(
       >   File "/private/tmp/nix-build-python3.12-python-lsp-server-1.12.0.drv-1/source/pylsp/workspace.py", line 189, in publish_diagnostics
       >     self._endpoint.notify(
       >   File "/nix/store/wsslshn6dcn45wjk3y1sb0pb24gg9ik1-python3.12-python-lsp-jsonrpc-1.1.2/lib/python3.12/site-packages/pylsp_jsonrpc/endpoint.py", line 50, in notify
       >     log.debug('Sending notification: %s %s', method, params)
       > Message: 'Sending notification: %s %s'
       > Arguments: ('textDocument/publishDiagnostics', {'uri': 'file:///private/tmp/nix-build-python3.12-python-lsp-server-1.12.0.drv-1/pytest-of-_nixbld3/pytest-0/test_multiple_workspaces_from_0/folder2/file2.py', 'diagnostics': [{'range': {'start': {'line': 0, 'character': 7}, 'end': {'line': 0, 'character': 10}}, 'message': '`sys` imported but unused', 'severity': 1, 'code': 'F401', 'source': 'ruff', 'tags': [1], 'data': {'edits': [{'content': '', 'location': {'row': 1, 'column': 1}, 'end_location': {'row': 1, 'column': 11}}], 'message': 'Remove unused import: `sys`', 'applicability': 'safe'}}], 'version': 1})
       For full logs, run 'nix log /nix/store/7naqaq90xpiqrp1lvf4znb62harln4xp-python3.12-python-lsp-server-1.12.0.drv'.

Which tests are those ? I can't reproduce the lsp one...

@khaneliman

khaneliman commented Oct 20, 2024

Copy link
Copy Markdown
Contributor

Which tests are those ? I can't reproduce the lsp one...

Looks like x86 darwin plugins-lsp-language-servers-pylsp I can't recreate it locally either..

@GaetanLepage

Copy link
Copy Markdown
Member

Evaluation is broken:

error: 'utillinux' has been renamed to/replaced by 'util-linux'

It is fixed by NixOS/nixpkgs#349783. Let's wait for it to land on nixos-unstable.

@GaetanLepage

Copy link
Copy Markdown
Member

Hash mismatch in NuschtSearch. Fixed submitted upstream in NuschtOS/search#140.

@khaneliman khaneliman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for handling the dependency issue. Looks like docs are still building but everything else passed already

@GaetanLepage

Copy link
Copy Markdown
Member

@mergify queue

@mergify

mergify Bot commented Oct 24, 2024

Copy link
Copy Markdown
Contributor

queue

🛑 The pull request has been removed from the queue default

Details

The merge conditions cannot be satisfied due to failing checks.

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 3 commits October 24, 2024 12:43
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/09a0c0c02953318bf94425738c7061ffdc4cba75' (2024-10-18)
  → 'github:nix-community/home-manager/122f70545b29ccb922e655b08acfe05bfb44ec68' (2024-10-19)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/5785b6bb5eaae44e627d541023034e1601455827' (2024-10-16)
  → 'github:NixOS/nixpkgs/4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0' (2024-10-18)
• Updated input 'nuschtosSearch':
    'github:NuschtOS/search/f82d3e1c1c9d1eaeb91878519e2d27b27c66ce84' (2024-10-14)
  → 'github:NuschtOS/search/0b60729dfbf9380b7c9ce51e0c89df7a83519a19' (2024-10-19)
@khaneliman

Copy link
Copy Markdown
Contributor

@mergify refresh

@mergify

mergify Bot commented Oct 24, 2024

Copy link
Copy Markdown
Contributor

refresh

✅ Pull request refreshed

@khaneliman

Copy link
Copy Markdown
Contributor

@mergify queue

@mergify

mergify Bot commented Oct 24, 2024

Copy link
Copy Markdown
Contributor

queue

✅ The pull request has been merged automatically

Details

The pull request has been merged automatically at 28bdec9

@mergify

mergify Bot commented Oct 24, 2024

Copy link
Copy Markdown
Contributor

This pull request, with head sha 28bdec9cf7beb3344f18a8c364d2cd4574ce9318, 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 28bdec9cf7beb3344f18a8c364d2cd4574ce9318 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 28bdec9 into main Oct 24, 2024
@mergify
mergify Bot temporarily deployed to github-pages October 24, 2024 14:27 Inactive
@khaneliman
khaneliman deleted the update/main branch October 24, 2024 14:27
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.

2 participants