Text Generation
Transformers
TensorBoard
Safetensors
gpt_neox
Generated from Trainer
trl
sft
text-generation-inference
Instructions to use chardizard/DyTPythia410mRE-WILD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chardizard/DyTPythia410mRE-WILD with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="chardizard/DyTPythia410mRE-WILD")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("chardizard/DyTPythia410mRE-WILD") model = AutoModelForCausalLM.from_pretrained("chardizard/DyTPythia410mRE-WILD") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use chardizard/DyTPythia410mRE-WILD with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "chardizard/DyTPythia410mRE-WILD" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "chardizard/DyTPythia410mRE-WILD", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/chardizard/DyTPythia410mRE-WILD
- SGLang
How to use chardizard/DyTPythia410mRE-WILD with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "chardizard/DyTPythia410mRE-WILD" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "chardizard/DyTPythia410mRE-WILD", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "chardizard/DyTPythia410mRE-WILD" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "chardizard/DyTPythia410mRE-WILD", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use chardizard/DyTPythia410mRE-WILD with Docker Model Runner:
docker model run hf.co/chardizard/DyTPythia410mRE-WILD
Commit ·
f8fa1ce
verified ·
0
Parent(s):
Duplicate from chardizard/Pythia410mRE-WILD
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +35 -0
- README.md +58 -0
- config.json +31 -0
- dap_multiplexer.2809d093debe.root.log.INFO.20250506-220315.133 +22 -0
- dap_multiplexer.4155cade5eda.root.log.INFO.20250506-223044.133 +22 -0
- dap_multiplexer.54a8528ce361.root.log.INFO.20250506-220037.132 +22 -0
- dap_multiplexer.INFO +22 -0
- dap_multiplexer.b07af655c6a1.root.log.INFO.20250506-180835.137 +22 -0
- dap_multiplexer.f63b1d7fa3fb.root.log.INFO.20250506-174255.132 +22 -0
- directoryprefetcher_binary.INFO +22 -0
- directoryprefetcher_binary.f63b1d7fa3fb.root.log.INFO.20250506-174753.1740 +22 -0
- drive.ERROR +25 -0
- drive.INFO +49 -0
- drive.WARNING +25 -0
- drive.f63b1d7fa3fb.root.log.ERROR.20250506-174748.1567 +10 -0
- drive.f63b1d7fa3fb.root.log.ERROR.20250506-174752.1660 +25 -0
- drive.f63b1d7fa3fb.root.log.INFO.20250506-174748.1556 +24 -0
- drive.f63b1d7fa3fb.root.log.INFO.20250506-174748.1567 +32 -0
- drive.f63b1d7fa3fb.root.log.INFO.20250506-174752.1556 +26 -0
- drive.f63b1d7fa3fb.root.log.INFO.20250506-174752.1660 +49 -0
- drive.f63b1d7fa3fb.root.log.WARNING.20250506-174748.1567 +10 -0
- drive.f63b1d7fa3fb.root.log.WARNING.20250506-174752.1660 +25 -0
- generation_config.json +6 -0
- initgoogle_syslog_dir.0/__research_colab_dap_multiplexer:dap_multiplexer +0 -0
- initgoogle_syslog_dir.0/__research_colab_datalab_directoryprefetcher:directoryprefetcher_binary +0 -0
- initgoogle_syslog_dir.0/__research_colab_datalab_kernel_manager_proxy:kernel_manager_proxy +0 -0
- initgoogle_syslog_dir.0/__research_colab_datalab_language_service:language_service +0 -0
- language_service.2809d093debe.root.log.INFO.20250506-220346.370 +48 -0
- language_service.2809d093debe.root.log.INFO.20250506-220534.897 +7 -0
- language_service.2809d093debe.root.log.INFO.20250506-220535.922 +42 -0
- language_service.4155cade5eda.root.log.ERROR.20250506-223222.563 +50 -0
- language_service.4155cade5eda.root.log.INFO.20250506-223210.563 +73 -0
- language_service.4155cade5eda.root.log.INFO.20250506-223343.1042 +7 -0
- language_service.4155cade5eda.root.log.INFO.20250506-223343.1064 +72 -0
- language_service.4155cade5eda.root.log.WARNING.20250506-223222.563 +50 -0
- language_service.54a8528ce361.root.log.ERROR.20250506-220756.1125 +46 -0
- language_service.54a8528ce361.root.log.INFO.20250506-220138.462 +35 -0
- language_service.54a8528ce361.root.log.INFO.20250506-220353.1099 +7 -0
- language_service.54a8528ce361.root.log.INFO.20250506-220353.1125 +76 -0
- language_service.54a8528ce361.root.log.INFO.20250507-184257.302810 +31 -0
- language_service.54a8528ce361.root.log.WARNING.20250506-220756.1125 +46 -0
- language_service.ERROR +50 -0
- language_service.INFO +72 -0
- language_service.WARNING +50 -0
- language_service.b07af655c6a1.root.log.INFO.20250506-181822.2625 +29 -0
- language_service.b07af655c6a1.root.log.INFO.20250506-181941.3009 +7 -0
- language_service.b07af655c6a1.root.log.INFO.20250506-181941.3031 +58 -0
- language_service.f63b1d7fa3fb.root.log.INFO.20250506-174519.798 +29 -0
- language_service.f63b1d7fa3fb.root.log.INFO.20250506-174640.1217 +7 -0
- language_service.f63b1d7fa3fb.root.log.INFO.20250506-174640.1240 +42 -0
.gitattributes
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: EleutherAI/pythia-410m
|
| 3 |
+
library_name: transformers
|
| 4 |
+
model_name: DyT
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
- trl
|
| 8 |
+
- sft
|
| 9 |
+
licence: license
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Model Card for DyT
|
| 13 |
+
|
| 14 |
+
This model is a fine-tuned version of [EleutherAI/pythia-410m](https://huggingface.co/EleutherAI/pythia-410m).
|
| 15 |
+
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 16 |
+
|
| 17 |
+
## Quick start
|
| 18 |
+
|
| 19 |
+
```python
|
| 20 |
+
from transformers import pipeline
|
| 21 |
+
|
| 22 |
+
question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
|
| 23 |
+
generator = pipeline("text-generation", model="chardizard/tmp", device="cuda")
|
| 24 |
+
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
|
| 25 |
+
print(output["generated_text"])
|
| 26 |
+
```
|
| 27 |
+
|
| 28 |
+
## Training procedure
|
| 29 |
+
|
| 30 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/rhz2020-new-york-university/Rewild/runs/a8k83raf)
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
This model was trained with SFT.
|
| 34 |
+
|
| 35 |
+
### Framework versions
|
| 36 |
+
|
| 37 |
+
- TRL: 0.17.0
|
| 38 |
+
- Transformers: 4.51.3
|
| 39 |
+
- Pytorch: 2.6.0+cu124
|
| 40 |
+
- Datasets: 3.5.1
|
| 41 |
+
- Tokenizers: 0.21.1
|
| 42 |
+
|
| 43 |
+
## Citations
|
| 44 |
+
|
| 45 |
+
|
| 46 |
+
|
| 47 |
+
Cite TRL as:
|
| 48 |
+
|
| 49 |
+
```bibtex
|
| 50 |
+
@misc{vonwerra2022trl,
|
| 51 |
+
title = {{TRL: Transformer Reinforcement Learning}},
|
| 52 |
+
author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
|
| 53 |
+
year = 2020,
|
| 54 |
+
journal = {GitHub repository},
|
| 55 |
+
publisher = {GitHub},
|
| 56 |
+
howpublished = {\url{https://github.com/huggingface/trl}}
|
| 57 |
+
}
|
| 58 |
+
```
|
config.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"GPTNeoXForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": true,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
+
"classifier_dropout": 0.1,
|
| 9 |
+
"eos_token_id": 0,
|
| 10 |
+
"hidden_act": "gelu",
|
| 11 |
+
"hidden_dropout": 0.0,
|
| 12 |
+
"hidden_size": 1024,
|
| 13 |
+
"initializer_range": 0.02,
|
| 14 |
+
"intermediate_size": 4096,
|
| 15 |
+
"layer_norm_eps": 1e-05,
|
| 16 |
+
"max_position_embeddings": 2048,
|
| 17 |
+
"model_type": "gpt_neox",
|
| 18 |
+
"num_attention_heads": 16,
|
| 19 |
+
"num_hidden_layers": 24,
|
| 20 |
+
"partial_rotary_factor": 0.25,
|
| 21 |
+
"rope_scaling": null,
|
| 22 |
+
"rope_theta": 10000,
|
| 23 |
+
"rotary_emb_base": 10000,
|
| 24 |
+
"rotary_pct": 0.25,
|
| 25 |
+
"tie_word_embeddings": false,
|
| 26 |
+
"torch_dtype": "float32",
|
| 27 |
+
"transformers_version": "4.51.3",
|
| 28 |
+
"use_cache": true,
|
| 29 |
+
"use_parallel_residual": true,
|
| 30 |
+
"vocab_size": 50304
|
| 31 |
+
}
|
dap_multiplexer.2809d093debe.root.log.INFO.20250506-220315.133
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 22:03:15
|
| 2 |
+
Running on machine: 2809d093debe
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
I0506 22:03:15.564100 1 log_spam.go:43] Process id 133
|
| 9 |
+
I0506 22:03:15.564506 1 log_spam.go:47] Current working directory /
|
| 10 |
+
I0506 22:03:15.564513 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 22:03:15.564537 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/dap_multiplexer:dap_multiplexer
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/dap_multiplexer:dap_multiplexer
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 22:03:15.564543 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 22:03:15.564546 1 log_spam.go:53] argv[0]: '/usr/local/bin/dap_multiplexer'
|
| 22 |
+
I0506 22:03:15.564548 1 log_spam.go:53] argv[1]: '--domain_socket_path=/tmp/debugger_2nmn5rw6k1'
|
dap_multiplexer.4155cade5eda.root.log.INFO.20250506-223044.133
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 22:30:44
|
| 2 |
+
Running on machine: 4155cade5eda
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
I0506 22:30:44.579562 1 log_spam.go:43] Process id 133
|
| 9 |
+
I0506 22:30:44.580098 1 log_spam.go:47] Current working directory /
|
| 10 |
+
I0506 22:30:44.580105 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 22:30:44.580130 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/dap_multiplexer:dap_multiplexer
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/dap_multiplexer:dap_multiplexer
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 22:30:44.580136 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 22:30:44.580138 1 log_spam.go:53] argv[0]: '/usr/local/bin/dap_multiplexer'
|
| 22 |
+
I0506 22:30:44.580141 1 log_spam.go:53] argv[1]: '--domain_socket_path=/tmp/debugger_2kmp73wgla'
|
dap_multiplexer.54a8528ce361.root.log.INFO.20250506-220037.132
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 22:00:37
|
| 2 |
+
Running on machine: 54a8528ce361
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
I0506 22:00:37.260037 1 log_spam.go:43] Process id 132
|
| 9 |
+
I0506 22:00:37.261578 1 log_spam.go:47] Current working directory /
|
| 10 |
+
I0506 22:00:37.261589 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 22:00:37.261622 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/dap_multiplexer:dap_multiplexer
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/dap_multiplexer:dap_multiplexer
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 22:00:37.261627 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 22:00:37.261630 1 log_spam.go:53] argv[0]: '/usr/local/bin/dap_multiplexer'
|
| 22 |
+
I0506 22:00:37.261632 1 log_spam.go:53] argv[1]: '--domain_socket_path=/tmp/debugger_19a97orzlx'
|
dap_multiplexer.INFO
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 22:30:44
|
| 2 |
+
Running on machine: 4155cade5eda
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
I0506 22:30:44.579562 1 log_spam.go:43] Process id 133
|
| 9 |
+
I0506 22:30:44.580098 1 log_spam.go:47] Current working directory /
|
| 10 |
+
I0506 22:30:44.580105 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 22:30:44.580130 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/dap_multiplexer:dap_multiplexer
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/dap_multiplexer:dap_multiplexer
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 22:30:44.580136 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 22:30:44.580138 1 log_spam.go:53] argv[0]: '/usr/local/bin/dap_multiplexer'
|
| 22 |
+
I0506 22:30:44.580141 1 log_spam.go:53] argv[1]: '--domain_socket_path=/tmp/debugger_2kmp73wgla'
|
dap_multiplexer.b07af655c6a1.root.log.INFO.20250506-180835.137
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 18:08:35
|
| 2 |
+
Running on machine: b07af655c6a1
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
I0506 18:08:35.903164 1 log_spam.go:43] Process id 137
|
| 9 |
+
I0506 18:08:35.903840 1 log_spam.go:47] Current working directory /
|
| 10 |
+
I0506 18:08:35.903848 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 18:08:35.903913 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/dap_multiplexer:dap_multiplexer
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/dap_multiplexer:dap_multiplexer
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 18:08:35.903922 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 18:08:35.903927 1 log_spam.go:53] argv[0]: '/usr/local/bin/dap_multiplexer'
|
| 22 |
+
I0506 18:08:35.903931 1 log_spam.go:53] argv[1]: '--domain_socket_path=/tmp/debugger_1ihn10rabp'
|
dap_multiplexer.f63b1d7fa3fb.root.log.INFO.20250506-174255.132
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:42:55
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
I0506 17:42:55.557560 1 log_spam.go:43] Process id 132
|
| 9 |
+
I0506 17:42:55.558138 1 log_spam.go:47] Current working directory /
|
| 10 |
+
I0506 17:42:55.558148 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 17:42:55.558186 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/dap_multiplexer:dap_multiplexer
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/dap_multiplexer:dap_multiplexer
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 17:42:55.558194 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 17:42:55.558198 1 log_spam.go:53] argv[0]: '/usr/local/bin/dap_multiplexer'
|
| 22 |
+
I0506 17:42:55.558202 1 log_spam.go:53] argv[1]: '--domain_socket_path=/tmp/debugger_1na0ccibl'
|
directoryprefetcher_binary.INFO
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:53
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
I0506 17:47:53.366874 1 log_spam.go:43] Process id 1740
|
| 9 |
+
I0506 17:47:53.367202 1 log_spam.go:47] Current working directory /content
|
| 10 |
+
I0506 17:47:53.367209 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 17:47:53.367240 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/datalab/directoryprefetcher:directoryprefetcher_binary
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/datalab/directoryprefetcher:directoryprefetcher_binary
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 17:47:53.367243 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 17:47:53.367246 1 log_spam.go:53] argv[0]: '/opt/google/drive/directoryprefetcher_binary'
|
| 22 |
+
I0506 17:47:53.367248 1 log_spam.go:53] argv[1]: '-mountpoint=/content/drive'
|
directoryprefetcher_binary.f63b1d7fa3fb.root.log.INFO.20250506-174753.1740
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:53
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
I0506 17:47:53.366874 1 log_spam.go:43] Process id 1740
|
| 9 |
+
I0506 17:47:53.367202 1 log_spam.go:47] Current working directory /content
|
| 10 |
+
I0506 17:47:53.367209 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 17:47:53.367240 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/datalab/directoryprefetcher:directoryprefetcher_binary
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/datalab/directoryprefetcher:directoryprefetcher_binary
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 17:47:53.367243 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 17:47:53.367246 1 log_spam.go:53] argv[0]: '/opt/google/drive/directoryprefetcher_binary'
|
| 22 |
+
I0506 17:47:53.367248 1 log_spam.go:53] argv[1]: '-mountpoint=/content/drive'
|
drive.ERROR
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:52
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Mar 25 2025 17:45:25 (1742949925)
|
| 4 |
+
Binary: Built at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 5 |
+
Binary: Built for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 6 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 7 |
+
E0506 17:47:52.576685 1687 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 8 |
+
=== Source Location Trace: ===
|
| 9 |
+
apps/drive/cello/util/file_system.cc:497
|
| 10 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 11 |
+
E0506 17:47:52.744934 1671 client.cc:6965] NOT_FOUND: Cannot open file: No such file or directory; Failed to update account features file, path:/root/.config/Google/DriveFS/Crashpad/account_features [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 12 |
+
=== Source Location Trace: ===
|
| 13 |
+
apps/drive/cello/util/file_system.cc:497
|
| 14 |
+
apps/drive/cello/util/file_system.h:355
|
| 15 |
+
E0506 17:47:53.086606 1687 metrics_recorder_base.h:627] INTERNAL: Metrics database is not initialized.
|
| 16 |
+
=== Source Location Trace: ===
|
| 17 |
+
apps/drive/cello/instrumentation/metrics_transport.cc:342
|
| 18 |
+
E0506 17:47:53.218894 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 19 |
+
=== Source Location Trace: ===
|
| 20 |
+
apps/drive/cello/util/file_system.cc:497
|
| 21 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 22 |
+
E0506 17:47:53.292427 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 23 |
+
=== Source Location Trace: ===
|
| 24 |
+
apps/drive/cello/util/file_system.cc:497
|
| 25 |
+
apps/drive/cello/util/file_system.cc:1388
|
drive.INFO
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:52
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Mar 25 2025 17:45:25 (1742949925)
|
| 4 |
+
Binary: Built at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 5 |
+
Binary: Built for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 6 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 7 |
+
I0506 17:47:52.552899 1660 init_google.cc:760] Linux version 6.1.123+ (builder@78b5818cbf22) (Chromium OS 16.0_pre484197_p20230405-r10 clang version 16.0.0 (/var/tmp/portage/sys-devel/llvm-16.0_pre484197_p20230405-r10/work/llvm-16.0_pre484197_p20230405/clang 2916b99182752b1aece8cc4479d8d6a20b5e02da), LLD 16.0.0) #1 SMP PREEMPT_DYNAMIC Sun Mar 30 16:01:29 UTC 2025
|
| 8 |
+
I0506 17:47:52.553212 1660 init_google.cc:842] Process id 1660
|
| 9 |
+
I0506 17:47:52.553231 1660 init_google.cc:847] Current working directory /content
|
| 10 |
+
I0506 17:47:52.553233 1660 init_google.cc:849] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 17:47:52.553236 1660 init_google.cc:853] Built on Mar 25 2025 17:45:25 (1742949925)
|
| 12 |
+
I0506 17:47:52.553237 1660 init_google.cc:854] at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 13 |
+
I0506 17:47:52.553238 1660 init_google.cc:855] as //apps/drive/fs:drive_fs
|
| 14 |
+
I0506 17:47:52.553239 1660 init_google.cc:856] for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 15 |
+
I0506 17:47:52.553240 1660 init_google.cc:859] from changelist 740548515 with baseline 736951441 in a mint client based on //depot/branches/drive_fs_release_branch/736951441.1/google3
|
| 16 |
+
I0506 17:47:52.553242 1660 init_google.cc:863] Build label: 106.0.4
|
| 17 |
+
I0506 17:47:52.553243 1660 init_google.cc:865] Build tool: Blaze, release blaze-2025.03.07-1 (mainline @734307892)
|
| 18 |
+
I0506 17:47:52.553244 1660 init_google.cc:866] Build target: blaze-out/k8-opt/bin/apps/drive/fs/drive_fs
|
| 19 |
+
I0506 17:47:52.553245 1660 init_google.cc:873] Command line arguments:
|
| 20 |
+
I0506 17:47:52.553245 1660 init_google.cc:875] argv[0]: '/opt/google/drive/drive'
|
| 21 |
+
I0506 17:47:52.553252 1660 init_google.cc:875] argv[1]: '--features=crash_throttle_percentage:100,fuse_max_background:1000,max_read_qps:1000,max_write_qps:1000,max_operation_batch_size:15,max_parallel_push_task_instances:10,opendir_timeout_ms:120000,punctual_poll_for_changes:off,virtual_folders_omit_spaces:true,read_only_mode:false'
|
| 22 |
+
I0506 17:47:52.553254 1660 init_google.cc:875] argv[2]: '--inet_family=IPV4_ONLY'
|
| 23 |
+
I0506 17:47:52.553255 1660 init_google.cc:875] argv[3]: '--metadata_server_auth_uri=172.28.0.1:8009/computeMetadata/v1'
|
| 24 |
+
I0506 17:47:52.553256 1660 init_google.cc:875] argv[4]: '--preferences=trusted_root_certs_file_path:/opt/google/drive/roots.pem,feature_flag_restart_seconds:129600,mount_point_path:/content/drive'
|
| 25 |
+
I0506 17:47:52.553257 1660 init_google.cc:875] argv[5]: '--auto_restart_count=1'
|
| 26 |
+
I0506 17:47:52.553258 1660 init_google.cc:875] argv[6]: '--first_auto_restart_timestamp=326'
|
| 27 |
+
I0506 17:47:52.553259 1660 init_google.cc:875] argv[7]: '--single_process'
|
| 28 |
+
I0506 17:47:52.553260 1660 init_google.cc:875] argv[8]: '--parent_version=106.0.4.0'
|
| 29 |
+
I0506 17:47:52.553727 1660 logger.cc:310] Enabling threaded logging for severity WARNING
|
| 30 |
+
I0506 17:47:52.553912 1660 mlock.cc:219] mlock()-ed 8192 bytes for BuildID, using 2 syscalls.
|
| 31 |
+
E0506 17:47:52.576685 1687 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 32 |
+
=== Source Location Trace: ===
|
| 33 |
+
apps/drive/cello/util/file_system.cc:497
|
| 34 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 35 |
+
E0506 17:47:52.744934 1671 client.cc:6965] NOT_FOUND: Cannot open file: No such file or directory; Failed to update account features file, path:/root/.config/Google/DriveFS/Crashpad/account_features [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 36 |
+
=== Source Location Trace: ===
|
| 37 |
+
apps/drive/cello/util/file_system.cc:497
|
| 38 |
+
apps/drive/cello/util/file_system.h:355
|
| 39 |
+
E0506 17:47:53.086606 1687 metrics_recorder_base.h:627] INTERNAL: Metrics database is not initialized.
|
| 40 |
+
=== Source Location Trace: ===
|
| 41 |
+
apps/drive/cello/instrumentation/metrics_transport.cc:342
|
| 42 |
+
E0506 17:47:53.218894 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 43 |
+
=== Source Location Trace: ===
|
| 44 |
+
apps/drive/cello/util/file_system.cc:497
|
| 45 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 46 |
+
E0506 17:47:53.292427 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 47 |
+
=== Source Location Trace: ===
|
| 48 |
+
apps/drive/cello/util/file_system.cc:497
|
| 49 |
+
apps/drive/cello/util/file_system.cc:1388
|
drive.WARNING
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:52
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Mar 25 2025 17:45:25 (1742949925)
|
| 4 |
+
Binary: Built at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 5 |
+
Binary: Built for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 6 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 7 |
+
E0506 17:47:52.576685 1687 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 8 |
+
=== Source Location Trace: ===
|
| 9 |
+
apps/drive/cello/util/file_system.cc:497
|
| 10 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 11 |
+
E0506 17:47:52.744934 1671 client.cc:6965] NOT_FOUND: Cannot open file: No such file or directory; Failed to update account features file, path:/root/.config/Google/DriveFS/Crashpad/account_features [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 12 |
+
=== Source Location Trace: ===
|
| 13 |
+
apps/drive/cello/util/file_system.cc:497
|
| 14 |
+
apps/drive/cello/util/file_system.h:355
|
| 15 |
+
E0506 17:47:53.086606 1687 metrics_recorder_base.h:627] INTERNAL: Metrics database is not initialized.
|
| 16 |
+
=== Source Location Trace: ===
|
| 17 |
+
apps/drive/cello/instrumentation/metrics_transport.cc:342
|
| 18 |
+
E0506 17:47:53.218894 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 19 |
+
=== Source Location Trace: ===
|
| 20 |
+
apps/drive/cello/util/file_system.cc:497
|
| 21 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 22 |
+
E0506 17:47:53.292427 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 23 |
+
=== Source Location Trace: ===
|
| 24 |
+
apps/drive/cello/util/file_system.cc:497
|
| 25 |
+
apps/drive/cello/util/file_system.cc:1388
|
drive.f63b1d7fa3fb.root.log.ERROR.20250506-174748.1567
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:48
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Mar 25 2025 17:45:25 (1742949925)
|
| 4 |
+
Binary: Built at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 5 |
+
Binary: Built for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 6 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 7 |
+
E0506 17:47:48.625540 1578 client.cc:6965] NOT_FOUND: Cannot open file: No such file or directory; Failed to update account features file, path:/root/.config/Google/DriveFS/Crashpad/account_features [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 8 |
+
=== Source Location Trace: ===
|
| 9 |
+
apps/drive/cello/util/file_system.cc:497
|
| 10 |
+
apps/drive/cello/util/file_system.h:355
|
drive.f63b1d7fa3fb.root.log.ERROR.20250506-174752.1660
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:52
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Mar 25 2025 17:45:25 (1742949925)
|
| 4 |
+
Binary: Built at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 5 |
+
Binary: Built for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 6 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 7 |
+
E0506 17:47:52.576685 1687 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 8 |
+
=== Source Location Trace: ===
|
| 9 |
+
apps/drive/cello/util/file_system.cc:497
|
| 10 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 11 |
+
E0506 17:47:52.744934 1671 client.cc:6965] NOT_FOUND: Cannot open file: No such file or directory; Failed to update account features file, path:/root/.config/Google/DriveFS/Crashpad/account_features [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 12 |
+
=== Source Location Trace: ===
|
| 13 |
+
apps/drive/cello/util/file_system.cc:497
|
| 14 |
+
apps/drive/cello/util/file_system.h:355
|
| 15 |
+
E0506 17:47:53.086606 1687 metrics_recorder_base.h:627] INTERNAL: Metrics database is not initialized.
|
| 16 |
+
=== Source Location Trace: ===
|
| 17 |
+
apps/drive/cello/instrumentation/metrics_transport.cc:342
|
| 18 |
+
E0506 17:47:53.218894 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 19 |
+
=== Source Location Trace: ===
|
| 20 |
+
apps/drive/cello/util/file_system.cc:497
|
| 21 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 22 |
+
E0506 17:47:53.292427 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 23 |
+
=== Source Location Trace: ===
|
| 24 |
+
apps/drive/cello/util/file_system.cc:497
|
| 25 |
+
apps/drive/cello/util/file_system.cc:1388
|
drive.f63b1d7fa3fb.root.log.INFO.20250506-174748.1556
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:48
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Mar 25 2025 17:45:25 (1742949925)
|
| 4 |
+
Binary: Built at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 5 |
+
Binary: Built for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 6 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 7 |
+
I0506 17:47:48.151545 1556 init_google.cc:760] Linux version 6.1.123+ (builder@78b5818cbf22) (Chromium OS 16.0_pre484197_p20230405-r10 clang version 16.0.0 (/var/tmp/portage/sys-devel/llvm-16.0_pre484197_p20230405-r10/work/llvm-16.0_pre484197_p20230405/clang 2916b99182752b1aece8cc4479d8d6a20b5e02da), LLD 16.0.0) #1 SMP PREEMPT_DYNAMIC Sun Mar 30 16:01:29 UTC 2025
|
| 8 |
+
I0506 17:47:48.155165 1556 init_google.cc:842] Process id 1556
|
| 9 |
+
I0506 17:47:48.155193 1556 init_google.cc:847] Current working directory /content
|
| 10 |
+
I0506 17:47:48.155195 1556 init_google.cc:849] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 17:47:48.155199 1556 init_google.cc:853] Built on Mar 25 2025 17:45:25 (1742949925)
|
| 12 |
+
I0506 17:47:48.155200 1556 init_google.cc:854] at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 13 |
+
I0506 17:47:48.155201 1556 init_google.cc:855] as //apps/drive/fs:drive_fs
|
| 14 |
+
I0506 17:47:48.155220 1556 init_google.cc:856] for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 15 |
+
I0506 17:47:48.155221 1556 init_google.cc:859] from changelist 740548515 with baseline 736951441 in a mint client based on //depot/branches/drive_fs_release_branch/736951441.1/google3
|
| 16 |
+
I0506 17:47:48.155222 1556 init_google.cc:863] Build label: 106.0.4
|
| 17 |
+
I0506 17:47:48.155223 1556 init_google.cc:865] Build tool: Blaze, release blaze-2025.03.07-1 (mainline @734307892)
|
| 18 |
+
I0506 17:47:48.155224 1556 init_google.cc:866] Build target: blaze-out/k8-opt/bin/apps/drive/fs/drive_fs
|
| 19 |
+
I0506 17:47:48.155225 1556 init_google.cc:873] Command line arguments:
|
| 20 |
+
I0506 17:47:48.155226 1556 init_google.cc:875] argv[0]: '/opt/google/drive/drive'
|
| 21 |
+
I0506 17:47:48.155240 1556 init_google.cc:875] argv[1]: '--features=crash_throttle_percentage:100,fuse_max_background:1000,max_read_qps:1000,max_write_qps:1000,max_operation_batch_size:15,max_parallel_push_task_instances:10,opendir_timeout_ms:120000,punctual_poll_for_changes:off,virtual_folders_omit_spaces:true,read_only_mode:false'
|
| 22 |
+
I0506 17:47:48.155242 1556 init_google.cc:875] argv[2]: '--inet_family=IPV4_ONLY'
|
| 23 |
+
I0506 17:47:48.155243 1556 init_google.cc:875] argv[3]: '--metadata_server_auth_uri=172.28.0.1:8009/computeMetadata/v1'
|
| 24 |
+
I0506 17:47:48.155244 1556 init_google.cc:875] argv[4]: '--preferences=trusted_root_certs_file_path:/opt/google/drive/roots.pem,feature_flag_restart_seconds:129600,mount_point_path:/content/drive'
|
drive.f63b1d7fa3fb.root.log.INFO.20250506-174748.1567
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:48
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Mar 25 2025 17:45:25 (1742949925)
|
| 4 |
+
Binary: Built at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 5 |
+
Binary: Built for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 6 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 7 |
+
I0506 17:47:48.225097 1567 init_google.cc:760] Linux version 6.1.123+ (builder@78b5818cbf22) (Chromium OS 16.0_pre484197_p20230405-r10 clang version 16.0.0 (/var/tmp/portage/sys-devel/llvm-16.0_pre484197_p20230405-r10/work/llvm-16.0_pre484197_p20230405/clang 2916b99182752b1aece8cc4479d8d6a20b5e02da), LLD 16.0.0) #1 SMP PREEMPT_DYNAMIC Sun Mar 30 16:01:29 UTC 2025
|
| 8 |
+
I0506 17:47:48.225434 1567 init_google.cc:842] Process id 1567
|
| 9 |
+
I0506 17:47:48.225455 1567 init_google.cc:847] Current working directory /content
|
| 10 |
+
I0506 17:47:48.225457 1567 init_google.cc:849] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 17:47:48.225461 1567 init_google.cc:853] Built on Mar 25 2025 17:45:25 (1742949925)
|
| 12 |
+
I0506 17:47:48.225462 1567 init_google.cc:854] at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 13 |
+
I0506 17:47:48.225463 1567 init_google.cc:855] as //apps/drive/fs:drive_fs
|
| 14 |
+
I0506 17:47:48.225464 1567 init_google.cc:856] for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 15 |
+
I0506 17:47:48.225465 1567 init_google.cc:859] from changelist 740548515 with baseline 736951441 in a mint client based on //depot/branches/drive_fs_release_branch/736951441.1/google3
|
| 16 |
+
I0506 17:47:48.225466 1567 init_google.cc:863] Build label: 106.0.4
|
| 17 |
+
I0506 17:47:48.225467 1567 init_google.cc:865] Build tool: Blaze, release blaze-2025.03.07-1 (mainline @734307892)
|
| 18 |
+
I0506 17:47:48.225468 1567 init_google.cc:866] Build target: blaze-out/k8-opt/bin/apps/drive/fs/drive_fs
|
| 19 |
+
I0506 17:47:48.225469 1567 init_google.cc:873] Command line arguments:
|
| 20 |
+
I0506 17:47:48.225470 1567 init_google.cc:875] argv[0]: '/opt/google/drive/drive'
|
| 21 |
+
I0506 17:47:48.225476 1567 init_google.cc:875] argv[1]: '--features=crash_throttle_percentage:100,fuse_max_background:1000,max_read_qps:1000,max_write_qps:1000,max_operation_batch_size:15,max_parallel_push_task_instances:10,opendir_timeout_ms:120000,punctual_poll_for_changes:off,virtual_folders_omit_spaces:true,read_only_mode:false'
|
| 22 |
+
I0506 17:47:48.225478 1567 init_google.cc:875] argv[2]: '--inet_family=IPV4_ONLY'
|
| 23 |
+
I0506 17:47:48.225479 1567 init_google.cc:875] argv[3]: '--metadata_server_auth_uri=172.28.0.1:8009/computeMetadata/v1'
|
| 24 |
+
I0506 17:47:48.225481 1567 init_google.cc:875] argv[4]: '--preferences=trusted_root_certs_file_path:/opt/google/drive/roots.pem,feature_flag_restart_seconds:129600,mount_point_path:/content/drive'
|
| 25 |
+
I0506 17:47:48.225482 1567 init_google.cc:875] argv[5]: '--single_process'
|
| 26 |
+
I0506 17:47:48.225483 1567 init_google.cc:875] argv[6]: '--parent_version=106.0.4.0'
|
| 27 |
+
I0506 17:47:48.225985 1567 logger.cc:310] Enabling threaded logging for severity WARNING
|
| 28 |
+
I0506 17:47:48.226187 1567 mlock.cc:219] mlock()-ed 8192 bytes for BuildID, using 2 syscalls.
|
| 29 |
+
E0506 17:47:48.625540 1578 client.cc:6965] NOT_FOUND: Cannot open file: No such file or directory; Failed to update account features file, path:/root/.config/Google/DriveFS/Crashpad/account_features [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 30 |
+
=== Source Location Trace: ===
|
| 31 |
+
apps/drive/cello/util/file_system.cc:497
|
| 32 |
+
apps/drive/cello/util/file_system.h:355
|
drive.f63b1d7fa3fb.root.log.INFO.20250506-174752.1556
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:52
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Mar 25 2025 17:45:25 (1742949925)
|
| 4 |
+
Binary: Built at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 5 |
+
Binary: Built for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 6 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 7 |
+
I0506 17:47:52.531765 1556 init_google.cc:760] Linux version 6.1.123+ (builder@78b5818cbf22) (Chromium OS 16.0_pre484197_p20230405-r10 clang version 16.0.0 (/var/tmp/portage/sys-devel/llvm-16.0_pre484197_p20230405-r10/work/llvm-16.0_pre484197_p20230405/clang 2916b99182752b1aece8cc4479d8d6a20b5e02da), LLD 16.0.0) #1 SMP PREEMPT_DYNAMIC Sun Mar 30 16:01:29 UTC 2025
|
| 8 |
+
I0506 17:47:52.532068 1556 init_google.cc:842] Process id 1556
|
| 9 |
+
I0506 17:47:52.532088 1556 init_google.cc:847] Current working directory /content
|
| 10 |
+
I0506 17:47:52.532090 1556 init_google.cc:849] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 17:47:52.532093 1556 init_google.cc:853] Built on Mar 25 2025 17:45:25 (1742949925)
|
| 12 |
+
I0506 17:47:52.532094 1556 init_google.cc:854] at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 13 |
+
I0506 17:47:52.532095 1556 init_google.cc:855] as //apps/drive/fs:drive_fs
|
| 14 |
+
I0506 17:47:52.532096 1556 init_google.cc:856] for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 15 |
+
I0506 17:47:52.532097 1556 init_google.cc:859] from changelist 740548515 with baseline 736951441 in a mint client based on //depot/branches/drive_fs_release_branch/736951441.1/google3
|
| 16 |
+
I0506 17:47:52.532098 1556 init_google.cc:863] Build label: 106.0.4
|
| 17 |
+
I0506 17:47:52.532099 1556 init_google.cc:865] Build tool: Blaze, release blaze-2025.03.07-1 (mainline @734307892)
|
| 18 |
+
I0506 17:47:52.532100 1556 init_google.cc:866] Build target: blaze-out/k8-opt/bin/apps/drive/fs/drive_fs
|
| 19 |
+
I0506 17:47:52.532101 1556 init_google.cc:873] Command line arguments:
|
| 20 |
+
I0506 17:47:52.532102 1556 init_google.cc:875] argv[0]: '/opt/google/drive/drive'
|
| 21 |
+
I0506 17:47:52.532110 1556 init_google.cc:875] argv[1]: '--features=crash_throttle_percentage:100,fuse_max_background:1000,max_read_qps:1000,max_write_qps:1000,max_operation_batch_size:15,max_parallel_push_task_instances:10,opendir_timeout_ms:120000,punctual_poll_for_changes:off,virtual_folders_omit_spaces:true,read_only_mode:false'
|
| 22 |
+
I0506 17:47:52.532111 1556 init_google.cc:875] argv[2]: '--inet_family=IPV4_ONLY'
|
| 23 |
+
I0506 17:47:52.532112 1556 init_google.cc:875] argv[3]: '--metadata_server_auth_uri=172.28.0.1:8009/computeMetadata/v1'
|
| 24 |
+
I0506 17:47:52.532113 1556 init_google.cc:875] argv[4]: '--preferences=trusted_root_certs_file_path:/opt/google/drive/roots.pem,feature_flag_restart_seconds:129600,mount_point_path:/content/drive'
|
| 25 |
+
I0506 17:47:52.532115 1556 init_google.cc:875] argv[5]: '--auto_restart_count=1'
|
| 26 |
+
I0506 17:47:52.532116 1556 init_google.cc:875] argv[6]: '--first_auto_restart_timestamp=326'
|
drive.f63b1d7fa3fb.root.log.INFO.20250506-174752.1660
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:52
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Mar 25 2025 17:45:25 (1742949925)
|
| 4 |
+
Binary: Built at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 5 |
+
Binary: Built for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 6 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 7 |
+
I0506 17:47:52.552899 1660 init_google.cc:760] Linux version 6.1.123+ (builder@78b5818cbf22) (Chromium OS 16.0_pre484197_p20230405-r10 clang version 16.0.0 (/var/tmp/portage/sys-devel/llvm-16.0_pre484197_p20230405-r10/work/llvm-16.0_pre484197_p20230405/clang 2916b99182752b1aece8cc4479d8d6a20b5e02da), LLD 16.0.0) #1 SMP PREEMPT_DYNAMIC Sun Mar 30 16:01:29 UTC 2025
|
| 8 |
+
I0506 17:47:52.553212 1660 init_google.cc:842] Process id 1660
|
| 9 |
+
I0506 17:47:52.553231 1660 init_google.cc:847] Current working directory /content
|
| 10 |
+
I0506 17:47:52.553233 1660 init_google.cc:849] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 17:47:52.553236 1660 init_google.cc:853] Built on Mar 25 2025 17:45:25 (1742949925)
|
| 12 |
+
I0506 17:47:52.553237 1660 init_google.cc:854] at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 13 |
+
I0506 17:47:52.553238 1660 init_google.cc:855] as //apps/drive/fs:drive_fs
|
| 14 |
+
I0506 17:47:52.553239 1660 init_google.cc:856] for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 15 |
+
I0506 17:47:52.553240 1660 init_google.cc:859] from changelist 740548515 with baseline 736951441 in a mint client based on //depot/branches/drive_fs_release_branch/736951441.1/google3
|
| 16 |
+
I0506 17:47:52.553242 1660 init_google.cc:863] Build label: 106.0.4
|
| 17 |
+
I0506 17:47:52.553243 1660 init_google.cc:865] Build tool: Blaze, release blaze-2025.03.07-1 (mainline @734307892)
|
| 18 |
+
I0506 17:47:52.553244 1660 init_google.cc:866] Build target: blaze-out/k8-opt/bin/apps/drive/fs/drive_fs
|
| 19 |
+
I0506 17:47:52.553245 1660 init_google.cc:873] Command line arguments:
|
| 20 |
+
I0506 17:47:52.553245 1660 init_google.cc:875] argv[0]: '/opt/google/drive/drive'
|
| 21 |
+
I0506 17:47:52.553252 1660 init_google.cc:875] argv[1]: '--features=crash_throttle_percentage:100,fuse_max_background:1000,max_read_qps:1000,max_write_qps:1000,max_operation_batch_size:15,max_parallel_push_task_instances:10,opendir_timeout_ms:120000,punctual_poll_for_changes:off,virtual_folders_omit_spaces:true,read_only_mode:false'
|
| 22 |
+
I0506 17:47:52.553254 1660 init_google.cc:875] argv[2]: '--inet_family=IPV4_ONLY'
|
| 23 |
+
I0506 17:47:52.553255 1660 init_google.cc:875] argv[3]: '--metadata_server_auth_uri=172.28.0.1:8009/computeMetadata/v1'
|
| 24 |
+
I0506 17:47:52.553256 1660 init_google.cc:875] argv[4]: '--preferences=trusted_root_certs_file_path:/opt/google/drive/roots.pem,feature_flag_restart_seconds:129600,mount_point_path:/content/drive'
|
| 25 |
+
I0506 17:47:52.553257 1660 init_google.cc:875] argv[5]: '--auto_restart_count=1'
|
| 26 |
+
I0506 17:47:52.553258 1660 init_google.cc:875] argv[6]: '--first_auto_restart_timestamp=326'
|
| 27 |
+
I0506 17:47:52.553259 1660 init_google.cc:875] argv[7]: '--single_process'
|
| 28 |
+
I0506 17:47:52.553260 1660 init_google.cc:875] argv[8]: '--parent_version=106.0.4.0'
|
| 29 |
+
I0506 17:47:52.553727 1660 logger.cc:310] Enabling threaded logging for severity WARNING
|
| 30 |
+
I0506 17:47:52.553912 1660 mlock.cc:219] mlock()-ed 8192 bytes for BuildID, using 2 syscalls.
|
| 31 |
+
E0506 17:47:52.576685 1687 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 32 |
+
=== Source Location Trace: ===
|
| 33 |
+
apps/drive/cello/util/file_system.cc:497
|
| 34 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 35 |
+
E0506 17:47:52.744934 1671 client.cc:6965] NOT_FOUND: Cannot open file: No such file or directory; Failed to update account features file, path:/root/.config/Google/DriveFS/Crashpad/account_features [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 36 |
+
=== Source Location Trace: ===
|
| 37 |
+
apps/drive/cello/util/file_system.cc:497
|
| 38 |
+
apps/drive/cello/util/file_system.h:355
|
| 39 |
+
E0506 17:47:53.086606 1687 metrics_recorder_base.h:627] INTERNAL: Metrics database is not initialized.
|
| 40 |
+
=== Source Location Trace: ===
|
| 41 |
+
apps/drive/cello/instrumentation/metrics_transport.cc:342
|
| 42 |
+
E0506 17:47:53.218894 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 43 |
+
=== Source Location Trace: ===
|
| 44 |
+
apps/drive/cello/util/file_system.cc:497
|
| 45 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 46 |
+
E0506 17:47:53.292427 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 47 |
+
=== Source Location Trace: ===
|
| 48 |
+
apps/drive/cello/util/file_system.cc:497
|
| 49 |
+
apps/drive/cello/util/file_system.cc:1388
|
drive.f63b1d7fa3fb.root.log.WARNING.20250506-174748.1567
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:48
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Mar 25 2025 17:45:25 (1742949925)
|
| 4 |
+
Binary: Built at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 5 |
+
Binary: Built for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 6 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 7 |
+
E0506 17:47:48.625540 1578 client.cc:6965] NOT_FOUND: Cannot open file: No such file or directory; Failed to update account features file, path:/root/.config/Google/DriveFS/Crashpad/account_features [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 8 |
+
=== Source Location Trace: ===
|
| 9 |
+
apps/drive/cello/util/file_system.cc:497
|
| 10 |
+
apps/drive/cello/util/file_system.h:355
|
drive.f63b1d7fa3fb.root.log.WARNING.20250506-174752.1660
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:52
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Mar 25 2025 17:45:25 (1742949925)
|
| 4 |
+
Binary: Built at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 5 |
+
Binary: Built for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 6 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 7 |
+
E0506 17:47:52.576685 1687 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 8 |
+
=== Source Location Trace: ===
|
| 9 |
+
apps/drive/cello/util/file_system.cc:497
|
| 10 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 11 |
+
E0506 17:47:52.744934 1671 client.cc:6965] NOT_FOUND: Cannot open file: No such file or directory; Failed to update account features file, path:/root/.config/Google/DriveFS/Crashpad/account_features [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 12 |
+
=== Source Location Trace: ===
|
| 13 |
+
apps/drive/cello/util/file_system.cc:497
|
| 14 |
+
apps/drive/cello/util/file_system.h:355
|
| 15 |
+
E0506 17:47:53.086606 1687 metrics_recorder_base.h:627] INTERNAL: Metrics database is not initialized.
|
| 16 |
+
=== Source Location Trace: ===
|
| 17 |
+
apps/drive/cello/instrumentation/metrics_transport.cc:342
|
| 18 |
+
E0506 17:47:53.218894 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 19 |
+
=== Source Location Trace: ===
|
| 20 |
+
apps/drive/cello/util/file_system.cc:497
|
| 21 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 22 |
+
E0506 17:47:53.292427 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 23 |
+
=== Source Location Trace: ===
|
| 24 |
+
apps/drive/cello/util/file_system.cc:497
|
| 25 |
+
apps/drive/cello/util/file_system.cc:1388
|
generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 0,
|
| 4 |
+
"eos_token_id": 0,
|
| 5 |
+
"transformers_version": "4.51.3"
|
| 6 |
+
}
|
initgoogle_syslog_dir.0/__research_colab_dap_multiplexer:dap_multiplexer
ADDED
|
File without changes
|
initgoogle_syslog_dir.0/__research_colab_datalab_directoryprefetcher:directoryprefetcher_binary
ADDED
|
File without changes
|
initgoogle_syslog_dir.0/__research_colab_datalab_kernel_manager_proxy:kernel_manager_proxy
ADDED
|
File without changes
|
initgoogle_syslog_dir.0/__research_colab_datalab_language_service:language_service
ADDED
|
File without changes
|
language_service.2809d093debe.root.log.INFO.20250506-220346.370
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 22:03:46
|
| 2 |
+
Running on machine: 2809d093debe
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
I0506 22:03:46.934232 1 log_spam.go:43] Process id 370
|
| 9 |
+
I0506 22:03:46.934676 1 log_spam.go:47] Current working directory /datalab/web
|
| 10 |
+
I0506 22:03:46.934687 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 22:03:46.934756 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/datalab/language_service:language_service
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/datalab/language_service:language_service
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 22:03:46.934768 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 22:03:46.934778 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
| 22 |
+
I0506 22:03:46.934782 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
| 23 |
+
I0506 22:03:46.934784 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
| 24 |
+
I0506 22:03:46.934787 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
| 25 |
+
I0506 22:03:46.934789 1 log_spam.go:53] argv[4]: '--'
|
| 26 |
+
I0506 22:03:46.934791 1 log_spam.go:53] argv[5]: 'node'
|
| 27 |
+
I0506 22:03:46.934793 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
| 28 |
+
I0506 22:03:46.934795 1 log_spam.go:53] argv[7]: '--stdio'
|
| 29 |
+
I0506 22:03:46.934797 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:ab4e7a9cbedef186eb18f9686827b88b5b51e9fd97'
|
| 30 |
+
I0506 22:03:59.772284 29 ls.go:1241] cancel was requested for: 16, needs to be canceled: false
|
| 31 |
+
I0506 22:04:42.864484 29 ls.go:1241] cancel was requested for: 45, needs to be canceled: false
|
| 32 |
+
I0506 22:04:45.317416 29 ls.go:1241] cancel was requested for: 48, needs to be canceled: false
|
| 33 |
+
I0506 22:04:51.849654 29 ls.go:1241] cancel was requested for: 57, needs to be canceled: false
|
| 34 |
+
I0506 22:04:52.100740 29 ls.go:1241] cancel was requested for: 60, needs to be canceled: false
|
| 35 |
+
I0506 22:04:52.865330 29 ls.go:1241] cancel was requested for: 67, needs to be canceled: false
|
| 36 |
+
I0506 22:04:53.314938 29 ls.go:1241] cancel was requested for: 70, needs to be canceled: false
|
| 37 |
+
I0506 22:04:54.869203 29 ls.go:1241] cancel was requested for: 78, needs to be canceled: false
|
| 38 |
+
I0506 22:04:57.912455 29 ls.go:1241] cancel was requested for: 80, needs to be canceled: false
|
| 39 |
+
I0506 22:05:00.408619 29 ls.go:1241] cancel was requested for: 87, needs to be canceled: false
|
| 40 |
+
I0506 22:05:00.417580 29 ls.go:1241] cancel was requested for: 88, needs to be canceled: false
|
| 41 |
+
I0506 22:05:10.262280 29 ls.go:1241] cancel was requested for: 96, needs to be canceled: false
|
| 42 |
+
I0506 22:05:10.522558 29 ls.go:1241] cancel was requested for: 95, needs to be canceled: false
|
| 43 |
+
I0506 22:05:11.170890 29 ls.go:1241] cancel was requested for: 97, needs to be canceled: false
|
| 44 |
+
I0506 22:05:12.690277 29 ls.go:1241] cancel was requested for: 101, needs to be canceled: false
|
| 45 |
+
I0506 22:05:12.696166 29 ls.go:1241] cancel was requested for: 102, needs to be canceled: false
|
| 46 |
+
I0506 22:05:12.696371 29 ls.go:1241] cancel was requested for: 103, needs to be canceled: false
|
| 47 |
+
I0506 22:05:13.468052 29 ls.go:1241] cancel was requested for: 110, needs to be canceled: false
|
| 48 |
+
I0506 22:05:13.474022 29 ls.go:1241] cancel was requested for: 111, needs to be canceled: false
|
language_service.2809d093debe.root.log.INFO.20250506-220534.897
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 22:05:34
|
| 2 |
+
Running on machine: 2809d093debe
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
language_service.2809d093debe.root.log.INFO.20250506-220535.922
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 22:05:35
|
| 2 |
+
Running on machine: 2809d093debe
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
I0506 22:05:35.933100 1 log_spam.go:43] Process id 922
|
| 9 |
+
I0506 22:05:35.933378 1 log_spam.go:47] Current working directory /datalab/web
|
| 10 |
+
I0506 22:05:35.933386 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 22:05:35.933447 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/datalab/language_service:language_service
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/datalab/language_service:language_service
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 22:05:35.933452 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 22:05:35.933454 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
| 22 |
+
I0506 22:05:35.933457 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
| 23 |
+
I0506 22:05:35.933459 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
| 24 |
+
I0506 22:05:35.933460 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
| 25 |
+
I0506 22:05:35.933462 1 log_spam.go:53] argv[4]: '--'
|
| 26 |
+
I0506 22:05:35.933463 1 log_spam.go:53] argv[5]: 'node'
|
| 27 |
+
I0506 22:05:35.933465 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
| 28 |
+
I0506 22:05:35.933466 1 log_spam.go:53] argv[7]: '--stdio'
|
| 29 |
+
I0506 22:05:35.933471 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:7e3261f6b4c29b135e4abbae7651fb35f873820f17'
|
| 30 |
+
I0506 22:06:06.691284 16 ls.go:1241] cancel was requested for: 20, needs to be canceled: false
|
| 31 |
+
I0506 22:06:13.663339 16 ls.go:1241] cancel was requested for: 28, needs to be canceled: false
|
| 32 |
+
I0506 22:06:18.962970 16 ls.go:1241] cancel was requested for: 35, needs to be canceled: false
|
| 33 |
+
I0506 22:06:20.104719 16 ls.go:1241] cancel was requested for: 36, needs to be canceled: false
|
| 34 |
+
I0506 22:06:20.807271 16 ls.go:1241] cancel was requested for: 39, needs to be canceled: false
|
| 35 |
+
I0506 22:06:25.022875 16 ls.go:1241] cancel was requested for: 52, needs to be canceled: false
|
| 36 |
+
I0506 22:06:36.708695 16 ls.go:1241] cancel was requested for: 55, needs to be canceled: false
|
| 37 |
+
I0506 22:06:49.697244 16 ls.go:1241] cancel was requested for: 59, needs to be canceled: false
|
| 38 |
+
I0506 22:06:56.794684 16 ls.go:1241] cancel was requested for: 61, needs to be canceled: false
|
| 39 |
+
I0506 22:07:05.137377 16 ls.go:1241] cancel was requested for: 70, needs to be canceled: false
|
| 40 |
+
I0506 22:07:05.143186 16 ls.go:1241] cancel was requested for: 71, needs to be canceled: false
|
| 41 |
+
I0506 22:21:37.746597 16 ls.go:1241] cancel was requested for: 76, needs to be canceled: false
|
| 42 |
+
I0506 22:30:30.726309 16 ls.go:1241] cancel was requested for: 83, needs to be canceled: false
|
language_service.4155cade5eda.root.log.ERROR.20250506-223222.563
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 22:32:22
|
| 2 |
+
Running on machine: 4155cade5eda
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
E0506 22:32:22.690723 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/__init__.py" was never opened
|
| 9 |
+
E0506 22:32:22.691960 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/drive.py" was never opened
|
| 10 |
+
E0506 22:32:22.692515 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_import_hooks/__init__.py" was never opened
|
| 11 |
+
E0506 22:32:22.692587 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_import_magics.py" was never opened
|
| 12 |
+
E0506 22:32:22.692656 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_installation_commands.py" was never opened
|
| 13 |
+
E0506 22:32:22.692695 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_interactive_table_hint_button.py" was never opened
|
| 14 |
+
E0506 22:32:22.692794 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_reprs.py" was never opened
|
| 15 |
+
E0506 22:32:22.692881 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_shell_customizations.py" was never opened
|
| 16 |
+
E0506 22:32:22.692969 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_system_commands.py" was never opened
|
| 17 |
+
E0506 22:32:22.693000 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_tensorflow_magics.py" was never opened
|
| 18 |
+
E0506 22:32:22.693066 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/auth.py" was never opened
|
| 19 |
+
E0506 22:32:22.693097 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/autoviz.py" was never opened
|
| 20 |
+
E0506 22:32:22.693164 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/data_table.py" was never opened
|
| 21 |
+
E0506 22:32:22.693197 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/files.py" was never opened
|
| 22 |
+
E0506 22:32:22.693260 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/output/__init__.py" was never opened
|
| 23 |
+
E0506 22:32:22.693288 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/runtime.py" was never opened
|
| 24 |
+
E0506 22:32:22.693360 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/snippets.py" was never opened
|
| 25 |
+
E0506 22:32:22.693389 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/widgets/__init__.py" was never opened
|
| 26 |
+
E0506 22:32:22.693462 16 ls.go:393] document "file:///datalab/web/pyright/typeshed-fallback/stdlib/signal.pyi" was never opened
|
| 27 |
+
E0506 22:32:22.693493 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_message.py" was never opened
|
| 28 |
+
E0506 22:32:22.693570 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/pexpect/popen_spawn.py" was never opened
|
| 29 |
+
E0506 22:32:22.693597 16 ls.go:393] document "file:///datalab/web/pyright/typeshed-fallback/stubs/psutil/psutil/__init__.pyi" was never opened
|
| 30 |
+
E0506 22:32:22.693670 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_ipython.py" was never opened
|
| 31 |
+
E0506 22:32:22.693698 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/errors.py" was never opened
|
| 32 |
+
E0506 22:32:22.693770 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/__init__.pyi" was never opened
|
| 33 |
+
E0506 22:32:22.693814 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/backend/__init__.pyi" was never opened
|
| 34 |
+
E0506 22:32:22.693978 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/__init__.pyi" was never opened
|
| 35 |
+
E0506 22:32:22.694055 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/constants.py" was never opened
|
| 36 |
+
E0506 22:32:22.694122 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/error.py" was never opened
|
| 37 |
+
E0506 22:32:22.694151 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/attrsettr.py" was never opened
|
| 38 |
+
E0506 22:32:22.694209 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/context.py" was never opened
|
| 39 |
+
E0506 22:32:22.694240 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/frame.py" was never opened
|
| 40 |
+
E0506 22:32:22.694298 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/poll.py" was never opened
|
| 41 |
+
E0506 22:32:22.694321 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/socket.py" was never opened
|
| 42 |
+
E0506 22:32:22.694420 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/stopwatch.py" was never opened
|
| 43 |
+
E0506 22:32:22.694489 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/tracker.py" was never opened
|
| 44 |
+
E0506 22:32:22.694556 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/version.py" was never opened
|
| 45 |
+
E0506 22:32:22.694590 16 ls.go:393] document "file:///datalab/web/pyright/typeshed-fallback/stdlib/errno.pyi" was never opened
|
| 46 |
+
E0506 22:32:22.694653 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/interop.py" was never opened
|
| 47 |
+
E0506 22:32:22.694690 16 ls.go:393] document "file:///datalab/web/pyright/typeshed-fallback/stdlib/random.pyi" was never opened
|
| 48 |
+
E0506 22:32:22.694750 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/_typing.py" was never opened
|
| 49 |
+
E0506 22:32:22.694779 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/__init__.py" was never opened
|
| 50 |
+
E0506 22:32:22.694946 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/jsonapi.py" was never opened
|
language_service.4155cade5eda.root.log.INFO.20250506-223210.563
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 22:32:10
|
| 2 |
+
Running on machine: 4155cade5eda
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
I0506 22:32:10.288121 1 log_spam.go:43] Process id 563
|
| 9 |
+
I0506 22:32:10.288483 1 log_spam.go:47] Current working directory /datalab/web
|
| 10 |
+
I0506 22:32:10.288491 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 22:32:10.288512 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/datalab/language_service:language_service
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/datalab/language_service:language_service
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 22:32:10.288515 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 22:32:10.288518 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
| 22 |
+
I0506 22:32:10.288520 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
| 23 |
+
I0506 22:32:10.288523 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
| 24 |
+
I0506 22:32:10.288525 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
| 25 |
+
I0506 22:32:10.288526 1 log_spam.go:53] argv[4]: '--'
|
| 26 |
+
I0506 22:32:10.288528 1 log_spam.go:53] argv[5]: 'node'
|
| 27 |
+
I0506 22:32:10.288529 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
| 28 |
+
I0506 22:32:10.288547 1 log_spam.go:53] argv[7]: '--stdio'
|
| 29 |
+
I0506 22:32:10.288548 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:f5c563edec2f9b813befb8559e0c87d137e3b47c07'
|
| 30 |
+
E0506 22:32:22.690723 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/__init__.py" was never opened
|
| 31 |
+
E0506 22:32:22.691960 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/drive.py" was never opened
|
| 32 |
+
E0506 22:32:22.692515 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_import_hooks/__init__.py" was never opened
|
| 33 |
+
E0506 22:32:22.692587 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_import_magics.py" was never opened
|
| 34 |
+
E0506 22:32:22.692656 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_installation_commands.py" was never opened
|
| 35 |
+
E0506 22:32:22.692695 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_interactive_table_hint_button.py" was never opened
|
| 36 |
+
E0506 22:32:22.692794 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_reprs.py" was never opened
|
| 37 |
+
E0506 22:32:22.692881 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_shell_customizations.py" was never opened
|
| 38 |
+
E0506 22:32:22.692969 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_system_commands.py" was never opened
|
| 39 |
+
E0506 22:32:22.693000 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_tensorflow_magics.py" was never opened
|
| 40 |
+
E0506 22:32:22.693066 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/auth.py" was never opened
|
| 41 |
+
E0506 22:32:22.693097 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/autoviz.py" was never opened
|
| 42 |
+
E0506 22:32:22.693164 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/data_table.py" was never opened
|
| 43 |
+
E0506 22:32:22.693197 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/files.py" was never opened
|
| 44 |
+
E0506 22:32:22.693260 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/output/__init__.py" was never opened
|
| 45 |
+
E0506 22:32:22.693288 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/runtime.py" was never opened
|
| 46 |
+
E0506 22:32:22.693360 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/snippets.py" was never opened
|
| 47 |
+
E0506 22:32:22.693389 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/widgets/__init__.py" was never opened
|
| 48 |
+
E0506 22:32:22.693462 16 ls.go:393] document "file:///datalab/web/pyright/typeshed-fallback/stdlib/signal.pyi" was never opened
|
| 49 |
+
E0506 22:32:22.693493 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_message.py" was never opened
|
| 50 |
+
E0506 22:32:22.693570 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/pexpect/popen_spawn.py" was never opened
|
| 51 |
+
E0506 22:32:22.693597 16 ls.go:393] document "file:///datalab/web/pyright/typeshed-fallback/stubs/psutil/psutil/__init__.pyi" was never opened
|
| 52 |
+
E0506 22:32:22.693670 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_ipython.py" was never opened
|
| 53 |
+
E0506 22:32:22.693698 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/errors.py" was never opened
|
| 54 |
+
E0506 22:32:22.693770 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/__init__.pyi" was never opened
|
| 55 |
+
E0506 22:32:22.693814 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/backend/__init__.pyi" was never opened
|
| 56 |
+
E0506 22:32:22.693978 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/__init__.pyi" was never opened
|
| 57 |
+
E0506 22:32:22.694055 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/constants.py" was never opened
|
| 58 |
+
E0506 22:32:22.694122 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/error.py" was never opened
|
| 59 |
+
E0506 22:32:22.694151 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/attrsettr.py" was never opened
|
| 60 |
+
E0506 22:32:22.694209 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/context.py" was never opened
|
| 61 |
+
E0506 22:32:22.694240 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/frame.py" was never opened
|
| 62 |
+
E0506 22:32:22.694298 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/poll.py" was never opened
|
| 63 |
+
E0506 22:32:22.694321 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/socket.py" was never opened
|
| 64 |
+
E0506 22:32:22.694420 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/stopwatch.py" was never opened
|
| 65 |
+
E0506 22:32:22.694489 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/tracker.py" was never opened
|
| 66 |
+
E0506 22:32:22.694556 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/version.py" was never opened
|
| 67 |
+
E0506 22:32:22.694590 16 ls.go:393] document "file:///datalab/web/pyright/typeshed-fallback/stdlib/errno.pyi" was never opened
|
| 68 |
+
E0506 22:32:22.694653 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/interop.py" was never opened
|
| 69 |
+
E0506 22:32:22.694690 16 ls.go:393] document "file:///datalab/web/pyright/typeshed-fallback/stdlib/random.pyi" was never opened
|
| 70 |
+
E0506 22:32:22.694750 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/_typing.py" was never opened
|
| 71 |
+
E0506 22:32:22.694779 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/__init__.py" was never opened
|
| 72 |
+
E0506 22:32:22.694946 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/jsonapi.py" was never opened
|
| 73 |
+
I0506 22:32:25.613786 16 ls.go:1241] cancel was requested for: 18, needs to be canceled: false
|
language_service.4155cade5eda.root.log.INFO.20250506-223343.1042
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 22:33:43
|
| 2 |
+
Running on machine: 4155cade5eda
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
language_service.4155cade5eda.root.log.INFO.20250506-223343.1064
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 22:33:43
|
| 2 |
+
Running on machine: 4155cade5eda
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
I0506 22:33:43.489595 1 log_spam.go:43] Process id 1064
|
| 9 |
+
I0506 22:33:43.490186 1 log_spam.go:47] Current working directory /datalab/web
|
| 10 |
+
I0506 22:33:43.490200 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 22:33:43.490236 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/datalab/language_service:language_service
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/datalab/language_service:language_service
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 22:33:43.490242 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 22:33:43.490245 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
| 22 |
+
I0506 22:33:43.490248 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
| 23 |
+
I0506 22:33:43.490250 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
| 24 |
+
I0506 22:33:43.490253 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
| 25 |
+
I0506 22:33:43.490254 1 log_spam.go:53] argv[4]: '--'
|
| 26 |
+
I0506 22:33:43.490261 1 log_spam.go:53] argv[5]: 'node'
|
| 27 |
+
I0506 22:33:43.490263 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
| 28 |
+
I0506 22:33:43.490265 1 log_spam.go:53] argv[7]: '--stdio'
|
| 29 |
+
I0506 22:33:43.490268 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:7150a16a70f89d7143b386c2e17776bdff58fac4c3'
|
| 30 |
+
I0506 22:34:12.586462 57 ls.go:1241] cancel was requested for: 11, needs to be canceled: false
|
| 31 |
+
I0506 22:34:42.784394 57 ls.go:1241] cancel was requested for: 15, needs to be canceled: false
|
| 32 |
+
I0506 22:34:43.380436 57 ls.go:1241] cancel was requested for: 17, needs to be canceled: false
|
| 33 |
+
I0506 22:36:07.608816 57 ls.go:1241] cancel was requested for: 44, needs to be canceled: false
|
| 34 |
+
I0507 05:05:29.275791 57 ls.go:1241] cancel was requested for: 60, needs to be canceled: false
|
| 35 |
+
I0507 19:39:53.706461 57 ls.go:1241] cancel was requested for: 81, needs to be canceled: false
|
| 36 |
+
I0507 19:40:28.299059 57 ls.go:1241] cancel was requested for: 89, needs to be canceled: false
|
| 37 |
+
I0507 19:40:30.745681 57 ls.go:1241] cancel was requested for: 92, needs to be canceled: false
|
| 38 |
+
I0507 19:40:30.919793 57 ls.go:1241] cancel was requested for: 94, needs to be canceled: false
|
| 39 |
+
I0507 19:40:31.076445 57 ls.go:1241] cancel was requested for: 95, needs to be canceled: false
|
| 40 |
+
I0507 19:40:31.282715 57 ls.go:1241] cancel was requested for: 96, needs to be canceled: false
|
| 41 |
+
I0507 19:40:37.900437 57 ls.go:1241] cancel was requested for: 105, needs to be canceled: false
|
| 42 |
+
I0507 19:40:38.394575 57 ls.go:1241] cancel was requested for: 106, needs to be canceled: false
|
| 43 |
+
I0507 19:40:40.145283 57 ls.go:1241] cancel was requested for: 108, needs to be canceled: false
|
| 44 |
+
I0507 19:40:40.288871 57 ls.go:1241] cancel was requested for: 112, needs to be canceled: false
|
| 45 |
+
I0507 19:40:42.224335 57 ls.go:1241] cancel was requested for: 113, needs to be canceled: false
|
| 46 |
+
I0507 19:40:44.067914 57 ls.go:1241] cancel was requested for: 116, needs to be canceled: false
|
| 47 |
+
I0507 19:40:44.068078 57 ls.go:1241] cancel was requested for: 114, needs to be canceled: false
|
| 48 |
+
I0507 19:40:55.104885 57 ls.go:1241] cancel was requested for: 119, needs to be canceled: false
|
| 49 |
+
I0507 19:42:45.266892 57 ls.go:1241] cancel was requested for: 154, needs to be canceled: false
|
| 50 |
+
I0507 19:42:45.538553 57 ls.go:1241] cancel was requested for: 155, needs to be canceled: false
|
| 51 |
+
I0507 19:42:49.266402 57 ls.go:1241] cancel was requested for: 157, needs to be canceled: false
|
| 52 |
+
I0507 19:43:19.120050 57 ls.go:1241] cancel was requested for: 163, needs to be canceled: false
|
| 53 |
+
I0507 19:43:48.560869 57 ls.go:1241] cancel was requested for: 179, needs to be canceled: false
|
| 54 |
+
I0507 19:43:50.369343 57 ls.go:1241] cancel was requested for: 180, needs to be canceled: false
|
| 55 |
+
I0507 19:46:58.974167 57 ls.go:1241] cancel was requested for: 205, needs to be canceled: false
|
| 56 |
+
I0507 19:57:30.842196 57 ls.go:1241] cancel was requested for: 227, needs to be canceled: false
|
| 57 |
+
I0507 19:57:32.606158 57 ls.go:1241] cancel was requested for: 233, needs to be canceled: false
|
| 58 |
+
I0507 19:57:33.517055 57 ls.go:1241] cancel was requested for: 237, needs to be canceled: false
|
| 59 |
+
I0507 19:57:36.161698 57 ls.go:1241] cancel was requested for: 244, needs to be canceled: false
|
| 60 |
+
I0507 19:57:37.110992 57 ls.go:1241] cancel was requested for: 247, needs to be canceled: false
|
| 61 |
+
I0507 19:57:37.398904 57 ls.go:1241] cancel was requested for: 248, needs to be canceled: false
|
| 62 |
+
I0507 19:57:37.904089 57 ls.go:1241] cancel was requested for: 245, needs to be canceled: false
|
| 63 |
+
I0507 19:57:53.230593 57 ls.go:1241] cancel was requested for: 257, needs to be canceled: false
|
| 64 |
+
I0507 19:58:49.516393 57 ls.go:1241] cancel was requested for: 261, needs to be canceled: false
|
| 65 |
+
I0507 19:58:49.807308 57 ls.go:1241] cancel was requested for: 262, needs to be canceled: false
|
| 66 |
+
I0507 19:58:50.005121 57 ls.go:1241] cancel was requested for: 263, needs to be canceled: false
|
| 67 |
+
I0507 19:58:53.205900 57 ls.go:1241] cancel was requested for: 267, needs to be canceled: false
|
| 68 |
+
I0507 20:02:36.976390 57 ls.go:1241] cancel was requested for: 268, needs to be canceled: false
|
| 69 |
+
I0507 20:02:48.736851 57 ls.go:1241] cancel was requested for: 270, needs to be canceled: false
|
| 70 |
+
I0507 20:02:55.572059 57 ls.go:1241] cancel was requested for: 273, needs to be canceled: false
|
| 71 |
+
I0507 20:02:55.863069 57 ls.go:1241] cancel was requested for: 274, needs to be canceled: false
|
| 72 |
+
I0507 20:02:59.343362 57 ls.go:1241] cancel was requested for: 280, needs to be canceled: false
|
language_service.4155cade5eda.root.log.WARNING.20250506-223222.563
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 22:32:22
|
| 2 |
+
Running on machine: 4155cade5eda
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
E0506 22:32:22.690723 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/__init__.py" was never opened
|
| 9 |
+
E0506 22:32:22.691960 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/drive.py" was never opened
|
| 10 |
+
E0506 22:32:22.692515 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_import_hooks/__init__.py" was never opened
|
| 11 |
+
E0506 22:32:22.692587 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_import_magics.py" was never opened
|
| 12 |
+
E0506 22:32:22.692656 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_installation_commands.py" was never opened
|
| 13 |
+
E0506 22:32:22.692695 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_interactive_table_hint_button.py" was never opened
|
| 14 |
+
E0506 22:32:22.692794 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_reprs.py" was never opened
|
| 15 |
+
E0506 22:32:22.692881 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_shell_customizations.py" was never opened
|
| 16 |
+
E0506 22:32:22.692969 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_system_commands.py" was never opened
|
| 17 |
+
E0506 22:32:22.693000 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_tensorflow_magics.py" was never opened
|
| 18 |
+
E0506 22:32:22.693066 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/auth.py" was never opened
|
| 19 |
+
E0506 22:32:22.693097 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/autoviz.py" was never opened
|
| 20 |
+
E0506 22:32:22.693164 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/data_table.py" was never opened
|
| 21 |
+
E0506 22:32:22.693197 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/files.py" was never opened
|
| 22 |
+
E0506 22:32:22.693260 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/output/__init__.py" was never opened
|
| 23 |
+
E0506 22:32:22.693288 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/runtime.py" was never opened
|
| 24 |
+
E0506 22:32:22.693360 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/snippets.py" was never opened
|
| 25 |
+
E0506 22:32:22.693389 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/widgets/__init__.py" was never opened
|
| 26 |
+
E0506 22:32:22.693462 16 ls.go:393] document "file:///datalab/web/pyright/typeshed-fallback/stdlib/signal.pyi" was never opened
|
| 27 |
+
E0506 22:32:22.693493 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_message.py" was never opened
|
| 28 |
+
E0506 22:32:22.693570 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/pexpect/popen_spawn.py" was never opened
|
| 29 |
+
E0506 22:32:22.693597 16 ls.go:393] document "file:///datalab/web/pyright/typeshed-fallback/stubs/psutil/psutil/__init__.pyi" was never opened
|
| 30 |
+
E0506 22:32:22.693670 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_ipython.py" was never opened
|
| 31 |
+
E0506 22:32:22.693698 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/errors.py" was never opened
|
| 32 |
+
E0506 22:32:22.693770 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/__init__.pyi" was never opened
|
| 33 |
+
E0506 22:32:22.693814 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/backend/__init__.pyi" was never opened
|
| 34 |
+
E0506 22:32:22.693978 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/__init__.pyi" was never opened
|
| 35 |
+
E0506 22:32:22.694055 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/constants.py" was never opened
|
| 36 |
+
E0506 22:32:22.694122 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/error.py" was never opened
|
| 37 |
+
E0506 22:32:22.694151 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/attrsettr.py" was never opened
|
| 38 |
+
E0506 22:32:22.694209 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/context.py" was never opened
|
| 39 |
+
E0506 22:32:22.694240 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/frame.py" was never opened
|
| 40 |
+
E0506 22:32:22.694298 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/poll.py" was never opened
|
| 41 |
+
E0506 22:32:22.694321 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/socket.py" was never opened
|
| 42 |
+
E0506 22:32:22.694420 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/stopwatch.py" was never opened
|
| 43 |
+
E0506 22:32:22.694489 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/tracker.py" was never opened
|
| 44 |
+
E0506 22:32:22.694556 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/version.py" was never opened
|
| 45 |
+
E0506 22:32:22.694590 16 ls.go:393] document "file:///datalab/web/pyright/typeshed-fallback/stdlib/errno.pyi" was never opened
|
| 46 |
+
E0506 22:32:22.694653 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/interop.py" was never opened
|
| 47 |
+
E0506 22:32:22.694690 16 ls.go:393] document "file:///datalab/web/pyright/typeshed-fallback/stdlib/random.pyi" was never opened
|
| 48 |
+
E0506 22:32:22.694750 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/_typing.py" was never opened
|
| 49 |
+
E0506 22:32:22.694779 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/__init__.py" was never opened
|
| 50 |
+
E0506 22:32:22.694946 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/jsonapi.py" was never opened
|
language_service.54a8528ce361.root.log.ERROR.20250506-220756.1125
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 22:07:56
|
| 2 |
+
Running on machine: 54a8528ce361
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
E0506 22:07:56.315571 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/__init__.py" was never opened
|
| 9 |
+
E0506 22:07:56.316447 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/drive.py" was never opened
|
| 10 |
+
E0506 22:07:56.316508 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_import_hooks/__init__.py" was never opened
|
| 11 |
+
E0506 22:07:56.316528 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_import_magics.py" was never opened
|
| 12 |
+
E0506 22:07:56.316565 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_installation_commands.py" was never opened
|
| 13 |
+
E0506 22:07:56.316587 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_interactive_table_hint_button.py" was never opened
|
| 14 |
+
E0506 22:07:56.316623 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_reprs.py" was never opened
|
| 15 |
+
E0506 22:07:56.316640 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_shell_customizations.py" was never opened
|
| 16 |
+
E0506 22:07:56.316726 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_system_commands.py" was never opened
|
| 17 |
+
E0506 22:07:56.316770 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_tensorflow_magics.py" was never opened
|
| 18 |
+
E0506 22:07:56.316827 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/auth.py" was never opened
|
| 19 |
+
E0506 22:07:56.316848 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/autoviz.py" was never opened
|
| 20 |
+
E0506 22:07:56.316894 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/data_table.py" was never opened
|
| 21 |
+
E0506 22:07:56.316925 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/files.py" was never opened
|
| 22 |
+
E0506 22:07:56.317064 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/output/__init__.py" was never opened
|
| 23 |
+
E0506 22:07:56.317143 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/runtime.py" was never opened
|
| 24 |
+
E0506 22:07:56.317213 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/snippets.py" was never opened
|
| 25 |
+
E0506 22:07:56.317240 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/widgets/__init__.py" was never opened
|
| 26 |
+
E0506 22:07:56.317310 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_message.py" was never opened
|
| 27 |
+
E0506 22:07:56.317336 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/pexpect/popen_spawn.py" was never opened
|
| 28 |
+
E0506 22:07:56.317441 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_ipython.py" was never opened
|
| 29 |
+
E0506 22:07:56.317491 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/errors.py" was never opened
|
| 30 |
+
E0506 22:07:56.317582 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/__init__.pyi" was never opened
|
| 31 |
+
E0506 22:07:56.317631 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/backend/__init__.pyi" was never opened
|
| 32 |
+
E0506 22:07:56.317707 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/__init__.pyi" was never opened
|
| 33 |
+
E0506 22:07:56.317733 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/constants.py" was never opened
|
| 34 |
+
E0506 22:07:56.317793 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/error.py" was never opened
|
| 35 |
+
E0506 22:07:56.317822 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/attrsettr.py" was never opened
|
| 36 |
+
E0506 22:07:56.317897 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/context.py" was never opened
|
| 37 |
+
E0506 22:07:56.317926 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/frame.py" was never opened
|
| 38 |
+
E0506 22:07:56.318009 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/poll.py" was never opened
|
| 39 |
+
E0506 22:07:56.318054 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/socket.py" was never opened
|
| 40 |
+
E0506 22:07:56.318120 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/stopwatch.py" was never opened
|
| 41 |
+
E0506 22:07:56.318147 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/tracker.py" was never opened
|
| 42 |
+
E0506 22:07:56.318222 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/version.py" was never opened
|
| 43 |
+
E0506 22:07:56.318273 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/interop.py" was never opened
|
| 44 |
+
E0506 22:07:56.318346 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/_typing.py" was never opened
|
| 45 |
+
E0506 22:07:56.318382 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/__init__.py" was never opened
|
| 46 |
+
E0506 22:07:56.318441 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/jsonapi.py" was never opened
|
language_service.54a8528ce361.root.log.INFO.20250506-220138.462
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 22:01:38
|
| 2 |
+
Running on machine: 54a8528ce361
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
I0506 22:01:38.804692 1 log_spam.go:43] Process id 462
|
| 9 |
+
I0506 22:01:38.805173 1 log_spam.go:47] Current working directory /datalab/web
|
| 10 |
+
I0506 22:01:38.805195 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 22:01:38.805230 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/datalab/language_service:language_service
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/datalab/language_service:language_service
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 22:01:38.805237 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 22:01:38.805241 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
| 22 |
+
I0506 22:01:38.805246 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
| 23 |
+
I0506 22:01:38.805249 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
| 24 |
+
I0506 22:01:38.805252 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
| 25 |
+
I0506 22:01:38.805255 1 log_spam.go:53] argv[4]: '--'
|
| 26 |
+
I0506 22:01:38.805258 1 log_spam.go:53] argv[5]: 'node'
|
| 27 |
+
I0506 22:01:38.805261 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
| 28 |
+
I0506 22:01:38.805264 1 log_spam.go:53] argv[7]: '--stdio'
|
| 29 |
+
I0506 22:01:38.805267 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:364904c7575c1c0910ba27ceac25913d4c2f92c879'
|
| 30 |
+
I0506 22:01:48.546593 14 ls.go:1241] cancel was requested for: 17, needs to be canceled: false
|
| 31 |
+
I0506 22:01:48.546843 14 ls.go:1241] cancel was requested for: 18, needs to be canceled: false
|
| 32 |
+
I0506 22:01:48.588573 14 ls.go:1241] cancel was requested for: 19, needs to be canceled: false
|
| 33 |
+
I0506 22:01:48.588855 14 ls.go:1241] cancel was requested for: 20, needs to be canceled: false
|
| 34 |
+
I0506 22:01:51.871606 14 ls.go:1241] cancel was requested for: 24, needs to be canceled: false
|
| 35 |
+
I0506 22:02:15.281596 14 ls.go:1241] cancel was requested for: 37, needs to be canceled: false
|
language_service.54a8528ce361.root.log.INFO.20250506-220353.1099
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 22:03:53
|
| 2 |
+
Running on machine: 54a8528ce361
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
language_service.54a8528ce361.root.log.INFO.20250506-220353.1125
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 22:03:53
|
| 2 |
+
Running on machine: 54a8528ce361
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
I0506 22:03:53.280827 1 log_spam.go:43] Process id 1125
|
| 9 |
+
I0506 22:03:53.281199 1 log_spam.go:47] Current working directory /datalab/web
|
| 10 |
+
I0506 22:03:53.281206 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 22:03:53.281227 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/datalab/language_service:language_service
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/datalab/language_service:language_service
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 22:03:53.281231 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 22:03:53.281234 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
| 22 |
+
I0506 22:03:53.281236 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
| 23 |
+
I0506 22:03:53.281238 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
| 24 |
+
I0506 22:03:53.281240 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
| 25 |
+
I0506 22:03:53.281241 1 log_spam.go:53] argv[4]: '--'
|
| 26 |
+
I0506 22:03:53.281242 1 log_spam.go:53] argv[5]: 'node'
|
| 27 |
+
I0506 22:03:53.281243 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
| 28 |
+
I0506 22:03:53.281245 1 log_spam.go:53] argv[7]: '--stdio'
|
| 29 |
+
I0506 22:03:53.281246 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:a9274ea19f88f1cb8455e2353bcc03335809268dd8'
|
| 30 |
+
E0506 22:07:56.315571 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/__init__.py" was never opened
|
| 31 |
+
E0506 22:07:56.316447 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/drive.py" was never opened
|
| 32 |
+
E0506 22:07:56.316508 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_import_hooks/__init__.py" was never opened
|
| 33 |
+
E0506 22:07:56.316528 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_import_magics.py" was never opened
|
| 34 |
+
E0506 22:07:56.316565 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_installation_commands.py" was never opened
|
| 35 |
+
E0506 22:07:56.316587 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_interactive_table_hint_button.py" was never opened
|
| 36 |
+
E0506 22:07:56.316623 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_reprs.py" was never opened
|
| 37 |
+
E0506 22:07:56.316640 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_shell_customizations.py" was never opened
|
| 38 |
+
E0506 22:07:56.316726 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_system_commands.py" was never opened
|
| 39 |
+
E0506 22:07:56.316770 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_tensorflow_magics.py" was never opened
|
| 40 |
+
E0506 22:07:56.316827 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/auth.py" was never opened
|
| 41 |
+
E0506 22:07:56.316848 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/autoviz.py" was never opened
|
| 42 |
+
E0506 22:07:56.316894 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/data_table.py" was never opened
|
| 43 |
+
E0506 22:07:56.316925 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/files.py" was never opened
|
| 44 |
+
E0506 22:07:56.317064 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/output/__init__.py" was never opened
|
| 45 |
+
E0506 22:07:56.317143 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/runtime.py" was never opened
|
| 46 |
+
E0506 22:07:56.317213 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/snippets.py" was never opened
|
| 47 |
+
E0506 22:07:56.317240 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/widgets/__init__.py" was never opened
|
| 48 |
+
E0506 22:07:56.317310 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_message.py" was never opened
|
| 49 |
+
E0506 22:07:56.317336 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/pexpect/popen_spawn.py" was never opened
|
| 50 |
+
E0506 22:07:56.317441 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_ipython.py" was never opened
|
| 51 |
+
E0506 22:07:56.317491 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/errors.py" was never opened
|
| 52 |
+
E0506 22:07:56.317582 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/__init__.pyi" was never opened
|
| 53 |
+
E0506 22:07:56.317631 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/backend/__init__.pyi" was never opened
|
| 54 |
+
E0506 22:07:56.317707 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/__init__.pyi" was never opened
|
| 55 |
+
E0506 22:07:56.317733 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/constants.py" was never opened
|
| 56 |
+
E0506 22:07:56.317793 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/error.py" was never opened
|
| 57 |
+
E0506 22:07:56.317822 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/attrsettr.py" was never opened
|
| 58 |
+
E0506 22:07:56.317897 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/context.py" was never opened
|
| 59 |
+
E0506 22:07:56.317926 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/frame.py" was never opened
|
| 60 |
+
E0506 22:07:56.318009 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/poll.py" was never opened
|
| 61 |
+
E0506 22:07:56.318054 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/socket.py" was never opened
|
| 62 |
+
E0506 22:07:56.318120 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/stopwatch.py" was never opened
|
| 63 |
+
E0506 22:07:56.318147 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/tracker.py" was never opened
|
| 64 |
+
E0506 22:07:56.318222 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/version.py" was never opened
|
| 65 |
+
E0506 22:07:56.318273 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/interop.py" was never opened
|
| 66 |
+
E0506 22:07:56.318346 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/_typing.py" was never opened
|
| 67 |
+
E0506 22:07:56.318382 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/__init__.py" was never opened
|
| 68 |
+
E0506 22:07:56.318441 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/jsonapi.py" was never opened
|
| 69 |
+
I0506 22:08:37.278376 52 ls.go:1241] cancel was requested for: 21, needs to be canceled: false
|
| 70 |
+
I0506 22:08:46.917419 52 ls.go:1241] cancel was requested for: 27, needs to be canceled: false
|
| 71 |
+
I0506 22:21:43.249860 52 ls.go:1241] cancel was requested for: 38, needs to be canceled: false
|
| 72 |
+
I0506 22:36:27.538567 52 ls.go:1241] cancel was requested for: 58, needs to be canceled: false
|
| 73 |
+
I0506 22:38:10.014038 52 ls.go:1241] cancel was requested for: 63, needs to be canceled: false
|
| 74 |
+
I0506 22:38:11.722703 52 ls.go:1241] cancel was requested for: 64, needs to be canceled: false
|
| 75 |
+
I0506 22:39:26.715622 52 ls.go:1241] cancel was requested for: 71, needs to be canceled: false
|
| 76 |
+
I0506 22:39:29.621863 52 ls.go:1241] cancel was requested for: 75, needs to be canceled: false
|
language_service.54a8528ce361.root.log.INFO.20250507-184257.302810
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/07 18:42:57
|
| 2 |
+
Running on machine: 54a8528ce361
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
I0507 18:42:57.218885 1 log_spam.go:43] Process id 302810
|
| 9 |
+
I0507 18:42:57.219223 1 log_spam.go:47] Current working directory /datalab/web
|
| 10 |
+
I0507 18:42:57.219233 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0507 18:42:57.219264 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/datalab/language_service:language_service
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/datalab/language_service:language_service
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0507 18:42:57.219271 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0507 18:42:57.219275 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
| 22 |
+
I0507 18:42:57.219280 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
| 23 |
+
I0507 18:42:57.219283 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
| 24 |
+
I0507 18:42:57.219285 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
| 25 |
+
I0507 18:42:57.219289 1 log_spam.go:53] argv[4]: '--'
|
| 26 |
+
I0507 18:42:57.219291 1 log_spam.go:53] argv[5]: 'node'
|
| 27 |
+
I0507 18:42:57.219293 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
| 28 |
+
I0507 18:42:57.219296 1 log_spam.go:53] argv[7]: '--stdio'
|
| 29 |
+
I0507 18:42:57.219298 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:d442496420edcecdf68c384d6c5b378f9c277c3312'
|
| 30 |
+
I0507 19:58:07.943217 54 ls.go:1241] cancel was requested for: 31, needs to be canceled: false
|
| 31 |
+
I0507 19:58:08.153791 54 ls.go:1241] cancel was requested for: 30, needs to be canceled: false
|
language_service.54a8528ce361.root.log.WARNING.20250506-220756.1125
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 22:07:56
|
| 2 |
+
Running on machine: 54a8528ce361
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
E0506 22:07:56.315571 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/__init__.py" was never opened
|
| 9 |
+
E0506 22:07:56.316447 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/drive.py" was never opened
|
| 10 |
+
E0506 22:07:56.316508 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_import_hooks/__init__.py" was never opened
|
| 11 |
+
E0506 22:07:56.316528 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_import_magics.py" was never opened
|
| 12 |
+
E0506 22:07:56.316565 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_installation_commands.py" was never opened
|
| 13 |
+
E0506 22:07:56.316587 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_interactive_table_hint_button.py" was never opened
|
| 14 |
+
E0506 22:07:56.316623 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_reprs.py" was never opened
|
| 15 |
+
E0506 22:07:56.316640 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_shell_customizations.py" was never opened
|
| 16 |
+
E0506 22:07:56.316726 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_system_commands.py" was never opened
|
| 17 |
+
E0506 22:07:56.316770 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_tensorflow_magics.py" was never opened
|
| 18 |
+
E0506 22:07:56.316827 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/auth.py" was never opened
|
| 19 |
+
E0506 22:07:56.316848 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/autoviz.py" was never opened
|
| 20 |
+
E0506 22:07:56.316894 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/data_table.py" was never opened
|
| 21 |
+
E0506 22:07:56.316925 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/files.py" was never opened
|
| 22 |
+
E0506 22:07:56.317064 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/output/__init__.py" was never opened
|
| 23 |
+
E0506 22:07:56.317143 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/runtime.py" was never opened
|
| 24 |
+
E0506 22:07:56.317213 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/snippets.py" was never opened
|
| 25 |
+
E0506 22:07:56.317240 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/widgets/__init__.py" was never opened
|
| 26 |
+
E0506 22:07:56.317310 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_message.py" was never opened
|
| 27 |
+
E0506 22:07:56.317336 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/pexpect/popen_spawn.py" was never opened
|
| 28 |
+
E0506 22:07:56.317441 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_ipython.py" was never opened
|
| 29 |
+
E0506 22:07:56.317491 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/errors.py" was never opened
|
| 30 |
+
E0506 22:07:56.317582 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/__init__.pyi" was never opened
|
| 31 |
+
E0506 22:07:56.317631 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/backend/__init__.pyi" was never opened
|
| 32 |
+
E0506 22:07:56.317707 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/__init__.pyi" was never opened
|
| 33 |
+
E0506 22:07:56.317733 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/constants.py" was never opened
|
| 34 |
+
E0506 22:07:56.317793 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/error.py" was never opened
|
| 35 |
+
E0506 22:07:56.317822 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/attrsettr.py" was never opened
|
| 36 |
+
E0506 22:07:56.317897 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/context.py" was never opened
|
| 37 |
+
E0506 22:07:56.317926 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/frame.py" was never opened
|
| 38 |
+
E0506 22:07:56.318009 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/poll.py" was never opened
|
| 39 |
+
E0506 22:07:56.318054 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/socket.py" was never opened
|
| 40 |
+
E0506 22:07:56.318120 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/stopwatch.py" was never opened
|
| 41 |
+
E0506 22:07:56.318147 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/tracker.py" was never opened
|
| 42 |
+
E0506 22:07:56.318222 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/version.py" was never opened
|
| 43 |
+
E0506 22:07:56.318273 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/interop.py" was never opened
|
| 44 |
+
E0506 22:07:56.318346 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/_typing.py" was never opened
|
| 45 |
+
E0506 22:07:56.318382 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/__init__.py" was never opened
|
| 46 |
+
E0506 22:07:56.318441 52 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/jsonapi.py" was never opened
|
language_service.ERROR
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 22:32:22
|
| 2 |
+
Running on machine: 4155cade5eda
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
E0506 22:32:22.690723 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/__init__.py" was never opened
|
| 9 |
+
E0506 22:32:22.691960 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/drive.py" was never opened
|
| 10 |
+
E0506 22:32:22.692515 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_import_hooks/__init__.py" was never opened
|
| 11 |
+
E0506 22:32:22.692587 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_import_magics.py" was never opened
|
| 12 |
+
E0506 22:32:22.692656 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_installation_commands.py" was never opened
|
| 13 |
+
E0506 22:32:22.692695 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_interactive_table_hint_button.py" was never opened
|
| 14 |
+
E0506 22:32:22.692794 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_reprs.py" was never opened
|
| 15 |
+
E0506 22:32:22.692881 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_shell_customizations.py" was never opened
|
| 16 |
+
E0506 22:32:22.692969 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_system_commands.py" was never opened
|
| 17 |
+
E0506 22:32:22.693000 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_tensorflow_magics.py" was never opened
|
| 18 |
+
E0506 22:32:22.693066 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/auth.py" was never opened
|
| 19 |
+
E0506 22:32:22.693097 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/autoviz.py" was never opened
|
| 20 |
+
E0506 22:32:22.693164 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/data_table.py" was never opened
|
| 21 |
+
E0506 22:32:22.693197 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/files.py" was never opened
|
| 22 |
+
E0506 22:32:22.693260 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/output/__init__.py" was never opened
|
| 23 |
+
E0506 22:32:22.693288 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/runtime.py" was never opened
|
| 24 |
+
E0506 22:32:22.693360 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/snippets.py" was never opened
|
| 25 |
+
E0506 22:32:22.693389 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/widgets/__init__.py" was never opened
|
| 26 |
+
E0506 22:32:22.693462 16 ls.go:393] document "file:///datalab/web/pyright/typeshed-fallback/stdlib/signal.pyi" was never opened
|
| 27 |
+
E0506 22:32:22.693493 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_message.py" was never opened
|
| 28 |
+
E0506 22:32:22.693570 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/pexpect/popen_spawn.py" was never opened
|
| 29 |
+
E0506 22:32:22.693597 16 ls.go:393] document "file:///datalab/web/pyright/typeshed-fallback/stubs/psutil/psutil/__init__.pyi" was never opened
|
| 30 |
+
E0506 22:32:22.693670 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_ipython.py" was never opened
|
| 31 |
+
E0506 22:32:22.693698 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/errors.py" was never opened
|
| 32 |
+
E0506 22:32:22.693770 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/__init__.pyi" was never opened
|
| 33 |
+
E0506 22:32:22.693814 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/backend/__init__.pyi" was never opened
|
| 34 |
+
E0506 22:32:22.693978 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/__init__.pyi" was never opened
|
| 35 |
+
E0506 22:32:22.694055 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/constants.py" was never opened
|
| 36 |
+
E0506 22:32:22.694122 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/error.py" was never opened
|
| 37 |
+
E0506 22:32:22.694151 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/attrsettr.py" was never opened
|
| 38 |
+
E0506 22:32:22.694209 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/context.py" was never opened
|
| 39 |
+
E0506 22:32:22.694240 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/frame.py" was never opened
|
| 40 |
+
E0506 22:32:22.694298 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/poll.py" was never opened
|
| 41 |
+
E0506 22:32:22.694321 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/socket.py" was never opened
|
| 42 |
+
E0506 22:32:22.694420 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/stopwatch.py" was never opened
|
| 43 |
+
E0506 22:32:22.694489 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/tracker.py" was never opened
|
| 44 |
+
E0506 22:32:22.694556 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/version.py" was never opened
|
| 45 |
+
E0506 22:32:22.694590 16 ls.go:393] document "file:///datalab/web/pyright/typeshed-fallback/stdlib/errno.pyi" was never opened
|
| 46 |
+
E0506 22:32:22.694653 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/interop.py" was never opened
|
| 47 |
+
E0506 22:32:22.694690 16 ls.go:393] document "file:///datalab/web/pyright/typeshed-fallback/stdlib/random.pyi" was never opened
|
| 48 |
+
E0506 22:32:22.694750 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/_typing.py" was never opened
|
| 49 |
+
E0506 22:32:22.694779 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/__init__.py" was never opened
|
| 50 |
+
E0506 22:32:22.694946 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/jsonapi.py" was never opened
|
language_service.INFO
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 22:33:43
|
| 2 |
+
Running on machine: 4155cade5eda
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
I0506 22:33:43.489595 1 log_spam.go:43] Process id 1064
|
| 9 |
+
I0506 22:33:43.490186 1 log_spam.go:47] Current working directory /datalab/web
|
| 10 |
+
I0506 22:33:43.490200 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 22:33:43.490236 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/datalab/language_service:language_service
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/datalab/language_service:language_service
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 22:33:43.490242 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 22:33:43.490245 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
| 22 |
+
I0506 22:33:43.490248 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
| 23 |
+
I0506 22:33:43.490250 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
| 24 |
+
I0506 22:33:43.490253 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
| 25 |
+
I0506 22:33:43.490254 1 log_spam.go:53] argv[4]: '--'
|
| 26 |
+
I0506 22:33:43.490261 1 log_spam.go:53] argv[5]: 'node'
|
| 27 |
+
I0506 22:33:43.490263 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
| 28 |
+
I0506 22:33:43.490265 1 log_spam.go:53] argv[7]: '--stdio'
|
| 29 |
+
I0506 22:33:43.490268 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:7150a16a70f89d7143b386c2e17776bdff58fac4c3'
|
| 30 |
+
I0506 22:34:12.586462 57 ls.go:1241] cancel was requested for: 11, needs to be canceled: false
|
| 31 |
+
I0506 22:34:42.784394 57 ls.go:1241] cancel was requested for: 15, needs to be canceled: false
|
| 32 |
+
I0506 22:34:43.380436 57 ls.go:1241] cancel was requested for: 17, needs to be canceled: false
|
| 33 |
+
I0506 22:36:07.608816 57 ls.go:1241] cancel was requested for: 44, needs to be canceled: false
|
| 34 |
+
I0507 05:05:29.275791 57 ls.go:1241] cancel was requested for: 60, needs to be canceled: false
|
| 35 |
+
I0507 19:39:53.706461 57 ls.go:1241] cancel was requested for: 81, needs to be canceled: false
|
| 36 |
+
I0507 19:40:28.299059 57 ls.go:1241] cancel was requested for: 89, needs to be canceled: false
|
| 37 |
+
I0507 19:40:30.745681 57 ls.go:1241] cancel was requested for: 92, needs to be canceled: false
|
| 38 |
+
I0507 19:40:30.919793 57 ls.go:1241] cancel was requested for: 94, needs to be canceled: false
|
| 39 |
+
I0507 19:40:31.076445 57 ls.go:1241] cancel was requested for: 95, needs to be canceled: false
|
| 40 |
+
I0507 19:40:31.282715 57 ls.go:1241] cancel was requested for: 96, needs to be canceled: false
|
| 41 |
+
I0507 19:40:37.900437 57 ls.go:1241] cancel was requested for: 105, needs to be canceled: false
|
| 42 |
+
I0507 19:40:38.394575 57 ls.go:1241] cancel was requested for: 106, needs to be canceled: false
|
| 43 |
+
I0507 19:40:40.145283 57 ls.go:1241] cancel was requested for: 108, needs to be canceled: false
|
| 44 |
+
I0507 19:40:40.288871 57 ls.go:1241] cancel was requested for: 112, needs to be canceled: false
|
| 45 |
+
I0507 19:40:42.224335 57 ls.go:1241] cancel was requested for: 113, needs to be canceled: false
|
| 46 |
+
I0507 19:40:44.067914 57 ls.go:1241] cancel was requested for: 116, needs to be canceled: false
|
| 47 |
+
I0507 19:40:44.068078 57 ls.go:1241] cancel was requested for: 114, needs to be canceled: false
|
| 48 |
+
I0507 19:40:55.104885 57 ls.go:1241] cancel was requested for: 119, needs to be canceled: false
|
| 49 |
+
I0507 19:42:45.266892 57 ls.go:1241] cancel was requested for: 154, needs to be canceled: false
|
| 50 |
+
I0507 19:42:45.538553 57 ls.go:1241] cancel was requested for: 155, needs to be canceled: false
|
| 51 |
+
I0507 19:42:49.266402 57 ls.go:1241] cancel was requested for: 157, needs to be canceled: false
|
| 52 |
+
I0507 19:43:19.120050 57 ls.go:1241] cancel was requested for: 163, needs to be canceled: false
|
| 53 |
+
I0507 19:43:48.560869 57 ls.go:1241] cancel was requested for: 179, needs to be canceled: false
|
| 54 |
+
I0507 19:43:50.369343 57 ls.go:1241] cancel was requested for: 180, needs to be canceled: false
|
| 55 |
+
I0507 19:46:58.974167 57 ls.go:1241] cancel was requested for: 205, needs to be canceled: false
|
| 56 |
+
I0507 19:57:30.842196 57 ls.go:1241] cancel was requested for: 227, needs to be canceled: false
|
| 57 |
+
I0507 19:57:32.606158 57 ls.go:1241] cancel was requested for: 233, needs to be canceled: false
|
| 58 |
+
I0507 19:57:33.517055 57 ls.go:1241] cancel was requested for: 237, needs to be canceled: false
|
| 59 |
+
I0507 19:57:36.161698 57 ls.go:1241] cancel was requested for: 244, needs to be canceled: false
|
| 60 |
+
I0507 19:57:37.110992 57 ls.go:1241] cancel was requested for: 247, needs to be canceled: false
|
| 61 |
+
I0507 19:57:37.398904 57 ls.go:1241] cancel was requested for: 248, needs to be canceled: false
|
| 62 |
+
I0507 19:57:37.904089 57 ls.go:1241] cancel was requested for: 245, needs to be canceled: false
|
| 63 |
+
I0507 19:57:53.230593 57 ls.go:1241] cancel was requested for: 257, needs to be canceled: false
|
| 64 |
+
I0507 19:58:49.516393 57 ls.go:1241] cancel was requested for: 261, needs to be canceled: false
|
| 65 |
+
I0507 19:58:49.807308 57 ls.go:1241] cancel was requested for: 262, needs to be canceled: false
|
| 66 |
+
I0507 19:58:50.005121 57 ls.go:1241] cancel was requested for: 263, needs to be canceled: false
|
| 67 |
+
I0507 19:58:53.205900 57 ls.go:1241] cancel was requested for: 267, needs to be canceled: false
|
| 68 |
+
I0507 20:02:36.976390 57 ls.go:1241] cancel was requested for: 268, needs to be canceled: false
|
| 69 |
+
I0507 20:02:48.736851 57 ls.go:1241] cancel was requested for: 270, needs to be canceled: false
|
| 70 |
+
I0507 20:02:55.572059 57 ls.go:1241] cancel was requested for: 273, needs to be canceled: false
|
| 71 |
+
I0507 20:02:55.863069 57 ls.go:1241] cancel was requested for: 274, needs to be canceled: false
|
| 72 |
+
I0507 20:02:59.343362 57 ls.go:1241] cancel was requested for: 280, needs to be canceled: false
|
language_service.WARNING
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 22:32:22
|
| 2 |
+
Running on machine: 4155cade5eda
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
E0506 22:32:22.690723 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/__init__.py" was never opened
|
| 9 |
+
E0506 22:32:22.691960 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/drive.py" was never opened
|
| 10 |
+
E0506 22:32:22.692515 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_import_hooks/__init__.py" was never opened
|
| 11 |
+
E0506 22:32:22.692587 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_import_magics.py" was never opened
|
| 12 |
+
E0506 22:32:22.692656 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_installation_commands.py" was never opened
|
| 13 |
+
E0506 22:32:22.692695 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_interactive_table_hint_button.py" was never opened
|
| 14 |
+
E0506 22:32:22.692794 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_reprs.py" was never opened
|
| 15 |
+
E0506 22:32:22.692881 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_shell_customizations.py" was never opened
|
| 16 |
+
E0506 22:32:22.692969 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_system_commands.py" was never opened
|
| 17 |
+
E0506 22:32:22.693000 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_tensorflow_magics.py" was never opened
|
| 18 |
+
E0506 22:32:22.693066 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/auth.py" was never opened
|
| 19 |
+
E0506 22:32:22.693097 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/autoviz.py" was never opened
|
| 20 |
+
E0506 22:32:22.693164 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/data_table.py" was never opened
|
| 21 |
+
E0506 22:32:22.693197 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/files.py" was never opened
|
| 22 |
+
E0506 22:32:22.693260 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/output/__init__.py" was never opened
|
| 23 |
+
E0506 22:32:22.693288 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/runtime.py" was never opened
|
| 24 |
+
E0506 22:32:22.693360 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/snippets.py" was never opened
|
| 25 |
+
E0506 22:32:22.693389 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/widgets/__init__.py" was never opened
|
| 26 |
+
E0506 22:32:22.693462 16 ls.go:393] document "file:///datalab/web/pyright/typeshed-fallback/stdlib/signal.pyi" was never opened
|
| 27 |
+
E0506 22:32:22.693493 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_message.py" was never opened
|
| 28 |
+
E0506 22:32:22.693570 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/pexpect/popen_spawn.py" was never opened
|
| 29 |
+
E0506 22:32:22.693597 16 ls.go:393] document "file:///datalab/web/pyright/typeshed-fallback/stubs/psutil/psutil/__init__.pyi" was never opened
|
| 30 |
+
E0506 22:32:22.693670 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/_ipython.py" was never opened
|
| 31 |
+
E0506 22:32:22.693698 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/google/colab/errors.py" was never opened
|
| 32 |
+
E0506 22:32:22.693770 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/__init__.pyi" was never opened
|
| 33 |
+
E0506 22:32:22.693814 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/backend/__init__.pyi" was never opened
|
| 34 |
+
E0506 22:32:22.693978 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/__init__.pyi" was never opened
|
| 35 |
+
E0506 22:32:22.694055 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/constants.py" was never opened
|
| 36 |
+
E0506 22:32:22.694122 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/error.py" was never opened
|
| 37 |
+
E0506 22:32:22.694151 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/attrsettr.py" was never opened
|
| 38 |
+
E0506 22:32:22.694209 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/context.py" was never opened
|
| 39 |
+
E0506 22:32:22.694240 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/frame.py" was never opened
|
| 40 |
+
E0506 22:32:22.694298 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/poll.py" was never opened
|
| 41 |
+
E0506 22:32:22.694321 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/socket.py" was never opened
|
| 42 |
+
E0506 22:32:22.694420 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/stopwatch.py" was never opened
|
| 43 |
+
E0506 22:32:22.694489 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/tracker.py" was never opened
|
| 44 |
+
E0506 22:32:22.694556 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/sugar/version.py" was never opened
|
| 45 |
+
E0506 22:32:22.694590 16 ls.go:393] document "file:///datalab/web/pyright/typeshed-fallback/stdlib/errno.pyi" was never opened
|
| 46 |
+
E0506 22:32:22.694653 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/interop.py" was never opened
|
| 47 |
+
E0506 22:32:22.694690 16 ls.go:393] document "file:///datalab/web/pyright/typeshed-fallback/stdlib/random.pyi" was never opened
|
| 48 |
+
E0506 22:32:22.694750 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/_typing.py" was never opened
|
| 49 |
+
E0506 22:32:22.694779 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/__init__.py" was never opened
|
| 50 |
+
E0506 22:32:22.694946 16 ls.go:393] document "file:///usr/local/lib/python3.11/dist-packages/zmq/utils/jsonapi.py" was never opened
|
language_service.b07af655c6a1.root.log.INFO.20250506-181822.2625
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 18:18:22
|
| 2 |
+
Running on machine: b07af655c6a1
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
I0506 18:18:22.590619 1 log_spam.go:43] Process id 2625
|
| 9 |
+
I0506 18:18:22.590959 1 log_spam.go:47] Current working directory /datalab/web
|
| 10 |
+
I0506 18:18:22.590967 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 18:18:22.590988 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/datalab/language_service:language_service
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/datalab/language_service:language_service
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 18:18:22.590991 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 18:18:22.590994 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
| 22 |
+
I0506 18:18:22.590997 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
| 23 |
+
I0506 18:18:22.590999 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
| 24 |
+
I0506 18:18:22.591001 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
| 25 |
+
I0506 18:18:22.591003 1 log_spam.go:53] argv[4]: '--'
|
| 26 |
+
I0506 18:18:22.591004 1 log_spam.go:53] argv[5]: 'node'
|
| 27 |
+
I0506 18:18:22.591005 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
| 28 |
+
I0506 18:18:22.591007 1 log_spam.go:53] argv[7]: '--stdio'
|
| 29 |
+
I0506 18:18:22.591009 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:753a0955fe720218fb3635672f7d6ef41d4f82dc75'
|
language_service.b07af655c6a1.root.log.INFO.20250506-181941.3009
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 18:19:41
|
| 2 |
+
Running on machine: b07af655c6a1
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
language_service.b07af655c6a1.root.log.INFO.20250506-181941.3031
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 18:19:41
|
| 2 |
+
Running on machine: b07af655c6a1
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
I0506 18:19:41.717097 1 log_spam.go:43] Process id 3031
|
| 9 |
+
I0506 18:19:41.717582 1 log_spam.go:47] Current working directory /datalab/web
|
| 10 |
+
I0506 18:19:41.717595 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 18:19:41.717645 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/datalab/language_service:language_service
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/datalab/language_service:language_service
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 18:19:41.717652 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 18:19:41.717656 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
| 22 |
+
I0506 18:19:41.717661 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
| 23 |
+
I0506 18:19:41.717665 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
| 24 |
+
I0506 18:19:41.717668 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
| 25 |
+
I0506 18:19:41.717671 1 log_spam.go:53] argv[4]: '--'
|
| 26 |
+
I0506 18:19:41.717682 1 log_spam.go:53] argv[5]: 'node'
|
| 27 |
+
I0506 18:19:41.717685 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
| 28 |
+
I0506 18:19:41.717688 1 log_spam.go:53] argv[7]: '--stdio'
|
| 29 |
+
I0506 18:19:41.717692 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:15252db1c886861deb82a831bf172cb79d84703f3f'
|
| 30 |
+
I0506 18:19:47.753115 52 ls.go:1241] cancel was requested for: 10, needs to be canceled: false
|
| 31 |
+
I0506 18:21:52.634700 52 ls.go:1241] cancel was requested for: 15, needs to be canceled: false
|
| 32 |
+
I0506 18:21:54.200669 52 ls.go:1241] cancel was requested for: 16, needs to be canceled: false
|
| 33 |
+
I0506 18:21:54.854416 52 ls.go:1241] cancel was requested for: 17, needs to be canceled: false
|
| 34 |
+
I0506 18:22:12.179738 52 ls.go:1241] cancel was requested for: 23, needs to be canceled: false
|
| 35 |
+
I0506 18:22:12.664717 52 ls.go:1241] cancel was requested for: 25, needs to be canceled: false
|
| 36 |
+
I0506 18:22:40.269723 52 ls.go:1241] cancel was requested for: 32, needs to be canceled: false
|
| 37 |
+
I0506 18:23:27.618397 52 ls.go:1241] cancel was requested for: 54, needs to be canceled: false
|
| 38 |
+
I0506 18:23:31.491393 52 ls.go:1241] cancel was requested for: 60, needs to be canceled: false
|
| 39 |
+
I0506 18:23:40.130561 52 ls.go:1241] cancel was requested for: 67, needs to be canceled: false
|
| 40 |
+
I0506 18:23:42.525602 52 ls.go:1241] cancel was requested for: 68, needs to be canceled: false
|
| 41 |
+
I0506 18:24:04.685209 52 ls.go:1241] cancel was requested for: 86, needs to be canceled: false
|
| 42 |
+
I0506 18:24:08.577608 52 ls.go:1241] cancel was requested for: 88, needs to be canceled: false
|
| 43 |
+
I0506 18:24:09.471818 52 ls.go:1241] cancel was requested for: 89, needs to be canceled: false
|
| 44 |
+
I0506 18:24:09.783382 52 ls.go:1241] cancel was requested for: 90, needs to be canceled: false
|
| 45 |
+
I0506 18:24:13.972705 52 ls.go:1241] cancel was requested for: 94, needs to be canceled: false
|
| 46 |
+
I0506 18:24:17.720220 52 ls.go:1241] cancel was requested for: 96, needs to be canceled: false
|
| 47 |
+
I0506 18:24:20.054453 52 ls.go:1241] cancel was requested for: 97, needs to be canceled: false
|
| 48 |
+
I0506 18:24:29.919637 52 ls.go:1241] cancel was requested for: 102, needs to be canceled: false
|
| 49 |
+
I0506 18:24:30.274732 52 ls.go:1241] cancel was requested for: 103, needs to be canceled: false
|
| 50 |
+
I0506 18:24:33.118910 52 ls.go:1241] cancel was requested for: 110, needs to be canceled: false
|
| 51 |
+
I0506 18:24:33.313052 52 ls.go:1241] cancel was requested for: 111, needs to be canceled: false
|
| 52 |
+
I0506 18:24:37.702974 52 ls.go:1241] cancel was requested for: 115, needs to be canceled: false
|
| 53 |
+
I0506 18:24:46.033624 52 ls.go:1241] cancel was requested for: 120, needs to be canceled: false
|
| 54 |
+
I0506 18:24:46.628875 52 ls.go:1241] cancel was requested for: 121, needs to be canceled: false
|
| 55 |
+
I0506 18:24:46.953272 52 ls.go:1241] cancel was requested for: 122, needs to be canceled: false
|
| 56 |
+
I0506 18:24:47.636919 52 ls.go:1241] cancel was requested for: 123, needs to be canceled: false
|
| 57 |
+
I0506 18:27:52.393660 52 ls.go:1241] cancel was requested for: 139, needs to be canceled: false
|
| 58 |
+
I0506 18:27:59.676321 52 ls.go:1241] cancel was requested for: 143, needs to be canceled: false
|
language_service.f63b1d7fa3fb.root.log.INFO.20250506-174519.798
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:45:19
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
I0506 17:45:19.265866 1 log_spam.go:43] Process id 798
|
| 9 |
+
I0506 17:45:19.266145 1 log_spam.go:47] Current working directory /datalab/web
|
| 10 |
+
I0506 17:45:19.266152 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 17:45:19.266173 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/datalab/language_service:language_service
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/datalab/language_service:language_service
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 17:45:19.266176 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 17:45:19.266179 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
| 22 |
+
I0506 17:45:19.266182 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
| 23 |
+
I0506 17:45:19.266183 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
| 24 |
+
I0506 17:45:19.266185 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
| 25 |
+
I0506 17:45:19.266187 1 log_spam.go:53] argv[4]: '--'
|
| 26 |
+
I0506 17:45:19.266188 1 log_spam.go:53] argv[5]: 'node'
|
| 27 |
+
I0506 17:45:19.266190 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
| 28 |
+
I0506 17:45:19.266191 1 log_spam.go:53] argv[7]: '--stdio'
|
| 29 |
+
I0506 17:45:19.266203 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:ba3917dd2e29d13096ddf70f7d714d55be2107e399'
|
language_service.f63b1d7fa3fb.root.log.INFO.20250506-174640.1217
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:46:40
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
language_service.f63b1d7fa3fb.root.log.INFO.20250506-174640.1240
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:46:40
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 6 |
+
Previous log: <none>
|
| 7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 8 |
+
I0506 17:46:40.343012 1 log_spam.go:43] Process id 1240
|
| 9 |
+
I0506 17:46:40.343944 1 log_spam.go:47] Current working directory /datalab/web
|
| 10 |
+
I0506 17:46:40.343955 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 17:46:40.343993 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/datalab/language_service:language_service
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/datalab/language_service:language_service
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 17:46:40.343998 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 17:46:40.344000 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
| 22 |
+
I0506 17:46:40.344003 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
| 23 |
+
I0506 17:46:40.344005 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
| 24 |
+
I0506 17:46:40.344006 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
| 25 |
+
I0506 17:46:40.344009 1 log_spam.go:53] argv[4]: '--'
|
| 26 |
+
I0506 17:46:40.344011 1 log_spam.go:53] argv[5]: 'node'
|
| 27 |
+
I0506 17:46:40.344012 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
| 28 |
+
I0506 17:46:40.344014 1 log_spam.go:53] argv[7]: '--stdio'
|
| 29 |
+
I0506 17:46:40.344015 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:fc8409a20b7ffa8bd24fb2d5a920058d98f9d188ff'
|
| 30 |
+
I0506 17:47:44.201840 52 ls.go:1241] cancel was requested for: 10, needs to be canceled: false
|
| 31 |
+
I0506 17:47:46.083677 52 ls.go:1241] cancel was requested for: 11, needs to be canceled: false
|
| 32 |
+
I0506 17:48:34.537805 52 ls.go:1241] cancel was requested for: 22, needs to be canceled: false
|
| 33 |
+
I0506 17:48:38.386343 52 ls.go:1241] cancel was requested for: 30, needs to be canceled: false
|
| 34 |
+
I0506 17:48:38.836046 52 ls.go:1241] cancel was requested for: 32, needs to be canceled: false
|
| 35 |
+
I0506 17:49:13.187859 52 ls.go:1241] cancel was requested for: 51, needs to be canceled: false
|
| 36 |
+
I0506 17:49:18.489680 52 ls.go:1241] cancel was requested for: 57, needs to be canceled: false
|
| 37 |
+
I0506 17:50:45.053269 52 ls.go:1241] cancel was requested for: 87, needs to be canceled: false
|
| 38 |
+
I0506 17:50:52.977841 52 ls.go:1241] cancel was requested for: 97, needs to be canceled: false
|
| 39 |
+
I0506 17:50:52.983028 52 ls.go:1241] cancel was requested for: 95, needs to be canceled: false
|
| 40 |
+
I0506 17:50:54.183989 52 ls.go:1241] cancel was requested for: 98, needs to be canceled: false
|
| 41 |
+
I0506 18:13:36.804910 52 ls.go:1241] cancel was requested for: 177, needs to be canceled: false
|
| 42 |
+
I0506 18:14:25.967317 52 ls.go:1241] cancel was requested for: 195, needs to be canceled: false
|