Created
March 18, 2024 15:41
-
-
Save drupol/077a3e8a32387dc9f4b727ba542d80e9 to your computer and use it in GitHub Desktop.
typst-preview.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
typst-preview> Compiling typst-ts-compiler v0.4.2-rc9 | |
typst-preview> Compiling await-tree v0.1.2 | |
typst-preview> Compiling futures v0.3.30 | |
typst-preview> warning: typst-preview@0.11.1: could not find repository at '/build/source'; class=Repository (6); code=NotFound (-3) | |
typst-preview> warning: typst-preview@0.11.1: VERGEN_GIT_DESCRIBE set to default | |
typst-preview> warning: typst-preview@0.11.1: VERGEN_GIT_SHA set to default | |
typst-preview> Compiling open v5.1.2 | |
typst-preview> Compiling tokio-tungstenite v0.21.0 | |
typst-preview> error: couldn't read src/index.html: No such file or directory (os error 2) | |
typst-preview> --> src/lib.rs:116:20 | |
typst-preview> | | |
typst-preview> 116 | const HTML: &str = include_str!("index.html"); | |
typst-preview> | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
typst-preview> | | |
typst-preview> = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) | |
typst-preview> The following warnings were emitted during compilation: | |
typst-preview> warning: typst-preview@0.11.1: could not find repository at '/build/source'; class=Repository (6); code=NotFound (-3) | |
typst-preview> warning: typst-preview@0.11.1: VERGEN_GIT_DESCRIBE set to default | |
typst-preview> warning: typst-preview@0.11.1: VERGEN_GIT_SHA set to default | |
typst-preview> error: could not compile `typst-preview` (lib) due to 1 previous error | |
typst-preview> warning: build failed, waiting for other jobs to finish... | |
error: builder for '/nix/store/mlp32qffgn0ipijl0qwjzv4f6wypda7w-typst-preview-0.11.1.drv' failed with exit code 101; | |
last 25 log lines: | |
> Compiling env_logger v0.11.3 | |
> Compiling typst-ts-compiler v0.4.2-rc9 | |
> Compiling await-tree v0.1.2 | |
> Compiling futures v0.3.30 | |
> warning: typst-preview@0.11.1: could not find repository at '/build/source'; class=Repository (6); code=NotFound (-3) | |
> warning: typst-preview@0.11.1: VERGEN_GIT_DESCRIBE set to default | |
> warning: typst-preview@0.11.1: VERGEN_GIT_SHA set to default | |
> Compiling open v5.1.2 | |
> Compiling tokio-tungstenite v0.21.0 | |
> error: couldn't read src/index.html: No such file or directory (os error 2) | |
> --> src/lib.rs:116:20 | |
> | | |
> 116 | const HTML: &str = include_str!("index.html"); | |
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
> | | |
> = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) | |
> | |
> The following warnings were emitted during compilation: | |
> | |
> warning: typst-preview@0.11.1: could not find repository at '/build/source'; class=Repository (6); code=NotFound (-3) | |
> warning: typst-preview@0.11.1: VERGEN_GIT_DESCRIBE set to default | |
> warning: typst-preview@0.11.1: VERGEN_GIT_SHA set to default | |
> | |
> error: could not compile `typst-preview` (lib) due to 1 previous error | |
> warning: build failed, waiting for other jobs to finish... | |
For full logs, run 'nix log /nix/store/mlp32qffgn0ipijl0qwjzv4f6wypda7w-typst-preview-0.11.1.drv'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment