James-Yu / LaTeX-Workshop

Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.
MIT License
10.57k stars 526 forks source link

Citation Browser doesn't recognize new entries in updated .bib file #2761

Closed mnchsmn closed 3 years ago

mnchsmn commented 3 years ago

Preliminary questions [Required]

Disable all the other extensions except for LaTeX Workshop, restart VS Code, and check that you still see this issue. [Required]

You still see this issue?: Yes

Make sure to visit the wiki FAQ before filling an issue.

You visited the wiki?: Yes

If your issue is with compiling a document (not having to do with finding the root file of a project), check first that you can compile manually.

You can compile a TeX document manually?: Yes

Describe the bug [Required]

I am just using a regular .bib file in the root directory of my project. Generally everything works fine. Whenever the .bib file is updated (using zoteros 'keep up to data' function), the citation browser doesn't register the changes. Cleaning aux files does not help. I can copy the citation key by hand and cite it and it will build just fine, however even after that, the citation browser doesn't find the citation. What helps is executing the VS Code "Developer: Reload Window" command (Or jsut restarting VS Code)

To Reproduce

Steps to reproduce the behavior:

  1. Create a project with a .bib file
  2. Add a new entry to the .bib file
  3. Try to cite the new entry

Expected behavior

It would be expected to have the new entry available in the citation browser

Logs [Required]

Please paste the whole log messages here, not parts of ones. The log should start with Initializing LaTeX Workshop. It is very important to identify problems.

LaTeX Workshop Output [Required]

[17:43:31] Initializing LaTeX Workshop.
[17:43:31] Extension root: /Users/simonkibler/.vscode/extensions/james-yu.latex-workshop-8.19.2
[17:43:31] $PATH: /Users/simonkibler/anaconda3/bin:/Users/simonkibler/anaconda3/condabin:/Users/simonkibler/software/google-cloud-sdk/bin:/usr/local/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/opt/X11/bin
[17:43:31] $SHELL: /bin/zsh
[17:43:31] latex-workshop.intellisense.update.aggressive.enabled: false
[17:43:31] latex-workshop.intellisense.update.delay: 1000
[17:43:31] latex-workshop.latex.autoBuild.run: "onSave"
[17:43:31] latex-workshop.latex.outDir: "%DIR%"
[17:43:31] latex-workshop.latex.recipes: [{"name":"latexmk 🔃","tools":["latexmk"]},{"name":"latexmk (latexmkrc)","tools":["latexmk_rconly"]},{"name":"latexmk (lualatex)","tools":["lualatexmk"]},{"name":"pdflatex ➞ bibtex ➞ pdflatex × 2","tools":["pdflatex","bibtex","pdflatex","pdflatex"]},{"name":"Compile Rnw files","tools":["rnw2tex","latexmk"]},{"name":"Compile Jnw files","tools":["jnw2tex","latexmk"]},{"name":"tectonic","tools":["tectonic"]}]
[17:43:31] latex-workshop.latex.tools: [{"name":"latexmk","command":"latexmk","args":["-synctex=1","-interaction=nonstopmode","-file-line-error","-pdf","-outdir=%OUTDIR%","%DOC%"],"env":{}},{"name":"lualatexmk","command":"latexmk","args":["-synctex=1","-interaction=nonstopmode","-file-line-error","-lualatex","-outdir=%OUTDIR%","%DOC%"],"env":{}},{"name":"latexmk_rconly","command":"latexmk","args":["%DOC%"],"env":{}},{"name":"pdflatex","command":"pdflatex","args":["-synctex=1","-interaction=nonstopmode","-file-line-error","%DOC%"],"env":{}},{"name":"bibtex","command":"bibtex","args":["%DOCFILE%"],"env":{}},{"name":"rnw2tex","command":"Rscript","args":["-e","knitr::opts_knit$set(concordance = TRUE); knitr::knit('%DOCFILE_EXT%')"],"env":{}},{"name":"jnw2tex","command":"julia","args":["-e","using Weave; weave(\"%DOC_EXT%\", doctype=\"tex\")"],"env":{}},{"name":"jnw2texmintex","command":"julia","args":["-e","using Weave; weave(\"%DOC_EXT%\", doctype=\"texminted\")"],"env":{}},{"name":"tectonic","command":"tectonic","args":["--synctex","--keep-logs","%DOC%.tex"],"env":{}},{"name":"makeindex","command":"makeindex","env":{}}]
[17:43:31] latex-workshop.viewer.pdf.internal.keyboardEvent: "auto"
[17:43:31] Creating a new file watcher.
[17:43:31] watcherOptions: {"useFsEvents":false,"usePolling":false,"interval":300,"binaryInterval":1000,"awaitWriteFinish":{"stabilityThreshold":250}}
[17:43:31] Creating PDF file watcher.
[17:43:31] watcherOptions: {"useFsEvents":false,"usePolling":false,"interval":300,"binaryInterval":1000,"awaitWriteFinish":{}}
[17:43:31] Creating Bib file watcher.
[17:43:31] watcherOptions: {"useFsEvents":false,"usePolling":false,"interval":300,"binaryInterval":1000,"awaitWriteFinish":{"stabilityThreshold":250}}
[17:43:32] [Server] Creating LaTeX Workshop http and websocket server.
[17:43:32] LaTeX Workshop initialized.
[17:43:32] Trigger characters for intellisense of LaTeX documents: ["\\","{",",","(","["]
[17:43:32] Bibtex format config: {"tab":"  ","case":"lowercase","left":"{","right":"}","trailingComma":false,"sort":["key"],"alignOnEqual":true,"sortFields":false,"fieldsOrder":[]}
[17:43:32] Current workspace folders: ["file:///Users/simonkibler/Documents/Studium/Master/Thesis/thesis"]
[17:43:32] Current workspaceRootDir: file:///Users/simonkibler/Documents/Studium/Master/Thesis/thesis
[17:43:32] [Server] Server successfully started: {"address":"127.0.0.1","family":"IPv4","port":49338}
[17:43:32] Restoring the PDF viewer at the column 1 from the state: {"type":"state","state":{"path":"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.pdf","scale":"0.8","scrollMode":0,"spreadMode":0,"scrollTop":22004,"scrollLeft":57,"trim":0,"synctexEnabled":true,"autoReloadEnabled":true}}
[17:43:33] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/commands.fls
[17:43:33] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/cover.fls
[17:43:33] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/glossary.fls
[17:43:33] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/acknowledgements.fls
[17:43:33] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/abstract.fls
[17:43:33] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/title.fls
[17:43:33] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/disclaimer.fls
[17:43:33] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.fls
[17:43:33] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/settings.fls
[17:43:33] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/appendix.fls
[17:43:33] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.fls
[17:43:33] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/introduction.fls
[17:43:33] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/related_work.fls
[17:43:33] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/nf_dlib.fls
[17:43:33] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/discussion.fls
[17:43:33] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib_sampling.fls
[17:43:33] Found files that might be root, choose the first one: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex
[17:43:33] Root file changed: from undefined to /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex
[17:43:33] Start to find all dependencies.
[17:43:33] Root file languageId: latex
[17:43:33] Reset file watcher.
[17:43:33] Parsing a file and its subfiles: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex
[17:43:33] Parsing a file and its subfiles: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/settings.tex
[17:43:33] Found .bib file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/library.bib
[17:43:33] Added to bib file watcher: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/library.bib
[17:43:33] Parsing .bib entries from /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/library.bib
[17:43:33] Snippet data loaded.
[17:43:33] Added to file watcher: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex
[17:43:33] Added to file watcher: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/settings.tex
[17:43:33] The internal PDF viewer url: http://127.0.0.1:49338/viewer.html?incode=1&file=pdf..JTJGVXNlcnMlMkZzaW1vbmtpYmxlciUyRkRvY3VtZW50cyUyRlN0dWRpdW0lMkZNYXN0ZXIlMkZUaGVzaXMlMkZ0aGVzaXMlMkZtYWluLnBkZg
[17:43:34] Parsed 96 bib entries from /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/library.bib.
[17:43:34] Parse fls file.
[17:43:34] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/settings.fls
[17:43:34] Parsing a file and its subfiles: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/commands.tex
[17:43:34] Parse fls file.
[17:43:34] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/commands.fls
[17:43:34] Parsing a file and its subfiles: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/cover.tex
[17:43:34] Parse fls file.
[17:43:34] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/cover.fls
[17:43:34] Parsing a file and its subfiles: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/title.tex
[17:43:34] Parse fls file.
[17:43:34] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/title.fls
[17:43:34] Parsing a file and its subfiles: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/disclaimer.tex
[17:43:34] Parse fls file.
[17:43:34] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/disclaimer.fls
[17:43:34] Parsing a file and its subfiles: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/acknowledgements.tex
[17:43:34] Parse fls file.
[17:43:34] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/acknowledgements.fls
[17:43:34] Parsing a file and its subfiles: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/abstract.tex
[17:43:34] Parse fls file.
[17:43:34] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/abstract.fls
[17:43:34] Parsing a file and its subfiles: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/introduction.tex
[17:43:34] Parse fls file.
[17:43:35] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/introduction.fls
[17:43:35] Parsing a file and its subfiles: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/related_work.tex
[17:43:35] Parse fls file.
[17:43:35] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/related_work.fls
[17:43:35] Parsing a file and its subfiles: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.tex
[17:43:35] Parse fls file.
[17:43:35] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.fls
[17:43:35] Parsing a file and its subfiles: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib_sampling.tex
[17:43:35] Parse fls file.
[17:43:35] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib_sampling.fls
[17:43:35] Parsing a file and its subfiles: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/nf_dlib.tex
[17:43:35] Parse fls file.
[17:43:35] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/nf_dlib.fls
[17:43:35] Parsing a file and its subfiles: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/discussion.tex
[17:43:35] Parse fls file.
[17:43:35] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/discussion.fls
[17:43:35] Parsing a file and its subfiles: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/appendix.tex
[17:43:35] Parse fls file.
[17:43:35] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/appendix.fls
[17:43:35] Parse fls file.
[17:43:35] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.fls
[17:43:35] Linter for root file started.
[17:43:35] Linter for root file running command chktex with arguments ["-wall","-n22","-n30","-e16","-q","-l","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/.chktexrc","-f%f:%l:%c:%d:%k:%n:%m\n","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex"]
[17:43:35] Checking for duplicate labels: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex.
[17:43:35] Added to file watcher: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/nf_dlib.tex
[17:43:35] Added to file watcher: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/discussion.tex
[17:43:35] Added to file watcher: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/appendix.tex
[17:43:35] Added to file watcher: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/commands.tex
[17:43:35] Added to file watcher: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/cover.tex
[17:43:35] Added to file watcher: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/title.tex
[17:43:35] Added to file watcher: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/disclaimer.tex
[17:43:35] Added to file watcher: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/acknowledgements.tex
[17:43:35] Added to file watcher: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/abstract.tex
[17:43:35] Added to file watcher: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/introduction.tex
[17:43:35] Added to file watcher: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/related_work.tex
[17:43:35] Added to file watcher: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.tex
[17:43:35] Added to file watcher: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib_sampling.tex
[17:43:37] Checking for duplicate labels: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/settings.tex.
[17:43:37] Manager.fileWatcher.getWatched: {"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis":["commands.tex","main.tex","settings.tex"],"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages":["abstract.tex","acknowledgements.tex","cover.tex","disclaimer.tex","title.tex"],"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters":["appendix.tex","discussion.tex","dlib.tex","dlib_sampling.tex","introduction.tex","nf_dlib.tex","related_work.tex"]}
[17:43:37] Manager.filesWatched: ["/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/settings.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/commands.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/cover.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/title.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/disclaimer.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/acknowledgements.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/abstract.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/introduction.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/related_work.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib_sampling.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/nf_dlib.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/discussion.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/appendix.tex"]
[17:43:38] Checking for duplicate labels: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/nf_dlib.tex.
[17:43:39] Checking for duplicate labels: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/discussion.tex.
[17:43:39] Checking for duplicate labels: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/appendix.tex.
[17:43:39] Checking for duplicate labels: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/commands.tex.
[17:43:39] Linter for root file successfully finished in 4s 108ms
[17:43:39] TabSize and .chktexrc: 8, /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/.chktexrc
[17:43:39] Linter log parsed with 3 messages.
[17:43:39] Checking for duplicate labels: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/cover.tex.
[17:43:39] Checking for duplicate labels: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/title.tex.
[17:43:39] Checking for duplicate labels: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/disclaimer.tex.
[17:43:39] Checking for duplicate labels: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/acknowledgements.tex.
[17:43:39] Checking for duplicate labels: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/abstract.tex.
[17:43:39] Handle data type: open
[17:43:40] Checking for duplicate labels: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/introduction.tex.
[17:43:40] Checking for duplicate labels: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/related_work.tex.
[17:43:41] Checking for duplicate labels: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.tex.
[17:43:41] Preview PDF file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.pdf
[17:43:41] Checking for duplicate labels: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib_sampling.tex.
[17:43:41] Handle data type: request_params
[17:43:41] Sending the settings of the PDF viewer for initialization: {"type":"params","scale":"auto","trim":0,"scrollMode":0,"spreadMode":0,"hand":false,"invertMode":{"enabled":false,"brightness":1,"grayscale":0.6,"hueRotate":180,"invert":0,"sepia":0},"bgColor":"#ffffff","keybindings":{"synctex":"ctrl-click"}}
[17:43:42] Handle data type: loaded
[17:43:42] SyncTex after build invoked.
[17:44:17] Current workspace folders: ["file:///Users/simonkibler/Documents/Studium/Master/Thesis/thesis"]
[17:44:17] Current workspaceRootDir: file:///Users/simonkibler/Documents/Studium/Master/Thesis/thesis
[17:44:17] Keep using the same root file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex
[17:44:17] Linter for root file started.
[17:44:17] Linter for root file running command chktex with arguments ["-wall","-n22","-n30","-e16","-q","-l","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/.chktexrc","-f%f:%l:%c:%d:%k:%n:%m\n","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex"]
[17:44:17] Linter for root file successfully finished in 0s 495ms
[17:44:17] TabSize and .chktexrc: 8, /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/.chktexrc
[17:44:17] Linter log parsed with 3 messages.
[17:44:19] Manager.fileWatcher.getWatched: {"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis":["commands.tex","main.tex","settings.tex"],"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages":["abstract.tex","acknowledgements.tex","cover.tex","disclaimer.tex","title.tex"],"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters":["appendix.tex","discussion.tex","dlib.tex","dlib_sampling.tex","introduction.tex","nf_dlib.tex","related_work.tex"]}
[17:44:19] Manager.filesWatched: ["/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/settings.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/commands.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/cover.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/title.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/disclaimer.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/acknowledgements.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/abstract.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/introduction.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/related_work.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib_sampling.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/nf_dlib.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/discussion.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/appendix.tex"]
[17:51:50] Bib file watcher - file changed: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/library.bib
[17:51:50] Parsing .bib entries from /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/library.bib
[17:51:50] Parsed 97 bib entries from /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/library.bib.
[17:51:57] Current workspace folders: ["file:///Users/simonkibler/Documents/Studium/Master/Thesis/thesis"]
[17:51:57] Current workspaceRootDir: file:///Users/simonkibler/Documents/Studium/Master/Thesis/thesis
[17:51:57] Keep using the same root file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex
[17:51:57] Linter for root file started.
[17:51:57] Linter for root file running command chktex with arguments ["-wall","-n22","-n30","-e16","-q","-l","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/.chktexrc","-f%f:%l:%c:%d:%k:%n:%m\n","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex"]
[17:51:57] Linter for root file successfully finished in 0s 651ms
[17:51:57] TabSize and .chktexrc: 8, /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/.chktexrc
[17:51:57] Linter log parsed with 3 messages.
[17:51:59] Manager.fileWatcher.getWatched: {"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis":["commands.tex","main.tex","settings.tex"],"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages":["abstract.tex","acknowledgements.tex","cover.tex","disclaimer.tex","title.tex"],"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters":["appendix.tex","discussion.tex","dlib.tex","dlib_sampling.tex","introduction.tex","nf_dlib.tex","related_work.tex"]}
[17:51:59] Manager.filesWatched: ["/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/settings.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/commands.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/cover.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/title.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/disclaimer.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/acknowledgements.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/abstract.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/introduction.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/related_work.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib_sampling.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/nf_dlib.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/discussion.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/appendix.tex"]
[17:53:10] Start formatting with latexindent.
[17:53:10] Formatting with command /Library/TeX/texbin/latexindent -c,/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/,/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/__latexindent_temp.tex,-y=defaultIndent: '    ',-l=/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/.latexindent.yaml,-m
[17:53:13] Current workspace folders: ["file:///Users/simonkibler/Documents/Studium/Master/Thesis/thesis"]
[17:53:13] Current workspaceRootDir: file:///Users/simonkibler/Documents/Studium/Master/Thesis/thesis
[17:53:13] Current workspace folders: ["file:///Users/simonkibler/Documents/Studium/Master/Thesis/thesis"]
[17:53:13] Current workspaceRootDir: file:///Users/simonkibler/Documents/Studium/Master/Thesis/thesis
[17:53:13] Found root file by magic comment: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex
[17:53:13] Keep using the same root file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex
[17:53:13] Linter for root file started.
[17:53:13] Linter for root file running command chktex with arguments ["-wall","-n22","-n30","-e16","-q","-l","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/.chktexrc","-f%f:%l:%c:%d:%k:%n:%m\n","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex"]
[17:53:13] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/commands.fls
[17:53:13] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/cover.fls
[17:53:13] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/glossary.fls
[17:53:13] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/acknowledgements.fls
[17:53:13] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/abstract.fls
[17:53:13] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/title.fls
[17:53:13] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/disclaimer.fls
[17:53:13] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.fls
[17:53:13] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/settings.fls
[17:53:13] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/appendix.fls
[17:53:13] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.fls
[17:53:13] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/__latexindent_temp.fls
[17:53:13] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/introduction.fls
[17:53:13] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/related_work.fls
[17:53:13] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/nf_dlib.fls
[17:53:13] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/discussion.fls
[17:53:13] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib_sampling.fls
[17:53:13] Found files that might be root, choose the first one: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex
[17:53:13] Keep using the same root file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex
[17:53:13] Linter for root file successfully finished in 0s 386ms
[17:53:13] TabSize and .chktexrc: 8, /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/.chktexrc
[17:53:13] Linter log parsed with 3 messages.
[17:53:13] Formatted /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.tex
[17:53:13] onDidSaveTextDocument triggered: file:///Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.tex
[17:53:13] Linter for root file started.
[17:53:13] Linter for root file running command chktex with arguments ["-wall","-n22","-n30","-e16","-q","-l","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/.chktexrc","-f%f:%l:%c:%d:%k:%n:%m\n","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex"]
[17:53:13] Auto build started on saving file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.tex
[17:53:13] Auto build started detecting the change of a file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.tex
[17:53:13] BUILD command invoked.
[17:53:13] The document of the active editor: file:///Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/glossary.tex
[17:53:13] The languageId of the document: latex
[17:53:13] Building root file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex
[17:53:13] Build root file /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex
[17:53:13] outDir: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis
[17:53:13] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=/Users/simonkibler/Documents/Studium/Master/Thesis/thesis,/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main
[17:53:13] Recipe step env: {}
[17:53:13] cwd: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis
[17:53:13] LaTeX build process spawned. PID: 1269.
[17:53:14] File watcher - file changed: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.tex
[17:53:14] Parsing a file and its subfiles: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.tex
[17:53:14] Parse fls file.
[17:53:14] Cannot find fls file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.fls
[17:53:14] Linter for root file successfully finished in 0s 334ms
[17:53:14] TabSize and .chktexrc: 8, /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/.chktexrc
[17:53:14] Linter log parsed with 3 messages.
[17:53:14] Checking for duplicate labels: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.tex.
[17:53:15] Manager.fileWatcher.getWatched: {"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis":["commands.tex","main.tex","settings.tex"],"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages":["abstract.tex","acknowledgements.tex","cover.tex","disclaimer.tex","title.tex"],"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters":["appendix.tex","discussion.tex","dlib.tex","dlib_sampling.tex","introduction.tex","nf_dlib.tex","related_work.tex"]}
[17:53:15] Manager.filesWatched: ["/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/settings.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/commands.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/cover.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/title.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/disclaimer.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/acknowledgements.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/abstract.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/introduction.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/related_work.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib_sampling.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/nf_dlib.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/discussion.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/appendix.tex"]
[17:53:15] Manager.fileWatcher.getWatched: {"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis":["commands.tex","main.tex","settings.tex"],"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages":["abstract.tex","acknowledgements.tex","cover.tex","disclaimer.tex","title.tex"],"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters":["appendix.tex","discussion.tex","dlib.tex","dlib_sampling.tex","introduction.tex","nf_dlib.tex","related_work.tex"]}
[17:53:15] Manager.filesWatched: ["/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/settings.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/commands.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/cover.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/title.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/disclaimer.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/acknowledgements.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/abstract.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/introduction.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/related_work.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib_sampling.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/nf_dlib.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/discussion.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/appendix.tex"]
[17:53:17] Current workspace folders: ["file:///Users/simonkibler/Documents/Studium/Master/Thesis/thesis"]
[17:53:17] Current workspaceRootDir: file:///Users/simonkibler/Documents/Studium/Master/Thesis/thesis
[17:53:17] Found root file by magic comment: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex
[17:53:17] Current workspace folders: ["file:///Users/simonkibler/Documents/Studium/Master/Thesis/thesis"]
[17:53:17] Current workspaceRootDir: file:///Users/simonkibler/Documents/Studium/Master/Thesis/thesis
[17:53:17] Keep using the same root file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex
[17:53:17] Keep using the same root file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex
[17:53:17] Linter for root file started.
[17:53:17] Linter for root file running command chktex with arguments ["-wall","-n22","-n30","-e16","-q","-l","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/.chktexrc","-f%f:%l:%c:%d:%k:%n:%m\n","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex"]
[17:53:18] Linter for root file successfully finished in 0s 457ms
[17:53:18] TabSize and .chktexrc: 8, /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/.chktexrc
[17:53:18] Linter log parsed with 3 messages.
[17:53:19] Current workspace folders: ["file:///Users/simonkibler/Documents/Studium/Master/Thesis/thesis"]
[17:53:19] Current workspaceRootDir: file:///Users/simonkibler/Documents/Studium/Master/Thesis/thesis
[17:53:19] Keep using the same root file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex
[17:53:19] Linter for root file started.
[17:53:19] Linter for root file running command chktex with arguments ["-wall","-n22","-n30","-e16","-q","-l","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/.chktexrc","-f%f:%l:%c:%d:%k:%n:%m\n","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex"]
[17:53:19] Manager.fileWatcher.getWatched: {"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis":["commands.tex","main.tex","settings.tex"],"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages":["abstract.tex","acknowledgements.tex","cover.tex","disclaimer.tex","title.tex"],"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters":["appendix.tex","discussion.tex","dlib.tex","dlib_sampling.tex","introduction.tex","nf_dlib.tex","related_work.tex"]}
[17:53:19] Manager.filesWatched: ["/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/settings.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/commands.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/cover.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/title.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/disclaimer.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/acknowledgements.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/abstract.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/introduction.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/related_work.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib_sampling.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/nf_dlib.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/discussion.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/appendix.tex"]
[17:53:19] Manager.fileWatcher.getWatched: {"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis":["commands.tex","main.tex","settings.tex"],"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages":["abstract.tex","acknowledgements.tex","cover.tex","disclaimer.tex","title.tex"],"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters":["appendix.tex","discussion.tex","dlib.tex","dlib_sampling.tex","introduction.tex","nf_dlib.tex","related_work.tex"]}
[17:53:19] Manager.filesWatched: ["/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/settings.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/commands.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/cover.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/title.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/disclaimer.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/acknowledgements.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/abstract.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/introduction.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/related_work.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib_sampling.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/nf_dlib.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/discussion.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/appendix.tex"]
[17:53:20] Linter for root file successfully finished in 0s 454ms
[17:53:20] TabSize and .chktexrc: 8, /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/.chktexrc
[17:53:20] Linter log parsed with 3 messages.
[17:53:21] Manager.fileWatcher.getWatched: {"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis":["commands.tex","main.tex","settings.tex"],"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages":["abstract.tex","acknowledgements.tex","cover.tex","disclaimer.tex","title.tex"],"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters":["appendix.tex","discussion.tex","dlib.tex","dlib_sampling.tex","introduction.tex","nf_dlib.tex","related_work.tex"]}
[17:53:21] Manager.filesWatched: ["/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/settings.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/commands.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/cover.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/title.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/disclaimer.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/acknowledgements.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/abstract.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/introduction.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/related_work.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib_sampling.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/nf_dlib.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/discussion.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/appendix.tex"]
[17:53:56] LaTeX log parsed with 5 messages.
[17:53:56] Recipe returns with error: 12/null. PID: 1269. message: Rc files read:
  ./.latexmkrc
Latexmk: This is Latexmk, John Collins, 29 September 2020, version: 4.70b.
Rule 'pdflatex': The following rules & subrules became out-of-date:
      'pdflatex'
------------
Run number 1 of rule 'pdflatex'
------------
------------
Running 'pdflatex  -synctex=1 -interaction=nonstopmode -file-line-error -recorder -output-directory="/Users/simonkibler/Documents/Studium/Master/Thesis/thesis"  "/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex"'
------------
Latexmk: Non-existent bbl file 'main.bbl in line'
 No file main.bbl.
Latexmk: Missing input file: 'main.acr' from line
  'No file main.acr.'
Latexmk: References changed.
Latexmk: References changed.
Latexmk: Log file says output to 'main.pdf'
Latexmk: List of undefined refs and citations:
  Citation 'abdiPreliminaryStudyDisentanglement2019' on page 8 undefined on input line 122
  Citation 'bergSylvesterNormalizingFlows2019' on page 17 undefined on input line 97
  Citation 'bergSylvesterNormalizingFlows2019' on page 18 undefined on input line 108
  Citation 'bergSylvesterNormalizingFlows2019' on page 18 undefined on input line 113
  Citation 'bergSylvesterNormalizingFlows2019' on page 18 undefined on input line 114
  Citation 'bergSylvesterNormalizingFlows2019' on page 18 undefined on input line 121
  Citation 'bergSylvesterNormalizingFlows2019' on page 18 undefined on input line 131
  Citation 'burgessUnderstandingDisentanglingBeta2018' on page 10 undefined on input line 217
  Citation 'camutoExplicitRegularisationGaussian2021' on page 13 undefined on input line 5
  Citation 'camutoTheoreticalUnderstandingRobustness2021' on page 3 undefined on input line 17
  Citation 'chenIsolatingSourcesDisentanglement2019' on page 10 undefined on input line 221
  Citation 'chenIsolatingSourcesDisentanglement2019' on page 10 undefined on input line 222
  Citation 'chenIsolatingSourcesDisentanglement2019' on page 19 undefined on input line 147
  Citation 'chenIsolatingSourcesDisentanglement2019' on page 19 undefined on input line 155
  Citation 'chenIsolatingSourcesDisentanglement2019' on page 7 undefined on input line 86
  Citation 'creswellLatentPoisonAdversarialAttacks2017' on page 3 undefined on input line 13
  Citation 'doTheoryEvaluationMetrics2020a' on page 8 undefined on input line 122
  Citation 'eastwoodFrameworkQuantitativeEvaluation2018' on page 7 undefined on input line 99
  Citation 'esmaeiliStructuredDisentangledRepresentations2019' on page 8 undefined on input line 127
  Citation 'gaujacLearningDisentangledRepresentations2020' on page 8 undefined on input line 127
  Citation 'germainMADEMaskedAutoencoder' on page 17 undefined on input line 83
  Citation 'gondim-ribeiroAdversarialAttacksVariational2018' on page 3 undefined on input line 13
  Citation 'goodfellowExplainingHarnessingAdversarial2015' on page 10 undefined on input line 229
  Citation 'goodfellowExplainingHarnessingAdversarial2015' on page 11 undefined on input line 240
  Citation 'higginsBetaVAELearningBasic2016' on page 19 undefined on input line 137
  Citation 'higginsBetaVAELearningBasic2016' on page 8 undefined on input line 133
  Citation 'higginsBetaVAELearningBasic2016' on page 9 undefined on input line 204
  Citation 'kimDisentanglingFactorising2019' on page 10 undefined on input line 221
  Citation 'kimDisentanglingFactorising2019' on page 10 undefined on input line 222
  Citation 'kingmaAutoEncodingVariationalBayes2014' on page 6 undefined on input line 51
  Citation 'kingmaAutoEncodingVariationalBayes2014' on page 9 undefined on input line 213
  Citation 'kingmaImprovingVariationalInference2017' on page 17 undefined on input line 78
  Citation 'kobyzevNormalizingFlowsIntroduction2020' on page 15 undefined on input line 31
  Citation 'kosAdversarialExamplesGenerative2017' on page 3 undefined on input line 13
  Citation 'kullbackInformationSufficiency1951' on page 5 undefined on input line 23
  Citation 'kumarVariationalInferenceDisentangled2018' on page 10 undefined on input line 224
  Citation 'kurakinAdversarialExamplesPhysical2017' on page 11 undefined on input line 255
  Citation 'kurakinAdversarialMachineLearning2017' on page 11 undefined on input line 255
  Citation 'lecunLearningMethodsGeneric2004' on page 8 undefined on input line 135
  Citation 'leebStructuralAutoencodersImprove2020' on page 8 undefined on input line 127
  Citation 'liPRIVAEPrincipleofRelevantInformationVariational2020' on page 8 undefined on input line 127
  Citation 'liProgressiveLearningDisentanglement2020' on page 8 undefined on input line 127
  Citation 'locatelloSoberLookUnsupervised2020' on page 19 undefined on input line 160
  Citation 'locatelloSoberLookUnsupervised2020' on page 19 undefined on input line 166
  Citation 'locatelloSoberLookUnsupervised2020' on page 7 undefined on input line 96
  Citation 'locatelloSoberLookUnsupervised2020' on page 8 undefined on input line 118
  Citation 'locatelloSoberLookUnsupervised2020' on page 8 undefined on input line 122
  Citation 'locatelloSoberLookUnsupervised2020' on page 8 undefined on input line 123
  Citation 'madryDeepLearningModels2019' on page 11 undefined on input line 259
  Citation 'maggipintoBetaVariationalClassifiers2020' on page 3 undefined on input line 17
  Citation 'nguyenEstimatingDivergenceFunctionals2010' on page 10 undefined on input line 222
  Citation 'pinotRandomizationMattersHow' on page 13 undefined on input line 5
  Citation 'pinotTheoreticalEvidenceAdversarial2019' on page 13 undefined on input line 5
  Citation 'reedDeepVisualAnalogyMaking' on page 8 undefined on input line 136
  Citation 'rezendeVariationalInferenceNormalizing2016' on page 16 undefined on input line 36
  Citation 'rezendeVariationalInferenceNormalizing2016' on page 16 undefined on input line 47
  Citation 'rezendeVariationalInferenceNormalizing2016' on page 16 undefined on input line 51
  Citation 'rezendeVariationalInferenceNormalizing2016' on page 16 undefined on input line 65
  Citation 'sepliarskaiaEvaluatingDisentangledRepresentations2020' on page 8 undefined on input line 122
  Citation 'stuhmerIndependentSubspaceAnalysis2019' on page 8 undefined on input line 127
  Citation 'sugiyamaDensityratioMatchingBregman2012' on page 10 undefined on input line 222
  Citation 'sunTypeAttackGenerative2020' on page 3 undefined on input line 13
  Citation 'szegedyIntriguingPropertiesNeural2014' on page 10 undefined on input line 229
  Citation 'szegedyIntriguingPropertiesNeural2014' on page 10 undefined on input line 231
  Citation 'tabacofAdversarialImagesVariational2016' on page 3 undefined on input line 13
  Citation 'tabakFamilyNonparametricDensity2013' on page 15 undefined on input line 9
  Citation 'willettsImprovingVAEsRobustness2021' on page 3 undefined on input line 17
  Citation 'xuAdversarialAttacksDefenses2019' on page 10 undefined on input line 236
  Citation 'zaidiMeasuringDisentanglementReview2021' on page 3 undefined on input line 9
  Citation 'zaidiMeasuringDisentanglementReview2021' on page 6 undefined on input line 83
  Citation 'zaidiMeasuringDisentanglementReview2021' on page 8 undefined on input line 122
  Citation 'zaidiMeasuringDisentanglementReview2021' on page 8 undefined on input line 124
  Citation 'zhangAdvancesVariationalInference2019' on page 6 undefined on input line 46
  Reference `app:hyperparameters_nf' on page 1 undefined on input line 167
  Reference `eq:beta_loss' on page 1 undefined on input line 211
  Reference `eq:kl_divergence' on page 1 undefined on input line 27
  Reference `eq:nf_sylvester_transformation' on page 1 undefined on input line 107
  Reference `sec:disentanglement_metrics' on page 1 undefined on input line 132
  Reference `sec:dlib_existing' on page 1 undefined on input line 127
  Reference `sec:nf_vi+nf' on page 1 undefined on input line 144
  Reference `sec:related_work' on page 1 undefined on input line 20
  Reference `sec:rob-dlib_theory' on page 1 undefined on input line 7
  Reference `table:datasets' on page 1 undefined on input line 137
Rule 'biber main': File changes, etc:
   Changed files, or newly in use since previous run(s):
      'main.bcf'
------------
Run number 1 of rule 'biber main'
------------
------------
Running 'biber  "main.bcf"'
------------
Latexmk: Found biber source file(s) [library.bib main.bcf]
Rule 'cusdep acn acr main': The following rules & subrules became out-of-date:
      'cusdep acn acr main'
------------
Run number 1 of rule 'cusdep acn acr main'
------------
Warning: File 'main.glo' is empty.
Have you used any entries defined in glossary 'main'?
Remember to use package option 'nomain' if you
don't want to use the main glossary.
Rule 'pdflatex': File changes, etc:
   Changed files, or newly in use since previous run(s):
      '/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.acr'
      '/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.aux'
      'main.acr'
      'main.aux'
      'main.bbl'
      'main.out'
      'main.run.xml'
------------
Run number 2 of rule 'pdflatex'
------------
------------
Running 'pdflatex  -synctex=1 -interaction=nonstopmode -file-line-error -recorder -output-directory="/Users/simonkibler/Documents/Studium/Master/Thesis/thesis"  "/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex"'
------------
Latexmk: Found input bbl file 'main.bbl'
Latexmk: References changed.
Latexmk: Log file says output to 'main.pdf'
Latexmk: Found biber source file(s) [library.bib main.bcf]
Collected error summary (may duplicate other messages):
  pdflatex: Command for 'pdflatex' gave return code 1
      Refer to '/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.log' for details
Latexmk: Use the -f option to force complete processing,
 unless error was exceeding maximum runs, or warnings treated as errors.
.
[17:53:56] The environment variable $PATH: /Users/simonkibler/anaconda3/bin:/Users/simonkibler/anaconda3/condabin:/Users/simonkibler/software/google-cloud-sdk/bin:/usr/local/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/opt/X11/bin
[17:53:56] The environment variable $SHELL: /bin/zsh
[17:53:56] Cleaning auxiliary files and retrying build after toolchain error.
[17:53:56] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.aux
[17:53:56] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.bbl
[17:53:56] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.blg
[17:53:56] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.lof
[17:53:56] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.lot
[17:53:56] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.out
[17:53:56] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.toc
[17:53:56] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.acn
[17:53:56] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.acr
[17:53:56] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.alg
[17:53:56] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.glg
[17:53:56] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.glo
[17:53:56] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.gls
[17:53:56] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.fls
[17:53:56] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/indent.log
[17:53:56] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.log
[17:53:56] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.fdb_latexmk
[17:53:56] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=/Users/simonkibler/Documents/Studium/Master/Thesis/thesis,/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main
[17:53:56] Recipe step env: {}
[17:53:56] cwd: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis
[17:53:56] LaTeX build process spawned. PID: 1392.
[17:54:21] LaTeX log parsed with 5 messages.
[17:54:21] Recipe returns with error: 12/null. PID: 1392. message: Rc files read:
  ./.latexmkrc
Latexmk: This is Latexmk, John Collins, 29 September 2020, version: 4.70b.
Rule 'pdflatex': The following rules & subrules became out-of-date:
      'pdflatex'
------------
Run number 1 of rule 'pdflatex'
------------
------------
Running 'pdflatex  -synctex=1 -interaction=nonstopmode -file-line-error -recorder -output-directory="/Users/simonkibler/Documents/Studium/Master/Thesis/thesis"  "/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex"'
------------
Latexmk: Non-existent bbl file 'main.bbl in line'
 No file main.bbl.
Latexmk: Missing input file: 'main.acr' from line
  'No file main.acr.'
Latexmk: References changed.
Latexmk: References changed.
Latexmk: Log file says output to 'main.pdf'
Latexmk: List of undefined refs and citations:
  Citation 'abdiPreliminaryStudyDisentanglement2019' on page 8 undefined on input line 122
  Citation 'bergSylvesterNormalizingFlows2019' on page 17 undefined on input line 97
  Citation 'bergSylvesterNormalizingFlows2019' on page 18 undefined on input line 108
  Citation 'bergSylvesterNormalizingFlows2019' on page 18 undefined on input line 113
  Citation 'bergSylvesterNormalizingFlows2019' on page 18 undefined on input line 114
  Citation 'bergSylvesterNormalizingFlows2019' on page 18 undefined on input line 121
  Citation 'bergSylvesterNormalizingFlows2019' on page 18 undefined on input line 131
  Citation 'burgessUnderstandingDisentanglingBeta2018' on page 10 undefined on input line 217
  Citation 'camutoExplicitRegularisationGaussian2021' on page 13 undefined on input line 5
  Citation 'camutoTheoreticalUnderstandingRobustness2021' on page 3 undefined on input line 17
  Citation 'chenIsolatingSourcesDisentanglement2019' on page 10 undefined on input line 221
  Citation 'chenIsolatingSourcesDisentanglement2019' on page 10 undefined on input line 222
  Citation 'chenIsolatingSourcesDisentanglement2019' on page 19 undefined on input line 147
  Citation 'chenIsolatingSourcesDisentanglement2019' on page 19 undefined on input line 155
  Citation 'chenIsolatingSourcesDisentanglement2019' on page 7 undefined on input line 86
  Citation 'creswellLatentPoisonAdversarialAttacks2017' on page 3 undefined on input line 13
  Citation 'doTheoryEvaluationMetrics2020a' on page 8 undefined on input line 122
  Citation 'eastwoodFrameworkQuantitativeEvaluation2018' on page 7 undefined on input line 99
  Citation 'esmaeiliStructuredDisentangledRepresentations2019' on page 8 undefined on input line 127
  Citation 'gaujacLearningDisentangledRepresentations2020' on page 8 undefined on input line 127
  Citation 'germainMADEMaskedAutoencoder' on page 17 undefined on input line 83
  Citation 'gondim-ribeiroAdversarialAttacksVariational2018' on page 3 undefined on input line 13
  Citation 'goodfellowExplainingHarnessingAdversarial2015' on page 10 undefined on input line 229
  Citation 'goodfellowExplainingHarnessingAdversarial2015' on page 11 undefined on input line 240
  Citation 'higginsBetaVAELearningBasic2016' on page 19 undefined on input line 137
  Citation 'higginsBetaVAELearningBasic2016' on page 8 undefined on input line 133
  Citation 'higginsBetaVAELearningBasic2016' on page 9 undefined on input line 204
  Citation 'kimDisentanglingFactorising2019' on page 10 undefined on input line 221
  Citation 'kimDisentanglingFactorising2019' on page 10 undefined on input line 222
  Citation 'kingmaAutoEncodingVariationalBayes2014' on page 6 undefined on input line 51
  Citation 'kingmaAutoEncodingVariationalBayes2014' on page 9 undefined on input line 213
  Citation 'kingmaImprovingVariationalInference2017' on page 17 undefined on input line 78
  Citation 'kobyzevNormalizingFlowsIntroduction2020' on page 15 undefined on input line 31
  Citation 'kosAdversarialExamplesGenerative2017' on page 3 undefined on input line 13
  Citation 'kullbackInformationSufficiency1951' on page 5 undefined on input line 23
  Citation 'kumarVariationalInferenceDisentangled2018' on page 10 undefined on input line 224
  Citation 'kurakinAdversarialExamplesPhysical2017' on page 11 undefined on input line 255
  Citation 'kurakinAdversarialMachineLearning2017' on page 11 undefined on input line 255
  Citation 'lecunLearningMethodsGeneric2004' on page 8 undefined on input line 135
  Citation 'leebStructuralAutoencodersImprove2020' on page 8 undefined on input line 127
  Citation 'liPRIVAEPrincipleofRelevantInformationVariational2020' on page 8 undefined on input line 127
  Citation 'liProgressiveLearningDisentanglement2020' on page 8 undefined on input line 127
  Citation 'locatelloSoberLookUnsupervised2020' on page 19 undefined on input line 160
  Citation 'locatelloSoberLookUnsupervised2020' on page 19 undefined on input line 166
  Citation 'locatelloSoberLookUnsupervised2020' on page 7 undefined on input line 96
  Citation 'locatelloSoberLookUnsupervised2020' on page 8 undefined on input line 118
  Citation 'locatelloSoberLookUnsupervised2020' on page 8 undefined on input line 122
  Citation 'locatelloSoberLookUnsupervised2020' on page 8 undefined on input line 123
  Citation 'madryDeepLearningModels2019' on page 11 undefined on input line 259
  Citation 'maggipintoBetaVariationalClassifiers2020' on page 3 undefined on input line 17
  Citation 'nguyenEstimatingDivergenceFunctionals2010' on page 10 undefined on input line 222
  Citation 'pinotRandomizationMattersHow' on page 13 undefined on input line 5
  Citation 'pinotTheoreticalEvidenceAdversarial2019' on page 13 undefined on input line 5
  Citation 'reedDeepVisualAnalogyMaking' on page 8 undefined on input line 136
  Citation 'rezendeVariationalInferenceNormalizing2016' on page 16 undefined on input line 36
  Citation 'rezendeVariationalInferenceNormalizing2016' on page 16 undefined on input line 47
  Citation 'rezendeVariationalInferenceNormalizing2016' on page 16 undefined on input line 51
  Citation 'rezendeVariationalInferenceNormalizing2016' on page 16 undefined on input line 65
  Citation 'sepliarskaiaEvaluatingDisentangledRepresentations2020' on page 8 undefined on input line 122
  Citation 'stuhmerIndependentSubspaceAnalysis2019' on page 8 undefined on input line 127
  Citation 'sugiyamaDensityratioMatchingBregman2012' on page 10 undefined on input line 222
  Citation 'sunTypeAttackGenerative2020' on page 3 undefined on input line 13
  Citation 'szegedyIntriguingPropertiesNeural2014' on page 10 undefined on input line 229
  Citation 'szegedyIntriguingPropertiesNeural2014' on page 10 undefined on input line 231
  Citation 'tabacofAdversarialImagesVariational2016' on page 3 undefined on input line 13
  Citation 'tabakFamilyNonparametricDensity2013' on page 15 undefined on input line 9
  Citation 'willettsImprovingVAEsRobustness2021' on page 3 undefined on input line 17
  Citation 'xuAdversarialAttacksDefenses2019' on page 10 undefined on input line 236
  Citation 'zaidiMeasuringDisentanglementReview2021' on page 3 undefined on input line 9
  Citation 'zaidiMeasuringDisentanglementReview2021' on page 6 undefined on input line 83
  Citation 'zaidiMeasuringDisentanglementReview2021' on page 8 undefined on input line 122
  Citation 'zaidiMeasuringDisentanglementReview2021' on page 8 undefined on input line 124
  Citation 'zhangAdvancesVariationalInference2019' on page 6 undefined on input line 46
  Reference `app:hyperparameters_nf' on page 1 undefined on input line 167
  Reference `eq:beta_loss' on page 1 undefined on input line 211
  Reference `eq:kl_divergence' on page 1 undefined on input line 27
  Reference `eq:nf_sylvester_transformation' on page 1 undefined on input line 107
  Reference `sec:disentanglement_metrics' on page 1 undefined on input line 132
  Reference `sec:dlib_existing' on page 1 undefined on input line 127
  Reference `sec:nf_vi+nf' on page 1 undefined on input line 144
  Reference `sec:related_work' on page 1 undefined on input line 20
  Reference `sec:rob-dlib_theory' on page 1 undefined on input line 7
  Reference `table:datasets' on page 1 undefined on input line 137
Rule 'biber main': File changes, etc:
   Changed files, or newly in use since previous run(s):
      'main.bcf'
------------
Run number 1 of rule 'biber main'
------------
------------
Running 'biber  "main.bcf"'
------------
Latexmk: Found biber source file(s) [library.bib main.bcf]
Rule 'cusdep acn acr main': The following rules & subrules became out-of-date:
      'cusdep acn acr main'
------------
Run number 1 of rule 'cusdep acn acr main'
------------
Warning: File 'main.glo' is empty.
Have you used any entries defined in glossary 'main'?
Remember to use package option 'nomain' if you
don't want to use the main glossary.
Rule 'pdflatex': File changes, etc:
   Changed files, or newly in use since previous run(s):
      '/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.acr'
      '/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.aux'
      'main.acr'
      'main.aux'
      'main.bbl'
      'main.out'
      'main.run.xml'
------------
Run number 2 of rule 'pdflatex'
------------
------------
Running 'pdflatex  -synctex=1 -interaction=nonstopmode -file-line-error -recorder -output-directory="/Users/simonkibler/Documents/Studium/Master/Thesis/thesis"  "/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex"'
------------
Latexmk: Found input bbl file 'main.bbl'
Latexmk: References changed.
Latexmk: Log file says output to 'main.pdf'
Latexmk: Found biber source file(s) [library.bib main.bcf]
Collected error summary (may duplicate other messages):
  pdflatex: Command for 'pdflatex' gave return code 1
      Refer to '/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.log' for details
Latexmk: Use the -f option to force complete processing,
 unless error was exceeding maximum runs, or warnings treated as errors.
.
[17:54:21] The environment variable $PATH: /Users/simonkibler/anaconda3/bin:/Users/simonkibler/anaconda3/condabin:/Users/simonkibler/software/google-cloud-sdk/bin:/usr/local/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/opt/X11/bin
[17:54:21] The environment variable $SHELL: /bin/zsh
[17:54:21] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.aux
[17:54:21] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.bbl
[17:54:21] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.blg
[17:54:21] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.lof
[17:54:21] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.lot
[17:54:21] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.out
[17:54:21] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.toc
[17:54:21] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.acn
[17:54:21] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.acr
[17:54:21] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.alg
[17:54:21] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.glg
[17:54:21] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.glo
[17:54:21] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.gls
[17:54:21] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.fls
[17:54:21] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.log
[17:54:21] Cleaning file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.fdb_latexmk
[17:57:27] Current workspace folders: ["file:///Users/simonkibler/Documents/Studium/Master/Thesis/thesis"]
[17:57:27] Current workspaceRootDir: file:///Users/simonkibler/Documents/Studium/Master/Thesis/thesis
[17:57:27] Keep using the same root file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex
[17:57:27] Linter for root file started.
[17:57:27] Linter for root file running command chktex with arguments ["-wall","-n22","-n30","-e16","-q","-l","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/.chktexrc","-f%f:%l:%c:%d:%k:%n:%m\n","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex"]
[17:57:27] Linter for root file successfully finished in 0s 374ms
[17:57:27] TabSize and .chktexrc: 8, /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/.chktexrc
[17:57:27] Linter log parsed with 3 messages.
[17:57:29] Manager.fileWatcher.getWatched: {"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis":["commands.tex","main.tex","settings.tex"],"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages":["abstract.tex","acknowledgements.tex","cover.tex","disclaimer.tex","title.tex"],"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters":["appendix.tex","discussion.tex","dlib.tex","dlib_sampling.tex","introduction.tex","nf_dlib.tex","related_work.tex"]}
[17:57:29] Manager.filesWatched: ["/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/settings.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/commands.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/cover.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/title.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/disclaimer.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/acknowledgements.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/abstract.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/introduction.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/related_work.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib_sampling.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/nf_dlib.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/discussion.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/appendix.tex"]
[17:57:58] LOG command invoked: default
[17:57:58] Current workspace folders: ["file:///Users/simonkibler/Documents/Studium/Master/Thesis/thesis"]
[17:57:58] Current workspaceRootDir: file:///Users/simonkibler/Documents/Studium/Master/Thesis/thesis
[17:57:58] Keep using the same root file: /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex
[17:57:58] Linter for root file started.
[17:57:58] Linter for root file running command chktex with arguments ["-wall","-n22","-n30","-e16","-q","-l","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/.chktexrc","-f%f:%l:%c:%d:%k:%n:%m\n","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex"]
[17:57:59] LOG command invoked: default
[17:57:59] Linter for root file successfully finished in 0s 355ms
[17:57:59] TabSize and .chktexrc: 8, /Users/simonkibler/Documents/Studium/Master/Thesis/thesis/.chktexrc
[17:57:59] Linter log parsed with 3 messages.
[17:58:00] Manager.fileWatcher.getWatched: {"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis":["commands.tex","main.tex","settings.tex"],"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages":["abstract.tex","acknowledgements.tex","cover.tex","disclaimer.tex","title.tex"],"/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters":["appendix.tex","discussion.tex","dlib.tex","dlib_sampling.tex","introduction.tex","nf_dlib.tex","related_work.tex"]}
[17:58:00] Manager.filesWatched: ["/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/main.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/settings.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/commands.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/cover.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/title.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/disclaimer.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/acknowledgements.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/pages/abstract.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/introduction.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/related_work.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/dlib_sampling.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/nf_dlib.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/discussion.tex","/Users/simonkibler/Documents/Studium/Master/Thesis/thesis/chapters/appendix.tex"]

At 17:51 it worked once as expected. This is where .bib file gets parsed also in the log. However on the next update, around 17:57-58, it didn't work. I can't cite the newest entry via the citation browser.

Developer Tools Console [Required]

electron/js2c/renderer_init.js:65 The vm module of Node.js is deprecated in the renderer process and will be removed.
t._load @ electron/js2c/renderer_init.js:65
console.ts:137 [Extension Host] (node:712) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.(Use `Code Helper (Renderer) --trace-deprecation ...` to show where the warning was created)
S @ console.ts:137
webviewElement.ts:99 [Embedded Page] Uncaught Error: Found unexpected null
viewer.js:202 webviewerloaded: SecurityError: Blocked a frame with origin "http://127.0.0.1:49338" from accessing a cross-origin frame.
webViewerLoad @ viewer.js:202
viewer.js:1979 PDF 1f1f09c91d8738c5af8fd4f7cf5ee33f [1.5 pdfTeX-1.40.22 / LaTeX with hyperref] (PDF.js: 2.7.570)
pdf.js:1211 Warning: Optional content group not found: 44R
notificationsAlerts.ts:40 Recipe terminated with error.
onDidChangeNotification @ notificationsAlerts.ts:40
main.js:232 Found unexpected service worker version. Found: 1. Expected: 2
main.js:233 Attempting to reload service worker
DevTools failed to load SourceMap: Could not load content for http://127.0.0.1:49338/out/viewer/latexworkshop.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load SourceMap: Could not load content for http://127.0.0.1:49338/build/pdf.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load SourceMap: Could not load content for http://127.0.0.1:49338/out/viewer/components/synctex.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load SourceMap: Could not load content for http://127.0.0.1:49338/out/viewer/components/utils.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load SourceMap: Could not load content for http://127.0.0.1:49338/out/viewer/components/pagetrimmer.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load SourceMap: Could not load content for http://127.0.0.1:49338/out/viewer/components/viewerhistory.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load SourceMap: Could not load content for http://127.0.0.1:49338/viewer.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load SourceMap: Could not load content for http://127.0.0.1:49338/build/pdf.worker.js.map: Fetch through target failed: Target not supported; Fallback: Unknown error

Screenshots

If applicable, add screenshots to help explain your problem.

grafik

grafik

Desktop [Required]

Please write exact version numbers. Please don't write latest instead of exact numbers.

Additional questions

Are you using VSCodium?

No

Are you using LaTeX Workshop with VS Code Remote?

No

If the answer is Yes, please write which one you are using. Write the versions of the remote extension.

Additional context

tamuratak commented 3 years ago

スクリーンショット 2020-02-14 20 41 25

When all of the above is done, we will reopen this issue if needed.

mnchsmn commented 3 years ago

I have updated my post with the logs

jlelong commented 3 years ago

I cannot reproduce the issue with VS Code 1.57. Coud you update VS Code and provide a minimal example to reproduce the issue if it still exists?

However on the next update, around 17:57-58, it didn't work. I can't cite the newest entry via the citation browser.

It is surprising because there is no log from the bib file watcher with this timestamp. Do you confirm that you saved the .bib file during this interval and that the bib watcher did not notice it?

tamuratak commented 3 years ago

Plese try setting latex-workshop.latex.watch.usePolling to true and restart VS Code.

mnchsmn commented 3 years ago

I would prefer to not usePolling and I think that this functionality should work without it, right? I personally am fine with just reloading the window as a workaround, but I still believe that you might have an interest in fixing this.

I updated VS Code to 1.57 and the issue persists. I reproduced it in a MWE:

main.tex

\documentclass{article}
\usepackage[
    backend=biber,
    natbib=true,
]{biblatex}
\bibliography{library}
\begin{document}
\citep{chenIsolatingSourcesDisentanglement2019}

\end{document}

library.bib

@online{chenIsolatingSourcesDisentanglement2019,
  title         = {Isolating {{Sources}} of {{Disentanglement}} in {{Variational Autoencoders}}},
  author        = {Chen, Ricky T. Q. and Li, Xuechen and Grosse, Roger and Duvenaud, David},
  date          = {2019-04-23},
  url           = {http://arxiv.org/abs/1802.04942},
  urldate       = {2020-11-04},
  abstract      = {We decompose the evidence lower bound to show the existence of a term measuring the total correlation between latent variables. We use this to motivate our \$\textbackslash beta\$-TCVAE (Total Correlation Variational Autoencoder), a refinement of the state-of-the-art \$\textbackslash beta\$-VAE objective for learning disentangled representations, requiring no additional hyperparameters during training. We further propose a principled classifier-free measure of disentanglement called the mutual information gap (MIG). We perform extensive quantitative and qualitative experiments, in both restricted and non-restricted settings, and show a strong relation between total correlation and disentanglement, when the latent variables model is trained using our framework.},
  archiveprefix = {arXiv},
  eprint        = {1802.04942},
  eprinttype    = {arxiv},
  file          = {/Users/simonkibler/Zotero/storage/Z9GTRM37/Chen et al. - 2019 - Isolating Sources of Disentanglement in Variationa.pdf;/Users/simonkibler/Zotero/storage/MXZ4ITPJ/1802.html},
  keywords      = {bertrand,disentanglement,key,total correlation,vae},
  primaryclass  = {cs, stat}
}

Compile this and open the Latex Workspace log. Then add entries one by one to the .bib file using a different editor e.g. TextEdit. The first change is recognized and parsed, the second and any following ones are not.

Here are the entries I used:

@online{choiDiscondVAEDisentanglingContinuous2020,
  title = {Discond-{{VAE}}: {{Disentangling Continuous Factors}} from the {{Discrete}}},
  shorttitle = {Discond-{{VAE}}},
  author = {Choi, Jaewoong and Hwang, Geonho and Kang, Myungjoo},
  date = {2020-09-16},
  url = {http://arxiv.org/abs/2009.08039},
  urldate = {2020-12-22},
  abstract = {We propose a variant of VAE capable of disentangling both variations within each class and variations shared across all classes. To represent these generative factors of data, we introduce two sets of continuous latent variables, private variable and public variable. Our proposed framework models the private variable as a Mixture of Gaussian and the public variable as a Gaussian, respectively. Each mode of the private variable is responsible for a class of the discrete variable.},
  archiveprefix = {arXiv},
  eprint = {2009.08039},
  eprinttype = {arxiv},
  file = {/Users/simonkibler/Zotero/storage/GUBLYMVD/Choi et al. - 2020 - Discond-VAE Disentangling Continuous Factors from.pdf},
  keywords = {discrete and continuous latents,disentanglement},
  langid = {english},
  primaryclass = {cs, stat}
}

@online{camutoTheoreticalUnderstandingRobustness2021,
  title = {Towards a {{Theoretical Understanding}} of the {{Robustness}} of {{Variational Autoencoders}}},
  author = {Camuto, Alexander and Willetts, Matthew and Roberts, Stephen and Holmes, Chris and Rainforth, Tom},
  date = {2021-01-29},
  url = {http://arxiv.org/abs/2007.07365},
  urldate = {2021-02-03},
  abstract = {We make inroads into understanding the robustness of Variational Autoencoders (VAEs) to adversarial attacks and other input perturbations. While previous work has developed algorithmic approaches to attacking and defending VAEs, there remains a lack of formalization for what it means for a VAE to be robust. To address this, we develop a novel criterion for robustness in probabilistic models: r-robustness. We then use this to construct the first theoretical results for the robustness of VAEs, deriving margins in the input space for which we can provide guarantees about the resulting reconstruction. Informally, we are able to define a region within which any perturbation will produce a reconstruction that is similar to the original reconstruction. To support our analysis, we show that VAEs trained using disentangling methods not only score well under our robustness metrics, but that the reasons for this can be interpreted through our theoretical results.},
  archiveprefix = {arXiv},
  eprint = {2007.07365},
  eprinttype = {arxiv},
  file = {/Users/simonkibler/Zotero/storage/8FFHJZR2/Camuto et al. - 2021 - Towards a Theoretical Understanding of the Robustn.pdf},
  keywords = {key},
  langid = {english},
  primaryclass = {cs, stat}
}
tamuratak commented 3 years ago

this functionality should work without it, right?

No, it does not work in some cases.

Please answer whether setting latex-workshop.latex.watch.usePolling to true solves the issue.

jlelong commented 3 years ago

I confirm the behaviour described by @mnchsmn when using TextEdit to edit the .bib file. However, everything works fine when editing the .bib file with Vim or VS Code for instance.

The issue is not related to LW for to https://github.com/paulmillr/chokidar, which is used to watch file changes.

mnchsmn commented 3 years ago

this functionality should work without it, right?

No, it does not work in some cases.

Please answer whether setting latex-workshop.latex.watch.usePolling to true solves the issue.

Setting latex-workshop.latex.watch.usePolling to true does seem to solve the issue.

tamuratak commented 3 years ago

@jlelong We had better not tell inexperienced users the library we use. They would open an issue at the repository and disturb the library's author.

This is our issue. chokidar uses fsevents by default on macOS. However, we don't ship the extension with it because fsevents includes a binary library file, and it would terminate the extension host in some cases.

https://github.com/James-Yu/LaTeX-Workshop/blob/db22bfe9fda691e2b375340cdb0e96c82fe0174f/.vscodeignore#L41