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

Doc builds are busted since the switch to rustup #19844

Closed
jdm opened this issue Jan 23, 2018 · 2 comments
Closed

Doc builds are busted since the switch to rustup #19844

jdm opened this issue Jan 23, 2018 · 2 comments

Comments

@jdm
Copy link
Member

@jdm jdm commented Jan 23, 2018

Every doc build shows:

Error running mach:

    ['doc']

The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.

You should consider filing a bug for this issue.

If filing a bug, please include the full output of mach, including this error
message.

The details of the failure are as follows:

OSError: [Errno 2] No such file or directory

  File "/home/servo/buildbot/slave/doc/build/python/servo/post_build_commands.py", line 214, in doc
    rustc_path = check_output(["rustup" + BIN_SUFFIX, "which", "rustc"], env=env)
  File "/home/servo/buildbot/slave/doc/build/python/servo/command_base.py", line 153, in check_output
    return subprocess.check_output(*args, shell=sys.platform == 'win32', **kwargs)
  File "/usr/lib/python2.7/subprocess.py", line 566, in check_output
    process = Popen(stdout=PIPE, *popenargs, **kwargs)
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception
program finished with exit code 1
elapsedTime=10.037575
@highfive
Copy link

@highfive highfive commented Jan 23, 2018

@SimonSapin
Copy link
Member

@SimonSapin SimonSapin commented Jan 23, 2018

My guess is that we need something like servo/saltfs#762 for the doc build job.

bors-servo added a commit to servo/saltfs that referenced this issue Jan 31, 2018
Share linux build env with doc build.

This should fix servo/servo#19844.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/787)
<!-- Reviewable:end -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

3 participants
You can’t perform that action at this time.