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

Disable caching #365

Merged
merged 1 commit into from May 6, 2016
Merged

Conversation

@larsbergstrom
Copy link
Contributor

larsbergstrom commented May 6, 2016

r? @aneeshusa


This change is Reviewable

@aneeshusa
Copy link
Member

aneeshusa commented May 6, 2016

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.

IRC convo: http://logs.glob.uno/?c=mozilla%23servo#c424015

…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
```
@larsbergstrom larsbergstrom force-pushed the larsbergstrom:diable_windows_caching branch from d9744e7 to 8cb3edd May 6, 2016
@larsbergstrom
Copy link
Contributor Author

larsbergstrom commented May 6, 2016

@bors-servo r=aneeshusa

@bors-servo
Copy link
Contributor

bors-servo commented May 6, 2016

📌 Commit 8cb3edd has been approved by aneeshusa

@bors-servo
Copy link
Contributor

bors-servo commented May 6, 2016

Testing commit 8cb3edd with merge f6ecf60...

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 -->
@bors-servo
Copy link
Contributor

bors-servo commented May 6, 2016

☀️ Test successful - travis

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

Successfully merging this pull request may close these issues.

None yet

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