Report
[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#3133]
Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/3133/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_10
Date of build:
Sat, 17 Mar 2018 12:42:35 -0500
Build duration:
45 min
Changes
-
Commit 3e15830ef739e140f115170c4e538b1fbb34a699 by rjmccall:
AST: Fix for name lookup not finding initializers in protocols- edit: lib/AST/NameLookup.cpp
- edit: test/Generics/superclass_constraint.swift
- edit: test/decl/protocol/special/coding/class_codable_inheritance_diagnostics.swift
-
Commit e74b02ab063f33a86f18c5ec93d11a575d78c0a8 by rjmccall:
Sema: Remove unnecessary lookupConstructors() call from- edit: lib/Sema/CSSimplify.cpp
-
Commit 1899ae3ec41209ef0dc45412e959c1d4e7aec26f by rjmccall:
Allow the lambda-based mutex operations to return a value. NFC.- edit: include/swift/Runtime/Mutex.h
-
Commit 3cf9a6f91a27add486e6a9cad30b6067896d08ed by rjmccall:
Add the caching machinery for arbitrary metadata dependencies.- edit: stdlib/public/runtime/Metadata.cpp
- edit: stdlib/public/runtime/MetadataCache.h
- edit: include/swift/ABI/MetadataValues.h
-
Commit 3d5d643b9e4423b26d64106f4f2936a289fee5a9 by rjmccall:
Substantially simplify the synchronization scheme for metadata caches.- edit: stdlib/public/runtime/Metadata.cpp
- edit: stdlib/public/runtime/MetadataCache.h
-
Commit 738bff00897a39f9879005519f31e7e35301db6e by rjmccall:
Move ValueWitnessFlags into MetadataValues.h. NFC.- edit: lib/IRGen/IRGenMangler.cpp
- edit: include/swift/Runtime/Metadata.h
- edit: lib/IRGen/GenOpaque.cpp
- edit: lib/IRGen/GenValueWitness.cpp
- edit: include/swift/ABI/MetadataValues.h
- edit: include/swift/IRGen/ValueWitness.h
- edit: lib/IRGen/GenMeta.cpp
-
Commit aa0658decf159c13f7b3f19844dbe5968b20653c by rjmccall:
Allow value witness tables to advertise themselves as incomplete and use- edit: include/swift/Runtime/Metadata.h
- edit: test/IRGen/generic_structs.sil
- edit: lib/IRGen/GenValueWitness.cpp
- edit: stdlib/public/runtime/Metadata.cpp
- edit: include/swift/ABI/MetadataValues.h
-
Commit 1d4fc1933b2afdaa82211765365d228725b7a75b by rjmccall:
Let the runtime copy generic arguments into place.- edit: test/multifile/require-layout-generic-arg.swift
- edit: test/IRGen/generic_types.swift
- edit: test/IRGen/generic_classes.sil
- edit: test/multifile/require-layout-generic-arg-subscript.swift
- edit: stdlib/public/runtime/Metadata.cpp
- edit: test/multifile/require-layout-generic-arg-closure.swift
- edit: test/IRGen/enum.sil
- edit: test/IRGen/generic_structs.sil
- edit: lib/IRGen/GenMeta.cpp