[Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 16.10 (master) #2199

Whoops, missing #include <vector>. I’m AFK and won’t be able to fix for an hour or more.

···

Sent from my iPhone

On Jan 5, 2018, at 7:36 PM, swift-ci@swift.org wrote:

New issue found!

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#2199]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/2199/
Project: oss-swift-incremental-RA-linux-ubuntu-16_10
Date of build: Fri, 05 Jan 2018 21:35:19 -0600
Build duration: 1 min 38 sec
Identified problems:

Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Indication 1
Tests:

Name: Swift(linux-x86_64)
Failed: 0 test(s), Passed: 10153 test(s), Total: 10153 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 506 test(s), Total: 506 test(s)

Changes

Commit 132075f870e3d79f6fb26dfc65bb66e4c520fdd0 by dgregor:
[NFC] Move TypeDecoder into the Demangling library.

edit: include/swift/Remote/MetadataReader.h
edit: tools/swift-reflection-dump/swift-reflection-dump.cpp
edit: stdlib/public/Reflection/TypeRefBuilder.cpp
add: include/swift/Demangling/TypeDecoder.h

Commit 7148e84099671a375ea5ee51d7c66376e47ece63 by dgregor:
[Runtime] Stub out the implementation of _typeByMangledName().

add: test/Runtime/demangleToMetadata.swift
edit: stdlib/public/core/Misc.swift
edit: stdlib/public/runtime/MetadataLookup.cpp

Commit 83fd37a2d051722c1501f44a24bf4db5124036e1 by dgregor:
[Runtime] Form function types based on mangled names.

edit: include/swift/Demangling/TypeDecoder.h
edit: stdlib/public/runtime/MetadataLookup.cpp
edit: test/Runtime/demangleToMetadata.swift

Commit 33f89a13447b8d7a79d9d01f4eb8056b476012ad by dgregor:
[Runtime] Form metatypes based on mangled names.

edit: stdlib/public/runtime/MetadataLookup.cpp
edit: test/Runtime/demangleToMetadata.swift

Commit 04a151d8a0b19446bbaa15fec35231a96430910b by dgregor:
[Runtime] Form existential types and existential types based on mangled

edit: test/Runtime/demangleToMetadata.swift
edit: stdlib/public/runtime/MetadataLookup.cpp