[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.10 - Long Test (master) #828

Clack, another one:

FATAL: Unable to produce a script file
java.io.IOException: No space left on device
  at java.io.UnixFileSystem.createFileExclusively(Native Method)

“java.io.UnixFileSystem.createFileExclusively”: The law of exclusivity strikes again! :-)

···

On Dec 20, 2017, at 2:54 PM, swift-ci@swift.org wrote:

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10-long-test [#828]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10-long-test/828/
Project: oss-swift-incremental-RA-linux-ubuntu-16_10-long-test
Date of build: Wed, 20 Dec 2017 16:52:00 -0600
Build duration: 2 min 43 sec
Identified problems:

Jenkins Error: This build failed because of a Jenkins Error; typically a Java exception.
Indication 1 <https://ci.swift.org//job/oss-swift-incremental-RA-linux-ubuntu-16_10-long-test/828/consoleFull#-5431544486df47c20-dc3c-42f5-ad0c-b42e13ae77f5&gt;
Changes

Commit 0c6e0c25a1bb5d7dd1055d89a8f7a6ff4191a1d7 by clattner:
Two NFC changes: - Add a DominanceInfo::dominates helper functions that

edit: include/swift/SIL/Dominance.h
edit: lib/SIL/SILBuilder.cpp

Commit 3c128f3892883a1ec884ebac120e432b49b0b22e by dave:
[AST] NFC: Minor performance tuning

edit: lib/AST/ASTContext.cpp
edit: include/swift/AST/Types.h

Commit dbb421ba95e0b5031372c78460062c14eb7f181e by dave:
[AST] NFC: Tail allocate ErasureExpr conformances

edit: lib/Sema/CSApply.cpp
edit: lib/AST/Expr.cpp
edit: include/swift/AST/Expr.h

Commit 5a4e96fcc23691319e7abbdfc522f7046fa7e4bf by dave:
[AST] NFC: Tail allocate UnresolvedSpecializeExpr TypeLocs

edit: include/swift/AST/Expr.h
edit: lib/Parse/ParseExpr.cpp
edit: lib/AST/Expr.cpp

Commit 362d801472a4316c86b9fadff2c02b4ec44de801 by dave:
[AST] NFC: Tail allocate CaptureListExpr entries

edit: lib/Parse/ParseExpr.cpp
edit: include/swift/AST/Expr.h
edit: lib/AST/Expr.cpp

Commit 37ff003517b3ef967c9daf9461d8cbc7cdbeac87 by dave:
[AST] NFC: ErrorType is effectively 'final'

edit: include/swift/AST/Types.h

Commit 2accb6757950774d141b46778281109429e31ace by pyaskevich:
[SILGen] NFC: Fix expected mangling in the default_arguments test-case

edit: test/SILGen/default_arguments.swift

Commit 2aa3583e1f0054b6fb0383908a4ad1cf930f64c3 by moiseev:
[tests] Remove unnecessary test output

edit: stdlib/private/StdlibCollectionUnittest/CheckMutableCollectionType.swift.gyb

Commit 98db9d01b73067946bbc1174891e7b15cd38e8d1 by pyaskevich:
[Mangling/ABI] NFC: Update ABI/Mangling.rst to reflect parameter label

edit: docs/ABI/Mangling.rst

Commit a91442aed6550760e730b5ea2eb0069626be2724 by artem.dergachev:
[analyzer] Fix a crash during C++17 aggregate construction of base

edit: test/Analysis/initializer.cpp
edit: lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
edit: lib/StaticAnalyzer/Core/ExprEngineCXX.cpp

Commit 90782bafa1e12ead93617026963a2c83f9d3f56f by artem.dergachev:
[analyzer] trackNullOrUndefValue: track last store to non-variables.

edit: test/Analysis/inlining/inline-defensive-checks.c
edit: test/Analysis/nullptr.cpp
edit: lib/StaticAnalyzer/Core/BugReporterVisitors.cpp

Commit 05fcdcf3d93a5977541116154048c56cb7c7f9a6 by artem.dergachev:
[analyzer] trackNullOrUndefValue: always track through parentheses and

edit: test/Analysis/inlining/path-notes.m
edit: test/Analysis/inlining/false-positive-suppression.m
edit: lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
edit: test/Analysis/uninit-const.cpp
edit: test/Analysis/inlining/path-notes.cpp
edit: test/Analysis/inlining/inline-defensive-checks.c

Commit 44f90c2b43c1357c915dfc234f6baca74c82c519 by artem.dergachev:
[analyzer] De-duplicate path diagnostics for each exploded graph node.

edit: lib/StaticAnalyzer/Core/BugReporter.cpp
edit: include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
edit: test/Analysis/inlining/path-notes.cpp