This repository was archived by the owner on May 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 707
[Bug] cargo test on M2(Macbook pro) fails in docgen #1095
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
🐛 Bug
Fresh clone of move repository (the main branch) after installing all the tools.
cargo build passes.
To reproduce
cargo test
Stack trace/error message
FETCHING GIT DEPENDENCY https://github.com/move-language/move.git
UPDATING GIT DEPENDENCY https://github.com/move-language/move.git
UPDATING GIT DEPENDENCY https://github.com/move-language/move.git
INCLUDING DEPENDENCY MoveStdlib
BUILDING Foo
Command `docgen --template template.md --exclude-impl --exclude-private-fun --exclude-specs --include-call-diagrams --include-dep-diagrams --independent-specs --no-collapsed-sections --output-directory doc --references-file template.md --section-level-start 3 --toc-depth 3`:
Generated "doc/template.md"
Generated "doc/Foo.md"
Documentation generation successful!
External Command `grep documentation doc/Foo.md`:
Test documentation comment
External Command `cat doc/template.md`:
This is a test template
This is a test template
Run with `env UB=1` (or `env UPDATE_BASELINE=1`) to save the current output as the new expected output
test run_all::include_exclude_stdlib/args.txt ... ok
Expected Behavior
All tests should pass
System information
- Apple M2
- 14.2.1 (23C71)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working