Initial commit - Migrated to Dev environment

This commit is contained in:
2026-02-03 19:55:45 +00:00
commit a34e5b7976
3518 changed files with 481663 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
2026-01-29 21:56:10.284 [info] Extension host with pid 536 started
2026-01-29 21:56:10.284 [error] Error: EEXIST: file already exists, open '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock'
2026-01-29 21:56:10.285 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Could not acquire lock, checking if the file is stale.
2026-01-29 21:56:10.286 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': The pid 530 appears to be gone.
2026-01-29 21:56:10.287 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Deleting a stale lock.
2026-01-29 21:56:10.298 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired.
2026-01-29 21:56:10.516 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github'
2026-01-29 21:56:10.517 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage'
2026-01-29 21:56:10.633 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git
2026-01-29 21:56:10.649 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*'
2026-01-29 21:56:10.649 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*'
2026-01-29 21:56:10.833 [info] Eager extensions activated
2026-01-29 21:56:10.834 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished'
2026-01-29 21:56:10.834 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
2026-01-29 21:56:10.867 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*'
2026-01-29 22:07:51.896 [info] ExtensionService#_doActivateExtension vscode.typescript-language-features, startup: false, activationEvent: 'onLanguage:javascript'
2026-01-29 22:08:15.554 [info] ExtensionService#_doActivateExtension vscode.css-language-features, startup: false, activationEvent: 'onLanguage:css'
2026-01-30 00:24:07.599 [info] ExtensionService#_doActivateExtension vscode.html-language-features, startup: false, activationEvent: 'onLanguage:html'
2026-01-30 02:08:29.793 [error] Error: read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:216:20)
2026-01-30 05:08:43.373 [info] Extension host terminating: renderer disconnected for too long (1)
2026-01-30 05:08:43.375 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms.
2026-01-30 05:08:43.419 [error] ProxyResolver#resolveProxy undefined Canceled: Canceled
at su (file:///usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:7:1394)
at file:///usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:29:128146
at Array.forEach (<anonymous>)
at AE.dispose (file:///usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:29:128086)
at IK.terminate (file:///usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:120:10208)
at UM.terminate (file:///usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:914)
at Br (file:///usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:405:11136)
at Sx.a (file:///usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:405:7970)
at Sx.h (file:///usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:28:76725)
at listOnTimeout (node:internal/timers:588:17)
at process.processTimers (node:internal/timers:523:7)
2026-01-30 05:08:43.448 [info] Extension host with pid 536 exiting with code 0

View File

@@ -0,0 +1,458 @@
2026-01-29 21:56:10.980 [info] [main] Log level: Info
2026-01-29 21:56:10.980 [info] [main] Validating found git in: "git"
2026-01-29 21:56:10.980 [info] [main] Using git "2.39.5" from "git"
2026-01-29 21:56:10.980 [info] [Model][doInitialScan] Initial repository scan started
2026-01-29 21:56:10.980 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 21:56:10.980 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 21:56:10.980 [info] > git rev-parse --show-toplevel [26ms]
2026-01-29 21:56:10.980 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 21:56:10.980 [info] > git rev-parse --show-toplevel [3ms]
2026-01-29 21:56:10.980 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 21:56:10.985 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 21:56:10.985 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 21:56:10.990 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 21:56:10.990 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 21:56:10.994 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 21:56:10.994 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 21:56:10.999 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 21:56:10.999 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 21:56:11.004 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 21:56:11.004 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 21:56:11.009 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 21:56:11.009 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 21:56:11.013 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 21:56:11.013 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 21:56:11.017 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 21:56:11.017 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 21:56:11.022 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 21:56:11.022 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 21:56:11.036 [info] > git rev-parse --show-toplevel [11ms]
2026-01-29 21:56:11.036 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 21:56:11.039 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0)
2026-01-29 21:56:11.044 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 21:56:11.044 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 21:56:11.965 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 21:56:11.965 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 21:56:14.325 [info] > git rev-parse --show-toplevel [9ms]
2026-01-29 21:56:14.325 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:01:21.740 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 22:01:21.740 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:02:50.626 [info] > git rev-parse --show-toplevel [3ms]
2026-01-29 22:02:50.626 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:02:50.631 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 22:02:50.631 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:02:50.636 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 22:02:50.636 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:02:50.641 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 22:02:50.641 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:02:50.647 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 22:02:50.647 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:02:50.652 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 22:02:50.652 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:02:50.658 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 22:02:50.658 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:02:50.663 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 22:02:50.663 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:02:50.669 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 22:02:50.669 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:02:50.675 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 22:02:50.675 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:02:50.681 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 22:02:50.681 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:02:50.687 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 22:02:50.687 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:02:50.693 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 22:02:50.693 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:02:50.699 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 22:02:50.699 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:03:11.077 [info] > git rev-parse --show-toplevel [4ms]
2026-01-29 22:03:11.077 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:03:25.808 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 22:03:25.809 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:04:07.021 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 22:04:07.021 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:07:51.984 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 22:07:51.984 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:08:15.629 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 22:08:15.629 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:08:36.625 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 22:08:36.625 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:09:11.716 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 22:09:11.716 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:10:11.612 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 22:10:11.612 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:55:30.884 [info] > git rev-parse --show-toplevel [0ms]
2026-01-29 22:55:30.884 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:56:05.442 [info] > git rev-parse --show-toplevel [0ms]
2026-01-29 22:56:05.442 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:56:43.641 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 22:56:43.641 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:56:44.812 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 22:56:44.812 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:56:46.808 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 22:56:46.808 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:57:36.502 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 22:57:36.502 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 22:59:03.494 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 22:59:03.494 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:01:10.714 [info] > git rev-parse --show-toplevel [4ms]
2026-01-29 23:01:10.714 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:06:38.105 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:06:38.105 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:08:56.644 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:08:56.644 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:09:19.653 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:09:19.653 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:11:47.725 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:11:47.725 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:11:58.674 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:11:58.674 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:12:54.341 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:12:54.341 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:14:59.074 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:14:59.074 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:15:15.907 [info] > git rev-parse --show-toplevel [4ms]
2026-01-29 23:15:15.907 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:15:29.554 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:15:29.554 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:15:48.673 [info] > git rev-parse --show-toplevel [3ms]
2026-01-29 23:15:48.673 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:17:07.199 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:17:07.199 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:17:26.742 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:17:26.742 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:18:43.721 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:18:43.721 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:19:21.917 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:19:21.918 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:19:27.807 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:19:27.807 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:20:46.902 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:20:46.902 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:21:01.829 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:21:01.829 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:21:02.567 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:21:02.567 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:21:03.240 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:21:03.240 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:21:16.060 [info] > git rev-parse --show-toplevel [3ms]
2026-01-29 23:21:16.060 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:22:28.531 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:22:28.531 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:23:15.201 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:23:15.201 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:23:35.290 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:23:35.290 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:23:37.427 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:23:37.427 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:23:38.586 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:23:38.586 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:23:42.290 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:23:42.290 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:23:58.481 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:23:58.482 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:24:22.084 [info] > git rev-parse --show-toplevel [7ms]
2026-01-29 23:24:22.084 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:26:57.744 [info] > git rev-parse --show-toplevel [9ms]
2026-01-29 23:26:57.744 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:27:06.150 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:27:06.150 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:27:06.741 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:27:06.741 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:27:08.557 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:27:08.557 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:27:25.141 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:27:25.141 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:27:38.193 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:27:38.193 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:27:46.944 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:27:46.945 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:32:09.681 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:32:09.681 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:33:11.282 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:33:11.282 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:34:10.635 [info] > git rev-parse --show-toplevel [4ms]
2026-01-29 23:34:10.635 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:39:32.362 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:39:32.362 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:40:52.589 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:40:52.589 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:41:24.433 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:41:24.433 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:41:30.204 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:41:30.204 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:41:31.849 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:41:31.849 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:41:37.117 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:41:37.117 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:41:56.775 [info] > git rev-parse --show-toplevel [5ms]
2026-01-29 23:41:56.775 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:45:28.189 [info] > git rev-parse --show-toplevel [3ms]
2026-01-29 23:45:28.189 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:45:39.548 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:45:39.548 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:46:42.739 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:46:42.739 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:46:50.413 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:46:50.413 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:46:51.379 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:46:51.379 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:46:52.494 [info] > git rev-parse --show-toplevel [2ms]
2026-01-29 23:46:52.494 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:47:01.251 [info] > git rev-parse --show-toplevel [6ms]
2026-01-29 23:47:01.251 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:48:30.670 [info] > git rev-parse --show-toplevel [3ms]
2026-01-29 23:48:30.670 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:48:42.725 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:48:42.725 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:48:43.273 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:48:43.273 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-29 23:48:43.932 [info] > git rev-parse --show-toplevel [1ms]
2026-01-29 23:48:43.932 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 00:01:59.391 [info] > git rev-parse --show-toplevel [6ms]
2026-01-30 00:01:59.391 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 00:07:56.595 [info] > git rev-parse --show-toplevel [3ms]
2026-01-30 00:07:56.595 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 00:07:57.043 [info] > git rev-parse --show-toplevel [3ms]
2026-01-30 00:07:57.043 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 00:07:59.467 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 00:07:59.467 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 00:08:14.362 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 00:08:14.362 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 00:08:24.529 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 00:08:24.529 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 00:08:25.186 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 00:08:25.186 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 00:08:25.894 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 00:08:25.894 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 00:09:02.122 [info] > git rev-parse --show-toplevel [3ms]
2026-01-30 00:09:02.122 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 00:12:49.400 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 00:12:49.400 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 00:24:07.679 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 00:24:07.679 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 00:25:14.895 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 00:25:14.895 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 00:30:46.539 [info] > git rev-parse --show-toplevel [3ms]
2026-01-30 00:30:46.539 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 00:34:11.418 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 00:34:11.418 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 00:39:29.403 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 00:39:29.404 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 00:40:04.108 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 00:40:04.108 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 00:41:34.606 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 00:41:34.606 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 00:41:38.367 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 00:41:38.367 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 00:54:35.492 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 00:54:35.492 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 00:56:06.846 [info] > git rev-parse --show-toplevel [3ms]
2026-01-30 00:56:06.847 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:05:34.237 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 01:05:34.237 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:06:00.663 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 01:06:00.663 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:06:02.782 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 01:06:02.782 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:17:03.860 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 01:17:03.860 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:35:54.863 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 01:35:54.864 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:36:59.682 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 01:36:59.682 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:37:56.378 [info] > git rev-parse --show-toplevel [4ms]
2026-01-30 01:37:56.378 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:38:40.371 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 01:38:40.371 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:40:27.322 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 01:40:27.322 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:40:27.837 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 01:40:27.837 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:40:28.600 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 01:40:28.600 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:46:20.218 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 01:46:20.218 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:47:55.798 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 01:47:55.798 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:49:44.114 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 01:49:44.114 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:50:59.661 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 01:50:59.661 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:51:10.285 [info] > git rev-parse --show-toplevel [4ms]
2026-01-30 01:51:10.285 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:51:10.818 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 01:51:10.818 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:51:11.530 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 01:51:11.530 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:51:12.369 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 01:51:12.370 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:51:13.742 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 01:51:13.742 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:55:24.466 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 01:55:24.466 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:56:41.423 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 01:56:41.424 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:56:41.974 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 01:56:41.974 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:57:07.694 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 01:57:07.694 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:59:40.610 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 01:59:40.610 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:59:41.172 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 01:59:41.172 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:59:42.200 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 01:59:42.200 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2026-01-30 01:59:44.700 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 01:59:44.700 [info] fatal: not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

View File

@@ -0,0 +1,33 @@
2026-01-29 21:56:10.859 [info] Reading sessions from keychain...
2026-01-29 21:56:10.859 [info] Getting sessions for all scopes...
2026-01-29 21:56:10.859 [info] Got 0 sessions for ...
2026-01-29 21:56:10.859 [info] Getting sessions for all scopes...
2026-01-29 21:56:10.859 [info] Got 0 sessions for ...
2026-01-29 21:56:10.859 [info] Getting sessions for all scopes...
2026-01-29 21:56:10.859 [info] Got 0 sessions for ...
2026-01-29 21:56:10.859 [info] Getting sessions for all scopes...
2026-01-29 21:56:10.859 [info] Got 0 sessions for ...
2026-01-29 21:56:10.859 [info] Getting sessions for all scopes...
2026-01-29 21:56:10.859 [info] Got 0 sessions for ...
2026-01-29 21:56:10.859 [info] Getting sessions for all scopes...
2026-01-29 21:56:10.859 [info] Got 0 sessions for ...
2026-01-29 21:56:10.859 [info] Getting sessions for all scopes...
2026-01-29 21:56:10.859 [info] Got 0 sessions for ...
2026-01-29 21:56:10.859 [info] Getting sessions for all scopes...
2026-01-29 21:56:10.859 [info] Got 0 sessions for ...
2026-01-29 21:56:10.859 [info] Getting sessions for all scopes...
2026-01-29 21:56:10.859 [info] Got 0 sessions for ...
2026-01-29 21:56:10.859 [info] Getting sessions for all scopes...
2026-01-29 21:56:10.859 [info] Got 0 sessions for ...
2026-01-29 21:56:10.859 [info] Getting sessions for all scopes...
2026-01-29 21:56:10.859 [info] Got 0 sessions for ...
2026-01-29 21:56:10.859 [info] Getting sessions for all scopes...
2026-01-29 21:56:10.859 [info] Got 0 sessions for ...
2026-01-29 21:56:10.859 [info] Getting sessions for all scopes...
2026-01-29 21:56:10.859 [info] Got 0 sessions for ...
2026-01-29 21:56:10.859 [info] Getting sessions for all scopes...
2026-01-29 21:56:10.859 [info] Got 0 sessions for ...
2026-01-29 21:56:10.859 [info] Getting sessions for all scopes...
2026-01-29 21:56:10.859 [info] Got 0 sessions for ...
2026-01-29 21:56:11.960 [info] Getting sessions for all scopes...
2026-01-29 21:56:11.960 [info] Got 0 sessions for ...

View File

@@ -0,0 +1 @@
2026-01-29 21:56:10.989 [info] Log level: Info

View File

@@ -0,0 +1,7 @@
2026-01-29 22:07:52.158 [info] Starting TS Server
2026-01-29 22:07:52.158 [info] Using tsserver from: /usr/lib/code-server/lib/vscode/extensions/node_modules/typescript/lib/tsserver.js
2026-01-29 22:07:52.158 [info] <syntax> Forking...
2026-01-29 22:07:52.158 [info] <syntax> Starting...
2026-01-29 22:07:52.158 [info] <semantic> Forking...
2026-01-29 22:07:52.158 [info] <semantic> Starting...
2026-01-30 05:08:43.446 [error] TSServer exited. Code: null. Signal: SIGTERM