You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command did not execute successfully: "/home/chr1s/src/rustc/rust/build/x86_64-unknown-linux-gnu/stage0-tools-bin/rustdoc-themes" "/home/chr1s/src/rustc/rust/build/x86_64-unknown-linux-gnu/stage2/bin/rustdoc" "/home/chr1s/src/rustc/rust/src/librustdoc/html/static/themes"
expected success, got: exit code: 1
Traceback (most recent call last):
File "./x.py", line 20, in
bootstrap.main()
File "/home/chr1s/src/rustc/rust/src/bootstrap/bootstrap.py", line 800, in main
bootstrap(help_triggered)
File "/home/chr1s/src/rustc/rust/src/bootstrap/bootstrap.py", line 791, in bootstrap
run(args, env=env, verbose=build.verbose)
File "/home/chr1s/src/rustc/rust/src/bootstrap/bootstrap.py", line 148, in run
raise RuntimeError(err)
RuntimeError: failed to run: /home/chr1s/src/rustc/rust/build/bootstrap/debug/bootstrap test -v src/tools/rustdoc-themes/
The text was updated successfully, but these errors were encountered:
When rust.rpath is set to false in the build config, the test in src/tools/rustdoc-themes fails like this:
command did not execute successfully: "/home/chr1s/src/rustc/rust/build/x86_64-unknown-linux-gnu/stage0-tools-bin/rustdoc-themes" "/home/chr1s/src/rustc/rust/build/x86_64-unknown-linux-gnu/stage2/bin/rustdoc" "/home/chr1s/src/rustc/rust/src/librustdoc/html/static/themes"
expected success, got: exit code: 1
Traceback (most recent call last):
File "./x.py", line 20, in
bootstrap.main()
File "/home/chr1s/src/rustc/rust/src/bootstrap/bootstrap.py", line 800, in main
bootstrap(help_triggered)
File "/home/chr1s/src/rustc/rust/src/bootstrap/bootstrap.py", line 791, in bootstrap
run(args, env=env, verbose=build.verbose)
File "/home/chr1s/src/rustc/rust/src/bootstrap/bootstrap.py", line 148, in run
raise RuntimeError(err)
RuntimeError: failed to run: /home/chr1s/src/rustc/rust/build/bootstrap/debug/bootstrap test -v src/tools/rustdoc-themes/
The text was updated successfully, but these errors were encountered: