Skip to content

Instantly share code, notes, and snippets.

@Darksonn
Created June 5, 2020 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Darksonn/fcfe79c1e49b7495ec0ac968c925b319 to your computer and use it in GitHub Desktop.
Save Darksonn/fcfe79c1e49b7495ec0ac968c925b319 to your computer and use it in GitHub Desktop.
MacOS test #2590
2020-06-05T17:29:12.0015250Z ##[section]Starting: tokio - cargo test --all-features
2020-06-05T17:29:12.0025270Z ==============================================================================
2020-06-05T17:29:12.0025860Z Task : Command line
2020-06-05T17:29:12.0026410Z Description : Run a command line script using Bash on Linux and macOS and cmd.exe on Windows
2020-06-05T17:29:12.0026920Z Version : 2.164.2
2020-06-05T17:29:12.0027340Z Author : Microsoft Corporation
2020-06-05T17:29:12.0027870Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/command-line
2020-06-05T17:29:12.0028450Z ==============================================================================
2020-06-05T17:29:12.1545660Z Generating script.
2020-06-05T17:29:12.1567410Z Script contents:
2020-06-05T17:29:12.1568500Z cargo test --all-features
2020-06-05T17:29:12.1569040Z ========================== Starting Command Output ===========================
2020-06-05T17:29:12.1601230Z [command]/bin/bash --noprofile --norc /Users/runner/runners/2.169.1/work/_temp/9f27488d-6bd5-429c-ab24-dc389831f500.sh
2020-06-05T17:29:12.3142470Z Finished test [unoptimized + debuginfo] target(s) in 0.13s
2020-06-05T17:29:12.5058080Z Running /Users/runner/runners/2.169.1/work/1/s/target/debug/deps/tokio-14e69e9e06656ca4
2020-06-05T17:29:12.5148570Z
2020-06-05T17:29:12.5149120Z running 112 tests
2020-06-05T17:29:12.5150600Z test io::seek::tests::assert_unpin ... ok
2020-06-05T17:29:12.5152500Z test io::util::buf_reader::tests::assert_unpin ... ok
2020-06-05T17:29:12.5153140Z test io::util::buf_stream::tests::assert_unpin ... ok
2020-06-05T17:29:12.5153620Z test io::util::buf_writer::tests::assert_unpin ... ok
2020-06-05T17:29:12.5154100Z test io::util::copy::tests::assert_unpin ... ok
2020-06-05T17:29:12.5154500Z test io::util::chain::tests::assert_unpin ... ok
2020-06-05T17:29:12.5154980Z test io::util::empty::tests::assert_unpin ... ok
2020-06-05T17:29:12.5155860Z test io::util::flush::tests::assert_unpin ... ok
2020-06-05T17:29:12.5156440Z test io::util::read::tests::assert_unpin ... ok
2020-06-05T17:29:12.5158150Z test io::util::lines::tests::assert_unpin ... ok
2020-06-05T17:29:12.5160410Z test coop::test::bugeting ... ok
2020-06-05T17:29:12.5170330Z test io::util::read_line::tests::assert_unpin ... ok
2020-06-05T17:29:12.5174240Z test io::util::read_exact::tests::assert_unpin ... ok
2020-06-05T17:29:12.5176720Z test io::util::read_to_end::tests::assert_unpin ... ok
2020-06-05T17:29:12.5184690Z test io::util::read_until::tests::assert_unpin ... ok
2020-06-05T17:29:12.5187860Z test io::util::read_to_string::tests::assert_unpin ... ok
2020-06-05T17:29:12.5189950Z test io::util::shutdown::tests::assert_unpin ... ok
2020-06-05T17:29:12.5192200Z test io::util::sink::tests::assert_unpin ... ok
2020-06-05T17:29:12.5194600Z test io::util::take::tests::assert_unpin ... ok
2020-06-05T17:29:12.5196850Z test io::util::write_all::tests::assert_unpin ... ok
2020-06-05T17:29:12.5199900Z test io::util::repeat::tests::assert_unpin ... ok
2020-06-05T17:29:12.5202110Z test io::util::split::tests::assert_unpin ... ok
2020-06-05T17:29:12.5203890Z test process::imp::reap::test::kill ... ok
2020-06-05T17:29:12.5206060Z test process::imp::reap::test::drop_enqueues_orphan_if_wait_fails ... ok
2020-06-05T17:29:12.5207740Z test process::imp::reap::test::drop_reaps_if_possible ... ok
2020-06-05T17:29:12.5210160Z test process::imp::orphan::test::drain_attempts_a_single_reap_of_all_queued_orphans ... ok
2020-06-05T17:29:12.5212050Z test process::imp::reap::test::reaper ... ok
2020-06-05T17:29:12.5214400Z test process::test::no_kill_if_already_killed ... ok
2020-06-05T17:29:12.5216090Z test process::test::kills_on_drop_if_specified ... ok
2020-06-05T17:29:12.5218530Z test process::test::no_kill_on_drop_by_default ... ok
2020-06-05T17:29:12.5220300Z test process::test::no_kill_if_reaped ... ok
2020-06-05T17:29:12.5222480Z test runtime::queue::test_local_queue_capacity ... ok
2020-06-05T17:29:12.5224030Z test runtime::task::core::header_lte_cache_line ... ok
2020-06-05T17:29:12.5226790Z test runtime::tests::queue::steal_batch ... ok
2020-06-05T17:29:12.5228380Z test runtime::tests::queue::fits_256 ... ok
2020-06-05T17:29:12.5230560Z test runtime::tests::queue::overflow ... ok
2020-06-05T17:29:12.5232330Z test runtime::thread_pool::idle::test_state ... ok
2020-06-05T17:29:12.5234660Z test signal::registry::tests::broadcast_returns_if_at_least_one_event_fired ... ok
2020-06-05T17:29:12.5236680Z test signal::registry::tests::record_invalid_event_does_nothing ... ok
2020-06-05T17:29:12.5286250Z test signal::registry::tests::broadcast_cleans_up_disconnected_listeners ... ok
2020-06-05T17:29:12.5372950Z test signal::registry::tests::smoke ... ok
2020-06-05T17:29:12.5467960Z test signal::unix::tests::signal_enable_error_on_forbidden_input ... ok
2020-06-05T17:29:12.5469680Z test signal::unix::tests::signal_enable_error_on_invalid_input ... ok
2020-06-05T17:29:12.5470480Z test sync::mutex::bounds ... ok
2020-06-05T17:29:12.5472240Z test sync::rwlock::bounds ... ok
2020-06-05T17:29:12.5472820Z test sync::semaphore::bounds ... ok
2020-06-05T17:29:12.5474320Z test sync::tests::atomic_waker::basic_usage ... ok
2020-06-05T17:29:12.5475010Z test sync::tests::atomic_waker::wake_without_register ... ok
2020-06-05T17:29:12.5476540Z test sync::tests::semaphore_batch::cancel_acquire_releases_permits ... ok
2020-06-05T17:29:12.5477290Z test sync::tests::semaphore_batch::close_semaphore_notifies_permit1 ... ok
2020-06-05T17:29:12.5478680Z test sync::tests::semaphore_batch::close_semaphore_notifies_permit2 ... ok
2020-06-05T17:29:12.5479420Z test sync::tests::semaphore_batch::close_semaphore_prevents_acquire ... ok
2020-06-05T17:29:12.5480730Z test sync::tests::semaphore_batch::poll_acquire_many_available ... ok
2020-06-05T17:29:12.5481460Z test sync::tests::semaphore_batch::poll_acquire_many_unavailable ... ok
2020-06-05T17:29:12.5482790Z test sync::tests::semaphore_batch::poll_acquire_one_available ... ok
2020-06-05T17:29:12.5483530Z test sync::tests::semaphore_batch::poll_acquire_one_unavailable ... ok
2020-06-05T17:29:12.5484900Z test sync::tests::semaphore_batch::poll_acquire_one_zero_permits ... ok
2020-06-05T17:29:12.5486640Z test sync::tests::semaphore_batch::try_acquire_many_available ... ok
2020-06-05T17:29:12.5488220Z test sync::tests::semaphore_batch::try_acquire_many_unavailable ... ok
2020-06-05T17:29:12.5488990Z test sync::tests::semaphore_batch::try_acquire_one_available ... ok
2020-06-05T17:29:12.5490650Z test sync::tests::semaphore_batch::try_acquire_one_unavailable ... ok
2020-06-05T17:29:12.5757290Z error: test failed, to rerun pass '--lib'
2020-06-05T17:29:12.5757840Z
2020-06-05T17:29:12.5758100Z Caused by:
2020-06-05T17:29:12.5759210Z process didn't exit successfully: `/Users/runner/runners/2.169.1/work/1/s/target/debug/deps/tokio-14e69e9e06656ca4` (signal: 11, SIGSEGV: invalid memory reference)
2020-06-05T17:29:12.5800950Z
2020-06-05T17:29:12.5875050Z ##[error]Bash exited with code '101'.
2020-06-05T17:29:12.5894420Z ##[section]Finishing: tokio - cargo test --all-features
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment