Sorry about that, seems like my new test-case generates a slightly different code pattern on 32-bit targets (different size of Int) - created a pull request that should unblock the bots: https://github.com/apple/swift/pull/10567 <https://github.com/apple/swift/pull/10567>
Regards, —Joe | | 📧 shajr...@apple.com <mailto:shajr...@apple.com> | 📱(+1) 408-930-5203 > On Jun 23, 2017, at 22:02, Mark Lacey <mark.la...@apple.com> wrote: > > Joe, this failure looks like it is likely related to your commit below. > > Mark > >> On Jun 23, 2017, at 7:26 PM, no-reply--- via swift-dev <swift-dev@swift.org >> <mailto:swift-dev@swift.org>> wrote: >> >> [FAILURE] oss-swift-package-osx [#3603] >> >> Build URL: https://ci.swift.org/job/oss-swift-package-osx/3603/ >> <https://ci.swift.org/job/oss-swift-package-osx/3603/> >> Project: oss-swift-package-osx >> Date of build: Fri, 23 Jun 2017 17:02:58 -0700 >> Build duration: 2 hr 23 min >> 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 >> <https://ci.swift.org//job/oss-swift-package-osx/3603/consoleFull#-1930582231ee1a197b-acac-4b17-83cf-a53b95139a76> >> Regression test failed: This build failed because a regression test in the >> test suite FAILed. Below is a list of all errors: >> Indication 1 >> <https://ci.swift.org//job/oss-swift-package-osx/3603/consoleFull#500575464fca400bf-2f4a-462e-b517-e058d770b2d7> >> Changes >> >> Commit f1f969491228fba50289a0d0b2cea30fc5ccbe0b by Huon Wilson: >> [NFC] Improve some code clarity in SIL and TBDGen. >> >> edit: lib/SIL/SILWitnessTable.cpp >> edit: lib/TBDGen/TBDGen.cpp >> >> Commit 972502d0247aaf5da05eaa81347175bb672202dc by Harlan Haskins: >> Remove subclasses of SyntaxData and move validation logic into Syntax >> >> edit: include/swift/Syntax/Syntax.h >> edit: include/swift/Syntax/UnknownSyntax.h >> edit: lib/Syntax/UnknownSyntax.cpp >> edit: lib/Syntax/StmtSyntax.cpp >> edit: include/swift/Syntax/TypeSyntax.h >> edit: lib/Syntax/Syntax.cpp >> edit: include/swift/Syntax/StmtSyntax.h >> edit: include/swift/Syntax/SyntaxCollection.h >> edit: include/swift/Syntax/ExprSyntax.h >> delete: include/swift/Syntax/SyntaxCollectionData.h >> edit: include/swift/Syntax/DeclSyntax.h >> edit: lib/Syntax/GenericSyntax.cpp >> edit: lib/Sema/Semantics.cpp >> edit: include/swift/Syntax/SyntaxData.h >> add: include/swift/Syntax/AtomicCache.h >> edit: lib/Syntax/SyntaxFactory.cpp >> edit: include/swift/Syntax/GenericSyntax.h >> edit: include/swift/Syntax/SyntaxKinds.def >> edit: lib/Syntax/TypeSyntax.cpp >> edit: lib/Syntax/SyntaxData.cpp >> edit: lib/Syntax/LegacyASTTransformer.cpp >> edit: lib/Syntax/ExprSyntax.cpp >> edit: lib/Syntax/DeclSyntax.cpp >> >> Commit 68164ade6ddd265dadd9f3b32b04ff9bb81e59fe by Doug Gregor: >> [AST] Use ParenType for the input type of canonical function types. >> >> edit: lib/SIL/SILFunctionType.cpp >> edit: lib/AST/ASTContext.cpp >> edit: lib/IRGen/GenMeta.cpp >> edit: lib/AST/Type.cpp >> edit: include/swift/AST/Types.h >> edit: lib/IDE/TypeReconstruction.cpp >> edit: lib/IRGen/GenReflection.cpp >> edit: lib/AST/ASTMangler.cpp >> edit: lib/SIL/TypeLowering.cpp >> edit: lib/AST/TypeWalker.cpp >> >> Commit bbae4df4cf74bf6965e28c248a48960fc994f936 by Harlan Haskins: >> Update README to reflect new structure >> >> edit: include/swift/Syntax/TypeSyntax.h >> edit: include/swift/Syntax/DeclSyntax.h >> edit: include/swift/Syntax/ExprSyntax.h >> edit: include/swift/Syntax/GenericSyntax.h >> edit: include/swift/Syntax/StmtSyntax.h >> edit: lib/Syntax/README.md >> edit: include/swift/Syntax/UnknownSyntax.h >> >> Commit b73725ad41ccd8b7a5c2c98fdfa8de98e4573584 by Harlan Haskins: >> Fix SyntaxCollection template errors >> >> edit: include/swift/Syntax/SyntaxCollection.h >> >> Commit b9c04ec51a5dedc52b9c8887167753d867805b41 by Harlan Haskins: >> Clean up AtomicCache >> >> edit: include/swift/Syntax/AtomicCache.h >> >> Commit 0e61e50ebbd635fe4451de099e08985670c25919 by Harlan Haskins: >> Fix UnknownSyntaxTests. One test still fails. >> >> edit: include/swift/Syntax/SyntaxData.h >> edit: unittests/Syntax/UnknownSyntaxTests.cpp >> edit: lib/Syntax/UnknownSyntax.cpp >> >> Commit 2af1a77fadb6b3e8dda290b0b8e9bbfea3b40f42 by Harlan Haskins: >> UnknownSyntax now accounts for non-token children. >> >> edit: lib/Syntax/UnknownSyntax.cpp >> >> Commit 07d396b712c09563c15f4cb3ef6c0e2eb69f0f52 by Itai Ferber: >> Encode Decimal as a numeric value in JSON >> >> edit: stdlib/public/SDK/Foundation/JSONEncoder.swift >> edit: test/stdlib/TestJSONEncoder.swift >> edit: test/stdlib/TestPlistEncoder.swift >> >> Commit a0047777ff03b058a71edeadce67967abe735d61 by Harlan Haskins: >> Remove friend declarations for removed classes >> >> edit: include/swift/Syntax/TypeSyntax.h >> edit: include/swift/Syntax/DeclSyntax.h >> edit: include/swift/Syntax/StmtSyntax.h >> edit: include/swift/Syntax/GenericSyntax.h >> edit: include/swift/Syntax/ExprSyntax.h >> >> Commit a77029a0e4ef4a2af9b0c5b4f3f0d604afc416e0 by Harlan Haskins: >> Remove friend declarations for SyntaxData >> >> edit: include/swift/Syntax/Syntax.h >> edit: include/swift/Syntax/TypeSyntax.h >> edit: include/swift/Syntax/ExprSyntax.h >> edit: include/swift/Syntax/GenericSyntax.h >> edit: include/swift/Syntax/SyntaxCollection.h >> edit: include/swift/Syntax/StmtSyntax.h >> >> Commit 69151171dbc508e2c527355d82eb3d83a4bf101e by Harlan Haskins: >> Clean up removals of friend declarations >> >> edit: include/swift/Syntax/SyntaxCollection.h >> edit: include/swift/Syntax/ExprSyntax.h >> edit: include/swift/Syntax/StmtSyntax.h >> edit: include/swift/Syntax/TypeSyntax.h >> edit: include/swift/Syntax/Syntax.h >> edit: include/swift/Syntax/GenericSyntax.h >> >> Commit 1693b38ea870b75dbf4c74b6916b3ca09ae185d9 by Doug Gregor: >> [AST] Adopt AnyFunctionType::getParams() when computing overloading >> >> edit: lib/AST/Decl.cpp >> edit: include/swift/AST/Types.h >> >> Commit 12ff3794bc0cb68a47bce879c2ab2cede6c132b9 by David Farler: >> [Migrator] Don't run AST passes when in Swift 4 or later >> >> add: test/Migrator/no_ast_passes_after_swift4.swift >> add: test/Migrator/no_ast_passes_after_swift4.swift.expected >> edit: lib/Migrator/README.md >> edit: lib/Migrator/Migrator.cpp >> edit: test/Migrator/DoubleEditAPI.json >> >> Commit e77fd218ddd268fe683550fea73eb6410d617a86 by Max Moiseev: >> [test] Report Swift version in the test name >> >> edit: test/stdlib/StringFlatMap.swift >> >> Commit dde2eb94dfe2c22e06288ba88c1150479bd70910 by Mishal Shah: >> [Utils] Update the branch names in update-checkout >> >> edit: utils/update-checkout-config.json >> >> Commit 326ba1e67fdff25f9d37a49255fd5227ba3f9d09 by Joe Shajrawi: >> Large Types IRGen Pass: Fix runtime crash for large enums >> >> edit: lib/IRGen/LoadableByAddress.cpp >> edit: test/IRGen/big_types_corner_cases.swift >> >> Commit 5c598c982bcf5dbff6506c675061556163cf9b6a by Tom Stellard: >> Merging part of 292188: >> >> edit: lib/Analysis/TargetLibraryInfo.cpp >> >> Commit 5039a727745668dc295251148e0e948b871063a6 by Tom Stellard: >> Merging r303257: >> >> edit: lib/Target/PowerPC/PPCFrameLowering.cpp >> add: test/CodeGen/PowerPC/save-crbp-ppc32svr4.ll >> add: test/CodeGen/PowerPC/save-bp.ll >> add: test/CodeGen/PowerPC/save-cr-ppc32svr4.ll >> >> Commit 8f89f7255e2c73d651ee91cf8308ab220c8dfede by Tom Stellard: >> Merging r302183: >> >> add: test/CodeGen/PowerPC/restore-r30.ll >> edit: lib/Target/PowerPC/PPCFrameLowering.cpp >> >> Commit f3d3277bb713bb8aced9a7ac2e9b05c52d2844ee by Tom Stellard: >> Merging r298179: >> >> edit: lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp >> edit: include/llvm/CodeGen/FastISel.h >> edit: lib/Target/XCore/XCoreISelLowering.cpp >> edit: lib/Target/AArch64/AArch64ISelLowering.cpp >> edit: lib/CodeGen/SelectionDAG/LegalizeTypes.cpp >> edit: lib/CodeGen/SelectionDAG/FastISel.cpp >> edit: lib/CodeGen/SelectionDAG/SelectionDAG.cpp >> edit: lib/CodeGen/SelectionDAG/TargetLowering.cpp >> edit: include/llvm/Target/TargetLowering.h >> edit: lib/Target/X86/X86SelectionDAGInfo.cpp >> edit: lib/Target/X86/X86ISelLowering.cpp >> edit: lib/Target/XCore/XCoreSelectionDAGInfo.cpp >> edit: lib/CodeGen/SelectionDAG/LegalizeDAG.cpp >> edit: include/llvm/IR/Module.h >> edit: lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp >> edit: lib/IR/Module.cpp >> edit: lib/Target/PowerPC/PPCISelLowering.cpp >> add: test/CodeGen/X86/regparm.ll >> edit: lib/Target/ARM/ARMSelectionDAGInfo.cpp >> edit: lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp >> edit: lib/Target/Mips/MipsISelLowering.cpp >> edit: lib/Target/AVR/AVRISelLowering.cpp >> edit: lib/Target/ARM/ARMISelLowering.cpp >> edit: lib/Target/AArch64/AArch64SelectionDAGInfo.cpp >> edit: lib/Target/X86/X86ISelLowering.h >> >> Commit bf9338a0679df128255df0dbf963e92b5cef238f by Tom Stellard: >> Merging r304537: >> >> edit: test/CodeGen/ARM/global-merge-external.ll >> edit: lib/CodeGen/GlobalMerge.cpp >> >> Commit c8fccc53ed66d505898f8850bcc690c977a7c9a7 by Tom Stellard: >> Merging r300267: >> >> edit: lib/Support/Host.cpp >> >> Commit c497503f98fa155306447ebdcfb651bd0eaf40fc by Akira Hatanaka: >> Add a subgroup of c++1z-compat to enable and disable the warning about >> >> edit: test/SemaCXX/cxx1z-noexcept-function-type.cpp >> edit: include/clang/Basic/DiagnosticSemaKinds.td >> edit: include/clang/Basic/DiagnosticGroups.td >> >> Commit e155fbdcdc2c7f5dca894375a2750b696e16ee6c by Vedant Kumar: >> [ubsan] Disable the object size check at -O0 >> >> edit: test/Driver/fsanitize.c >> add: test/Driver/fsanitize-object-size.c >> edit: include/clang/Basic/DiagnosticDriverKinds.td >> edit: lib/Driver/SanitizerArgs.cpp >> >> Commit dd45806bc409c74b0477072897164e140ef61877 by Vedant Kumar: >> Add a warning to a group >> >> edit: include/clang/Basic/DiagnosticDriverKinds.td >> >> _______________________________________________ >> swift-dev mailing list >> swift-dev@swift.org <mailto:swift-dev@swift.org> >> https://lists.swift.org/mailman/listinfo/swift-dev >> <https://lists.swift.org/mailman/listinfo/swift-dev>
_______________________________________________ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev