Skip to content

Instantly share code, notes, and snippets.

@fortanix-bot
Created April 16, 2019 21:15
Show Gist options
  • Select an option

  • Save fortanix-bot/187d61f1586a3f6f9ffea030ceceeb76 to your computer and use it in GitHub Desktop.

Select an option

Save fortanix-bot/187d61f1586a3f6f9ffea030ceceeb76 to your computer and use it in GitHub Desktop.
Log of failed test for fortanix sgx test 282
Updating only changed submodules
Submodules updated in 0.02 seconds
Finished dev [unoptimized] target(s) in 0.21s
Building stage0 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
Finished release [optimized] target(s) in 0.23s
Copying stage0 std from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
Building stage0 test artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
Finished release [optimized] target(s) in 0.19s
Copying stage0 test from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
Building stage0 compiler artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
Finished release [optimized] target(s) in 0.25s
Copying stage0 rustc from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
Building stage0 codegen artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu, llvm)
Finished release [optimized] target(s) in 0.20s
Assembling stage1 compiler (x86_64-unknown-linux-gnu)
Building stage1 std artifacts (x86_64-unknown-linux-gnu -> x86_64-fortanix-unknown-sgx)
Finished release [optimized] target(s) in 0.22s
Copying stage1 std from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-fortanix-unknown-sgx)
Building stage1 test artifacts (x86_64-unknown-linux-gnu -> x86_64-fortanix-unknown-sgx)
Compiling proc_macro v0.0.0 (/home/jenkins/workspace/rust-sgx-ci/rust/src/libproc_macro)
Compiling getopts v0.2.17
Compiling term v0.0.0 (/home/jenkins/workspace/rust-sgx-ci/rust/src/libterm)
warning: dropping unsupported crate type `dylib` for target `x86_64-fortanix-unknown-sgx`
Compiling test v0.0.0 (/home/jenkins/workspace/rust-sgx-ci/rust/src/libtest)
warning: dropping unsupported crate type `dylib` for target `x86_64-fortanix-unknown-sgx`
Finished release [optimized] target(s) in 8.85s
Copying stage1 test from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-fortanix-unknown-sgx)
Testing std stage1 (x86_64-unknown-linux-gnu -> x86_64-fortanix-unknown-sgx)
Compiling rand_core v0.3.0
Compiling rand_chacha v0.1.0
Compiling rand_pcg v0.1.1
Compiling rand v0.6.1
Compiling rand_isaac v0.1.1
Compiling rand_hc v0.1.0
Compiling rand_xorshift v0.1.0
Compiling std v0.0.0 (/home/jenkins/workspace/rust-sgx-ci/rust/src/libstd)
Finished release [optimized] target(s) in 29.03s
Running build/x86_64-unknown-linux-gnu/stage1-std/x86_64-fortanix-unknown-sgx/release/deps/std-502e3ec30daa12d2
running 664 tests
test collections::hash::bench::find_existing ... ok
test collections::hash::bench::find_nonexisting ... ok
test collections::hash::bench::get_remove_insert ... ok
test collections::hash::bench::grow_by_insertion ... ok
test collections::hash::bench::hashmap_as_queue ... ok
test collections::hash::bench::new_drop ... ok
test collections::hash::bench::new_insert_drop ... ok
test collections::hash::map::test_map::test_adaptive ... ok
test collections::hash::map::test_map::test_behavior_resize_policy ... ok
test collections::hash::map::test_map::test_capacity_not_less_than_len ... ok
test collections::hash::map::test_map::test_clone ... ok
test collections::hash::map::test_map::test_conflict_remove ... ok
test collections::hash::map::test_map::test_create_capacity_zero ... ok
test collections::hash::map::test_map::test_drops ... ok
test collections::hash::map::test_map::test_empty_entry ... ok
test collections::hash::map::test_map::test_empty_iter ... ok
test collections::hash::map::test_map::test_empty_remove ... ok
test collections::hash::map::test_map::test_entry ... ok
test collections::hash::map::test_map::test_entry_take_doesnt_corrupt ... ok
test collections::hash::map::test_map::test_eq ... ok
test collections::hash::map::test_map::test_expand ... ok
test collections::hash::map::test_map::test_extend_ref ... ok
test collections::hash::map::test_map::test_find ... ok
test collections::hash::map::test_map::test_find_mut ... ok
test collections::hash::map::test_map::test_from_iter ... ok
test collections::hash::map::test_map::test_index ... ok
test collections::hash::map::test_map::test_index_nonexistent ... ok
test collections::hash::map::test_map::test_insert ... ok
test collections::hash::map::test_map::test_insert_conflicts ... ok
test collections::hash::map::test_map::test_insert_overwrite ... ok
test collections::hash::map::test_map::test_into_iter_drops ... ok
test collections::hash::map::test_map::test_is_empty ... ok
test collections::hash::map::test_map::test_iter_len ... ok
test collections::hash::map::test_map::test_iter_mut_len ... ok
test collections::hash::map::test_map::test_iterate ... ok
test collections::hash::map::test_map::test_keys ... ok
test collections::hash::map::test_map::test_lots_of_insertions ... ok
test collections::hash::map::test_map::test_mut_size_hint ... ok
test collections::hash::map::test_map::test_occupied_entry_key ... ok
test collections::hash::map::test_map::test_raw_entry ... ok
test collections::hash::map::test_map::test_remove ... ok
test collections::hash::map::test_map::test_remove_entry ... ok
test collections::hash::map::test_map::test_reserve_shrink_to_fit ... ok
test collections::hash::map::test_map::test_retain ... ok
test collections::hash::map::test_map::test_show ... ok
test collections::hash::map::test_map::test_size_hint ... ok
test collections::hash::map::test_map::test_try_reserve ... ok
test collections::hash::map::test_map::test_vacant_entry_key ... ok
test collections::hash::map::test_map::test_values ... ok
test collections::hash::map::test_map::test_values_mut ... ok
test collections::hash::map::test_map::test_zero_capacities ... ok
test collections::hash::set::test_set::test_difference ... ok
test collections::hash::set::test_set::test_disjoint ... ok
test collections::hash::set::test_set::test_drain ... ok
test collections::hash::set::test_set::test_eq ... ok
test collections::hash::set::test_set::test_extend_ref ... ok
test collections::hash::set::test_set::test_from_iter ... ok
test collections::hash::set::test_set::test_intersection ... ok
test collections::hash::set::test_set::test_iterate ... ok
test collections::hash::set::test_set::test_move_iter ... ok
test collections::hash::set::test_set::test_replace ... ok
test collections::hash::set::test_set::test_retain ... ok
test collections::hash::set::test_set::test_show ... ok
test collections::hash::set::test_set::test_subset_and_superset ... ok
test collections::hash::set::test_set::test_symmetric_difference ... ok
test collections::hash::set::test_set::test_trivial_drain ... ok
test collections::hash::set::test_set::test_union ... ok
test collections::hash::set::test_set::test_zero_capacities ... ok
test collections::hash::table::can_alias_safehash_as_hash ... ok
test env::tests::args_debug ... ok
test env::tests::test ... ok
test env::tests::test_self_exe_path ... ignored
test error::tests::downcasting ... ok
test f32::tests::test_abs ... ok
test f32::tests::test_acosh ... ok
test f32::tests::test_asinh ... ok
test f32::tests::test_atanh ... ok
test f32::tests::test_ceil ... ok
test f32::tests::test_clamp_max_is_nan ... ok
test f32::tests::test_clamp_min_greater_than_max ... ok
test f32::tests::test_clamp_min_is_nan ... ok
test f32::tests::test_classify ... ok
test f32::tests::test_exp ... ok
test f32::tests::test_exp2 ... ok
test f32::tests::test_float_bits_conv ... ok
test f32::tests::test_floor ... ok
test f32::tests::test_fract ... ok
test f32::tests::test_infinity ... ok
test f32::tests::test_is_finite ... ok
test f32::tests::test_is_infinite ... ok
test f32::tests::test_is_nan ... ok
test f32::tests::test_is_normal ... ok
test f32::tests::test_is_sign_negative ... ok
test f32::tests::test_is_sign_positive ... ok
test f32::tests::test_ln ... ok
test f32::tests::test_log ... ok
test f32::tests::test_log10 ... ok
test f32::tests::test_log2 ... ok
test f32::tests::test_max_nan ... ok
test f32::tests::test_min_nan ... ok
test f32::tests::test_mul_add ... ok
test f32::tests::test_nan ... ok
test f32::tests::test_neg_infinity ... ok
test f32::tests::test_neg_zero ... ok
test f32::tests::test_num_f32 ... ok
test f32::tests::test_one ... ok
test f32::tests::test_powf ... ok
test f32::tests::test_powi ... ok
test f32::tests::test_real_consts ... ok
test f32::tests::test_recip ... ok
test f32::tests::test_round ... ok
test f32::tests::test_signum ... ok
test f32::tests::test_sqrt_domain ... ok
test f32::tests::test_to_degrees ... ok
test f32::tests::test_to_radians ... ok
test f32::tests::test_trunc ... ok
test f32::tests::test_zero ... ok
test f64::tests::test_abs ... ok
test f64::tests::test_acosh ... ok
test f64::tests::test_asinh ... ok
test f64::tests::test_atanh ... ok
test f64::tests::test_ceil ... ok
test f64::tests::test_clamp_max_is_nan ... ok
test f64::tests::test_clamp_min_greater_than_max ... ok
test f64::tests::test_clamp_min_is_nan ... ok
test f64::tests::test_classify ... ok
test f64::tests::test_exp ... ok
test f64::tests::test_exp2 ... ok
test f64::tests::test_float_bits_conv ... ok
test f64::tests::test_floor ... ok
test f64::tests::test_fract ... ok
test f64::tests::test_infinity ... ok
test f64::tests::test_is_finite ... ok
test f64::tests::test_is_infinite ... ok
test f64::tests::test_is_nan ... ok
test f64::tests::test_is_normal ... ok
test f64::tests::test_is_sign_negative ... ok
test f64::tests::test_is_sign_positive ... ok
test f64::tests::test_ln ... ok
test f64::tests::test_log ... ok
test f64::tests::test_log10 ... ok
test f64::tests::test_log2 ... ok
test f64::tests::test_max_nan ... ok
test f64::tests::test_min_nan ... ok
test f64::tests::test_mul_add ... ok
test f64::tests::test_nan ... ok
test f64::tests::test_neg_infinity ... ok
test f64::tests::test_neg_zero ... ok
test f64::tests::test_num_f64 ... ok
test f64::tests::test_one ... ok
test f64::tests::test_powf ... ok
test f64::tests::test_powi ... ok
test f64::tests::test_real_consts ... ok
test f64::tests::test_recip ... ok
test f64::tests::test_round ... ok
test f64::tests::test_signum ... ok
test f64::tests::test_sqrt_domain ... ok
test f64::tests::test_to_degrees ... ok
test f64::tests::test_to_radians ... ok
test f64::tests::test_trunc ... ok
test f64::tests::test_zero ... ok
test ffi::c_str::tests::borrowed ... ok
test ffi::c_str::tests::boxed_default ... ok
test ffi::c_str::tests::build_with_zero1 ... ok
test ffi::c_str::tests::build_with_zero2 ... ok
test ffi::c_str::tests::build_with_zero3 ... ok
test ffi::c_str::tests::c_to_rust ... ok
test ffi::c_str::tests::cstr_const_constructor ... ok
test ffi::c_str::tests::equal_hash ... ok
test ffi::c_str::tests::formatted ... ok
test ffi::c_str::tests::from_bytes_with_nul ... ok
test ffi::c_str::tests::from_bytes_with_nul_interior ... ok
test ffi::c_str::tests::from_bytes_with_nul_unterminated ... ok
test ffi::c_str::tests::into_boxed ... ok
test ffi::c_str::tests::into_rc ... ok
test ffi::c_str::tests::simple ... ok
test ffi::c_str::tests::to_owned ... ok
test ffi::c_str::tests::to_str ... ok
test ffi::os_str::tests::boxed_default ... ok
test ffi::os_str::tests::into_boxed ... ok
test ffi::os_str::tests::into_rc ... ok
test ffi::os_str::tests::test_os_str_clone_into ... ok
test ffi::os_str::tests::test_os_str_default ... ok
test ffi::os_str::tests::test_os_str_is_empty ... ok
test ffi::os_str::tests::test_os_str_len ... ok
test ffi::os_str::tests::test_os_string_capacity ... ok
test ffi::os_str::tests::test_os_string_clear ... ok
test ffi::os_str::tests::test_os_string_default ... ok
test ffi::os_str::tests::test_os_string_reserve ... ok
test ffi::os_str::tests::test_os_string_reserve_exact ... ok
test ffi::os_str::tests::test_os_string_with_capacity ... ok
test io::buffered::tests::bench_buffered_reader ... ok
test io::buffered::tests::bench_buffered_writer ... ok
test io::buffered::tests::dont_panic_in_drop_on_panicked_flush ... ok
test io::buffered::tests::erroneous_flush_retried ... ok
test io::buffered::tests::panic_in_write_doesnt_flush_in_drop ... ok
test io::buffered::tests::test_buffered_reader ... ok
test io::buffered::tests::test_buffered_reader_invalidated_after_read ... ok
test io::buffered::tests::test_buffered_reader_invalidated_after_seek ... ok
test io::buffered::tests::test_buffered_reader_seek ... ok
test io::buffered::tests::test_buffered_reader_seek_relative ... ok
test io::buffered::tests::test_buffered_reader_seek_underflow ... ok
test io::buffered::tests::test_buffered_writer ... ok
test io::buffered::tests::test_buffered_writer_inner_flushes ... ok
test io::buffered::tests::test_buffered_writer_seek ... ok
test io::buffered::tests::test_line_buffer ... ok
test io::buffered::tests::test_line_buffer_fail_flush ... ok
test io::buffered::tests::test_lines ... ok
test io::buffered::tests::test_read_line ... ok
test io::buffered::tests::test_read_until ... ok
test io::buffered::tests::test_short_reads ... ok
test io::cursor::tests::read_to_end ... ok
test io::cursor::tests::seek_before_0 ... ok
test io::cursor::tests::seek_past_end ... ok
test io::cursor::tests::seek_past_i64 ... ok
test io::cursor::tests::test_box_slice_writer ... ok
test io::cursor::tests::test_box_slice_writer_vectored ... ok
test io::cursor::tests::test_boxed_slice_reader ... ok
test io::cursor::tests::test_boxed_slice_reader_vectored ... ok
test io::cursor::tests::test_buf_reader ... ok
test io::cursor::tests::test_buf_writer ... ok
test io::cursor::tests::test_buf_writer_error ... ok
test io::cursor::tests::test_buf_writer_seek ... ok
test io::cursor::tests::test_buf_writer_vectored ... ok
test io::cursor::tests::test_mem_mut_writer ... ok
test io::cursor::tests::test_mem_reader ... ok
test io::cursor::tests::test_mem_reader_vectored ... ok
test io::cursor::tests::test_mem_writer ... ok
test io::cursor::tests::test_read_exact ... ok
test io::cursor::tests::test_seekable_mem_writer ... ok
test io::cursor::tests::test_slice_reader ... ok
test io::cursor::tests::test_slice_reader_vectored ... ok
test io::cursor::tests::test_vec_writer ... ok
test io::cursor::tests::vec_seek_before_0 ... ok
test io::cursor::tests::vec_seek_past_end ... ok
test io::error::test::test_debug_error ... ok
test io::error::test::test_downcasting ... ok
test io::impls::tests::bench_read_slice ... ok
test io::impls::tests::bench_read_vec ... ok
test io::impls::tests::bench_write_slice ... ok
test io::impls::tests::bench_write_vec ... ok
test io::stdio::tests::panic_doesnt_poison ... ok
test io::stdio::tests::stderr_unwind_safe ... ok
test io::stdio::tests::stderrlock_unwind_safe ... ok
test io::stdio::tests::stdout_unwind_safe ... ok
test io::stdio::tests::stdoutlock_unwind_safe ... ok
test io::tests::bench_read_to_end ... ok
test io::tests::chain_bufread ... ok
test io::tests::chain_zero_length_read_is_not_eof ... ok
test io::tests::lines ... ok
test io::tests::read_exact ... ok
test io::tests::read_exact_slice ... ok
test io::tests::read_line ... ok
test io::tests::read_to_end ... ok
test io::tests::read_to_string ... ok
test io::tests::read_until ... ok
test io::tests::seek_len ... ok
test io::tests::seek_position ... ok
test io::tests::split ... ok
test io::tests::take_eof ... ok
test io::util::tests::copy_copies ... ok
test io::util::tests::empty_reads ... ok
test io::util::tests::repeat_repeats ... ok
test io::util::tests::sink_sinks ... ok
test io::util::tests::take_some_bytes ... ok
test memchr::tests::each_alignment ... ok
test memchr::tests::matches_begin ... ok
test memchr::tests::matches_begin_reversed ... ok
test memchr::tests::matches_end ... ok
test memchr::tests::matches_end_reversed ... ok
test memchr::tests::matches_nul ... ok
test memchr::tests::matches_nul_reversed ... ok
test memchr::tests::matches_one ... ok
test memchr::tests::matches_one_reversed ... ok
test memchr::tests::matches_past_nul ... ok
test memchr::tests::matches_past_nul_reversed ... ok
test memchr::tests::no_match ... ok
test memchr::tests::no_match_empty ... ok
test memchr::tests::no_match_empty_reversed ... ok
test memchr::tests::no_match_reversed ... ok
test net::addr::tests::is_v4 ... ok
test net::addr::tests::is_v6 ... ok
test net::addr::tests::set_flowinfo ... ok
test net::addr::tests::set_ip ... ok
test net::addr::tests::set_port ... ok
test net::addr::tests::set_scope_id ... ok
test net::addr::tests::to_socket_addr_ipaddr_u16 ... ok
test net::addr::tests::to_socket_addr_str ... ok
test net::addr::tests::to_socket_addr_str_bad ... ok
test net::addr::tests::to_socket_addr_str_u16 ... ok
test net::addr::tests::to_socket_addr_string ... ok
test net::ip::tests::cmp ... ok
test net::ip::tests::ip_properties ... ok
test net::ip::tests::ipv4_from_constructors ... ok
test net::ip::tests::ipv4_from_octets ... ok
test net::ip::tests::ipv4_properties ... ok
test net::ip::tests::ipv4_to_ipv6 ... ok
test net::ip::tests::ipv6_addr_to_string ... ok
test net::ip::tests::ipv6_from_contructors ... ok
test net::ip::tests::ipv6_from_octets ... ok
test net::ip::tests::ipv6_from_segments ... ok
test net::ip::tests::ipv6_properties ... ok
test net::ip::tests::ipv6_to_ipv4 ... ok
test net::ip::tests::is_v4 ... ok
test net::ip::tests::is_v6 ... ok
test net::ip::tests::test_from_str_ipv4 ... ok
test net::ip::tests::test_from_str_ipv4_in_ipv6 ... ok
test net::ip::tests::test_from_str_ipv6 ... ok
test net::ip::tests::test_from_str_socket_addr ... ok
test net::ip::tests::test_int_to_ipv4 ... ok
test net::ip::tests::test_int_to_ipv6 ... ok
test net::ip::tests::test_ipv4_to_int ... ok
test net::ip::tests::test_ipv6_to_int ... ok
test net::ip::tests::to_socket_addr_socketaddr ... ok
test net::tcp::tests::bind_error ... ok
test net::tcp::tests::clone_accept_concurrent ... ok
test net::tcp::tests::clone_accept_smoke ... ok
test net::tcp::tests::clone_while_reading ... ok
test net::tcp::tests::close_readwrite_smoke ... ignored
test net::tcp::tests::connect_error ... ok
test net::tcp::tests::connect_loopback ... ok
test net::tcp::tests::connect_timeout_valid ... ignored
test net::tcp::tests::debug ... ok
test net::tcp::tests::double_bind ... ok
test net::tcp::tests::fast_rebind ... ok
test net::tcp::tests::listen_localhost ... ok
test net::tcp::tests::multiple_connect_interleaved_greedy_schedule ... ok
test net::tcp::tests::multiple_connect_interleaved_lazy_schedule ... ok
test net::tcp::tests::multiple_connect_serial ... ok
test net::tcp::tests::nodelay ... ignored
test net::tcp::tests::partial_read ... ok
test net::tcp::tests::peek ... ignored
test net::tcp::tests::read_eof ... ok
test net::tcp::tests::read_vectored ... ok
test net::tcp::tests::set_nonblocking ... ignored
test net::tcp::tests::shutdown_smoke ... ignored
test net::tcp::tests::smoke_test ... ok
test net::tcp::tests::socket_and_peer_name ... ok
test net::tcp::tests::tcp_clone_smoke ... ok
test net::tcp::tests::tcp_clone_two_read ... ok
test net::tcp::tests::tcp_clone_two_write ... ok
test net::tcp::tests::test_read_timeout ... ignored
test net::tcp::tests::test_read_with_timeout ... ignored
test net::tcp::tests::test_timeout_zero_duration ... ok
test net::tcp::tests::timeouts ... ignored
test net::tcp::tests::ttl ... ignored
test net::tcp::tests::write_close ... ok
test net::tcp::tests::write_vectored ... ok
test num::bench::bench_pow_function ... ok
test num::tests::test_checked_add ... ok
test num::tests::test_checked_mul ... ok
test num::tests::test_checked_next_power_of_two_u16 ... ok
test num::tests::test_checked_next_power_of_two_u32 ... ok
test num::tests::test_checked_next_power_of_two_u64 ... ok
test num::tests::test_checked_next_power_of_two_u8 ... ok
test num::tests::test_checked_next_power_of_two_uint ... ok
test num::tests::test_checked_sub ... ok
test num::tests::test_is_power_of_two_u16 ... ok
test num::tests::test_is_power_of_two_u32 ... ok
test num::tests::test_is_power_of_two_u64 ... ok
test num::tests::test_is_power_of_two_u8 ... ok
test num::tests::test_is_power_of_two_uint ... ok
test num::tests::test_next_power_of_two_u16 ... ok
test num::tests::test_next_power_of_two_u32 ... ok
test num::tests::test_next_power_of_two_u64 ... ok
test num::tests::test_next_power_of_two_u8 ... ok
test num::tests::test_next_power_of_two_uint ... ok
test num::tests::test_pow ... ok
test num::tests::test_saturating_add_int ... ok
test num::tests::test_saturating_add_uint ... ok
test num::tests::test_saturating_sub_int ... ok
test num::tests::test_saturating_sub_uint ... ok
test num::tests::test_uint_from_str_overflow ... ok
test num::tests::test_uint_to_str_overflow ... ok
test os::raw::tests::same ... ok
test path::tests::display_format_flags ... ok
test path::tests::into ... ok
test path::tests::into_boxed ... ok
test path::tests::into_rc ... ok
test path::tests::test_clone_into ... ok
test path::tests::test_compare ... ok
test path::tests::test_components_debug ... ok
test path::tests::test_eq_receivers ... ok
test path::tests::test_pop ... ok
test path::tests::test_push ... ok
test path::tests::test_set_extension ... ok
test path::tests::test_set_file_name ... ok
test path::tests::test_stem_ext ... ok
test sync::barrier::tests::test_barrier ... ok
test sync::condvar::tests::notify_all ... ok
test sync::condvar::tests::notify_one ... ok
test sync::condvar::tests::smoke ... ok
test sync::condvar::tests::two_mutexes ... ok
test sync::condvar::tests::wait_timeout_until_instant_satisfy ... ok
test sync::condvar::tests::wait_timeout_until_wait ... ignored
test sync::condvar::tests::wait_timeout_until_wake ... ignored
test sync::condvar::tests::wait_timeout_wait ... ignored
test sync::condvar::tests::wait_timeout_wake ... ignored
test sync::condvar::tests::wait_until ... ok
test sync::mpsc::mpsc_queue::tests::test ... ok
test sync::mpsc::mpsc_queue::tests::test_full ... ok
test sync::mpsc::select_tests::both_ready ... ok
test sync::mpsc::select_tests::cloning ... ok
test sync::mpsc::select_tests::cloning2 ... ok
test sync::mpsc::select_tests::cloning3 ... ok
test sync::mpsc::select_tests::closed ... ok
test sync::mpsc::select_tests::oneshot_data_waiting ... ok
test sync::mpsc::select_tests::preflight1 ... ok
test sync::mpsc::select_tests::preflight2 ... ok
test sync::mpsc::select_tests::preflight3 ... ok
test sync::mpsc::select_tests::preflight4 ... ok
test sync::mpsc::select_tests::preflight5 ... ok
test sync::mpsc::select_tests::preflight6 ... ok
test sync::mpsc::select_tests::preflight7 ... ok
test sync::mpsc::select_tests::preflight8 ... ok
test sync::mpsc::select_tests::preflight9 ... ok
test sync::mpsc::select_tests::shared_data_waiting ... ok
test sync::mpsc::select_tests::smoke ... ok
test sync::mpsc::select_tests::smoke2 ... ok
test sync::mpsc::select_tests::stream_data_waiting ... ok
test sync::mpsc::select_tests::stress ... ok
test sync::mpsc::select_tests::sync1 ... ok
test sync::mpsc::select_tests::sync2 ... ok
test sync::mpsc::select_tests::sync3 ... ok
test sync::mpsc::select_tests::unblocks ... ok
test sync::mpsc::spsc_queue::tests::drop_full ... ok
test sync::mpsc::spsc_queue::tests::peek ... ok
test sync::mpsc::spsc_queue::tests::smoke ... ok
test sync::mpsc::spsc_queue::tests::smoke_bound ... ok
test sync::mpsc::spsc_queue::tests::stress ... ok
test sync::mpsc::sync_tests::chan_gone_concurrent ... ok
test sync::mpsc::sync_tests::destroy_upgraded_shared_port_when_sender_still_active ... ok
test sync::mpsc::sync_tests::drop_full ... ok
test sync::mpsc::sync_tests::issue_15761 ... ok
test sync::mpsc::sync_tests::oneshot_multi_task_recv_then_close ... ok
test sync::mpsc::sync_tests::oneshot_multi_task_recv_then_send ... ok
test sync::mpsc::sync_tests::oneshot_multi_thread_close_stress ... ok
test sync::mpsc::sync_tests::oneshot_multi_thread_recv_close_stress ... ok
test sync::mpsc::sync_tests::oneshot_multi_thread_send_close_stress ... ok
test sync::mpsc::sync_tests::oneshot_multi_thread_send_recv_stress ... ok
test sync::mpsc::sync_tests::oneshot_single_thread_close_chan_first ... ok
test sync::mpsc::sync_tests::oneshot_single_thread_close_port_first ... ok
test sync::mpsc::sync_tests::oneshot_single_thread_peek_close ... ok
test sync::mpsc::sync_tests::oneshot_single_thread_peek_data ... ok
test sync::mpsc::sync_tests::oneshot_single_thread_peek_open ... ok
test sync::mpsc::sync_tests::oneshot_single_thread_recv_chan_close ... ok
test sync::mpsc::sync_tests::oneshot_single_thread_send_port_close ... ok
test sync::mpsc::sync_tests::oneshot_single_thread_send_then_recv ... ok
test sync::mpsc::sync_tests::oneshot_single_thread_try_recv_closed ... ok
test sync::mpsc::sync_tests::oneshot_single_thread_try_recv_closed_with_data ... ok
test sync::mpsc::sync_tests::oneshot_single_thread_try_recv_open ... ok
test sync::mpsc::sync_tests::oneshot_single_thread_try_send_closed ... ok
test sync::mpsc::sync_tests::oneshot_single_thread_try_send_closed2 ... ok
test sync::mpsc::sync_tests::oneshot_single_thread_try_send_open ... ok
test sync::mpsc::sync_tests::port_gone_concurrent ... ok
test sync::mpsc::sync_tests::port_gone_concurrent_shared ... ok
test sync::mpsc::sync_tests::recv_a_lot ... ok
test sync::mpsc::sync_tests::recv_timeout ... ignored
test sync::mpsc::sync_tests::send1 ... ok
test sync::mpsc::sync_tests::send2 ... ok
test sync::mpsc::sync_tests::send3 ... ok
test sync::mpsc::sync_tests::send4 ... ok
test sync::mpsc::sync_tests::shared_chan_stress ... ok
test sync::mpsc::sync_tests::smoke ... ok
test sync::mpsc::sync_tests::smoke_chan_gone ... ok
test sync::mpsc::sync_tests::smoke_chan_gone_shared ... ok
test sync::mpsc::sync_tests::smoke_port_gone ... ok
test sync::mpsc::sync_tests::smoke_shared ... ok
test sync::mpsc::sync_tests::smoke_shared_port_gone2 ... ok
test sync::mpsc::sync_tests::smoke_threads ... ok
test sync::mpsc::sync_tests::stream_send_recv_stress ... ok
test sync::mpsc::sync_tests::stress ... ok
test sync::mpsc::sync_tests::stress_recv_timeout_shared ... ignored
test sync::mpsc::sync_tests::stress_recv_timeout_two_threads ... ignored
test sync::mpsc::sync_tests::stress_shared ... ok
test sync::mpsc::sync_tests::test_nested_recv_iter ... ok
test sync::mpsc::sync_tests::test_recv_iter_break ... ok
test sync::mpsc::sync_tests::try_recv_states ... ok
test sync::mpsc::sync_tests::try_send1 ... ok
test sync::mpsc::sync_tests::try_send2 ... ok
test sync::mpsc::sync_tests::try_send3 ... ok
test sync::mpsc::tests::chan_gone_concurrent ... ok
test sync::mpsc::tests::destroy_upgraded_shared_port_when_sender_still_active ... ok
test sync::mpsc::tests::drop_full ... ok
test sync::mpsc::tests::drop_full_shared ... ok
test sync::mpsc::tests::issue_32114 ... ok
test sync::mpsc::tests::no_runtime ... ok
test sync::mpsc::tests::oneshot_multi_task_recv_then_close ... ok
test sync::mpsc::tests::oneshot_multi_task_recv_then_send ... ok
test sync::mpsc::tests::oneshot_multi_thread_close_stress ... ok
test sync::mpsc::tests::oneshot_multi_thread_recv_close_stress ... ok
test sync::mpsc::tests::oneshot_multi_thread_send_close_stress ... ok
test sync::mpsc::tests::oneshot_multi_thread_send_recv_stress ... ok
test sync::mpsc::tests::oneshot_single_thread_close_chan_first ... ok
test sync::mpsc::tests::oneshot_single_thread_close_port_first ... ok
test sync::mpsc::tests::oneshot_single_thread_peek_close ... ok
test sync::mpsc::tests::oneshot_single_thread_peek_data ... ok
test sync::mpsc::tests::oneshot_single_thread_peek_open ... ok
test sync::mpsc::tests::oneshot_single_thread_recv_chan_close ... ok
test sync::mpsc::tests::oneshot_single_thread_recv_timeout ... ignored
test sync::mpsc::tests::oneshot_single_thread_send_port_close ... ok
test sync::mpsc::tests::oneshot_single_thread_send_then_recv ... ok
test sync::mpsc::tests::oneshot_single_thread_try_recv_closed ... ok
test sync::mpsc::tests::oneshot_single_thread_try_recv_open ... ok
test sync::mpsc::tests::oneshot_single_thread_try_send_closed ... ok
test sync::mpsc::tests::oneshot_single_thread_try_send_open ... ok
test sync::mpsc::tests::port_gone_concurrent ... ok
test sync::mpsc::tests::port_gone_concurrent_shared ... ok
test sync::mpsc::tests::recv_a_lot ... ok
test sync::mpsc::tests::recv_from_outside_runtime ... ok
test sync::mpsc::tests::recv_timeout_upgrade ... ignored
test sync::mpsc::tests::send_from_outside_runtime ... ok
test sync::mpsc::tests::shared_chan_stress ... ok
test sync::mpsc::tests::shared_recv_timeout ... ignored
test sync::mpsc::tests::smoke ... ok
test sync::mpsc::tests::smoke_chan_gone ... ok
test sync::mpsc::tests::smoke_chan_gone_shared ... ok
test sync::mpsc::tests::smoke_port_gone ... ok
test sync::mpsc::tests::smoke_shared ... ok
test sync::mpsc::tests::smoke_shared_port_gone ... ok
test sync::mpsc::tests::smoke_shared_port_gone2 ... ok
test sync::mpsc::tests::smoke_threads ... ok
test sync::mpsc::tests::stream_send_recv_stress ... ok
test sync::mpsc::tests::stress ... ok
test sync::mpsc::tests::stress_recv_timeout_shared ... ignored
test sync::mpsc::tests::stress_recv_timeout_two_threads ... ignored
test sync::mpsc::tests::stress_shared ... ok
test sync::mpsc::tests::test_nested_recv_iter ... ok
test sync::mpsc::tests::test_recv_into_iter_borrowed ... ok
test sync::mpsc::tests::test_recv_into_iter_owned ... ok
test sync::mpsc::tests::test_recv_iter_break ... ok
test sync::mpsc::tests::test_recv_try_iter ... ok
test sync::mpsc::tests::try_recv_states ... ok
test sync::mpsc::tests::very_long_recv_timeout_wont_panic ... ignored
test sync::mutex::tests::lots_and_lots ... ok
test sync::mutex::tests::smoke ... ok
test sync::mutex::tests::test_arc_condvar_poison ... ok
test sync::mutex::tests::test_get_mut ... ok
test sync::mutex::tests::test_get_mut_poison ... ok
test sync::mutex::tests::test_into_inner ... ok
test sync::mutex::tests::test_into_inner_drop ... ok
test sync::mutex::tests::test_into_inner_poison ... ok
test sync::mutex::tests::test_mutex_arc_access_in_unwind ... ok
test sync::mutex::tests::test_mutex_arc_condvar ... ok
test sync::mutex::tests::test_mutex_arc_nested ... ok
test sync::mutex::tests::test_mutex_arc_poison ... ok
test sync::mutex::tests::test_mutex_unsized ... ok
test sync::mutex::tests::try_lock ... ok
test sync::once::tests::poison_bad ... ok
test sync::once::tests::smoke_once ... ok
test sync::once::tests::stampede_once ... ok
test sync::once::tests::wait_for_force_to_finish ... ok
test sync::rwlock::tests::frob ... ok
test sync::rwlock::tests::smoke ... ok
test sync::rwlock::tests::test_get_mut ... ok
test sync::rwlock::tests::test_get_mut_poison ... ok
test sync::rwlock::tests::test_into_inner ... ok
test sync::rwlock::tests::test_into_inner_drop ... ok
test sync::rwlock::tests::test_into_inner_poison ... ok
test sync::rwlock::tests::test_rw_arc ... ok
test sync::rwlock::tests::test_rw_arc_access_in_unwind ... ok
test sync::rwlock::tests::test_rw_arc_no_poison_rr ... ok
test sync::rwlock::tests::test_rw_arc_no_poison_rw ... ok
test sync::rwlock::tests::test_rw_arc_poison_wr ... ok
test sync::rwlock::tests::test_rw_arc_poison_ww ... ok
test sync::rwlock::tests::test_rwlock_try_write ... ok
test sync::rwlock::tests::test_rwlock_unsized ... ok
test sys::sgx::abi::tls::sync_bitset::tests::iter ... ok
test sys::sgx::abi::tls::sync_bitset::tests::set_get_clear ... ok
test sys::sgx::rwlock::tests::test_c_rwlock_initializer ... ok
test sys::sgx::waitqueue::spin_mutex::tests::sleep ... ok
test sys::sgx::waitqueue::tests::queue ... ok
test sys::sgx::waitqueue::unsafe_list::tests::cell ... ok
test sys::sgx::waitqueue::unsafe_list::tests::complex_pushes_pops ... ok
test sys::sgx::waitqueue::unsafe_list::tests::init_empty ... ok
test sys::sgx::waitqueue::unsafe_list::tests::push_pop ... ok
test sys_common::bytestring::tests::smoke ... ok
test sys_common::remutex::tests::is_mutex ... ok
test sys_common::remutex::tests::poison_works ... ok
test sys_common::remutex::tests::smoke ... ok
test sys_common::remutex::tests::trylock_works ... ok
test sys_common::test_muldiv ... ok
test sys_common::thread_local::tests::smoke ... ok
test sys_common::thread_local::tests::statik ... ok
test sys_common::wtf8::tests::code_point_from_char ... ok
test sys_common::wtf8::tests::code_point_from_u32 ... ok
test sys_common::wtf8::tests::code_point_to_char ... ok
test sys_common::wtf8::tests::code_point_to_char_lossy ... ok
test sys_common::wtf8::tests::code_point_to_string ... ok
test sys_common::wtf8::tests::code_point_to_u32 ... ok
test sys_common::wtf8::tests::wtf8_as_str ... ok
test sys_common::wtf8::tests::wtf8_ascii_byte_at ... ok
test sys_common::wtf8::tests::wtf8_code_points ... ok
test sys_common::wtf8::tests::wtf8_display ... ok
test sys_common::wtf8::tests::wtf8_encode_wide ... ok
test sys_common::wtf8::tests::wtf8_from_str ... ok
test sys_common::wtf8::tests::wtf8_len ... ok
test sys_common::wtf8::tests::wtf8_slice ... ok
test sys_common::wtf8::tests::wtf8_slice_from ... ok
test sys_common::wtf8::tests::wtf8_slice_from_not_code_point_boundary ... ok
test sys_common::wtf8::tests::wtf8_slice_not_code_point_boundary ... ok
test sys_common::wtf8::tests::wtf8_slice_to ... ok
test sys_common::wtf8::tests::wtf8_slice_to_not_code_point_boundary ... ok
test sys_common::wtf8::tests::wtf8_to_string_lossy ... ok
test sys_common::wtf8::tests::wtf8buf_as_slice ... ok
test sys_common::wtf8::tests::wtf8buf_extend ... ok
test sys_common::wtf8::tests::wtf8buf_from_iterator ... ok
test sys_common::wtf8::tests::wtf8buf_from_str ... ok
test sys_common::wtf8::tests::wtf8buf_from_string ... ok
test sys_common::wtf8::tests::wtf8buf_from_wide ... ok
test sys_common::wtf8::tests::wtf8buf_into_string ... ok
test sys_common::wtf8::tests::wtf8buf_into_string_lossy ... ok
test sys_common::wtf8::tests::wtf8buf_new ... ok
test sys_common::wtf8::tests::wtf8buf_push ... ok
test sys_common::wtf8::tests::wtf8buf_push_char ... ok
test sys_common::wtf8::tests::wtf8buf_push_str ... ok
test sys_common::wtf8::tests::wtf8buf_push_wtf8 ... ok
test sys_common::wtf8::tests::wtf8buf_show ... ok
test sys_common::wtf8::tests::wtf8buf_show_str ... ok
test sys_common::wtf8::tests::wtf8buf_truncate ... ok
test sys_common::wtf8::tests::wtf8buf_truncate_fail_code_point_boundary ... ok
test sys_common::wtf8::tests::wtf8buf_truncate_fail_longer ... ok
test thread::local::dynamic_tests::hashmap ... ok
test thread::local::dynamic_tests::refcell_vec ... ok
test thread::local::dynamic_tests::smoke ... ok
test thread::local::tests::circular ... ok
test thread::local::tests::dtors_in_dtors_in_dtors ... ok
test thread::local::tests::self_referential ... ok
test thread::local::tests::smoke_dtor ... ok
test thread::local::tests::smoke_no_dtor ... ok
test thread::local::tests::states ... ok
test thread::tests::sleep_ms_smoke ... ignored
test thread::tests::test_avoid_copying_the_body_join ... ok
test thread::tests::test_avoid_copying_the_body_spawn ... ok
test thread::tests::test_avoid_copying_the_body_thread_spawn ... ok
test thread::tests::test_child_doesnt_ref_parent ... ok
test thread::tests::test_invalid_named_thread ... ok
test thread::tests::test_join_panic ... ok
test thread::tests::test_named_thread ... ok
test thread::tests::test_park_timeout_unpark_before ... ok
test thread::tests::test_park_timeout_unpark_called_other_thread ... ignored
test thread::tests::test_park_timeout_unpark_not_called ... ignored
test thread::tests::test_run_basic ... ok
test thread::tests::test_simple_newsched_spawn ... ok
test thread::tests::test_size_of_option_thread_id ... ok
test thread::tests::test_spawn_sched ... ok
test thread::tests::test_spawn_sched_childs_on_default_sched ... ok
test thread::tests::test_thread_id_equal ... ok
test thread::tests::test_thread_id_not_equal ... ok
test thread::tests::test_try_panic_message_any ... ok
test thread::tests::test_try_panic_message_owned_str ... ok
test thread::tests::test_try_panic_message_static_str ... ok
test thread::tests::test_try_panic_message_unit_struct ... ok
test thread::tests::test_unnamed_thread ... ok
test time::tests::instant_checked_duration_since_nopanic ... ok
test time::tests::instant_duration_since_panic ... ok
test time::tests::instant_elapsed ... ok
test time::tests::instant_math ... ok
test time::tests::instant_math_is_associative ... ok
test time::tests::instant_monotonic ... ok
test time::tests::instant_saturating_duration_since_nopanic ... ok
test time::tests::since_epoch ... ok
test time::tests::system_time_elapsed ... ok
test time::tests::system_time_math ... ok
test result: ok. 637 passed; 0 failed; 27 ignored; 0 measured; 0 filtered out
Error while executing SGX enclave.
Enclave panicked: Re-entered aborted enclave!
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
error: test failed, to rerun pass '--lib'
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"
expected success, got: exit code: 255
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
Build completed unsuccessfully in 0:00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment