Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.55 KB | None | 0 0
  1. Updating only changed submodules
  2. Submodules updated in 0.02 seconds
  3. Finished dev [unoptimized] target(s) in 0.20s
  4. Building stage0 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
  5. Finished release [optimized] target(s) in 0.22s
  6. Copying stage0 std from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
  7. Building stage0 test artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
  8. Finished release [optimized] target(s) in 0.19s
  9. Copying stage0 test from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
  10. Building stage0 compiler artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
  11. Finished release [optimized] target(s) in 0.24s
  12. Copying stage0 rustc from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
  13. Building stage0 codegen artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu, llvm)
  14. Finished release [optimized] target(s) in 0.19s
  15. Assembling stage1 compiler (x86_64-unknown-linux-gnu)
  16. Building stage1 std artifacts (x86_64-unknown-linux-gnu -> x86_64-fortanix-unknown-sgx)
  17. Finished release [optimized] target(s) in 0.22s
  18. Copying stage1 std from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-fortanix-unknown-sgx)
  19. Building stage1 test artifacts (x86_64-unknown-linux-gnu -> x86_64-fortanix-unknown-sgx)
  20. Compiling term v0.0.0 (/home/jenkins/workspace/rust-sgx-ci/rust/src/libterm)
  21. Compiling getopts v0.2.17
  22. Compiling proc_macro v0.0.0 (/home/jenkins/workspace/rust-sgx-ci/rust/src/libproc_macro)
  23. warning: dropping unsupported crate type `dylib` for target `x86_64-fortanix-unknown-sgx`
  24.  
  25. Compiling test v0.0.0 (/home/jenkins/workspace/rust-sgx-ci/rust/src/libtest)
  26. warning: dropping unsupported crate type `dylib` for target `x86_64-fortanix-unknown-sgx`
  27.  
  28. Finished release [optimized] target(s) in 8.08s
  29. Copying stage1 test from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-fortanix-unknown-sgx)
  30. Testing std stage1 (x86_64-unknown-linux-gnu -> x86_64-fortanix-unknown-sgx)
  31. Compiling rand_core v0.3.0
  32. Compiling rand_pcg v0.1.1
  33. Compiling rand_chacha v0.1.0
  34. Compiling rand v0.6.1
  35. Compiling rand_xorshift v0.1.0
  36. Compiling rand_hc v0.1.0
  37. Compiling rand_isaac v0.1.1
  38. Compiling std v0.0.0 (/home/jenkins/workspace/rust-sgx-ci/rust/src/libstd)
  39. Finished release [optimized] target(s) in 25.71s
  40. Running build/x86_64-unknown-linux-gnu/stage1-std/x86_64-fortanix-unknown-sgx/release/deps/std-502e3ec30daa12d2
  41.  
  42. running 664 tests
  43. test collections::hash::bench::find_existing ... ok
  44. test collections::hash::bench::find_nonexisting ... ok
  45. test collections::hash::bench::get_remove_insert ... ok
  46. test collections::hash::bench::grow_by_insertion ... ok
  47. test collections::hash::bench::hashmap_as_queue ... ok
  48. test collections::hash::bench::new_drop ... ok
  49. test collections::hash::bench::new_insert_drop ... ok
  50. test collections::hash::map::test_map::test_adaptive ... ok
  51. test collections::hash::map::test_map::test_behavior_resize_policy ... ok
  52. test collections::hash::map::test_map::test_capacity_not_less_than_len ... ok
  53. test collections::hash::map::test_map::test_clone ... ok
  54. test collections::hash::map::test_map::test_conflict_remove ... ok
  55. test collections::hash::map::test_map::test_create_capacity_zero ... ok
  56. test collections::hash::map::test_map::test_drops ... ok
  57. test collections::hash::map::test_map::test_empty_entry ... ok
  58. test collections::hash::map::test_map::test_empty_iter ... ok
  59. test collections::hash::map::test_map::test_empty_remove ... ok
  60. test collections::hash::map::test_map::test_entry ... ok
  61. test collections::hash::map::test_map::test_entry_take_doesnt_corrupt ... ok
  62. test collections::hash::map::test_map::test_eq ... ok
  63. test collections::hash::map::test_map::test_expand ... ok
  64. test collections::hash::map::test_map::test_extend_ref ... ok
  65. test collections::hash::map::test_map::test_find ... ok
  66. test collections::hash::map::test_map::test_find_mut ... ok
  67. test collections::hash::map::test_map::test_from_iter ... ok
  68. test collections::hash::map::test_map::test_index ... ok
  69. test collections::hash::map::test_map::test_index_nonexistent ... ok
  70. test collections::hash::map::test_map::test_insert ... ok
  71. test collections::hash::map::test_map::test_insert_conflicts ... ok
  72. test collections::hash::map::test_map::test_insert_overwrite ... ok
  73. test collections::hash::map::test_map::test_into_iter_drops ... ok
  74. test collections::hash::map::test_map::test_is_empty ... ok
  75. test collections::hash::map::test_map::test_iter_len ... ok
  76. test collections::hash::map::test_map::test_iter_mut_len ... ok
  77. test collections::hash::map::test_map::test_iterate ... ok
  78. test collections::hash::map::test_map::test_keys ... ok
  79. test collections::hash::map::test_map::test_lots_of_insertions ... ok
  80. test collections::hash::map::test_map::test_mut_size_hint ... ok
  81. test collections::hash::map::test_map::test_occupied_entry_key ... ok
  82. test collections::hash::map::test_map::test_raw_entry ... ok
  83. test collections::hash::map::test_map::test_remove ... ok
  84. test collections::hash::map::test_map::test_remove_entry ... ok
  85. test collections::hash::map::test_map::test_reserve_shrink_to_fit ... ok
  86. test collections::hash::map::test_map::test_retain ... ok
  87. test collections::hash::map::test_map::test_show ... ok
  88. test collections::hash::map::test_map::test_size_hint ... ok
  89. test collections::hash::map::test_map::test_try_reserve ... ok
  90. test collections::hash::map::test_map::test_vacant_entry_key ... ok
  91. test collections::hash::map::test_map::test_values ... ok
  92. test collections::hash::map::test_map::test_values_mut ... ok
  93. test collections::hash::map::test_map::test_zero_capacities ... ok
  94. test collections::hash::set::test_set::test_difference ... ok
  95. test collections::hash::set::test_set::test_disjoint ... ok
  96. test collections::hash::set::test_set::test_drain ... ok
  97. test collections::hash::set::test_set::test_eq ... ok
  98. test collections::hash::set::test_set::test_extend_ref ... ok
  99. test collections::hash::set::test_set::test_from_iter ... ok
  100. test collections::hash::set::test_set::test_intersection ... ok
  101. test collections::hash::set::test_set::test_iterate ... ok
  102. test collections::hash::set::test_set::test_move_iter ... ok
  103. test collections::hash::set::test_set::test_replace ... ok
  104. test collections::hash::set::test_set::test_retain ... ok
  105. test collections::hash::set::test_set::test_show ... ok
  106. test collections::hash::set::test_set::test_subset_and_superset ... ok
  107. test collections::hash::set::test_set::test_symmetric_difference ... ok
  108. test collections::hash::set::test_set::test_trivial_drain ... ok
  109. test collections::hash::set::test_set::test_union ... ok
  110. test collections::hash::set::test_set::test_zero_capacities ... ok
  111. test collections::hash::table::can_alias_safehash_as_hash ... ok
  112. test env::tests::args_debug ... ok
  113. test env::tests::test ... ok
  114. test env::tests::test_self_exe_path ... ignored
  115. test error::tests::downcasting ... ok
  116. test f32::tests::test_abs ... ok
  117. test f32::tests::test_acosh ... ok
  118. test f32::tests::test_asinh ... ok
  119. test f32::tests::test_atanh ... ok
  120. test f32::tests::test_ceil ... ok
  121. test f32::tests::test_clamp_max_is_nan ... ok
  122. test f32::tests::test_clamp_min_greater_than_max ... ok
  123. test f32::tests::test_clamp_min_is_nan ... ok
  124. test f32::tests::test_classify ... ok
  125. test f32::tests::test_exp ... ok
  126. test f32::tests::test_exp2 ... ok
  127. test f32::tests::test_float_bits_conv ... ok
  128. test f32::tests::test_floor ... ok
  129. test f32::tests::test_fract ... ok
  130. test f32::tests::test_infinity ... ok
  131. test f32::tests::test_is_finite ... ok
  132. test f32::tests::test_is_infinite ... ok
  133. test f32::tests::test_is_nan ... ok
  134. test f32::tests::test_is_normal ... ok
  135. test f32::tests::test_is_sign_negative ... ok
  136. test f32::tests::test_is_sign_positive ... ok
  137. test f32::tests::test_ln ... ok
  138. test f32::tests::test_log ... ok
  139. test f32::tests::test_log10 ... ok
  140. test f32::tests::test_log2 ... ok
  141. test f32::tests::test_max_nan ... ok
  142. test f32::tests::test_min_nan ... ok
  143. test f32::tests::test_mul_add ... ok
  144. test f32::tests::test_nan ... ok
  145. test f32::tests::test_neg_infinity ... ok
  146. test f32::tests::test_neg_zero ... ok
  147. test f32::tests::test_num_f32 ... ok
  148. test f32::tests::test_one ... ok
  149. test f32::tests::test_powf ... ok
  150. test f32::tests::test_powi ... ok
  151. test f32::tests::test_real_consts ... ok
  152. test f32::tests::test_recip ... ok
  153. test f32::tests::test_round ... ok
  154. test f32::tests::test_signum ... ok
  155. test f32::tests::test_sqrt_domain ... ok
  156. test f32::tests::test_to_degrees ... ok
  157. test f32::tests::test_to_radians ... ok
  158. test f32::tests::test_trunc ... ok
  159. test f32::tests::test_zero ... ok
  160. test f64::tests::test_abs ... ok
  161. test f64::tests::test_acosh ... ok
  162. test f64::tests::test_asinh ... ok
  163. test f64::tests::test_atanh ... ok
  164. test f64::tests::test_ceil ... ok
  165. test f64::tests::test_clamp_max_is_nan ... ok
  166. test f64::tests::test_clamp_min_greater_than_max ... ok
  167. test f64::tests::test_clamp_min_is_nan ... ok
  168. test f64::tests::test_classify ... ok
  169. test f64::tests::test_exp ... ok
  170. test f64::tests::test_exp2 ... ok
  171. test f64::tests::test_float_bits_conv ... ok
  172. test f64::tests::test_floor ... ok
  173. test f64::tests::test_fract ... ok
  174. test f64::tests::test_infinity ... ok
  175. test f64::tests::test_is_finite ... ok
  176. test f64::tests::test_is_infinite ... ok
  177. test f64::tests::test_is_nan ... ok
  178. test f64::tests::test_is_normal ... ok
  179. test f64::tests::test_is_sign_negative ... ok
  180. test f64::tests::test_is_sign_positive ... ok
  181. test f64::tests::test_ln ... ok
  182. test f64::tests::test_log ... ok
  183. test f64::tests::test_log10 ... ok
  184. test f64::tests::test_log2 ... ok
  185. test f64::tests::test_max_nan ... ok
  186. test f64::tests::test_min_nan ... ok
  187. test f64::tests::test_mul_add ... ok
  188. test f64::tests::test_nan ... ok
  189. test f64::tests::test_neg_infinity ... ok
  190. test f64::tests::test_neg_zero ... ok
  191. test f64::tests::test_num_f64 ... ok
  192. test f64::tests::test_one ... ok
  193. test f64::tests::test_powf ... ok
  194. test f64::tests::test_powi ... ok
  195. test f64::tests::test_real_consts ... ok
  196. test f64::tests::test_recip ... ok
  197. test f64::tests::test_round ... ok
  198. test f64::tests::test_signum ... ok
  199. test f64::tests::test_sqrt_domain ... ok
  200. test f64::tests::test_to_degrees ... ok
  201. test f64::tests::test_to_radians ... ok
  202. test f64::tests::test_trunc ... ok
  203. test f64::tests::test_zero ... ok
  204. test ffi::c_str::tests::borrowed ... ok
  205. test ffi::c_str::tests::boxed_default ... ok
  206. test ffi::c_str::tests::build_with_zero1 ... ok
  207. test ffi::c_str::tests::build_with_zero2 ... ok
  208. test ffi::c_str::tests::build_with_zero3 ... ok
  209. test ffi::c_str::tests::c_to_rust ... ok
  210. test ffi::c_str::tests::cstr_const_constructor ... ok
  211. test ffi::c_str::tests::equal_hash ... ok
  212. test ffi::c_str::tests::formatted ... ok
  213. test ffi::c_str::tests::from_bytes_with_nul ... ok
  214. test ffi::c_str::tests::from_bytes_with_nul_interior ... ok
  215. test ffi::c_str::tests::from_bytes_with_nul_unterminated ... ok
  216. test ffi::c_str::tests::into_boxed ... ok
  217. test ffi::c_str::tests::into_rc ... ok
  218. test ffi::c_str::tests::simple ... ok
  219. test ffi::c_str::tests::to_owned ... ok
  220. test ffi::c_str::tests::to_str ... ok
  221. test ffi::os_str::tests::boxed_default ... ok
  222. test ffi::os_str::tests::into_boxed ... ok
  223. test ffi::os_str::tests::into_rc ... ok
  224. test ffi::os_str::tests::test_os_str_clone_into ... ok
  225. test ffi::os_str::tests::test_os_str_default ... ok
  226. test ffi::os_str::tests::test_os_str_is_empty ... ok
  227. test ffi::os_str::tests::test_os_str_len ... ok
  228. test ffi::os_str::tests::test_os_string_capacity ... ok
  229. test ffi::os_str::tests::test_os_string_clear ... ok
  230. test ffi::os_str::tests::test_os_string_default ... ok
  231. test ffi::os_str::tests::test_os_string_reserve ... ok
  232. test ffi::os_str::tests::test_os_string_reserve_exact ... ok
  233. test ffi::os_str::tests::test_os_string_with_capacity ... ok
  234. test io::buffered::tests::bench_buffered_reader ... ok
  235. test io::buffered::tests::bench_buffered_writer ... ok
  236. test io::buffered::tests::dont_panic_in_drop_on_panicked_flush ... ok
  237. test io::buffered::tests::erroneous_flush_retried ... ok
  238. test io::buffered::tests::panic_in_write_doesnt_flush_in_drop ... ok
  239. test io::buffered::tests::test_buffered_reader ... ok
  240. test io::buffered::tests::test_buffered_reader_invalidated_after_read ... ok
  241. test io::buffered::tests::test_buffered_reader_invalidated_after_seek ... ok
  242. test io::buffered::tests::test_buffered_reader_seek ... ok
  243. test io::buffered::tests::test_buffered_reader_seek_relative ... ok
  244. test io::buffered::tests::test_buffered_reader_seek_underflow ... ok
  245. test io::buffered::tests::test_buffered_writer ... ok
  246. test io::buffered::tests::test_buffered_writer_inner_flushes ... ok
  247. test io::buffered::tests::test_buffered_writer_seek ... ok
  248. test io::buffered::tests::test_line_buffer ... ok
  249. test io::buffered::tests::test_line_buffer_fail_flush ... ok
  250. test io::buffered::tests::test_lines ... ok
  251. test io::buffered::tests::test_read_line ... ok
  252. test io::buffered::tests::test_read_until ... ok
  253. test io::buffered::tests::test_short_reads ... ok
  254. test io::cursor::tests::read_to_end ... ok
  255. test io::cursor::tests::seek_before_0 ... ok
  256. test io::cursor::tests::seek_past_end ... ok
  257. test io::cursor::tests::seek_past_i64 ... ok
  258. test io::cursor::tests::test_box_slice_writer ... ok
  259. test io::cursor::tests::test_box_slice_writer_vectored ... ok
  260. test io::cursor::tests::test_boxed_slice_reader ... ok
  261. test io::cursor::tests::test_boxed_slice_reader_vectored ... ok
  262. test io::cursor::tests::test_buf_reader ... ok
  263. test io::cursor::tests::test_buf_writer ... ok
  264. test io::cursor::tests::test_buf_writer_error ... ok
  265. test io::cursor::tests::test_buf_writer_seek ... ok
  266. test io::cursor::tests::test_buf_writer_vectored ... ok
  267. test io::cursor::tests::test_mem_mut_writer ... ok
  268. test io::cursor::tests::test_mem_reader ... ok
  269. test io::cursor::tests::test_mem_reader_vectored ... ok
  270. test io::cursor::tests::test_mem_writer ... ok
  271. test io::cursor::tests::test_read_exact ... ok
  272. test io::cursor::tests::test_seekable_mem_writer ... ok
  273. test io::cursor::tests::test_slice_reader ... ok
  274. test io::cursor::tests::test_slice_reader_vectored ... ok
  275. test io::cursor::tests::test_vec_writer ... ok
  276. test io::cursor::tests::vec_seek_before_0 ... ok
  277. test io::cursor::tests::vec_seek_past_end ... ok
  278. test io::error::test::test_debug_error ... ok
  279. test io::error::test::test_downcasting ... ok
  280. test io::impls::tests::bench_read_slice ... ok
  281. test io::impls::tests::bench_read_vec ... ok
  282. test io::impls::tests::bench_write_slice ... ok
  283. test io::impls::tests::bench_write_vec ... ok
  284. test io::stdio::tests::panic_doesnt_poison ... ok
  285. test io::stdio::tests::stderr_unwind_safe ... ok
  286. test io::stdio::tests::stderrlock_unwind_safe ... ok
  287. test io::stdio::tests::stdout_unwind_safe ... ok
  288. test io::stdio::tests::stdoutlock_unwind_safe ... ok
  289. test io::tests::bench_read_to_end ... ok
  290. test io::tests::chain_bufread ... ok
  291. test io::tests::chain_zero_length_read_is_not_eof ... ok
  292. test io::tests::lines ... ok
  293. test io::tests::read_exact ... ok
  294. test io::tests::read_exact_slice ... ok
  295. test io::tests::read_line ... ok
  296. test io::tests::read_to_end ... ok
  297. test io::tests::read_to_string ... ok
  298. test io::tests::read_until ... ok
  299. test io::tests::seek_len ... ok
  300. test io::tests::seek_position ... ok
  301. test io::tests::split ... ok
  302. test io::tests::take_eof ... ok
  303. test io::util::tests::copy_copies ... ok
  304. test io::util::tests::empty_reads ... ok
  305. test io::util::tests::repeat_repeats ... ok
  306. test io::util::tests::sink_sinks ... ok
  307. test io::util::tests::take_some_bytes ... ok
  308. test memchr::tests::each_alignment ... ok
  309. test memchr::tests::matches_begin ... ok
  310. test memchr::tests::matches_begin_reversed ... ok
  311. test memchr::tests::matches_end ... ok
  312. test memchr::tests::matches_end_reversed ... ok
  313. test memchr::tests::matches_nul ... ok
  314. test memchr::tests::matches_nul_reversed ... ok
  315. test memchr::tests::matches_one ... ok
  316. test memchr::tests::matches_one_reversed ... ok
  317. test memchr::tests::matches_past_nul ... ok
  318. test memchr::tests::matches_past_nul_reversed ... ok
  319. test memchr::tests::no_match ... ok
  320. test memchr::tests::no_match_empty ... ok
  321. test memchr::tests::no_match_empty_reversed ... ok
  322. test memchr::tests::no_match_reversed ... ok
  323. test net::addr::tests::is_v4 ... ok
  324. test net::addr::tests::is_v6 ... ok
  325. test net::addr::tests::set_flowinfo ... ok
  326. test net::addr::tests::set_ip ... ok
  327. test net::addr::tests::set_port ... ok
  328. test net::addr::tests::set_scope_id ... ok
  329. test net::addr::tests::to_socket_addr_ipaddr_u16 ... ok
  330. test net::addr::tests::to_socket_addr_str ... ok
  331. test net::addr::tests::to_socket_addr_str_bad ... ok
  332. test net::addr::tests::to_socket_addr_str_u16 ... ok
  333. test net::addr::tests::to_socket_addr_string ... ok
  334. test net::ip::tests::cmp ... ok
  335. test net::ip::tests::ip_properties ... ok
  336. test net::ip::tests::ipv4_from_constructors ... ok
  337. test net::ip::tests::ipv4_from_octets ... ok
  338. test net::ip::tests::ipv4_properties ... ok
  339. test net::ip::tests::ipv4_to_ipv6 ... ok
  340. test net::ip::tests::ipv6_addr_to_string ... ok
  341. test net::ip::tests::ipv6_from_contructors ... ok
  342. test net::ip::tests::ipv6_from_octets ... ok
  343. test net::ip::tests::ipv6_from_segments ... ok
  344. test net::ip::tests::ipv6_properties ... ok
  345. test net::ip::tests::ipv6_to_ipv4 ... ok
  346. test net::ip::tests::is_v4 ... ok
  347. test net::ip::tests::is_v6 ... ok
  348. test net::ip::tests::test_from_str_ipv4 ... ok
  349. test net::ip::tests::test_from_str_ipv4_in_ipv6 ... ok
  350. test net::ip::tests::test_from_str_ipv6 ... ok
  351. test net::ip::tests::test_from_str_socket_addr ... ok
  352. test net::ip::tests::test_int_to_ipv4 ... ok
  353. test net::ip::tests::test_int_to_ipv6 ... ok
  354. test net::ip::tests::test_ipv4_to_int ... ok
  355. test net::ip::tests::test_ipv6_to_int ... ok
  356. test net::ip::tests::to_socket_addr_socketaddr ... ok
  357. test net::tcp::tests::bind_error ... ok
  358. test net::tcp::tests::clone_accept_concurrent ... ok
  359. test net::tcp::tests::clone_accept_smoke ... ok
  360. test net::tcp::tests::clone_while_reading ... ok
  361. test net::tcp::tests::close_readwrite_smoke ... ignored
  362. test net::tcp::tests::connect_error ... ok
  363. test net::tcp::tests::connect_loopback ... ok
  364. test net::tcp::tests::connect_timeout_valid ... ignored
  365. test net::tcp::tests::debug ... ok
  366. test net::tcp::tests::double_bind ... ok
  367. test net::tcp::tests::fast_rebind ... ok
  368. test net::tcp::tests::listen_localhost ... ok
  369. test net::tcp::tests::multiple_connect_interleaved_greedy_schedule ... ok
  370. test net::tcp::tests::multiple_connect_interleaved_lazy_schedule ... ok
  371. test net::tcp::tests::multiple_connect_serial ... ok
  372. test net::tcp::tests::nodelay ... ignored
  373. test net::tcp::tests::partial_read ... ok
  374. test net::tcp::tests::peek ... ignored
  375. test net::tcp::tests::read_eof ... ok
  376. test net::tcp::tests::read_vectored ... ok
  377. test net::tcp::tests::set_nonblocking ... ignored
  378. test net::tcp::tests::shutdown_smoke ... ignored
  379. test net::tcp::tests::smoke_test ... ok
  380. test net::tcp::tests::socket_and_peer_name ... ok
  381. test net::tcp::tests::tcp_clone_smoke ... ok
  382. test net::tcp::tests::tcp_clone_two_read ... ok
  383. test net::tcp::tests::tcp_clone_two_write ... ok
  384. test net::tcp::tests::test_read_timeout ... ignored
  385. test net::tcp::tests::test_read_with_timeout ... ignored
  386. test net::tcp::tests::test_timeout_zero_duration ... ok
  387. test net::tcp::tests::timeouts ... ignored
  388. test net::tcp::tests::ttl ... ignored
  389. test net::tcp::tests::write_close ... ok
  390. test net::tcp::tests::write_vectored ... ok
  391. test num::bench::bench_pow_function ... ok
  392. test num::tests::test_checked_add ... ok
  393. test num::tests::test_checked_mul ... ok
  394. test num::tests::test_checked_next_power_of_two_u16 ... ok
  395. test num::tests::test_checked_next_power_of_two_u32 ... ok
  396. test num::tests::test_checked_next_power_of_two_u64 ... ok
  397. test num::tests::test_checked_next_power_of_two_u8 ... ok
  398. test num::tests::test_checked_next_power_of_two_uint ... ok
  399. test num::tests::test_checked_sub ... ok
  400. test num::tests::test_is_power_of_two_u16 ... ok
  401. test num::tests::test_is_power_of_two_u32 ... ok
  402. test num::tests::test_is_power_of_two_u64 ... ok
  403. test num::tests::test_is_power_of_two_u8 ... ok
  404. test num::tests::test_is_power_of_two_uint ... ok
  405. test num::tests::test_next_power_of_two_u16 ... ok
  406. test num::tests::test_next_power_of_two_u32 ... ok
  407. test num::tests::test_next_power_of_two_u64 ... ok
  408. test num::tests::test_next_power_of_two_u8 ... ok
  409. test num::tests::test_next_power_of_two_uint ... ok
  410. test num::tests::test_pow ... ok
  411. test num::tests::test_saturating_add_int ... ok
  412. test num::tests::test_saturating_add_uint ... ok
  413. test num::tests::test_saturating_sub_int ... ok
  414. test num::tests::test_saturating_sub_uint ... ok
  415. test num::tests::test_uint_from_str_overflow ... ok
  416. test num::tests::test_uint_to_str_overflow ... ok
  417. test os::raw::tests::same ... ok
  418. test path::tests::display_format_flags ... ok
  419. test path::tests::into ... ok
  420. test path::tests::into_boxed ... ok
  421. test path::tests::into_rc ... ok
  422. test path::tests::test_clone_into ... ok
  423. test path::tests::test_compare ... ok
  424. test path::tests::test_components_debug ... ok
  425. test path::tests::test_eq_receivers ... ok
  426. test path::tests::test_pop ... ok
  427. test path::tests::test_push ... ok
  428. test path::tests::test_set_extension ... ok
  429. test path::tests::test_set_file_name ... ok
  430. test path::tests::test_stem_ext ... ok
  431. test sync::barrier::tests::test_barrier ... ok
  432. test sync::condvar::tests::notify_all ... ok
  433. test sync::condvar::tests::notify_one ... ok
  434. test sync::condvar::tests::smoke ... ok
  435. test sync::condvar::tests::two_mutexes ... ok
  436. test sync::condvar::tests::wait_timeout_until_instant_satisfy ... ok
  437. test sync::condvar::tests::wait_timeout_until_wait ... ignored
  438. test sync::condvar::tests::wait_timeout_until_wake ... ignored
  439. test sync::condvar::tests::wait_timeout_wait ... ignored
  440. test sync::condvar::tests::wait_timeout_wake ... ignored
  441. test sync::condvar::tests::wait_until ... ok
  442. test sync::mpsc::mpsc_queue::tests::test ... ok
  443. test sync::mpsc::mpsc_queue::tests::test_full ... ok
  444. test sync::mpsc::select_tests::both_ready ... ok
  445. test sync::mpsc::select_tests::cloning ... ok
  446. test sync::mpsc::select_tests::cloning2 ... ok
  447. test sync::mpsc::select_tests::cloning3 ... ok
  448. test sync::mpsc::select_tests::closed ... ok
  449. test sync::mpsc::select_tests::oneshot_data_waiting ... ok
  450. test sync::mpsc::select_tests::preflight1 ... ok
  451. test sync::mpsc::select_tests::preflight2 ... ok
  452. test sync::mpsc::select_tests::preflight3 ... ok
  453. test sync::mpsc::select_tests::preflight4 ... ok
  454. test sync::mpsc::select_tests::preflight5 ... ok
  455. test sync::mpsc::select_tests::preflight6 ... ok
  456. test sync::mpsc::select_tests::preflight7 ... ok
  457. test sync::mpsc::select_tests::preflight8 ... ok
  458. test sync::mpsc::select_tests::preflight9 ... ok
  459. test sync::mpsc::select_tests::shared_data_waiting ... ok
  460. test sync::mpsc::select_tests::smoke ... ok
  461. test sync::mpsc::select_tests::smoke2 ... ok
  462. test sync::mpsc::select_tests::stream_data_waiting ... ok
  463. test sync::mpsc::select_tests::stress ... ok
  464. test sync::mpsc::select_tests::sync1 ... ok
  465. test sync::mpsc::select_tests::sync2 ... ok
  466. test sync::mpsc::select_tests::sync3 ... ok
  467. test sync::mpsc::select_tests::unblocks ... ok
  468. test sync::mpsc::spsc_queue::tests::drop_full ... ok
  469. test sync::mpsc::spsc_queue::tests::peek ... ok
  470. test sync::mpsc::spsc_queue::tests::smoke ... ok
  471. test sync::mpsc::spsc_queue::tests::smoke_bound ... ok
  472. test sync::mpsc::spsc_queue::tests::stress ... ok
  473. test sync::mpsc::sync_tests::chan_gone_concurrent ... ok
  474. test sync::mpsc::sync_tests::destroy_upgraded_shared_port_when_sender_still_active ... ok
  475. test sync::mpsc::sync_tests::drop_full ... ok
  476. test sync::mpsc::sync_tests::issue_15761 ... ok
  477. test sync::mpsc::sync_tests::oneshot_multi_task_recv_then_close ... ok
  478. test sync::mpsc::sync_tests::oneshot_multi_task_recv_then_send ... ok
  479. test sync::mpsc::sync_tests::oneshot_multi_thread_close_stress ... ok
  480. test sync::mpsc::sync_tests::oneshot_multi_thread_recv_close_stress ... ok
  481. test sync::mpsc::sync_tests::oneshot_multi_thread_send_close_stress ... ok
  482. test sync::mpsc::sync_tests::oneshot_multi_thread_send_recv_stress ... ok
  483. test sync::mpsc::sync_tests::oneshot_single_thread_close_chan_first ... ok
  484. test sync::mpsc::sync_tests::oneshot_single_thread_close_port_first ... ok
  485. test sync::mpsc::sync_tests::oneshot_single_thread_peek_close ... ok
  486. test sync::mpsc::sync_tests::oneshot_single_thread_peek_data ... ok
  487. test sync::mpsc::sync_tests::oneshot_single_thread_peek_open ... ok
  488. test sync::mpsc::sync_tests::oneshot_single_thread_recv_chan_close ... ok
  489. test sync::mpsc::sync_tests::oneshot_single_thread_send_port_close ... ok
  490. test sync::mpsc::sync_tests::oneshot_single_thread_send_then_recv ... ok
  491. test sync::mpsc::sync_tests::oneshot_single_thread_try_recv_closed ... ok
  492. test sync::mpsc::sync_tests::oneshot_single_thread_try_recv_closed_with_data ... ok
  493. test sync::mpsc::sync_tests::oneshot_single_thread_try_recv_open ... ok
  494. test sync::mpsc::sync_tests::oneshot_single_thread_try_send_closed ... ok
  495. test sync::mpsc::sync_tests::oneshot_single_thread_try_send_closed2 ... ok
  496. test sync::mpsc::sync_tests::oneshot_single_thread_try_send_open ... ok
  497. test sync::mpsc::sync_tests::port_gone_concurrent ... ok
  498. test sync::mpsc::sync_tests::port_gone_concurrent_shared ... ok
  499. test sync::mpsc::sync_tests::recv_a_lot ... ok
  500. test sync::mpsc::sync_tests::recv_timeout ... ignored
  501. test sync::mpsc::sync_tests::send1 ... ok
  502. test sync::mpsc::sync_tests::send2 ... ok
  503. test sync::mpsc::sync_tests::send3 ... ok
  504. test sync::mpsc::sync_tests::send4 ... ok
  505. test sync::mpsc::sync_tests::shared_chan_stress ... ok
  506. test sync::mpsc::sync_tests::smoke ... ok
  507. test sync::mpsc::sync_tests::smoke_chan_gone ... ok
  508. test sync::mpsc::sync_tests::smoke_chan_gone_shared ... ok
  509. test sync::mpsc::sync_tests::smoke_port_gone ... ok
  510. test sync::mpsc::sync_tests::smoke_shared ... ok
  511. test sync::mpsc::sync_tests::smoke_shared_port_gone2 ... ok
  512. test sync::mpsc::sync_tests::smoke_threads ... ok
  513. test sync::mpsc::sync_tests::stream_send_recv_stress ... ok
  514. test sync::mpsc::sync_tests::stress ... ok
  515. test sync::mpsc::sync_tests::stress_recv_timeout_shared ... ignored
  516. test sync::mpsc::sync_tests::stress_recv_timeout_two_threads ... ignored
  517. test sync::mpsc::sync_tests::stress_shared ... ok
  518. test sync::mpsc::sync_tests::test_nested_recv_iter ... ok
  519. test sync::mpsc::sync_tests::test_recv_iter_break ... ok
  520. test sync::mpsc::sync_tests::try_recv_states ... ok
  521. test sync::mpsc::sync_tests::try_send1 ... ok
  522. test sync::mpsc::sync_tests::try_send2 ... ok
  523. test sync::mpsc::sync_tests::try_send3 ... ok
  524. test sync::mpsc::tests::chan_gone_concurrent ... ok
  525. test sync::mpsc::tests::destroy_upgraded_shared_port_when_sender_still_active ... ok
  526. test sync::mpsc::tests::drop_full ... ok
  527. test sync::mpsc::tests::drop_full_shared ... ok
  528. test sync::mpsc::tests::issue_32114 ... ok
  529. test sync::mpsc::tests::no_runtime ... ok
  530. test sync::mpsc::tests::oneshot_multi_task_recv_then_close ... ok
  531. test sync::mpsc::tests::oneshot_multi_task_recv_then_send ... ok
  532. test sync::mpsc::tests::oneshot_multi_thread_close_stress ... ok
  533. test sync::mpsc::tests::oneshot_multi_thread_recv_close_stress ... ok
  534. test sync::mpsc::tests::oneshot_multi_thread_send_close_stress ... ok
  535. test sync::mpsc::tests::oneshot_multi_thread_send_recv_stress ... ok
  536. test sync::mpsc::tests::oneshot_single_thread_close_chan_first ... ok
  537. test sync::mpsc::tests::oneshot_single_thread_close_port_first ... ok
  538. test sync::mpsc::tests::oneshot_single_thread_peek_close ... ok
  539. test sync::mpsc::tests::oneshot_single_thread_peek_data ... ok
  540. test sync::mpsc::tests::oneshot_single_thread_peek_open ... ok
  541. test sync::mpsc::tests::oneshot_single_thread_recv_chan_close ... ok
  542. test sync::mpsc::tests::oneshot_single_thread_recv_timeout ... ignored
  543. test sync::mpsc::tests::oneshot_single_thread_send_port_close ... ok
  544. test sync::mpsc::tests::oneshot_single_thread_send_then_recv ... ok
  545. test sync::mpsc::tests::oneshot_single_thread_try_recv_closed ... ok
  546. test sync::mpsc::tests::oneshot_single_thread_try_recv_open ... ok
  547. test sync::mpsc::tests::oneshot_single_thread_try_send_closed ... ok
  548. test sync::mpsc::tests::oneshot_single_thread_try_send_open ... ok
  549. test sync::mpsc::tests::port_gone_concurrent ... ok
  550. test sync::mpsc::tests::port_gone_concurrent_shared ... ok
  551. test sync::mpsc::tests::recv_a_lot ... ok
  552. test sync::mpsc::tests::recv_from_outside_runtime ... ok
  553. test sync::mpsc::tests::recv_timeout_upgrade ... ignored
  554. test sync::mpsc::tests::send_from_outside_runtime ... ok
  555. test sync::mpsc::tests::shared_chan_stress ... ok
  556. test sync::mpsc::tests::shared_recv_timeout ... ignored
  557. test sync::mpsc::tests::smoke ... ok
  558. test sync::mpsc::tests::smoke_chan_gone ... ok
  559. test sync::mpsc::tests::smoke_chan_gone_shared ... ok
  560. test sync::mpsc::tests::smoke_port_gone ... ok
  561. test sync::mpsc::tests::smoke_shared ... ok
  562. test sync::mpsc::tests::smoke_shared_port_gone ... ok
  563. test sync::mpsc::tests::smoke_shared_port_gone2 ... ok
  564. test sync::mpsc::tests::smoke_threads ... ok
  565. test sync::mpsc::tests::stream_send_recv_stress ... ok
  566. test sync::mpsc::tests::stress ... ok
  567. test sync::mpsc::tests::stress_recv_timeout_shared ... ignored
  568. test sync::mpsc::tests::stress_recv_timeout_two_threads ... ignored
  569. test sync::mpsc::tests::stress_shared ... ok
  570. test sync::mpsc::tests::test_nested_recv_iter ... ok
  571. test sync::mpsc::tests::test_recv_into_iter_borrowed ... ok
  572. test sync::mpsc::tests::test_recv_into_iter_owned ... ok
  573. test sync::mpsc::tests::test_recv_iter_break ... ok
  574. test sync::mpsc::tests::test_recv_try_iter ... ok
  575. test sync::mpsc::tests::try_recv_states ... ok
  576. test sync::mpsc::tests::very_long_recv_timeout_wont_panic ... ignored
  577. test sync::mutex::tests::lots_and_lots ... ok
  578. test sync::mutex::tests::smoke ... ok
  579. test sync::mutex::tests::test_arc_condvar_poison ... ok
  580. test sync::mutex::tests::test_get_mut ... ok
  581. test sync::mutex::tests::test_get_mut_poison ... ok
  582. test sync::mutex::tests::test_into_inner ... ok
  583. test sync::mutex::tests::test_into_inner_drop ... ok
  584. test sync::mutex::tests::test_into_inner_poison ... ok
  585. test sync::mutex::tests::test_mutex_arc_access_in_unwind ... ok
  586. test sync::mutex::tests::test_mutex_arc_condvar ... ok
  587. test sync::mutex::tests::test_mutex_arc_nested ... ok
  588. test sync::mutex::tests::test_mutex_arc_poison ... ok
  589. test sync::mutex::tests::test_mutex_unsized ... ok
  590. test sync::mutex::tests::try_lock ... ok
  591. test sync::once::tests::poison_bad ... ok
  592. test sync::once::tests::smoke_once ... ok
  593. test sync::once::tests::stampede_once ... ok
  594. test sync::once::tests::wait_for_force_to_finish ... ok
  595. test sync::rwlock::tests::frob ... ok
  596. test sync::rwlock::tests::smoke ... ok
  597. test sync::rwlock::tests::test_get_mut ... ok
  598. test sync::rwlock::tests::test_get_mut_poison ... ok
  599. test sync::rwlock::tests::test_into_inner ... ok
  600. test sync::rwlock::tests::test_into_inner_drop ... ok
  601. test sync::rwlock::tests::test_into_inner_poison ... ok
  602. test sync::rwlock::tests::test_rw_arc ... ok
  603. test sync::rwlock::tests::test_rw_arc_access_in_unwind ... ok
  604. test sync::rwlock::tests::test_rw_arc_no_poison_rr ... ok
  605. test sync::rwlock::tests::test_rw_arc_no_poison_rw ... ok
  606. test sync::rwlock::tests::test_rw_arc_poison_wr ... ok
  607. test sync::rwlock::tests::test_rw_arc_poison_ww ... ok
  608. test sync::rwlock::tests::test_rwlock_try_write ... ok
  609. test sync::rwlock::tests::test_rwlock_unsized ... ok
  610. test sys::sgx::abi::tls::sync_bitset::tests::iter ... ok
  611. test sys::sgx::abi::tls::sync_bitset::tests::set_get_clear ... ok
  612. test sys::sgx::rwlock::tests::test_c_rwlock_initializer ... ok
  613. test sys::sgx::waitqueue::spin_mutex::tests::sleep ... ok
  614. test sys::sgx::waitqueue::tests::queue ... ok
  615. test sys::sgx::waitqueue::unsafe_list::tests::cell ... ok
  616. test sys::sgx::waitqueue::unsafe_list::tests::complex_pushes_pops ... ok
  617. test sys::sgx::waitqueue::unsafe_list::tests::init_empty ... ok
  618. test sys::sgx::waitqueue::unsafe_list::tests::push_pop ... ok
  619. test sys_common::bytestring::tests::smoke ... ok
  620. test sys_common::remutex::tests::is_mutex ... ok
  621. test sys_common::remutex::tests::poison_works ... ok
  622. test sys_common::remutex::tests::smoke ... ok
  623. test sys_common::remutex::tests::trylock_works ... ok
  624. test sys_common::test_muldiv ... ok
  625. test sys_common::thread_local::tests::smoke ... ok
  626. test sys_common::thread_local::tests::statik ... ok
  627. test sys_common::wtf8::tests::code_point_from_char ... ok
  628. test sys_common::wtf8::tests::code_point_from_u32 ... ok
  629. test sys_common::wtf8::tests::code_point_to_char ... ok
  630. test sys_common::wtf8::tests::code_point_to_char_lossy ... ok
  631. test sys_common::wtf8::tests::code_point_to_string ... ok
  632. test sys_common::wtf8::tests::code_point_to_u32 ... ok
  633. test sys_common::wtf8::tests::wtf8_as_str ... ok
  634. test sys_common::wtf8::tests::wtf8_ascii_byte_at ... ok
  635. test sys_common::wtf8::tests::wtf8_code_points ... ok
  636. test sys_common::wtf8::tests::wtf8_display ... ok
  637. test sys_common::wtf8::tests::wtf8_encode_wide ... ok
  638. test sys_common::wtf8::tests::wtf8_from_str ... ok
  639. test sys_common::wtf8::tests::wtf8_len ... ok
  640. test sys_common::wtf8::tests::wtf8_slice ... ok
  641. test sys_common::wtf8::tests::wtf8_slice_from ... ok
  642. test sys_common::wtf8::tests::wtf8_slice_from_not_code_point_boundary ... ok
  643. test sys_common::wtf8::tests::wtf8_slice_not_code_point_boundary ... ok
  644. test sys_common::wtf8::tests::wtf8_slice_to ... ok
  645. test sys_common::wtf8::tests::wtf8_slice_to_not_code_point_boundary ... ok
  646. test sys_common::wtf8::tests::wtf8_to_string_lossy ... ok
  647. test sys_common::wtf8::tests::wtf8buf_as_slice ... ok
  648. test sys_common::wtf8::tests::wtf8buf_extend ... ok
  649. test sys_common::wtf8::tests::wtf8buf_from_iterator ... ok
  650. test sys_common::wtf8::tests::wtf8buf_from_str ... ok
  651. test sys_common::wtf8::tests::wtf8buf_from_string ... ok
  652. test sys_common::wtf8::tests::wtf8buf_from_wide ... ok
  653. test sys_common::wtf8::tests::wtf8buf_into_string ... ok
  654. test sys_common::wtf8::tests::wtf8buf_into_string_lossy ... ok
  655. test sys_common::wtf8::tests::wtf8buf_new ... ok
  656. test sys_common::wtf8::tests::wtf8buf_push ... ok
  657. test sys_common::wtf8::tests::wtf8buf_push_char ... ok
  658. test sys_common::wtf8::tests::wtf8buf_push_str ... ok
  659. test sys_common::wtf8::tests::wtf8buf_push_wtf8 ... ok
  660. test sys_common::wtf8::tests::wtf8buf_show ... ok
  661. test sys_common::wtf8::tests::wtf8buf_show_str ... ok
  662. test sys_common::wtf8::tests::wtf8buf_truncate ... ok
  663. test sys_common::wtf8::tests::wtf8buf_truncate_fail_code_point_boundary ... ok
  664. test sys_common::wtf8::tests::wtf8buf_truncate_fail_longer ... ok
  665. test thread::local::dynamic_tests::hashmap ... ok
  666. test thread::local::dynamic_tests::refcell_vec ... ok
  667. test thread::local::dynamic_tests::smoke ... ok
  668. test thread::local::tests::circular ... ok
  669. test thread::local::tests::dtors_in_dtors_in_dtors ... ok
  670. test thread::local::tests::self_referential ... ok
  671. test thread::local::tests::smoke_dtor ... ok
  672. test thread::local::tests::smoke_no_dtor ... ok
  673. test thread::local::tests::states ... ok
  674. test thread::tests::sleep_ms_smoke ... ignored
  675. test thread::tests::test_avoid_copying_the_body_join ... ok
  676. test thread::tests::test_avoid_copying_the_body_spawn ... ok
  677. test thread::tests::test_avoid_copying_the_body_thread_spawn ... ok
  678. test thread::tests::test_child_doesnt_ref_parent ... ok
  679. test thread::tests::test_invalid_named_thread ... ok
  680. test thread::tests::test_join_panic ... ok
  681. test thread::tests::test_named_thread ... ok
  682. test thread::tests::test_park_timeout_unpark_before ... ok
  683. test thread::tests::test_park_timeout_unpark_called_other_thread ... ignored
  684. test thread::tests::test_park_timeout_unpark_not_called ... ignored
  685. test thread::tests::test_run_basic ... ok
  686. test thread::tests::test_simple_newsched_spawn ... ok
  687. test thread::tests::test_size_of_option_thread_id ... ok
  688. test thread::tests::test_spawn_sched ... ok
  689. test thread::tests::test_spawn_sched_childs_on_default_sched ... ok
  690. test thread::tests::test_thread_id_equal ... ok
  691. test thread::tests::test_thread_id_not_equal ... ok
  692. test thread::tests::test_try_panic_message_any ... ok
  693. test thread::tests::test_try_panic_message_owned_str ... ok
  694. test thread::tests::test_try_panic_message_static_str ... ok
  695. test thread::tests::test_try_panic_message_unit_struct ... ok
  696. test thread::tests::test_unnamed_thread ... ok
  697. test time::tests::instant_checked_duration_since_nopanic ... ok
  698. test time::tests::instant_duration_since_panic ... ok
  699. test time::tests::instant_elapsed ... ok
  700. test time::tests::instant_math ... ok
  701. test time::tests::instant_math_is_associative ... ok
  702. test time::tests::instant_monotonic ... ok
  703. test time::tests::instant_saturating_duration_since_nopanic ... ok
  704. test time::tests::since_epoch ... ok
  705. test time::tests::system_time_elapsed ... ok
  706. test time::tests::system_time_math ... ok
  707.  
  708. test result: ok. 637 passed; 0 failed; 27 ignored; 0 measured; 0 filtered out
  709.  
  710. Error while executing SGX enclave.
  711. Enclave panicked: Re-entered aborted enclave!
  712. ERROR: while running "ftxsgx-runner" "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-fortanix-unknown-sgx/release/deps/std-502e3ec30daa12d2.sgxs" "--signature" "dummy" got exit code: 255
  713. error: test failed, to rerun pass '--lib'
  714.  
  715.  
  716. command did not execute successfully: "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "test" "--target" "x86_64-fortanix-unknown-sgx" "-j" "4" "--release" "--features" "panic-unwind backtrace" "--manifest-path" "/home/jenkins/workspace/rust-sgx-ci/rust/src/libstd/Cargo.toml" "--lib" "--bins" "--examples" "--tests" "--benches" "-p" "std" "--" "--quiet"
  717. expected success, got: exit code: 255
  718.  
  719.  
  720. failed to run: /home/jenkins/workspace/rust-sgx-ci/rust/build/bootstrap/debug/bootstrap test --stage=1 --target=x86_64-fortanix-unknown-sgx src/libstd --no-doc
  721. Build completed unsuccessfully in 0:00:37
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement