I have just built sage 6.6 on os x 10.10.3 using xcode 6.3.1 (6D1002) 
together with the latest version of the command line tools for os x 10.10

Together with a few kill test that took too long there were a few failed 
doc-tests after make ptestlong:

sage -t --long src/sage/dev/sagedev.py
**********************************************************************
File "src/sage/dev/sagedev.py", line 1143, in sage.dev.sagedev.SageDev.pull
Failed example:
    alice.pull()
Expected:
    Merging the remote branch "u/bob/ticket/1" into the local branch 
"ticket/1".
    Automatic merge failed, there are conflicting commits.
    <BLANKLINE>
    Auto-merging alices_file
    CONFLICT (add/add): Merge conflict in alices_file
    <BLANKLINE>
    Please edit the affected files to resolve the conflicts. When you are 
finished,
    your resolution will be commited.
    Finished? [ok/Abort] abort
Got:
    Merging the remote branch "u/bob/ticket/1" into the local branch 
"ticket/1".
    Automatic merge failed, there are conflicting commits.
    <BLANKLINE>
    Auto-merging alices_file
    CONFLICT (add/add): Merge conflict in alices_file
    Recorded preimage for 'alices_file'
    <BLANKLINE>
    Please edit the affected files to resolve the conflicts. When you are 
finished, your resolution will be commited.
    Finished? [ok/Abort] abort
**********************************************************************
File "src/sage/dev/sagedev.py", line 3128, in sage.dev.sagedev.SageDev.merge
Failed example:
    alice.merge("#1")
Expected:
    Merging the remote branch "u/bob/ticket/1" into the local branch 
"ticket/2".
    Automatic merge failed, there are conflicting commits.
    <BLANKLINE>
    Auto-merging alice2
    CONFLICT (add/add): Merge conflict in alice2
    <BLANKLINE>
    Please edit the affected files to resolve the conflicts. When you are 
finished,
    your resolution will be commited.
    Finished? [ok/Abort] abort
Got:
    Merging the remote branch "u/bob/ticket/1" into the local branch 
"ticket/2".
    Automatic merge failed, there are conflicting commits.
    <BLANKLINE>
    Auto-merging alice2
    CONFLICT (add/add): Merge conflict in alice2
    Recorded preimage for 'alice2'
    <BLANKLINE>
    Please edit the affected files to resolve the conflicts. When you are 
finished, your resolution will be commited.
    Finished? [ok/Abort] abort
**********************************************************************
File "src/sage/dev/sagedev.py", line 3603, in sage.dev.sagedev.SageDev.diff
Failed example:
    dev.diff("#1")
Expected:
    diff --git a/ticket3 b/ticket3
    new file mode ...
    index ...
Got:
    diff --git c/ticket3 w/ticket3
    new file mode 100644
    index 0000000..e69de29
**********************************************************************
File "src/sage/dev/sagedev.py", line 3607, in sage.dev.sagedev.SageDev.diff
Failed example:
    dev.diff("ticket/1")
Expected:
    diff --git a/ticket1 b/ticket1
    deleted file mode ...
    index ...
    diff --git a/ticket3 b/ticket3
    new file mode ...
    index ...
Got:
    diff --git c/ticket1 w/ticket1
    deleted file mode 100644
    index d06ee4e..0000000
    --- c/ticket1
    +++ /dev/null
    @@ -1 +0,0 @@
    -ticket1
    \ No newline at end of file
    diff --git c/ticket3 w/ticket3
    new file mode 100644
    index 0000000..e69de29
**********************************************************************
File "src/sage/dev/sagedev.py", line 3631, in sage.dev.sagedev.SageDev.diff
Failed example:
    dev.diff("#1")
Expected:
    diff --git a/ticket1 b/ticket1
    deleted file mode ...
    index ...
    diff --git a/ticket3 b/ticket3
    new file mode ...
    index ...
Got:
    diff --git c/ticket1 w/ticket1
    deleted file mode 100644
    index d06ee4e..0000000
    --- c/ticket1
    +++ /dev/null
    @@ -1 +0,0 @@
    -ticket1
    \ No newline at end of file
    diff --git c/ticket3 w/ticket3
    new file mode 100644
    index 0000000..e69de29
**********************************************************************
3 items had failures:
   3 of  56 in sage.dev.sagedev.SageDev.diff
   1 of  44 in sage.dev.sagedev.SageDev.merge
   1 of  52 in sage.dev.sagedev.SageDev.pull
    [868 tests, 5 failures, 82.22 s]

sage -t --long src/sage/dev/patch.py
**********************************************************************
File "src/sage/dev/patch.py", line 141, in 
sage.dev.patch.MercurialPatchMixin.?
Failed example:
    dev.import_patch(local_file=patchfile, path_format="new")
Exception raised:
    Traceback (most recent call last):
      File 
"/usr/local/src/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py", 
line 492, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File 
"/usr/local/src/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py", 
line 854, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.dev.patch.MercurialPatchMixin.?[11]>", line 1, in 
<module>
        dev.import_patch(local_file=patchfile, path_format="new")
      File 
"/usr/local/src/sage/local/lib/python2.7/site-packages/sage/dev/sagedev_wrapper.py",
 
line 182, in wrapped
        return f(*args, **kwargs)
      File 
"/usr/local/src/sage/local/lib/python2.7/site-packages/sage/dev/patch.py", 
line 231, in import_patch
        from_path_format=path_format)
      File 
"/usr/local/src/sage/local/lib/python2.7/site-packages/sage/dev/patch.py", 
line 1117, in _rewrite_patch
        diff_format=from_diff_format),
      File 
"/usr/local/src/sage/local/lib/python2.7/site-packages/sage/dev/patch.py", 
line 1083, in _rewrite_patch_header
        sorted(self._detect_patch_modified_files(lines))))
      File 
"/usr/local/src/sage/local/lib/python2.7/site-packages/sage/dev/patch.py", 
line 916, in _detect_patch_modified_files
        diff_format = self._detect_patch_diff_format(lines)
      File 
"/usr/local/src/sage/local/lib/python2.7/site-packages/sage/dev/patch.py", 
line 590, in _detect_patch_diff_format
        raise NotImplementedError("Failed to detect diff format.")
    NotImplementedError: Failed to detect diff format.
**********************************************************************
File "src/sage/dev/patch.py", line 152, in 
sage.dev.patch.MercurialPatchMixin.?
Failed example:
    open("tracked").read()
Exception raised:
    Traceback (most recent call last):
      File 
"/usr/local/src/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py", 
line 492, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File 
"/usr/local/src/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py", 
line 854, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.dev.patch.MercurialPatchMixin.?[18]>", line 1, in 
<module>
        open("tracked").read()
    IOError: [Errno 2] No such file or directory: 'tracked'
**********************************************************************
File "src/sage/dev/patch.py", line 159, in 
sage.dev.patch.MercurialPatchMixin.?
Failed example:
    dev.import_patch(local_file=patchfile, path_format="new")
Expected:
    Applying: No Subject. Modified: tracked, tracked2
    Patch failed at 0001 No Subject. Modified: tracked, tracked2
    The copy of the patch that failed is found in:
       .../rebase-apply/patch
    <BLANKLINE>
    The patch does not apply cleanly. Reject files will be created for the 
parts
    that do not apply if you proceed.
    Apply it anyway? [yes/No] y
    The patch did not apply cleanly. Please integrate the `.rej` files that 
were
    created and resolve conflicts. After you do, type `resolved`. If you 
want to
    abort this process, type `abort`. [resolved/abort] abort
    Removing tracked.rej
Got:
    There are untracked files in your working directory:
    tracked2
    The patch cannot be imported unless these files are removed.
**********************************************************************
File "src/sage/dev/patch.py", line 172, in 
sage.dev.patch.MercurialPatchMixin.?
Failed example:
    open("tracked").read()
Exception raised:
    Traceback (most recent call last):
      File 
"/usr/local/src/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py", 
line 492, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File 
"/usr/local/src/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py", 
line 854, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.dev.patch.MercurialPatchMixin.?[22]>", line 1, in 
<module>
        open("tracked").read()
    IOError: [Errno 2] No such file or directory: 'tracked'
**********************************************************************
File "src/sage/dev/patch.py", line 177, in 
sage.dev.patch.MercurialPatchMixin.?
Failed example:
    dev.import_patch(local_file=patchfile, path_format="new")
Expected:
    Applying: No Subject. Modified: tracked, tracked2
    Patch failed at 0001 No Subject. Modified: tracked, tracked2
    The copy of the patch that failed is found in:
       .../rebase-apply/patch
    <BLANKLINE>
    The patch does not apply cleanly. Reject files will be created for the 
parts
    that do not apply if you proceed.
    Apply it anyway? [yes/No] y
    The patch did not apply cleanly. Please integrate the `.rej` files that 
were
    created and resolve conflicts. After you do, type `resolved`. If you 
want to
    abort this process, type `abort`. [resolved/abort] resolved
    Removing tracked.rej
Got:
    There are untracked files in your working directory:
    tracked2
    The patch cannot be imported unless these files are removed.
**********************************************************************
File "src/sage/dev/patch.py", line 190, in 
sage.dev.patch.MercurialPatchMixin.?
Failed example:
    open("tracked").read() # we did not actually incorporate the .rej files 
in this doctest, so nothing has changed
Exception raised:
    Traceback (most recent call last):
      File 
"/usr/local/src/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py", 
line 492, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File 
"/usr/local/src/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py", 
line 854, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.dev.patch.MercurialPatchMixin.?[26]>", line 1, in 
<module>
        open("tracked").read() # we did not actually incorporate the .rej 
files in this doctest, so nothing has changed
    IOError: [Errno 2] No such file or directory: 'tracked'
**********************************************************************

On Wednesday, 15 April 2015 20:39:44 UTC+10, Volker Braun wrote:
>
> No, downgrade to code 6.2 for now.
>
> On Wednesday, April 15, 2015 at 12:03:23 PM UTC+2, Andrew wrote:
>>
>> It was mentioned in sage-dev that there were issues with xcode 6.3 due to 
>> apple's usual duty of care.
>>
>> Were these fixed?
>>
>> Andrew
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to