swift-ci
(Swift CI)
1
@rxwei would this be from your changes?
Failing Tests (6):
Swift-Unit :: AST/./SwiftASTTests/IndexSubset.Equality
Swift-Unit :: AST/./SwiftASTTests/IndexSubset.Initializers
Swift-Unit :: AST/./SwiftASTTests/IndexSubset.Bits
Swift-Unit :: AST/./SwiftASTTests/IndexSubset.Iteration
Swift-Unit :: AST/./SwiftASTTests/IndexSubset.SupersetAndSubset
Swift-Unit :: AST/./SwiftASTTests/IndexSubset.Insertion
rxwei
(Richard Wei)
3
Yes, I can look into it today.
bgogul
(Gogul Balakrishnan)
5
Hi Nathan,
I can't see the logs from the link. Can you post the configuration/build-preset that was used for the run?
I tried building swift with ASAN enabled as follows:
swift/utils/build-script --assertions --no-swift-stdlib-assertions --swift-enable-ast-verifier=0 --release --enable-asan
Unfortunately, clang failed when building libdispatch with the following error:
brain/swift-core/swift-corelibs-libdispatch/src/init.c
fatal error: error in backend: Cannot select: 0x55a0945134e8: i64 = truncate 0x55a09454cdd0
In function: _dispatch_bug_kevent_vanished
clang: error: clang frontend command failed with exit code 70 (use -v to see invocation)
clang version 6.0.1-10 (tags/RELEASE_601/final)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
clang: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script.
clang: note: diagnostic msg:
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/init-32786b.c
clang: note: diagnostic msg: /tmp/init-32786b.sh
clang: note: diagnostic msg:
1 Like
Hi Gogul,
The job is still failing so you can check out the logs from one of the more recent builds by going up a level in the URL: https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/. This is the most recent one at the moment.
The bot is using the preset below:
utils/build-script --preset "buildbot_incremental_asan,tools=RDA,stdlib=RDA"
and the build directory ends up at ../build/buildbot_incremental_asan (relative to the swift checkout).
Hope that helps, and thanks for looking into this!