Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error fuzztest #2

Open
partouf opened this issue Sep 9, 2024 · 1 comment
Open

Error fuzztest #2

partouf opened this issue Sep 9, 2024 · 1 comment

Comments

@partouf
Copy link
Member

partouf commented Sep 9, 2024

Error during build, not sure what it means:

  PREFIX: /root/v8/out/x64.release
  ERROR at //test/unittests/BUILD.gn:823:7: Unable to load "/root/v8/third_party/fuzztest/BUILD.gn".
        "//third_party/fuzztest:init_fuzztest",
        ^-------------------------------------
  # mkdir -p out/x64.release
  # echo > out/x64.release/args.gn << EOF
  is_component_build = false
  is_debug = false
  target_cpu = "x64"
  v8_enable_sandbox = true
  v8_enable_backtrace = true
  v8_enable_disassembler = true
  v8_enable_object_print = true
  v8_enable_verify_heap = true
  dcheck_always_on = false
  EOF
  # gn gen out/x64.release
  Error! - V8 compilation finished with errors.
  Error: Process completed with exit code 1.
@mattgodbolt
Copy link
Member

This is causing the d8 trunk build to fail:

2024-11-28T00:33:41.8505630Z ++ git rev-parse HEAD
2024-11-28T00:33:41.8505861Z + GIT_REVISION=0362abd3c829b14a7ded83dd7a96d82a21d4ac97
2024-11-28T00:33:41.8505988Z + REVISION=d8-0362abd3c829b14a7ded83dd7a96d82a21d4ac97
2024-11-28T00:33:41.8506111Z + LAST_REVISION=d8-a11b7de5c6666b2b212c4646f79523ebb10900cb
2024-11-28T00:33:41.8506259Z + echo ce-build-revision:d8-0362abd3c829b14a7ded83dd7a96d82a21d4ac97
2024-11-28T00:33:41.8506371Z + echo ce-build-output:/dist/d8-trunk-20241128.tar.xz
2024-11-28T00:33:41.8506658Z + [[ d8-0362abd3c829b14a7ded83dd7a96d82a21d4ac97 == \d\8\-\a\1\1\b\7\d\e\5\c\6\6\6\6\b\2\b\2\1\2\c\4\6\4\6\f\7\9\5\2\3\e\b\b\1\0\9\0\0\c\b ]]
2024-11-28T00:33:41.8506734Z ++ pwd
2024-11-28T00:33:41.8506816Z + PREFIX=/root/v8/out/x64.release
2024-11-28T00:33:41.8506909Z + echo 'PREFIX: /root/v8/out/x64.release'
2024-11-28T00:33:41.8506993Z + python ./tools/dev/gm.py x64.release
2024-11-28T00:33:41.8507137Z ce-build-revision:d8-0362abd3c829b14a7ded83dd7a96d82a21d4ac97
2024-11-28T00:33:41.8507370Z ce-build-output:/dist/d8-trunk-20241128.tar.xz
2024-11-28T00:33:41.8507454Z PREFIX: /root/v8/out/x64.release
2024-11-28T00:33:41.9183578Z ERROR at //test/unittests/BUILD.gn:823:7: Unable to load "/root/v8/third_party/fuzztest/BUILD.gn".
2024-11-28T00:33:41.9183775Z       "//third_party/fuzztest:fuzztest",
2024-11-28T00:33:41.9183924Z       ^--------------------------------
2024-11-28T00:33:41.9287675Z # mkdir -p out/x64.release
2024-11-28T00:33:41.9288109Z # echo > out/x64.release/args.gn << EOF
2024-11-28T00:33:41.9288252Z is_component_build = false
2024-11-28T00:33:41.9288361Z is_debug = false
2024-11-28T00:33:41.9288466Z target_cpu = "x64"
2024-11-28T00:33:41.9288583Z v8_enable_sandbox = true
2024-11-28T00:33:41.9288689Z v8_enable_backtrace = true
2024-11-28T00:33:41.9288802Z v8_enable_disassembler = true
2024-11-28T00:33:41.9288918Z v8_enable_object_print = true
2024-11-28T00:33:41.9289388Z v8_enable_verify_heap = true
2024-11-28T00:33:41.9289501Z dcheck_always_on = false
2024-11-28T00:33:41.9289586Z EOF
2024-11-28T00:33:41.9289687Z # gn gen out/x64.release
2024-11-28T00:33:41.9289923Z Error! - V8 compilation finished with errors.

cc @gautam1168 any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants