Report
[FAILURE] oss-swift-package-osx [#2454]
Build URL:
https://ci.swift.org/job/oss-swift-package-osx/2454/
Project:
oss-swift-package-osx
Date of build:
Tue, 30 Oct 2018 00:42:25 -0500
Build duration:
2 hr 1 min
Identified problems:
- Assertion failure: This build failed because of an assertion failure. Below is a list of all errors in the build log:
- Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
Changes
-
Commit 9d9200e9eb6187240e54b13f7398007be57996e8 by pali:
[benchmark] Measure setUpFunction- edit: benchmark/utils/DriverUtils.swift
-
Commit f729b8e62354c5756536425b38a6415f7c47fa01 by pali:
[benchmark] Fix merging max_rss when None- edit: benchmark/scripts/test_compare_perf_tests.py
- edit: benchmark/scripts/compare_perf_tests.py
-
Commit 78159e1fe3bb7901d8878e89664bd50b4f8c1ec9 by pali:
[benchmark] Fix drop mean and sd on merge- edit: benchmark/scripts/compare_perf_tests.py
- edit: benchmark/scripts/test_compare_perf_tests.py
-
Commit 0f25849f8c4755d462ce5afdfbf482d30a31de64 by pali:
[benchmark] Parse setup time from verbose log- edit: benchmark/scripts/compare_perf_tests.py
- edit: benchmark/scripts/test_compare_perf_tests.py
-
Commit 9ba571f6414355fe2cf0f130189a270b88b0800a by pali:
[benchmark] Parse yield timings from verbose log- edit: benchmark/scripts/test_compare_perf_tests.py
- edit: benchmark/scripts/compare_perf_tests.py
-
Commit 012e07cdd29abf0b7205654a02cf847e123e7ca2 by pali:
[benchmark] LogParser support for quantile format- edit: benchmark/scripts/test_compare_perf_tests.py
- edit: benchmark/scripts/compare_perf_tests.py
-
Commit 61a092a695819ea8bd36e36c07e18c7c85cd99ec by pali:
[benchmark] LogParser delta quantiles support- edit: benchmark/scripts/test_compare_perf_tests.py
- edit: benchmark/scripts/compare_perf_tests.py
-
Commit 67b489dcb1cb088e23705808fe1499ef7c22f537 by pali:
[benchmark] Auto-determine number of samples- edit: benchmark/utils/DriverUtils.swift
-
Commit 0438c45e2d86409a2cfd7cd985cc09d23c5736ce by pali:
[benchmark] B_D iterations => independent-samples- edit: benchmark/cmake/modules/AddSwiftBenchmarkSuite.cmake
- edit: benchmark/scripts/test_Benchmark_Driver.py
- edit: benchmark/scripts/Benchmark_Driver
-
Commit a04edd1d4712c94eacc1f9ad95759628215c41c9 by pali:
[benchmark] Quantiles in Benchmark_Driver- edit: benchmark/scripts/test_Benchmark_Driver.py
- edit: benchmark/scripts/Benchmark_Driver
-
Commit 0d318b646487ecb7d872aa07740aa5570c0af8ad by pali:
[benchmark] Discard oversampled quantile values- edit: benchmark/scripts/compare_perf_tests.py
- edit: benchmark/scripts/test_compare_perf_tests.py
-
Commit 397c44747ba794b2e01cd418cbd3923745c3f47e by pali:
[benchmark] Exclude outliers from sample- edit: benchmark/scripts/compare_perf_tests.py
- edit: benchmark/scripts/test_compare_perf_tests.py
-
Commit d9a89ffea2f3b156e630a7fdfff256e395023ee9 by pali:
[benchmark] Use header in CSV log- edit: benchmark/scripts/test_Benchmark_Driver.py
- edit: benchmark/scripts/Benchmark_Driver
-
Commit 638f4f8e5ea130def90f20a4fcfecedffe46bc58 by pali:
[benchmark] Recommended runtime should be < 1ms- edit: benchmark/scripts/Benchmark_Driver
- edit: benchmark/scripts/test_Benchmark_Driver.py
-
Commit a24d0ff7a50c8c0c48d53e593abcb9321fd5de66 by pali:
[benchmark] BenchmarkDoctor checks setup time- edit: benchmark/scripts/Benchmark_Driver
- edit: benchmark/scripts/test_Benchmark_Driver.py
-
Commit e0fa6cf82784a5f0d978b5a15862aa73cee6093c by pali:
[benchmark] Update lit test for variable sampling- edit: test/benchmark/Benchmark_O.test.md
-
Commit 12bb49f57a0170914ce71f127d408e4016951bf8 by atrick:
Expose SIL/BasicBlockUtils for critical edge splitting.- edit: include/swift/SIL/BasicBlockUtils.h
- edit: lib/SILOptimizer/Transforms/SpeculativeDevirtualizer.cpp
- edit: lib/SILOptimizer/Utils/CFG.cpp
- edit: lib/SILOptimizer/Utils/LoopUtils.cpp
- edit: include/swift/SILOptimizer/Utils/CFG.h
- edit: lib/SILOptimizer/Utils/StackNesting.cpp
- edit: lib/SIL/BasicBlockUtils.cpp
-
Commit 88979f9c90f87f13643032dc2e549a604d0dabd3 by mgottesman:
[silgen] When emitting a top level error, end_lifetime the error after- edit: lib/SILGen/SILGen.cpp
- edit: test/SILGen/toplevel_errors.swift
-
Commit 897b9ef82ea8bb5b16879ef15001de812a4f58eb by pali:
[benchmark] Gardening: Fix linter nitpicks- edit: benchmark/scripts/test_compare_perf_tests.py
- edit: benchmark/scripts/compare_perf_tests.py
-
Commit c1164c0bac1e44fd5cfc4438f21a7a12b8ea71c3 by atrick:
Add splitCriticalEdgesFrom API.- edit: include/swift/SILOptimizer/Utils/CFG.h
- edit: lib/SILOptimizer/Utils/CFG.cpp
-
Commit 1a9e13429c223d1750908dd0f34ef8ca0afc1522 by atrick:
SILBuilder: add comments to constructors.- edit: include/swift/SIL/SILBuilder.h
-
Commit 3aebfa9bf0acbbeaf3aa5b8b84da88ef6d1719f6 by atrick:
SILBuilder: add a createFallThroughBlock convenience.- edit: include/swift/SIL/SILBuilder.h
-
Commit 077757858bedf36361017c610d4b7af058c9f569 by atrick:
LoopUnroll comment- edit: lib/SILOptimizer/LoopTransforms/LoopUnroll.cpp
-
Commit 2aa8427dc609d4af106dbd0ca441f08d4e54f643 by atrick:
SILCloner: rename 'remapValue' to 'getMappedValue' to avoid confusion.- edit: lib/SILOptimizer/IPO/CapturePropagation.cpp
- edit: include/swift/SILOptimizer/Utils/Local.h
- edit: lib/SILOptimizer/Transforms/CSE.cpp
- edit: lib/SILOptimizer/IPO/GlobalOpt.cpp
- edit: lib/SILOptimizer/IPO/LetPropertiesOpts.cpp
- edit: include/swift/SIL/SILCloner.h
- edit: lib/SILOptimizer/LoopTransforms/LoopUnroll.cpp
- edit: lib/SILOptimizer/Utils/Local.cpp
- edit: lib/SIL/SILInstruction.cpp
- edit: lib/SILOptimizer/Utils/SILInliner.cpp
- edit: lib/SILOptimizer/LoopTransforms/COWArrayOpt.cpp
-
Commit ff20f2b44f973a45931eeb6e4fd609504c46946e by compnerd:
runtime: adjust known metadata for SIMD vector types- edit: stdlib/public/runtime/KnownMetadata.cpp
-
Commit e07c00c652bbaab4dc7d8390aae4bc457ba5f32d by compnerd:
Syntax: correct implementation forremoving
- edit: include/swift/Syntax/SyntaxCollection.h
- edit: unittests/Syntax/SyntaxCollectionTests.cpp
-
Commit 24dd1739d459c90ebfa83480d808be2e28aba3fb by compnerd:
swift-stdlib-tool: switch to add_swift_host_tool- edit: tools/swift-stdlib-tool/CMakeLists.txt
-
Commit ba7815b66358b584b71cfa93e5b9e282ab7685a1 by mgottesman:
[benchmark] Fix swiftpm based benchmark build on Linux.- edit: benchmark/Package.swift
- edit: benchmark/utils/DriverUtils.swift
- edit: benchmark/utils/main.swift
-
Commit b9269977c0d80a23d5388f420d3460f416f5812f by mgottesman:
[silgen] Rather than adding enable-sil-ownership to all SILGen tests- edit: test/lit.cfg
-
Commit c84ea2b281c197af66f8a210b7cc36f7642ef572 by rishizaki:
[CodeCompletion] Improve context type analysis for overloaded method- edit: test/IDE/complete_value_expr.swift
- edit: test/IDE/complete_call_arg.swift
- edit: test/IDE/complete_unresolved_members.swift
- edit: lib/IDE/CodeCompletion.cpp
-
Commit 4ddd82f990f8ef1271df45c09a16e9e05fd885c3 by github:
Add regression test for fixed crasher (#20098)- add: validation-test/compiler_crashers_2_fixed/28872-rdar45583135.swift
-
Commit 4964e2de308958ae9088b2ccd99721105331efab by github:
[build-script] When building packages install libIndexStore from clang- edit: utils/build-presets.ini
-
Commit 789cd36e6dca1cd8baafaaf255a62a5538f80f74 by mgottesman:
Print a message if lit detects the swift benchmarks are usable for- edit: lit.cfg
-
Commit 270de4505a247a03d563983745308ce516746137 by ankit_aggarwal:
Update whitespace in generated Linux test files- edit: Sources/Workspace/InitPackage.swift
-
Commit e4b21141a69de040fafe1c1df2f32eed0eb06c3d by aprantl:
XFAIL tests while investigating bot breakage.- edit: packages/Python/lldbsuite/test/lang/swift/repl_in_c/TestSwiftPrivateVarReplInC.py
- edit: packages/Python/lldbsuite/test/lang/swift/unit-tests/TestUnitTests.py
-
Commit b0d3fa1b164f0856949a73e0697548fcdedae4d3 by aprantl:
Attempt to make testcase more robust.- edit: packages/Python/lldbsuite/test/lang/swift/repl_in_c/main.c
- edit: packages/Python/lldbsuite/test/lang/swift/repl_in_c/TestSwiftPrivateVarReplInC.py
-
Commit f1a6378d036507e84d120c61ffde4597a1dfcac5 by aprantl:
Make testcase more robust with the relocatable make system- edit: packages/Python/lldbsuite/test/lang/swift/unit-tests/Makefile
- edit: source/Symbol/SwiftASTContext.cpp
- add: packages/Python/lldbsuite/test/lang/swift/unit-tests/dylib.mk
- edit: packages/Python/lldbsuite/test/lang/swift/unit-tests/xctest.c
- edit: packages/Python/lldbsuite/test/lang/swift/unit-tests/TestUnitTests.py
-
Commit 21ac53945ef99230b44cbe1b477398eb8e066d72 by aprantl:
Mark test NO_DEBUG_INFO_TESTCASE- edit: packages/Python/lldbsuite/test/lang/swift/repl_in_c/TestSwiftPrivateVarReplInC.py
- edit: packages/Python/lldbsuite/test/lang/swift/repl_in_c/Makefile
- edit: packages/Python/lldbsuite/test/lang/swift/repl_in_c/main.c
-
Commit 12701ed7b53967f431991276455a1d4235680d98 by aprantl:
Various testsuite cleanups- delete: packages/Python/lldbsuite/test/lang/swift/unit-tests/TestUnitTests.py
- add: packages/Python/lldbsuite/test/lang/swift/repl_in_c/TestSwiftReplInC.py
- delete: packages/Python/lldbsuite/test/lang/swift/repl_in_c/TestSwiftPrivateVarReplInC.py
- add: packages/Python/lldbsuite/test/lang/swift/unit-tests/TestSwiftUnitTests.py
-
Commit a3708dc075ef2af5fd0caa948590e4ef8d50b96e by jmittertreiner:
Replace boolean parameter with enum value according r342633- edit: source/Plugins/Process/Windows/Common/ProcessWindows.cpp