Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDisable caching #365
Merged
Disable caching #365
Conversation
|
Can you update the commit message to mention that it's reverting the caching, and that the reason is the paths aren't interpreted correctly, just for future reference since we clean out the Buildbot logs? (Maybe even paste in the error message if it isn't too long.) r=me after that. |
…e directly and enable it. See IRC conversation here: http://logs.glob.uno/?c=mozilla%23servo#c424015 Here is an example of the errors: ``` New python executable in /c/buildbot/slave/windows/build/python/_virtualenv/bin/python2.7 Also creating executable in /c/buildbot/slave/windows/build/python/_virtualenv/bin/python Installing setuptools, pip, wheel...done. Running virtualenv with interpreter /usr/bin/python2.7 looking for rustc at /c/buildbot/slave/windows/build/C:\msys64\home\Administrator\.servo/rust/2016-04-29/rustc-nightly-x86_64-pc-windows-gnu/rustc/bin/rustc Error running mach: ['build', '-d', '-v'] 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: '/c/buildbot/slave/windows/build/C:\\msys64\\home\\Administrator\\.servo' File "/c/buildbot/slave/windows/build/python/servo/build_commands.py", line 195, in build self.ensure_bootstrapped(target=target) File "./python/servo/command_base.py", line 432, in ensure_bootstrapped Registrar.dispatch("bootstrap-rust", context=self.context, target=filter(None, [target])) File "/c/buildbot/slave/windows/build/python/_virtualenv/lib/python2.7/site-packages/mach/registrar.py", line 123, in dispatch return self._run_command_handler(handler, context=context, **kwargs) File "/c/buildbot/slave/windows/build/python/_virtualenv/lib/python2.7/site-packages/mach/registrar.py", line 90, in _run_command_handler result = fn(**kwargs) File "/c/buildbot/slave/windows/build/python/servo/bootstrap_commands.py", line 146, in bootstrap_rustc os.makedirs(rust_dir) File "/usr/lib/python2.7/os.py", line 150, in makedirs makedirs(head, mode) File "/usr/lib/python2.7/os.py", line 150, in makedirs makedirs(head, mode) File "/usr/lib/python2.7/os.py", line 150, in makedirs makedirs(head, mode) File "/usr/lib/python2.7/os.py", line 157, in makedirs mkdir(name, mode) program finished with exit code 1 elapsedTime=30.809000 ```
d9744e7
to
8cb3edd
|
@bors-servo r=aneeshusa |
|
|
bors-servo
added a commit
that referenced
this pull request
May 6, 2016
Disable caching r? @aneeshusa <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/365) <!-- Reviewable:end -->
|
|
This was referenced May 6, 2016
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
larsbergstrom commentedMay 6, 2016
•
edited
r? @aneeshusa
This change is