Ubuntu Pastebin

Paste from Nish at Wed, 5 Oct 2016 15:29:15 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
FAIL: LLVM-Unit :: ADT/Release/ADTTests/APIntTest.LargeAPIntConstruction (11245 of 12318)
******************** TEST 'LLVM-Unit :: ADT/Release/ADTTests/APIntTest.LargeAPIntConstruction' FAILED ********************
Note: Google Test filter = APIntTest.LargeAPIntConstruction
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from APIntTest
[ RUN      ] APIntTest.LargeAPIntConstruction
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
0  libLLVM-3.6.so.1 0x00007f563e332b22 llvm::sys::PrintStackTrace(_IO_FILE*) + 50
1  libLLVM-3.6.so.1 0x00007f563e331251
2  libpthread.so.0  0x00007f563d4d2670
3  libc.so.6        0x00007f563cb907ef gsignal + 159
4  libc.so.6        0x00007f563cb923ea abort + 362
5  libstdc++.so.6   0x00007f563d1ca58d __gnu_cxx::__verbose_terminate_handler() + 365
6  libstdc++.so.6   0x00007f563d1c8336
7  libstdc++.so.6   0x00007f563d1c8381
8  libstdc++.so.6   0x00007f563d1c8599
9  libstdc++.so.6   0x00007f563d1c8b5c
10 libLLVM-3.6.so.1 0x00007f563e2f79b8 llvm::APInt::initSlowCase(unsigned int, unsigned long, bool) + 40
11 ADTTests         0x00005599daf8533a
12 ADTTests         0x00005599db120a3a testing::Test::Run() + 186
13 ADTTests         0x00005599db120b80 testing::TestInfo::Run() + 272
14 ADTTests         0x00005599db120c45 testing::TestCase::Run() + 165
15 ADTTests         0x00005599db124897 testing::internal::UnitTestImpl::RunAllTests() + 583
16 ADTTests         0x00005599db124b82 testing::UnitTest::Run() + 34
17 ADTTests         0x00005599daf48c56 main + 70
18 libc.so.6        0x00007f563cb7b3f1 __libc_start_main + 241
19 ADTTests         0x00005599daf48cba _start + 42

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 
FAIL: LLVM-Unit :: ADT/Release/ADTTests/APIntTest.nearestLogBase2 (11260 of 12318)
******************** TEST 'LLVM-Unit :: ADT/Release/ADTTests/APIntTest.nearestLogBase2' FAILED ********************
Note: Google Test filter = APIntTest.nearestLogBase2
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from APIntTest
[ RUN      ] APIntTest.nearestLogBase2
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
0  libLLVM-3.6.so.1 0x00007fdac8f3ab22 llvm::sys::PrintStackTrace(_IO_FILE*) + 50
1  libLLVM-3.6.so.1 0x00007fdac8f39251
2  libpthread.so.0  0x00007fdac80da670
3  libc.so.6        0x00007fdac77987ef gsignal + 159
4  libc.so.6        0x00007fdac779a3ea abort + 362
5  libstdc++.so.6   0x00007fdac7dd258d __gnu_cxx::__verbose_terminate_handler() + 365
6  libstdc++.so.6   0x00007fdac7dd0336
7  libstdc++.so.6   0x00007fdac7dd0381
8  libstdc++.so.6   0x00007fdac7dd0599
9  libstdc++.so.6   0x00007fdac7dd0b5c
10 libLLVM-3.6.so.1 0x00007fdac8eff9b8 llvm::APInt::initSlowCase(unsigned int, unsigned long, bool) + 40
11 ADTTests         0x0000561320c453f8
12 ADTTests         0x0000561320ddaa3a testing::Test::Run() + 186
13 ADTTests         0x0000561320ddab80 testing::TestInfo::Run() + 272
14 ADTTests         0x0000561320ddac45 testing::TestCase::Run() + 165
15 ADTTests         0x0000561320dde897 testing::internal::UnitTestImpl::RunAllTests() + 583
16 ADTTests         0x0000561320ddeb82 testing::UnitTest::Run() + 34
17 ADTTests         0x0000561320c02c56 main + 70
18 libc.so.6        0x00007fdac77833f1 __libc_start_main + 241
19 ADTTests         0x0000561320c02cba _start + 42
Download as text