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

View File

@@ -0,0 +1,17 @@
2026-01-30 17:35:16.305 [info] Extension host with pid 77728 started
2026-01-30 17:35:16.312 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired.
2026-01-30 17:35:16.461 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github'
2026-01-30 17:35:16.462 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage'
2026-01-30 17:35:16.581 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git
2026-01-30 17:35:16.633 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*'
2026-01-30 17:35:16.634 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*'
2026-01-30 17:35:16.795 [info] Eager extensions activated
2026-01-30 17:35:16.795 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished'
2026-01-30 17:35:16.795 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
2026-01-30 17:35:20.951 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*'
2026-01-30 17:36:46.782 [info] ExtensionService#_doActivateExtension vscode.extension-editing, startup: false, activationEvent: 'onLanguage:markdown'
2026-01-30 17:36:46.783 [info] ExtensionService#_doActivateExtension vscode.markdown-language-features, startup: false, activationEvent: 'onLanguage:markdown'
2026-01-30 17:36:47.388 [info] ExtensionService#_doActivateExtension vscode.markdown-math, startup: false, activationEvent: 'api', root cause: vscode.markdown-language-features
2026-01-31 01:39:06.483 [info] Extension host terminating: received terminate message from renderer
2026-01-31 01:39:06.484 [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-31 01:39:06.540 [info] Extension host with pid 77728 exiting with code 0

View File

@@ -0,0 +1,338 @@
2026-01-30 17:35:16.883 [info] [main] Log level: Info
2026-01-30 17:35:16.883 [info] [main] Validating found git in: "git"
2026-01-30 17:35:16.883 [info] [main] Using git "2.39.5" from "git"
2026-01-30 17:35:16.883 [info] [Model][doInitialScan] Initial repository scan started
2026-01-30 17:35:16.883 [info] > git rev-parse --show-toplevel [5ms]
2026-01-30 17:35:16.883 [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 17:35:16.883 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 17:35:16.883 [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 17:35:16.883 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 17:35:16.883 [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 17:35:16.883 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 17:35:16.883 [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 17:35:16.883 [info] > git rev-parse --show-toplevel [28ms]
2026-01-30 17:35:16.883 [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 17:35:16.894 [info] > git rev-parse --show-toplevel [8ms]
2026-01-30 17:35:16.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 17:35:16.899 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 17:35:16.899 [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 17:35:16.906 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 17:35:16.906 [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 17:35:16.911 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 17:35:16.911 [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 17:35:16.916 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 17:35:16.916 [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 17:35:16.920 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 17:35:16.920 [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 17:35:16.928 [info] > git rev-parse --show-toplevel [5ms]
2026-01-30 17:35:16.928 [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 17:35:16.932 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 17:35:16.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 17:35:16.936 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 17:35:16.936 [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 17:35:16.943 [info] > git rev-parse --show-toplevel [4ms]
2026-01-30 17:35:16.943 [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 17:35:16.946 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0)
2026-01-30 17:35:18.430 [info] > git rev-parse --show-toplevel [6ms]
2026-01-30 17:35:18.430 [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 17:35:20.647 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 17:35:20.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-30 17:35:21.059 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 17:35:21.059 [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 17:36:46.927 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 17:36:46.927 [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 17:36:58.862 [info] > git rev-parse --show-toplevel [3ms]
2026-01-30 17:36:58.862 [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 17:37:10.156 [info] > git rev-parse --show-toplevel [5ms]
2026-01-30 17:37:10.157 [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 17:37:19.626 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 17:37:19.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-30 17:37:27.480 [info] > git rev-parse --show-toplevel [4ms]
2026-01-30 17:37:27.480 [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 17:37:35.652 [info] > git rev-parse --show-toplevel [4ms]
2026-01-30 17:37:35.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-30 17:37:58.372 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 17:37:58.372 [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 17:38:03.575 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 17:38:03.575 [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 17:38:04.615 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 17:38:04.615 [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 17:38:05.968 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 17:38:05.968 [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 17:38:15.904 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 17:38:15.904 [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 17:38:30.541 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 17:38:30.541 [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 17:38:35.368 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 17:38:35.368 [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 17:38:45.557 [info] > git rev-parse --show-toplevel [7ms]
2026-01-30 17:38:45.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-30 17:38:47.301 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 17:38:47.301 [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 17:38:48.390 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 17:38:48.390 [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 17:39:03.442 [info] > git rev-parse --show-toplevel [4ms]
2026-01-30 17:39:03.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-30 17:39:07.730 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 17:39:07.730 [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 17:39:13.095 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 17:39:13.095 [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 17:40:25.821 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 17:40:25.821 [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 17:40:47.993 [info] > git rev-parse --show-toplevel [7ms]
2026-01-30 17:40:47.993 [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 17:41:02.945 [info] > git rev-parse --show-toplevel [3ms]
2026-01-30 17:41:02.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-30 17:41:36.842 [info] > git rev-parse --show-toplevel [3ms]
2026-01-30 17:41:36.842 [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 17:41:46.716 [info] > git rev-parse --show-toplevel [3ms]
2026-01-30 17:41:46.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-30 17:41:56.837 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 17:41:56.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 17:42:16.113 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 17:42:16.113 [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 17:43:05.003 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 17:43:05.003 [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 17:43:05.904 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 17:43:05.904 [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 17:43:06.436 [info] > git rev-parse --show-toplevel [3ms]
2026-01-30 17:43:06.436 [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 17:43:07.157 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 17:43:07.157 [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 17:47:50.154 [info] > git rev-parse --show-toplevel [4ms]
2026-01-30 17:47:50.154 [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 17:48:09.680 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 17:48:09.680 [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 17:48:37.823 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 17:48:37.823 [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 17:51:30.473 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 17:51:30.473 [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 17:55:26.675 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 17:55:26.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-30 17:55:53.465 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 17:55:53.465 [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 18:09:25.718 [info] > git rev-parse --show-toplevel [3ms]
2026-01-30 18:09:25.718 [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 20:46:04.384 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 20:46:04.384 [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 20:46:47.497 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 20:46:47.497 [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 20:47:17.549 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 20:47:17.549 [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 20:47:36.018 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 20:47:36.018 [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 20:47:49.726 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 20:47:49.726 [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 20:48:02.621 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 20:48:02.621 [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 20:48:23.117 [info] > git rev-parse --show-toplevel [4ms]
2026-01-30 20:48:23.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-30 20:48:24.099 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 20:48:24.099 [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 20:48:25.196 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 20:48:25.196 [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 20:48:43.925 [info] > git rev-parse --show-toplevel [3ms]
2026-01-30 20:48:43.925 [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 20:49:13.327 [info] > git rev-parse --show-toplevel [4ms]
2026-01-30 20:49:13.327 [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 20:49:20.777 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 20:49:20.777 [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 20:50:11.879 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 20:50:11.879 [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 20:50:21.127 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 20:50:21.127 [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 20:50:47.198 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 20:50:47.198 [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 20:51:34.742 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 20:51:34.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 20:51:54.114 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 20:51:54.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 20:52:16.683 [info] > git rev-parse --show-toplevel [3ms]
2026-01-30 20:52:16.683 [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 20:52:39.672 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 20:52:39.672 [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 20:52:51.910 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 20:52:51.910 [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 20:53:07.791 [info] > git rev-parse --show-toplevel [4ms]
2026-01-30 20:53:07.791 [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 20:53:46.566 [info] > git rev-parse --show-toplevel [3ms]
2026-01-30 20:53:46.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-30 20:54:08.290 [info] > git rev-parse --show-toplevel [3ms]
2026-01-30 20:54:08.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-30 20:54:29.223 [info] > git rev-parse --show-toplevel [3ms]
2026-01-30 20:54:29.223 [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 21:27:41.639 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 21:27:41.639 [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 21:28:02.342 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 21:28:02.342 [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 21:41:24.057 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 21:41:24.057 [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 21:41:56.506 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 21:41:56.506 [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 22:07:16.457 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 22:07:16.457 [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 22:07:25.345 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 22:07:25.345 [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 22:07:25.884 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 22:07:25.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-30 22:07:26.864 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 22:07:26.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 22:19:09.170 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 22:19:09.170 [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 23:23:45.761 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 23:23:45.761 [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 23:24:23.666 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 23:24:23.666 [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 23:25:12.930 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 23:25:12.930 [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 23:25:36.527 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 23:25:36.527 [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 23:25:48.281 [info] > git rev-parse --show-toplevel [3ms]
2026-01-30 23:25:48.281 [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 23:25:56.700 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 23:25:56.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).
2026-01-30 23:26:08.378 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 23:26:08.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 23:26:51.368 [info] > git rev-parse --show-toplevel [4ms]
2026-01-30 23:26:51.368 [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 23:27:18.390 [info] > git rev-parse --show-toplevel [3ms]
2026-01-30 23:27:18.390 [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 23:27:41.220 [info] > git rev-parse --show-toplevel [4ms]
2026-01-30 23:27:41.220 [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 23:28:16.799 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 23:28:16.799 [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 23:33:15.417 [info] > git rev-parse --show-toplevel [3ms]
2026-01-30 23:33:15.417 [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 23:34:03.132 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 23:34:03.132 [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 23:34:17.952 [info] > git rev-parse --show-toplevel [1ms]
2026-01-30 23:34:17.952 [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 23:34:30.199 [info] > git rev-parse --show-toplevel [4ms]
2026-01-30 23:34:30.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-30 23:34:49.017 [info] > git rev-parse --show-toplevel [3ms]
2026-01-30 23:34:49.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-30 23:44:40.884 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 23:44:40.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-30 23:45:10.657 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 23:45:10.657 [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 23:46:22.339 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 23:46:22.339 [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 23:47:04.729 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 23:47:04.730 [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 23:47:37.827 [info] > git rev-parse --show-toplevel [2ms]
2026-01-30 23:47:37.827 [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-31 01:20:04.126 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 01:20:04.127 [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-31 01:20:21.293 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 01:20:21.293 [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-30 17:35:16.704 [info] Reading sessions from keychain...
2026-01-30 17:35:16.704 [info] Getting sessions for all scopes...
2026-01-30 17:35:16.704 [info] Got 0 sessions for ...
2026-01-30 17:35:16.704 [info] Getting sessions for all scopes...
2026-01-30 17:35:16.704 [info] Got 0 sessions for ...
2026-01-30 17:35:16.704 [info] Getting sessions for all scopes...
2026-01-30 17:35:16.704 [info] Got 0 sessions for ...
2026-01-30 17:35:16.704 [info] Getting sessions for all scopes...
2026-01-30 17:35:16.704 [info] Got 0 sessions for ...
2026-01-30 17:35:16.704 [info] Getting sessions for all scopes...
2026-01-30 17:35:16.704 [info] Got 0 sessions for ...
2026-01-30 17:35:16.704 [info] Getting sessions for all scopes...
2026-01-30 17:35:16.704 [info] Got 0 sessions for ...
2026-01-30 17:35:16.704 [info] Getting sessions for all scopes...
2026-01-30 17:35:16.704 [info] Got 0 sessions for ...
2026-01-30 17:35:16.704 [info] Getting sessions for all scopes...
2026-01-30 17:35:16.704 [info] Got 0 sessions for ...
2026-01-30 17:35:16.704 [info] Getting sessions for all scopes...
2026-01-30 17:35:16.704 [info] Got 0 sessions for ...
2026-01-30 17:35:16.712 [info] Getting sessions for all scopes...
2026-01-30 17:35:16.712 [info] Got 0 sessions for ...
2026-01-30 17:35:16.743 [info] Getting sessions for all scopes...
2026-01-30 17:35:16.743 [info] Got 0 sessions for ...
2026-01-30 17:35:16.743 [info] Getting sessions for all scopes...
2026-01-30 17:35:16.743 [info] Got 0 sessions for ...
2026-01-30 17:35:16.743 [info] Getting sessions for all scopes...
2026-01-30 17:35:16.743 [info] Got 0 sessions for ...
2026-01-30 17:35:16.743 [info] Getting sessions for all scopes...
2026-01-30 17:35:16.743 [info] Got 0 sessions for ...
2026-01-30 17:35:16.743 [info] Getting sessions for all scopes...
2026-01-30 17:35:16.743 [info] Got 0 sessions for ...
2026-01-30 17:35:18.431 [info] Getting sessions for all scopes...
2026-01-30 17:35:18.431 [info] Got 0 sessions for ...

View File

@@ -0,0 +1 @@
2026-01-30 17:35:16.895 [info] Log level: Info

View File

@@ -0,0 +1,17 @@
2026-01-31 09:15:36.572 [info] Extension host with pid 166721 started
2026-01-31 09:15:36.578 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired.
2026-01-31 09:15:36.704 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github'
2026-01-31 09:15:36.705 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage'
2026-01-31 09:15:36.813 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git
2026-01-31 09:15:36.853 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*'
2026-01-31 09:15:36.853 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*'
2026-01-31 09:15:37.015 [info] Eager extensions activated
2026-01-31 09:15:37.016 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished'
2026-01-31 09:15:37.016 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
2026-01-31 09:15:37.270 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*'
2026-01-31 09:15:54.321 [info] ExtensionService#_doActivateExtension vscode.extension-editing, startup: false, activationEvent: 'onLanguage:markdown'
2026-01-31 09:15:54.323 [info] ExtensionService#_doActivateExtension vscode.markdown-language-features, startup: false, activationEvent: 'onLanguage:markdown'
2026-01-31 09:15:54.838 [info] ExtensionService#_doActivateExtension vscode.markdown-math, startup: false, activationEvent: 'api', root cause: vscode.markdown-language-features
2026-01-31 10:53:10.496 [info] Extension host terminating: received terminate message from renderer
2026-01-31 10:53:10.497 [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-31 10:53:10.533 [info] Extension host with pid 166721 exiting with code 0

View File

@@ -0,0 +1,74 @@
2026-01-31 09:15:37.062 [info] [main] Log level: Info
2026-01-31 09:15:37.062 [info] [main] Validating found git in: "git"
2026-01-31 09:15:37.062 [info] [main] Using git "2.39.5" from "git"
2026-01-31 09:15:37.062 [info] [Model][doInitialScan] Initial repository scan started
2026-01-31 09:15:37.062 [info] > git rev-parse --show-toplevel [4ms]
2026-01-31 09:15:37.062 [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-31 09:15:37.062 [info] > git rev-parse --show-toplevel [3ms]
2026-01-31 09:15:37.062 [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-31 09:15:37.062 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 09:15:37.062 [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-31 09:15:37.062 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 09:15:37.062 [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-31 09:15:37.062 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 09:15:37.062 [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-31 09:15:37.064 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 09:15:37.064 [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-31 09:15:37.068 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 09:15:37.068 [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-31 09:15:37.073 [info] > git rev-parse --show-toplevel [3ms]
2026-01-31 09:15:37.073 [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-31 09:15:37.080 [info] > git rev-parse --show-toplevel [4ms]
2026-01-31 09:15:37.080 [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-31 09:15:37.094 [info] > git rev-parse --show-toplevel [12ms]
2026-01-31 09:15:37.094 [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-31 09:15:37.098 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 09:15:37.098 [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-31 09:15:37.126 [info] > git rev-parse --show-toplevel [25ms]
2026-01-31 09:15:37.126 [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-31 09:15:37.130 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 09:15:37.130 [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-31 09:15:37.134 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 09:15:37.134 [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-31 09:15:37.138 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 09:15:37.138 [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-31 09:15:37.142 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0)
2026-01-31 09:15:37.146 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 09:15:37.146 [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-31 09:15:37.149 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 09:15:37.149 [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-31 09:15:37.383 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 09:15:37.383 [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-31 09:15:37.425 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 09:15:37.425 [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-31 09:15:38.704 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 09:15:38.704 [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-31 09:15:54.449 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 09:15:54.449 [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-31 09:18:17.779 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 09:18:17.779 [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-31 09:18:27.049 [info] > git rev-parse --show-toplevel [11ms]
2026-01-31 09:18:27.049 [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-31 09:15:36.912 [info] Reading sessions from keychain...
2026-01-31 09:15:36.912 [info] Getting sessions for all scopes...
2026-01-31 09:15:36.912 [info] Got 0 sessions for ...
2026-01-31 09:15:36.912 [info] Getting sessions for all scopes...
2026-01-31 09:15:36.912 [info] Got 0 sessions for ...
2026-01-31 09:15:36.912 [info] Getting sessions for all scopes...
2026-01-31 09:15:36.912 [info] Got 0 sessions for ...
2026-01-31 09:15:36.912 [info] Getting sessions for all scopes...
2026-01-31 09:15:36.912 [info] Got 0 sessions for ...
2026-01-31 09:15:36.912 [info] Getting sessions for all scopes...
2026-01-31 09:15:36.912 [info] Got 0 sessions for ...
2026-01-31 09:15:36.912 [info] Getting sessions for all scopes...
2026-01-31 09:15:36.912 [info] Got 0 sessions for ...
2026-01-31 09:15:36.912 [info] Getting sessions for all scopes...
2026-01-31 09:15:36.912 [info] Got 0 sessions for ...
2026-01-31 09:15:36.912 [info] Getting sessions for all scopes...
2026-01-31 09:15:36.912 [info] Got 0 sessions for ...
2026-01-31 09:15:36.912 [info] Getting sessions for all scopes...
2026-01-31 09:15:36.912 [info] Got 0 sessions for ...
2026-01-31 09:15:36.921 [info] Getting sessions for all scopes...
2026-01-31 09:15:36.921 [info] Got 0 sessions for ...
2026-01-31 09:15:36.946 [info] Getting sessions for all scopes...
2026-01-31 09:15:36.946 [info] Got 0 sessions for ...
2026-01-31 09:15:36.946 [info] Getting sessions for all scopes...
2026-01-31 09:15:36.946 [info] Got 0 sessions for ...
2026-01-31 09:15:36.947 [info] Getting sessions for all scopes...
2026-01-31 09:15:36.947 [info] Got 0 sessions for ...
2026-01-31 09:15:36.947 [info] Getting sessions for all scopes...
2026-01-31 09:15:36.947 [info] Got 0 sessions for ...
2026-01-31 09:15:36.947 [info] Getting sessions for all scopes...
2026-01-31 09:15:36.947 [info] Got 0 sessions for ...
2026-01-31 09:15:38.801 [info] Getting sessions for all scopes...
2026-01-31 09:15:38.801 [info] Got 0 sessions for ...

View File

@@ -0,0 +1 @@
2026-01-31 09:15:37.134 [info] Log level: Info

View File

@@ -0,0 +1,17 @@
2026-01-31 10:53:13.061 [info] Extension host with pid 184448 started
2026-01-31 10:53:13.071 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired.
2026-01-31 10:53:13.376 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github'
2026-01-31 10:53:13.377 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage'
2026-01-31 10:53:13.377 [info] ExtensionService#_doActivateExtension vscode.extension-editing, startup: false, activationEvent: 'onLanguage:markdown'
2026-01-31 10:53:13.377 [info] ExtensionService#_doActivateExtension vscode.markdown-language-features, startup: false, activationEvent: 'onLanguage:markdown'
2026-01-31 10:53:13.735 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git
2026-01-31 10:53:13.756 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*'
2026-01-31 10:53:13.757 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*'
2026-01-31 10:53:13.881 [info] ExtensionService#_doActivateExtension vscode.markdown-math, startup: false, activationEvent: 'api', root cause: vscode.markdown-language-features
2026-01-31 10:53:14.114 [info] Eager extensions activated
2026-01-31 10:53:14.115 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished'
2026-01-31 10:53:14.115 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
2026-01-31 10:53:14.228 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*'
2026-01-31 17:27:10.394 [info] Extension host terminating: received terminate message from renderer
2026-01-31 17:27:10.395 [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-31 17:27:10.428 [info] Extension host with pid 184448 exiting with code 0

View File

@@ -0,0 +1,161 @@
2026-01-31 10:53:14.312 [info] [main] Log level: Info
2026-01-31 10:53:14.312 [info] [main] Validating found git in: "git"
2026-01-31 10:53:14.312 [info] [main] Using git "2.39.5" from "git"
2026-01-31 10:53:14.312 [info] [Model][doInitialScan] Initial repository scan started
2026-01-31 10:53:14.312 [info] > git rev-parse --show-toplevel [50ms]
2026-01-31 10:53:14.312 [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-31 10:53:14.312 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 10:53:14.312 [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-31 10:53:14.312 [info] > git rev-parse --show-toplevel [6ms]
2026-01-31 10:53:14.312 [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-31 10:53:14.312 [info] > git rev-parse --show-toplevel [4ms]
2026-01-31 10:53:14.312 [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-31 10:53:14.313 [info] > git rev-parse --show-toplevel [88ms]
2026-01-31 10:53:14.313 [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-31 10:53:14.318 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 10:53:14.318 [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-31 10:53:14.323 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 10:53:14.323 [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-31 10:53:14.359 [info] > git rev-parse --show-toplevel [33ms]
2026-01-31 10:53:14.359 [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-31 10:53:14.368 [info] > git rev-parse --show-toplevel [5ms]
2026-01-31 10:53:14.368 [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-31 10:53:14.374 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 10:53:14.374 [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-31 10:53:14.380 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 10:53:14.380 [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-31 10:53:14.386 [info] > git rev-parse --show-toplevel [3ms]
2026-01-31 10:53:14.386 [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-31 10:53:14.393 [info] > git rev-parse --show-toplevel [4ms]
2026-01-31 10:53:14.393 [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-31 10:53:14.404 [info] > git rev-parse --show-toplevel [8ms]
2026-01-31 10:53:14.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-31 10:53:14.408 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 10:53:14.408 [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-31 10:53:14.415 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0)
2026-01-31 10:53:14.420 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 10:53:14.420 [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-31 10:53:14.459 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 10:53:14.459 [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-31 10:53:15.128 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 10:53:15.128 [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-31 11:26:17.008 [info] > git rev-parse --show-toplevel [6ms]
2026-01-31 11:26:17.008 [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-31 11:33:48.688 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 11:33:48.688 [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-31 11:34:03.964 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 11:34:03.964 [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-31 11:34:30.549 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 11:34:30.549 [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-31 11:34:51.655 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 11:34:51.655 [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-31 11:35:04.749 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 11:35:04.749 [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-31 11:35:23.967 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 11:35:23.967 [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-31 11:36:45.643 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 11:36:45.643 [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-31 11:37:31.225 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 11:37:31.225 [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-31 11:37:32.620 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 11:37:32.620 [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-31 11:38:06.383 [info] > git rev-parse --show-toplevel [4ms]
2026-01-31 11:38:06.383 [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-31 11:38:33.092 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 11:38:33.092 [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-31 11:39:32.769 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 11:39:32.769 [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-31 11:42:34.202 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 11:42:34.202 [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-31 11:45:59.279 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 11:45:59.279 [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-31 11:46:29.113 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 11:46:29.113 [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-31 12:02:48.392 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 12:02:48.392 [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-31 12:04:06.295 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 12:04:06.295 [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-31 12:04:09.082 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 12:04:09.082 [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-31 12:04:10.079 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 12:04:10.079 [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-31 12:04:10.656 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 12:04:10.656 [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-31 12:04:11.253 [info] > git rev-parse --show-toplevel [3ms]
2026-01-31 12:04:11.253 [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-31 12:06:58.834 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 12:06:58.834 [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-31 12:08:29.602 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 12:08:29.602 [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-31 14:32:40.483 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 14:32:40.483 [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-31 14:36:35.888 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 14:36:35.888 [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-31 14:37:05.519 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 14:37:05.519 [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-31 14:38:28.065 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 14:38:28.065 [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-31 14:55:22.982 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 14:55:22.982 [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-31 15:03:33.828 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 15:03:33.828 [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-31 15:08:54.185 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 15:08:54.185 [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-31 17:19:37.209 [info] > git rev-parse --show-toplevel [2ms]
2026-01-31 17:19:37.209 [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-31 17:19:53.360 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 17:19:53.360 [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-31 17:19:54.978 [info] > git rev-parse --show-toplevel [1ms]
2026-01-31 17:19:54.978 [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-31 10:53:13.659 [info] Reading sessions from keychain...
2026-01-31 10:53:13.659 [info] Getting sessions for all scopes...
2026-01-31 10:53:13.659 [info] Got 0 sessions for ...
2026-01-31 10:53:13.659 [info] Getting sessions for all scopes...
2026-01-31 10:53:13.659 [info] Got 0 sessions for ...
2026-01-31 10:53:13.659 [info] Getting sessions for all scopes...
2026-01-31 10:53:13.659 [info] Got 0 sessions for ...
2026-01-31 10:53:13.659 [info] Getting sessions for all scopes...
2026-01-31 10:53:13.659 [info] Got 0 sessions for ...
2026-01-31 10:53:13.659 [info] Getting sessions for all scopes...
2026-01-31 10:53:13.659 [info] Got 0 sessions for ...
2026-01-31 10:53:13.659 [info] Getting sessions for all scopes...
2026-01-31 10:53:13.659 [info] Got 0 sessions for ...
2026-01-31 10:53:13.659 [info] Getting sessions for all scopes...
2026-01-31 10:53:13.659 [info] Got 0 sessions for ...
2026-01-31 10:53:13.659 [info] Getting sessions for all scopes...
2026-01-31 10:53:13.659 [info] Got 0 sessions for ...
2026-01-31 10:53:13.659 [info] Getting sessions for all scopes...
2026-01-31 10:53:13.659 [info] Got 0 sessions for ...
2026-01-31 10:53:13.686 [info] Getting sessions for all scopes...
2026-01-31 10:53:13.686 [info] Got 0 sessions for ...
2026-01-31 10:53:13.686 [info] Getting sessions for all scopes...
2026-01-31 10:53:13.686 [info] Got 0 sessions for ...
2026-01-31 10:53:13.686 [info] Getting sessions for all scopes...
2026-01-31 10:53:13.686 [info] Got 0 sessions for ...
2026-01-31 10:53:13.686 [info] Getting sessions for all scopes...
2026-01-31 10:53:13.686 [info] Got 0 sessions for ...
2026-01-31 10:53:13.686 [info] Getting sessions for all scopes...
2026-01-31 10:53:13.686 [info] Got 0 sessions for ...
2026-01-31 10:53:13.686 [info] Getting sessions for all scopes...
2026-01-31 10:53:13.686 [info] Got 0 sessions for ...
2026-01-31 10:53:15.124 [info] Getting sessions for all scopes...
2026-01-31 10:53:15.124 [info] Got 0 sessions for ...

View File

@@ -0,0 +1 @@
2026-01-31 10:53:14.317 [info] Log level: Info

View File

@@ -0,0 +1,14 @@
2026-02-01 10:47:07.985 [info] Extension host with pid 254566 started
2026-02-01 10:47:07.993 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired.
2026-02-01 10:47:08.134 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github'
2026-02-01 10:47:08.135 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage'
2026-02-01 10:47:08.247 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git
2026-02-01 10:47:08.270 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*'
2026-02-01 10:47:08.271 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*'
2026-02-01 10:47:08.460 [info] Eager extensions activated
2026-02-01 10:47:08.460 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished'
2026-02-01 10:47:08.461 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
2026-02-01 10:47:08.633 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*'
2026-02-01 15:08:33.830 [info] Extension host terminating: received terminate message from renderer
2026-02-01 15:08:33.831 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms.
2026-02-01 15:08:33.870 [info] Extension host with pid 254566 exiting with code 0

View File

@@ -0,0 +1,89 @@
2026-02-01 10:47:08.561 [info] [main] Log level: Info
2026-02-01 10:47:08.561 [info] [main] Validating found git in: "git"
2026-02-01 10:47:08.561 [info] [main] Using git "2.39.5" from "git"
2026-02-01 10:47:08.561 [info] [Model][doInitialScan] Initial repository scan started
2026-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [2ms]
2026-02-01 10:47:08.561 [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-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [2ms]
2026-02-01 10:47:08.561 [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-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 10:47:08.561 [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-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 10:47:08.561 [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-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [2ms]
2026-02-01 10:47:08.561 [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-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 10:47:08.561 [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-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 10:47:08.561 [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-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [2ms]
2026-02-01 10:47:08.561 [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-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 10:47:08.561 [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-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 10:47:08.561 [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-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 10:47:08.561 [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-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 10:47:08.561 [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-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 10:47:08.561 [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-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [2ms]
2026-02-01 10:47:08.561 [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-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [2ms]
2026-02-01 10:47:08.561 [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-02-01 10:47:08.561 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0)
2026-02-01 10:47:08.728 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 10:47:08.728 [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-02-01 10:47:08.774 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 10:47:08.774 [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-02-01 10:47:10.363 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 10:47:10.363 [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-02-01 11:23:26.890 [info] > git rev-parse --show-toplevel [3ms]
2026-02-01 11:23:26.890 [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-02-01 12:54:10.976 [info] > git rev-parse --show-toplevel [2ms]
2026-02-01 12:54:10.976 [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-02-01 12:54:28.006 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 12:54:28.006 [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-02-01 12:54:40.469 [info] > git rev-parse --show-toplevel [2ms]
2026-02-01 12:54:40.469 [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-02-01 12:54:42.874 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 12:54:42.875 [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-02-01 12:54:56.452 [info] > git rev-parse --show-toplevel [3ms]
2026-02-01 12:54:56.452 [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-02-01 15:02:23.865 [info] > git rev-parse --show-toplevel [2ms]
2026-02-01 15:02:23.865 [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-02-01 15:02:59.270 [info] > git rev-parse --show-toplevel [3ms]
2026-02-01 15:02:59.270 [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-02-01 15:04:14.715 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 15:04:14.715 [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-02-01 15:04:16.559 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 15:04:16.560 [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-02-01 10:47:08.344 [info] Reading sessions from keychain...
2026-02-01 10:47:08.344 [info] Getting sessions for all scopes...
2026-02-01 10:47:08.344 [info] Got 0 sessions for ...
2026-02-01 10:47:08.344 [info] Getting sessions for all scopes...
2026-02-01 10:47:08.344 [info] Got 0 sessions for ...
2026-02-01 10:47:08.344 [info] Getting sessions for all scopes...
2026-02-01 10:47:08.344 [info] Got 0 sessions for ...
2026-02-01 10:47:08.344 [info] Getting sessions for all scopes...
2026-02-01 10:47:08.344 [info] Got 0 sessions for ...
2026-02-01 10:47:08.344 [info] Getting sessions for all scopes...
2026-02-01 10:47:08.344 [info] Got 0 sessions for ...
2026-02-01 10:47:08.344 [info] Getting sessions for all scopes...
2026-02-01 10:47:08.344 [info] Got 0 sessions for ...
2026-02-01 10:47:08.344 [info] Getting sessions for all scopes...
2026-02-01 10:47:08.344 [info] Got 0 sessions for ...
2026-02-01 10:47:08.344 [info] Getting sessions for all scopes...
2026-02-01 10:47:08.344 [info] Got 0 sessions for ...
2026-02-01 10:47:08.344 [info] Getting sessions for all scopes...
2026-02-01 10:47:08.344 [info] Got 0 sessions for ...
2026-02-01 10:47:08.395 [info] Getting sessions for all scopes...
2026-02-01 10:47:08.396 [info] Got 0 sessions for ...
2026-02-01 10:47:08.440 [info] Getting sessions for all scopes...
2026-02-01 10:47:08.441 [info] Got 0 sessions for ...
2026-02-01 10:47:08.441 [info] Getting sessions for all scopes...
2026-02-01 10:47:08.441 [info] Got 0 sessions for ...
2026-02-01 10:47:08.441 [info] Getting sessions for all scopes...
2026-02-01 10:47:08.441 [info] Got 0 sessions for ...
2026-02-01 10:47:08.441 [info] Getting sessions for all scopes...
2026-02-01 10:47:08.441 [info] Got 0 sessions for ...
2026-02-01 10:47:08.441 [info] Getting sessions for all scopes...
2026-02-01 10:47:08.441 [info] Got 0 sessions for ...
2026-02-01 10:47:10.358 [info] Getting sessions for all scopes...
2026-02-01 10:47:10.358 [info] Got 0 sessions for ...

View File

@@ -0,0 +1 @@
2026-02-01 10:47:08.562 [info] Log level: Info

View File

@@ -0,0 +1,14 @@
2026-02-01 22:43:12.931 [info] Extension host with pid 301229 started
2026-02-01 22:43:12.938 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired.
2026-02-01 22:43:13.091 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github'
2026-02-01 22:43:13.092 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage'
2026-02-01 22:43:13.197 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git
2026-02-01 22:43:13.342 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*'
2026-02-01 22:43:13.342 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*'
2026-02-01 22:43:13.484 [info] Eager extensions activated
2026-02-01 22:43:13.485 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished'
2026-02-01 22:43:13.485 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
2026-02-01 22:43:13.521 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*'
2026-02-02 01:36:05.142 [info] Extension host terminating: received terminate message from renderer
2026-02-02 01:36:05.143 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms.
2026-02-02 01:36:05.173 [info] Extension host with pid 301229 exiting with code 0

View File

@@ -0,0 +1,77 @@
2026-02-01 22:43:13.645 [info] [main] Log level: Info
2026-02-01 22:43:13.645 [info] [main] Validating found git in: "git"
2026-02-01 22:43:13.645 [info] [main] Using git "2.39.5" from "git"
2026-02-01 22:43:13.645 [info] [Model][doInitialScan] Initial repository scan started
2026-02-01 22:43:13.645 [info] > git rev-parse --show-toplevel [2ms]
2026-02-01 22:43:13.645 [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-02-01 22:43:13.645 [info] > git rev-parse --show-toplevel [2ms]
2026-02-01 22:43:13.645 [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-02-01 22:43:13.645 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 22:43:13.645 [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-02-01 22:43:13.645 [info] > git rev-parse --show-toplevel [3ms]
2026-02-01 22:43:13.645 [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-02-01 22:43:13.649 [info] > git rev-parse --show-toplevel [10ms]
2026-02-01 22:43:13.649 [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-02-01 22:43:13.654 [info] > git rev-parse --show-toplevel [2ms]
2026-02-01 22:43:13.654 [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-02-01 22:43:13.659 [info] > git rev-parse --show-toplevel [2ms]
2026-02-01 22:43:13.659 [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-02-01 22:43:13.663 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 22:43:13.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-02-01 22:43:13.669 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 22:43:13.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-02-01 22:43:13.674 [info] > git rev-parse --show-toplevel [3ms]
2026-02-01 22:43:13.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-02-01 22:43:13.678 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 22:43:13.678 [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-02-01 22:43:13.688 [info] > git rev-parse --show-toplevel [7ms]
2026-02-01 22:43:13.688 [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-02-01 22:43:13.692 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 22:43:13.692 [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-02-01 22:43:13.697 [info] > git rev-parse --show-toplevel [3ms]
2026-02-01 22:43:13.697 [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-02-01 22:43:13.701 [info] > git rev-parse --show-toplevel [2ms]
2026-02-01 22:43:13.701 [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-02-01 22:43:13.704 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0)
2026-02-01 22:43:13.708 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 22:43:13.708 [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-02-01 22:43:13.823 [info] > git rev-parse --show-toplevel [4ms]
2026-02-01 22:43:13.823 [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-02-01 22:43:15.099 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 22:43:15.099 [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-02-01 22:43:16.615 [info] > git rev-parse --show-toplevel [3ms]
2026-02-01 22:43:16.615 [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-02-01 22:43:46.881 [info] > git rev-parse --show-toplevel [1ms]
2026-02-01 22:43:46.881 [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-02-01 23:42:50.645 [info] > git rev-parse --show-toplevel [4ms]
2026-02-01 23:42:50.645 [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-02-02 01:36:01.077 [info] > git rev-parse --show-toplevel [1ms]
2026-02-02 01:36:01.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-02-02 01:36:02.104 [info] > git rev-parse --show-toplevel [1ms]
2026-02-02 01:36:02.104 [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-02-02 01:36:03.167 [info] > git rev-parse --show-toplevel [1ms]
2026-02-02 01:36:03.168 [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-02-01 22:43:13.410 [info] Reading sessions from keychain...
2026-02-01 22:43:13.410 [info] Getting sessions for all scopes...
2026-02-01 22:43:13.410 [info] Got 0 sessions for ...
2026-02-01 22:43:13.410 [info] Getting sessions for all scopes...
2026-02-01 22:43:13.410 [info] Got 0 sessions for ...
2026-02-01 22:43:13.410 [info] Getting sessions for all scopes...
2026-02-01 22:43:13.410 [info] Got 0 sessions for ...
2026-02-01 22:43:13.410 [info] Getting sessions for all scopes...
2026-02-01 22:43:13.410 [info] Got 0 sessions for ...
2026-02-01 22:43:13.410 [info] Getting sessions for all scopes...
2026-02-01 22:43:13.410 [info] Got 0 sessions for ...
2026-02-01 22:43:13.410 [info] Getting sessions for all scopes...
2026-02-01 22:43:13.410 [info] Got 0 sessions for ...
2026-02-01 22:43:13.410 [info] Getting sessions for all scopes...
2026-02-01 22:43:13.410 [info] Got 0 sessions for ...
2026-02-01 22:43:13.410 [info] Getting sessions for all scopes...
2026-02-01 22:43:13.410 [info] Got 0 sessions for ...
2026-02-01 22:43:13.410 [info] Getting sessions for all scopes...
2026-02-01 22:43:13.410 [info] Got 0 sessions for ...
2026-02-01 22:43:13.411 [info] Getting sessions for all scopes...
2026-02-01 22:43:13.411 [info] Got 0 sessions for ...
2026-02-01 22:43:13.438 [info] Getting sessions for all scopes...
2026-02-01 22:43:13.438 [info] Got 0 sessions for ...
2026-02-01 22:43:13.438 [info] Getting sessions for all scopes...
2026-02-01 22:43:13.438 [info] Got 0 sessions for ...
2026-02-01 22:43:13.439 [info] Getting sessions for all scopes...
2026-02-01 22:43:13.439 [info] Got 0 sessions for ...
2026-02-01 22:43:13.439 [info] Getting sessions for all scopes...
2026-02-01 22:43:13.439 [info] Got 0 sessions for ...
2026-02-01 22:43:13.439 [info] Getting sessions for all scopes...
2026-02-01 22:43:13.439 [info] Got 0 sessions for ...
2026-02-01 22:43:15.095 [info] Getting sessions for all scopes...
2026-02-01 22:43:15.095 [info] Got 0 sessions for ...

View File

@@ -0,0 +1 @@
2026-02-01 22:43:13.649 [info] Log level: Info

View File

@@ -0,0 +1,11 @@
2026-02-02 22:14:29.461 [info] Extension host with pid 332306 started
2026-02-02 22:14:29.476 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired.
2026-02-02 22:14:29.622 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github'
2026-02-02 22:14:29.697 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git
2026-02-02 22:14:29.716 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*'
2026-02-02 22:14:29.716 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*'
2026-02-02 22:14:29.886 [info] Eager extensions activated
2026-02-02 22:14:29.886 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished'
2026-02-02 22:14:29.886 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
2026-02-02 22:14:30.345 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*'
2026-02-02 23:14:12.050 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage'

View File

@@ -0,0 +1,56 @@
2026-02-02 22:14:29.932 [info] [main] Log level: Info
2026-02-02 22:14:29.932 [info] [main] Validating found git in: "git"
2026-02-02 22:14:29.932 [info] [main] Using git "2.39.5" from "git"
2026-02-02 22:14:29.932 [info] [Model][doInitialScan] Initial repository scan started
2026-02-02 22:14:29.932 [info] > git rev-parse --show-toplevel [1ms]
2026-02-02 22:14:29.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-02-02 22:14:29.932 [info] > git rev-parse --show-toplevel [2ms]
2026-02-02 22:14:29.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-02-02 22:14:29.932 [info] > git rev-parse --show-toplevel [2ms]
2026-02-02 22:14:29.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-02-02 22:14:29.956 [info] > git rev-parse --show-toplevel [25ms]
2026-02-02 22:14:29.956 [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-02-02 22:14:29.961 [info] > git rev-parse --show-toplevel [2ms]
2026-02-02 22:14:29.961 [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-02-02 22:14:29.966 [info] > git rev-parse --show-toplevel [2ms]
2026-02-02 22:14:29.966 [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-02-02 22:14:29.971 [info] > git rev-parse --show-toplevel [1ms]
2026-02-02 22:14:29.971 [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-02-02 22:14:29.975 [info] > git rev-parse --show-toplevel [1ms]
2026-02-02 22:14:29.975 [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-02-02 22:14:29.979 [info] > git rev-parse --show-toplevel [2ms]
2026-02-02 22:14:29.979 [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-02-02 22:14:29.985 [info] > git rev-parse --show-toplevel [1ms]
2026-02-02 22:14:29.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-02-02 22:14:29.990 [info] > git rev-parse --show-toplevel [1ms]
2026-02-02 22:14:29.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-02-02 22:14:29.995 [info] > git rev-parse --show-toplevel [2ms]
2026-02-02 22:14:29.995 [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-02-02 22:14:29.999 [info] > git rev-parse --show-toplevel [2ms]
2026-02-02 22:14:29.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-02-02 22:14:30.003 [info] > git rev-parse --show-toplevel [1ms]
2026-02-02 22:14:30.003 [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-02-02 22:14:30.006 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0)
2026-02-02 22:14:30.466 [info] > git rev-parse --show-toplevel [2ms]
2026-02-02 22:14:30.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-02-02 22:14:31.064 [info] > git rev-parse --show-toplevel [1ms]
2026-02-02 22:14:31.064 [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-02-02 23:14:12.102 [info] > git rev-parse --show-toplevel [2ms]
2026-02-02 23:14:12.102 [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-02-02 22:14:29.910 [info] Reading sessions from keychain...
2026-02-02 22:14:29.910 [info] Getting sessions for all scopes...
2026-02-02 22:14:29.910 [info] Got 0 sessions for ...
2026-02-02 22:14:29.910 [info] Getting sessions for all scopes...
2026-02-02 22:14:29.910 [info] Got 0 sessions for ...
2026-02-02 22:14:29.910 [info] Getting sessions for all scopes...
2026-02-02 22:14:29.910 [info] Got 0 sessions for ...
2026-02-02 22:14:29.910 [info] Getting sessions for all scopes...
2026-02-02 22:14:29.910 [info] Got 0 sessions for ...
2026-02-02 22:14:29.910 [info] Getting sessions for all scopes...
2026-02-02 22:14:29.910 [info] Got 0 sessions for ...
2026-02-02 22:14:29.910 [info] Getting sessions for all scopes...
2026-02-02 22:14:29.910 [info] Got 0 sessions for ...
2026-02-02 22:14:29.910 [info] Getting sessions for all scopes...
2026-02-02 22:14:29.910 [info] Got 0 sessions for ...
2026-02-02 22:14:29.910 [info] Getting sessions for all scopes...
2026-02-02 22:14:29.910 [info] Got 0 sessions for ...
2026-02-02 22:14:29.910 [info] Getting sessions for all scopes...
2026-02-02 22:14:29.910 [info] Got 0 sessions for ...
2026-02-02 22:14:29.910 [info] Getting sessions for all scopes...
2026-02-02 22:14:29.910 [info] Got 0 sessions for ...
2026-02-02 22:14:29.910 [info] Getting sessions for all scopes...
2026-02-02 22:14:29.910 [info] Got 0 sessions for ...
2026-02-02 22:14:29.910 [info] Getting sessions for all scopes...
2026-02-02 22:14:29.910 [info] Got 0 sessions for ...
2026-02-02 22:14:29.910 [info] Getting sessions for all scopes...
2026-02-02 22:14:29.910 [info] Got 0 sessions for ...
2026-02-02 22:14:29.910 [info] Getting sessions for all scopes...
2026-02-02 22:14:29.910 [info] Got 0 sessions for ...
2026-02-02 22:14:29.910 [info] Getting sessions for all scopes...
2026-02-02 22:14:29.910 [info] Got 0 sessions for ...
2026-02-02 22:14:31.091 [info] Getting sessions for all scopes...
2026-02-02 22:14:31.091 [info] Got 0 sessions for ...

View File

@@ -0,0 +1 @@
2026-02-02 22:14:29.965 [info] Log level: Info

View File

@@ -0,0 +1,24 @@
2026-01-30 17:35:16.587 [info] Expanding terminal instance, old id 70d739db-1 -> new id undefined
2026-01-30 17:35:20.892 [warning] Persistent process "1": Process had no disconnect runners but was an orphan
2026-01-30 17:35:20.893 [info] Persistent process reconnection "1"
2026-01-30 17:35:20.929 [info] Persistent process "1": Replaying 47 chars and 1 size events
2026-01-31 09:15:36.932 [info] Expanding terminal instance, old id 70d739db-1 -> new id undefined
2026-01-31 09:15:37.241 [warning] Persistent process "1": Process had no disconnect runners but was an orphan
2026-01-31 09:15:37.241 [info] Persistent process reconnection "1"
2026-01-31 09:15:37.249 [info] Persistent process "1": Replaying 47 chars and 1 size events
2026-01-31 10:53:13.854 [info] Expanding terminal instance, old id 70d739db-1 -> new id undefined
2026-01-31 10:53:14.099 [warning] Persistent process "1": Process had no disconnect runners but was an orphan
2026-01-31 10:53:14.099 [info] Persistent process reconnection "1"
2026-01-31 10:53:14.108 [info] Persistent process "1": Replaying 47 chars and 1 size events
2026-02-01 10:47:08.240 [info] Expanding terminal instance, old id 70d739db-1 -> new id undefined
2026-02-01 10:47:08.593 [warning] Persistent process "1": Process had no disconnect runners but was an orphan
2026-02-01 10:47:08.594 [info] Persistent process reconnection "1"
2026-02-01 10:47:08.611 [info] Persistent process "1": Replaying 47 chars and 1 size events
2026-02-01 22:43:13.125 [info] Expanding terminal instance, old id 70d739db-1 -> new id undefined
2026-02-01 22:43:13.449 [warning] Persistent process "1": Process had no disconnect runners but was an orphan
2026-02-01 22:43:13.450 [info] Persistent process reconnection "1"
2026-02-01 22:43:13.472 [info] Persistent process "1": Replaying 47 chars and 1 size events
2026-02-02 22:14:28.913 [info] Expanding terminal instance, old id 70d739db-1 -> new id undefined
2026-02-02 22:14:30.308 [warning] Persistent process "1": Process had no disconnect runners but was an orphan
2026-02-02 22:14:30.308 [info] Persistent process reconnection "1"
2026-02-02 22:14:30.321 [info] Persistent process "1": Replaying 47 chars and 1 size events

View File

@@ -0,0 +1,58 @@
2026-01-29 21:45:20.401 [info]
2026-01-29 21:45:20.416 [info] Extension host agent started.
2026-01-29 21:45:20.456 [error] [192.168.100.179][9f4b60a3][ExtensionHostConnection] Unknown reconnection token (never seen).
2026-01-29 21:45:25.236 [error] [192.168.100.179][fc5af76c][ManagementConnection] Unknown reconnection token (never seen).
2026-01-29 21:56:09.009 [info] [192.168.100.179][cb7e3643][ManagementConnection] New connection established.
2026-01-29 21:56:09.724 [info] [192.168.100.179][0a163e9d][ExtensionHostConnection] New connection established.
2026-01-29 21:56:09.771 [info] [192.168.100.179][0a163e9d][ExtensionHostConnection] <536> Launched Extension Host Process.
2026-01-29 21:56:10.028 [info] [192.168.100.179][0a163e9d][ExtensionHostConnection] <536> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s)
2026-01-30 02:08:29.797 [error] Error: read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:216:20)
2026-01-30 02:08:29.806 [info] [192.168.100.179][cb7e3643][ManagementConnection] The client has disconnected, will wait for reconnection 3h before disposing...
2026-01-30 05:08:38.689 [info] [192.168.100.179][cb7e3643][ManagementConnection] The reconnection grace time of 3h has expired, so the connection will be disposed.
2026-01-30 05:08:43.469 [info] [192.168.100.179][0a163e9d][ExtensionHostConnection] <536> Extension Host Process exited with code: 0, signal: null.
2026-01-30 17:35:14.917 [info] [192.168.100.179][f7137067][ManagementConnection] New connection established.
2026-01-30 17:35:15.716 [info] [192.168.100.179][f34e954b][ExtensionHostConnection] New connection established.
2026-01-30 17:35:15.723 [info] [192.168.100.179][f34e954b][ExtensionHostConnection] <77728> Launched Extension Host Process.
2026-01-30 17:35:15.975 [info] [192.168.100.179][f34e954b][ExtensionHostConnection] <77728> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s)
2026-01-31 01:39:06.406 [info] [192.168.100.179][f7137067][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed.
2026-01-31 01:39:06.555 [info] [192.168.100.179][f34e954b][ExtensionHostConnection] <77728> Extension Host Process exited with code: 0, signal: null.
2026-01-31 09:15:35.086 [info] [192.168.100.179][eb94e503][ManagementConnection] New connection established.
2026-01-31 09:15:35.889 [info] [192.168.100.179][20bace34][ExtensionHostConnection] New connection established.
2026-01-31 09:15:35.899 [info] [192.168.100.179][20bace34][ExtensionHostConnection] <166721> Launched Extension Host Process.
2026-01-31 09:15:36.154 [info] [192.168.100.179][20bace34][ExtensionHostConnection] <166721> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s)
2026-01-31 10:53:10.437 [info] [192.168.100.179][eb94e503][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed.
2026-01-31 10:53:10.554 [info] [192.168.100.179][20bace34][ExtensionHostConnection] <166721> Extension Host Process exited with code: 0, signal: null.
2026-01-31 10:53:11.547 [info] [192.168.100.179][8ab0a67c][ManagementConnection] New connection established.
2026-01-31 10:53:12.376 [info] [192.168.100.179][49344707][ExtensionHostConnection] New connection established.
2026-01-31 10:53:12.384 [info] [192.168.100.179][49344707][ExtensionHostConnection] <184448> Launched Extension Host Process.
2026-01-31 10:53:12.645 [info] [192.168.100.179][49344707][ExtensionHostConnection] <184448> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s)
2026-01-31 17:27:10.332 [info] [192.168.100.179][8ab0a67c][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed.
2026-01-31 17:27:10.443 [info] [192.168.100.179][49344707][ExtensionHostConnection] <184448> Extension Host Process exited with code: 0, signal: null.
2026-02-01 10:47:06.654 [info] [192.168.100.179][07bd2cc3][ManagementConnection] New connection established.
2026-02-01 10:47:07.319 [info] [192.168.100.179][2f62359d][ExtensionHostConnection] New connection established.
2026-02-01 10:47:07.328 [info] [192.168.100.179][2f62359d][ExtensionHostConnection] <254566> Launched Extension Host Process.
2026-02-01 10:47:07.598 [info] [192.168.100.179][2f62359d][ExtensionHostConnection] <254566> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s)
2026-02-01 15:08:33.759 [info] [192.168.100.179][07bd2cc3][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed.
2026-02-01 15:08:33.883 [info] [192.168.100.179][2f62359d][ExtensionHostConnection] <254566> Extension Host Process exited with code: 0, signal: null.
2026-02-01 22:43:11.544 [info] [192.168.100.179][7a024c31][ManagementConnection] New connection established.
2026-02-01 22:43:12.283 [info] [192.168.100.179][8d916ed9][ExtensionHostConnection] New connection established.
2026-02-01 22:43:12.293 [info] [192.168.100.179][8d916ed9][ExtensionHostConnection] <301229> Launched Extension Host Process.
2026-02-01 22:43:12.562 [info] [192.168.100.179][8d916ed9][ExtensionHostConnection] <301229> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s)
2026-02-02 01:36:05.109 [info] [192.168.100.179][7a024c31][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed.
2026-02-02 01:36:05.186 [info] [192.168.100.179][8d916ed9][ExtensionHostConnection] <301229> Extension Host Process exited with code: 0, signal: null.
2026-02-02 22:14:28.195 [info] [192.168.100.179][790e4a0c][ManagementConnection] New connection established.
2026-02-02 22:14:28.879 [info] [192.168.100.179][a42b8966][ExtensionHostConnection] New connection established.
2026-02-02 22:14:28.890 [info] [192.168.100.179][a42b8966][ExtensionHostConnection] <332306> Launched Extension Host Process.
2026-02-02 22:14:29.205 [info] [192.168.100.179][a42b8966][ExtensionHostConnection] <332306> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s)