[INFO] crate xi-core-lib 0.3.0 is already in cache [INFO] testing xi-core-lib-0.3.0 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate xi-core-lib 0.3.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate xi-core-lib 0.3.0 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate xi-core-lib 0.3.0 [INFO] finished tweaking crates.io crate xi-core-lib 0.3.0 [INFO] tweaked toml for crates.io crate xi-core-lib 0.3.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5e8c306d3b20ade441edb048a4f3f2c55aaa79dc45ae3d2c302ea6cbd2f4e279 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5e8c306d3b20ade441edb048a4f3f2c55aaa79dc45ae3d2c302ea6cbd2f4e279", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5e8c306d3b20ade441edb048a4f3f2c55aaa79dc45ae3d2c302ea6cbd2f4e279", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e8c306d3b20ade441edb048a4f3f2c55aaa79dc45ae3d2c302ea6cbd2f4e279", kill_on_drop: false }` [INFO] [stdout] 5e8c306d3b20ade441edb048a4f3f2c55aaa79dc45ae3d2c302ea6cbd2f4e279 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 425a01f34b45c997d59df2a0a1435f705683fb26b6149b47394d3d97d4a287bd [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "425a01f34b45c997d59df2a0a1435f705683fb26b6149b47394d3d97d4a287bd", kill_on_drop: false }` [INFO] [stderr] Compiling bytecount v0.5.1 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling notify v4.0.15 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling plist v0.4.2 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling xi-rope v0.3.0 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling xi-trace v0.2.0 [INFO] [stderr] Compiling syntect v3.3.0 [INFO] [stderr] Compiling xi-rpc v0.3.0 [INFO] [stderr] Compiling xi-core-lib v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/config.rs:699:62 [INFO] [stdout] | [INFO] [stdout] 699 | UnknownDomain(ref s) => write!(f, "{}: {}", self.description(), s), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/config.rs:700:70 [INFO] [stdout] | [INFO] [stdout] 700 | Parse(ref p, ref e) => write!(f, "{} ({:?}), {:?}", self.description(), p, e), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/config.rs:712:34 [INFO] [stdout] | [INFO] [stdout] 712 | Parse(_, ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/config.rs:713:28 [INFO] [stdout] | [INFO] [stdout] 713 | Io(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/config.rs:714:40 [INFO] [stdout] | [INFO] [stdout] 714 | UnexpectedItem(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/recorder.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | mem::replace(&mut self.active_recording, recording_name); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 50.39s [INFO] running `Command { std: "docker" "inspect" "425a01f34b45c997d59df2a0a1435f705683fb26b6149b47394d3d97d4a287bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "425a01f34b45c997d59df2a0a1435f705683fb26b6149b47394d3d97d4a287bd", kill_on_drop: false }` [INFO] [stdout] 425a01f34b45c997d59df2a0a1435f705683fb26b6149b47394d3d97d4a287bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 06396d22544729e36b5d8ba6028621d8bd6a136096a9237e4197615bf3239914 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "06396d22544729e36b5d8ba6028621d8bd6a136096a9237e4197615bf3239914", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/config.rs:699:62 [INFO] [stdout] | [INFO] [stdout] 699 | UnknownDomain(ref s) => write!(f, "{}: {}", self.description(), s), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/config.rs:700:70 [INFO] [stdout] | [INFO] [stdout] 700 | Parse(ref p, ref e) => write!(f, "{} ({:?}), {:?}", self.description(), p, e), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/config.rs:712:34 [INFO] [stdout] | [INFO] [stdout] 712 | Parse(_, ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/config.rs:713:28 [INFO] [stdout] | [INFO] [stdout] 713 | Io(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/config.rs:714:40 [INFO] [stdout] | [INFO] [stdout] 714 | UnexpectedItem(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/recorder.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | mem::replace(&mut self.active_recording, recording_name); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling xi-core-lib v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/config.rs:699:62 [INFO] [stdout] | [INFO] [stdout] 699 | UnknownDomain(ref s) => write!(f, "{}: {}", self.description(), s), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/config.rs:700:70 [INFO] [stdout] | [INFO] [stdout] 700 | Parse(ref p, ref e) => write!(f, "{} ({:?}), {:?}", self.description(), p, e), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/config.rs:712:34 [INFO] [stdout] | [INFO] [stdout] 712 | Parse(_, ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/config.rs:713:28 [INFO] [stdout] | [INFO] [stdout] 713 | Io(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/config.rs:714:40 [INFO] [stdout] | [INFO] [stdout] 714 | UnexpectedItem(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/recorder.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | mem::replace(&mut self.active_recording, recording_name); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 41.95s [INFO] running `Command { std: "docker" "inspect" "06396d22544729e36b5d8ba6028621d8bd6a136096a9237e4197615bf3239914", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06396d22544729e36b5d8ba6028621d8bd6a136096a9237e4197615bf3239914", kill_on_drop: false }` [INFO] [stdout] 06396d22544729e36b5d8ba6028621d8bd6a136096a9237e4197615bf3239914 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ecfdc2f633dc27445c2ffd2f9aae755c5da6d0082509fd1745cd2e6f812872f9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ecfdc2f633dc27445c2ffd2f9aae755c5da6d0082509fd1745cd2e6f812872f9", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/config.rs:699:62 [INFO] [stderr] | [INFO] [stderr] 699 | UnknownDomain(ref s) => write!(f, "{}: {}", self.description(), s), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/config.rs:700:70 [INFO] [stderr] | [INFO] [stderr] 700 | Parse(ref p, ref e) => write!(f, "{} ({:?}), {:?}", self.description(), p, e), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/config.rs:712:34 [INFO] [stderr] | [INFO] [stderr] 712 | Parse(_, ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/config.rs:713:28 [INFO] [stderr] | [INFO] [stderr] 713 | Io(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/config.rs:714:40 [INFO] [stderr] | [INFO] [stderr] 714 | UnexpectedItem(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/recorder.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | mem::replace(&mut self.active_recording, recording_name); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/config.rs:699:62 [INFO] [stderr] | [INFO] [stderr] 699 | UnknownDomain(ref s) => write!(f, "{}: {}", self.description(), s), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/config.rs:700:70 [INFO] [stderr] | [INFO] [stderr] 700 | Parse(ref p, ref e) => write!(f, "{} ({:?}), {:?}", self.description(), p, e), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/config.rs:712:34 [INFO] [stderr] | [INFO] [stderr] 712 | Parse(_, ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/config.rs:713:28 [INFO] [stderr] | [INFO] [stderr] 713 | Io(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/config.rs:714:40 [INFO] [stderr] | [INFO] [stderr] 714 | UnexpectedItem(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/recorder.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | mem::replace(&mut self.active_recording, recording_name); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.36s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/xi_core_lib-6bc1f2e14c8f1ebe [INFO] [stdout] [INFO] [stdout] running 129 tests [INFO] [stdout] test annotations::tests::test_annotation_store_update ... ok [INFO] [stdout] test annotations::tests::test_annotation_store_clear ... ok [INFO] [stdout] test config::tests::test_diff ... ok [INFO] [stdout] test annotations::tests::test_annotation_range_serialization ... ok [INFO] [stdout] test config::tests::test_overrides ... ok [INFO] [stdout] test annotations::tests::test_annotation_slice_json ... ok [INFO] [stdout] test config::tests::test_config_domain_serde ... ok [INFO] [stdout] test annotations::tests::test_annotation_range_deserialization ... ok [INFO] [stdout] test config::tests::lang_overrides ... ok [INFO] [stdout] test config::tests::test_updating_in_place ... ok [INFO] [stdout] test editor::tests::plugin_edit ... ok [INFO] [stdout] test event_context::tests::eol_multicursor_transpose ... ok [INFO] [stdout] test event_context::tests::empty_transpose ... ok [INFO] [stdout] test event_context::tests::delete_combining_enclosing_keycaps_tests ... ok [INFO] [stdout] test find::tests::find ... ok [INFO] [stdout] test event_context::tests::delete_emoji_modifier_tests ... ok [INFO] [stdout] test find::tests::find_case_sensitive ... ok [INFO] [stdout] test find::tests::find_multiline ... ok [INFO] [stdout] test find::tests::find_multiline_regex ... ok [INFO] [stdout] test find::tests::find_next_occurrence ... ok [INFO] [stdout] test event_context::tests::delete_variation_selector_tests ... ok [INFO] [stdout] test event_context::tests::delete_emoji_zwj_sequence_tests ... ok [INFO] [stdout] test find::tests::find_previous_occurrence ... ok [INFO] [stdout] test find::tests::find_whole_words ... ok [INFO] [stdout] test find::tests::find_regex_multiline ... ok [INFO] [stdout] test find::tests::unset_find ... ok [INFO] [stdout] test find::tests::update_find_edit ... ok [INFO] [stdout] test find::tests::find_slop ... ok [INFO] [stdout] test index_set::tests::apply_delta ... ok [INFO] [stdout] test find::tests::update_find_multiline_edit ... ok [INFO] [stdout] test index_set::tests::delete_range ... ok [INFO] [stdout] test index_set::tests::empty_behavior ... ok [INFO] [stdout] test index_set::tests::minus_one_range_double_ended_iter ... ok [INFO] [stdout] test event_context::tests::delete_tests ... ok [INFO] [stdout] test event_context::tests::test_gestures ... ok [INFO] [stdout] test line_ending::tests::bad_space ... ok [INFO] [stdout] test index_set::tests::single_range_behavior ... ok [INFO] [stdout] test index_set::tests::two_range_minus ... ok [INFO] [stdout] test line_ending::tests::legacy_mac_errors ... ok [INFO] [stdout] test line_ending::tests::lf ... ok [INFO] [stdout] test line_ending::tests::crlf ... ok [INFO] [stdout] test event_context::tests::delete_mixed_edge_cases_tests ... ok [INFO] [stdout] test linewrap::tests::break_now_though ... ok [INFO] [stdout] test linewrap::tests::column_breaks_basic ... ok [INFO] [stdout] test linewrap::tests::column_breaks_trailing_newline ... ok [INFO] [stdout] test linewrap::tests::column_breaks_hard_soft ... ok [INFO] [stdout] test linewrap::tests::empty_file ... ok [INFO] [stdout] test linewrap::tests::expected_soft_with_hard ... ok [INFO] [stdout] test linewrap::tests::dont_break_til_i_tell_you ... ok [INFO] [stdout] test event_context::tests::test_exact_position ... ok [INFO] [stdout] test linewrap::tests::merge_cursor_no_breaks ... ok [INFO] [stdout] test event_context::tests::multiline_indentation_test ... ok [INFO] [stdout] test linewrap::tests::merge_cursor_breaks ... ok [INFO] [stdout] test index_set::tests::unions ... ok [INFO] [stdout] test linewrap::tests::merged_offset ... ok [INFO] [stdout] test event_context::tests::smoke_test ... ok [INFO] [stdout] test linewrap::tests::patchup_for_edit_before_task ... ok [INFO] [stdout] test linewrap::tests::expected_soft_breaks ... ok [INFO] [stdout] test event_context::tests::movement_recording ... ok [INFO] [stdout] test linewrap::tests::line_numbers ... ok [INFO] [stdout] test linewrap::tests::iter_lines ... ok [INFO] [stdout] test linewrap::tests::offset_to_line ... ok [INFO] [stdout] test linewrap::tests::patchup_frontier ... ok [INFO] [stdout] test find::tests::find_regex ... ok [INFO] [stdout] test event_context::tests::simple_indentation_test ... ok [INFO] [stdout] test linewrap::tests::soft_before_hard ... ok [INFO] [stdout] test plugins::manifest::tests::platform_exec_path ... ok [INFO] [stdout] test linewrap::tests::update_frontier ... ok [INFO] [stdout] test plugins::rpc::tests::test_plugin_update ... ok [INFO] [stdout] test plugins::manifest::tests::test_serde_command ... ok [INFO] [stdout] test linewrap::tests::newline_eof ... ok [INFO] [stdout] test plugins::rpc::tests::test_de_plugin_rpc ... ok [INFO] [stdout] test linewrap::tests::no_newline_eof ... ok [INFO] [stdout] test recorder::tests::clear_recording ... ok [INFO] [stdout] test recorder::tests::multiple_recordings ... ok [INFO] [stdout] test linewrap::tests::newlines ... ok [INFO] [stdout] test recorder::tests::play_recording ... ok [INFO] [stdout] test event_context::tests::delete_flags_tests ... ok [INFO] [stdout] test recorder::tests::redo_cancels_undo ... ok [INFO] [stdout] test linewrap::tests::set_offset ... ok [INFO] [stdout] test recorder::tests::play_only_after_saved ... ok [INFO] [stdout] test recorder::tests::text_playback ... ok [INFO] [stdout] test recorder::tests::redo_as_first_item ... ok [INFO] [stdout] test plugins::rpc::tests::test_deserde_init ... ok [INFO] [stdout] test recorder::tests::basic_undo ... ok [INFO] [stdout] test recorder::tests::prevent_same_playback ... ok [INFO] [stdout] test recorder::tests::undo_as_first_item ... ok [INFO] [stdout] test selection::tests::apply_delta_inside_drift ... ok [INFO] [stdout] test selection::tests::apply_delta_outside_drift ... ok [INFO] [stdout] test selection::tests::merge_carets ... ok [INFO] [stdout] test recorder::tests::basic_undo_swapped ... ok [INFO] [stdout] test linewrap::tests::test_break_at_linear_transition ... ok [INFO] [stdout] test recorder::tests::undo_cancels_redo ... ok [INFO] [stdout] test selection::tests::caret_regions_in_range ... ok [INFO] [stdout] test selection::tests::apply_delta_drift_ignored_for_carets ... ok [INFO] [stdout] test selection::tests::merge_regions ... ok [INFO] [stdout] test selection::tests::merge_reverse ... ok [INFO] [stdout] test selection::tests::from_selregion ... ok [INFO] [stdout] test selection::tests::simple_region ... ok [INFO] [stdout] test selection::tests::merge_region_caret ... ok [INFO] [stdout] test selection::tests::display ... ok [INFO] [stdout] test selection::tests::delete_range ... ok [INFO] [stdout] test selection::tests::empty ... ok [INFO] [stdout] test selection::tests::simple_regions_in_range ... ok [INFO] [stdout] test syntax::tests::language_for_path ... ok [INFO] [stdout] test tabs::tests::test_deserialize_view_id ... ok [INFO] [stdout] test view::tests::multi_queries_find_next ... ok [INFO] [stdout] test view::tests::selection_for_find ... ok [INFO] [stdout] test watcher::tests::test_applies_to_path ... ok [INFO] [stdout] test whitespace::tests::line_gets_tabs ... ok [INFO] [stdout] test whitespace::tests::line_gets_two_spaces ... ok [INFO] [stdout] test whitespace::tests::rope_gets_four_spaces ... ok [INFO] [stdout] test view::tests::find_next ... ok [INFO] [stdout] test view::tests::find_all ... ok [INFO] [stdout] test whitespace::tests::line_errors_mixed_indent ... ok [INFO] [stdout] test whitespace::tests::rope_gets_two_spaces ... ok [INFO] [stdout] test view::tests::multi_queries_find_all ... ok [INFO] [stdout] test whitespace::tests::gcd_calculates_correctly ... ok [INFO] [stdout] test whitespace::tests::rope_returns_none ... ok [INFO] [stdout] test event_context::tests::number_change_tests ... ok [INFO] [stdout] test rpc::tests::test_serialize_edit_command ... ok [INFO] [stdout] test event_context::tests::test_illegal_plugin_edit ... ok [INFO] [stdout] test watcher::tests::test_crash_repro ... ok [INFO] [stdout] test event_context::tests::text_recording ... ok [INFO] [stdout] test view::tests::incremental_find_update ... ok [INFO] [stdout] test linewrap::tests::bsearch_equivalence ... ok [INFO] [stdout] test view::tests::incremental_find_codepoint_boundary ... ok [INFO] [stdout] test watcher::tests::recurse_with_contained ... ok [INFO] [stdout] test watcher::tests::two_watchers_one_file ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 129 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rpc-b6536e9d6412d3b2 [INFO] [stdout] test test_other_edit_commands ... ok [INFO] [stdout] test test_state ... ok [INFO] [stdout] test test_malformed_json ... ok [INFO] [stdout] test test_text_commands ... ok [INFO] [stdout] test test_movement_cmds ... ok [INFO] [stdout] test test_settings_commands ... ok [INFO] [stderr] Doc-tests xi-core-lib [INFO] [stdout] test test_startup ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/rpc.rs - rpc::CoreNotification::Plugin (line 152) ... FAILED [INFO] [stdout] test src/rpc.rs - rpc::CoreRequest (line 220) ... FAILED [INFO] [stdout] test src/rpc.rs - rpc::CoreNotification::Edit (line 113) ... FAILED [INFO] [stdout] test src/rpc.rs - rpc::EditCommand (line 269) ... ok [INFO] [stdout] test src/rpc.rs - rpc::CoreNotification (line 51) ... ok [INFO] [stdout] test src/rpc.rs - rpc::CoreNotification (line 72) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/rpc.rs - rpc::CoreNotification::Plugin (line 152) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctest6oyTGA/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctest6oyTGA/rust_out" "/tmp/rustdoctest6oyTGA/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libxi_core_lib-71cf2cab55ab1f13.rlib" "/opt/rustwide/target/debug/deps/libxi_unicode-dd619be4c2c3da74.rlib" "/opt/rustwide/target/debug/deps/libxi_rpc-139ce9f819ac91d8.rlib" "/opt/rustwide/target/debug/deps/libxi_trace-51059fe6d866115e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-934fd049f3d8d33f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-670378d1dd2e0065.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-060061f26f7bc233.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-447ad0e773d2fec5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-13f0de8068810416.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-f8ee11e5515cbd29.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-071153b460537785.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-60e677f79172690c.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-5af35797bdba708c.rlib" "/opt/rustwide/target/debug/deps/libxi_rope-7df8a3e2b27f0179.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-e4348f8ba6a9cb86.rlib" "/opt/rustwide/target/debug/deps/libbytecount-76042e27c1f74874.rlib" "/opt/rustwide/target/debug/deps/libtoml-75a2a39a063bcf24.rlib" "/opt/rustwide/target/debug/deps/libtime-c00033fc565fa916.rlib" "/opt/rustwide/target/debug/deps/libsyntect-047d0ba42b27b885.rlib" "/opt/rustwide/target/debug/deps/libplist-70b449c3dd2dd593.rlib" "/opt/rustwide/target/debug/deps/libxml-2a9b7123aa099f63.rlib" "/opt/rustwide/target/debug/deps/libline_wrap-8f3e7547cf76092f.rlib" "/opt/rustwide/target/debug/deps/libsafemem-712b91157d919e92.rlib" "/opt/rustwide/target/debug/deps/libhumantime-76a7f109c5c66700.rlib" "/opt/rustwide/target/debug/deps/libquick_error-e15ea4fce168f797.rlib" "/opt/rustwide/target/debug/deps/libbase64-88b9ddc8bda6be0d.rlib" "/opt/rustwide/target/debug/deps/libflate2-f4f7b31f23d569ef.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-69cdc2aa15946ae1.rlib" "/opt/rustwide/target/debug/deps/libadler-6534ef6b4a32ceaa.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-83660c2de20ee2f3.rlib" "/opt/rustwide/target/debug/deps/libbincode-fb4d7e8f049061e6.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f7f925fcf7e16859.rlib" "/opt/rustwide/target/debug/deps/libnotify-8baf166ca4040aaf.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-8ef38a0e4b10736f.rlib" "/opt/rustwide/target/debug/deps/libsame_file-af3a4c01f774075c.rlib" "/opt/rustwide/target/debug/deps/libinotify-80ceeb4efbd6f7a5.rlib" "/opt/rustwide/target/debug/deps/libinotify_sys-3704dac13a14462b.rlib" "/opt/rustwide/target/debug/deps/libmio_extras-775738b4139e2d37.rlib" "/opt/rustwide/target/debug/deps/liblazycell-617907b7ed41d1ab.rlib" "/opt/rustwide/target/debug/deps/libmio-62a8a8a36ea87211.rlib" "/opt/rustwide/target/debug/deps/libslab-e0e9bebbbea2c5c2.rlib" "/opt/rustwide/target/debug/deps/libiovec-f844988195678a81.rlib" "/opt/rustwide/target/debug/deps/libnet2-0d7f4416e167f4dd.rlib" "/opt/rustwide/target/debug/deps/libfiletime-a13e66b6623c4f20.rlib" "/opt/rustwide/target/debug/deps/liblibc-1da13201d615d981.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ef3b499484556621.rlib" "/opt/rustwide/target/debug/deps/libserde_json-55fe34e85ddfdbcc.rlib" "/opt/rustwide/target/debug/deps/libryu-f59829dd55cb0771.rlib" "/opt/rustwide/target/debug/deps/libitoa-15825e134852892d.rlib" "/opt/rustwide/target/debug/deps/libserde-564963dd74f92ae4.rlib" "/opt/rustwide/target/debug/deps/libregex-9d7cc8905e175b99.rlib" "/opt/rustwide/target/debug/deps/libthread_local-b5a8520d8d18b76f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-a1e9e1e3fc23ae94.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-82571f279f177a2c.rlib" "/opt/rustwide/target/debug/deps/libmemchr-8df1994bb164e7a2.rlib" "/opt/rustwide/target/debug/deps/liblog-013f80784e6f08ec.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/rpc.rs - rpc::CoreRequest (line 220) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctest3owmX2/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctest3owmX2/rust_out" "/tmp/rustdoctest3owmX2/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libxi_core_lib-71cf2cab55ab1f13.rlib" "/opt/rustwide/target/debug/deps/libxi_unicode-dd619be4c2c3da74.rlib" "/opt/rustwide/target/debug/deps/libxi_rpc-139ce9f819ac91d8.rlib" "/opt/rustwide/target/debug/deps/libxi_trace-51059fe6d866115e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-934fd049f3d8d33f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-670378d1dd2e0065.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-060061f26f7bc233.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-447ad0e773d2fec5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-13f0de8068810416.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-f8ee11e5515cbd29.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-071153b460537785.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-60e677f79172690c.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-5af35797bdba708c.rlib" "/opt/rustwide/target/debug/deps/libxi_rope-7df8a3e2b27f0179.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-e4348f8ba6a9cb86.rlib" "/opt/rustwide/target/debug/deps/libbytecount-76042e27c1f74874.rlib" "/opt/rustwide/target/debug/deps/libtoml-75a2a39a063bcf24.rlib" "/opt/rustwide/target/debug/deps/libtime-c00033fc565fa916.rlib" "/opt/rustwide/target/debug/deps/libsyntect-047d0ba42b27b885.rlib" "/opt/rustwide/target/debug/deps/libplist-70b449c3dd2dd593.rlib" "/opt/rustwide/target/debug/deps/libxml-2a9b7123aa099f63.rlib" "/opt/rustwide/target/debug/deps/libline_wrap-8f3e7547cf76092f.rlib" "/opt/rustwide/target/debug/deps/libsafemem-712b91157d919e92.rlib" "/opt/rustwide/target/debug/deps/libhumantime-76a7f109c5c66700.rlib" "/opt/rustwide/target/debug/deps/libquick_error-e15ea4fce168f797.rlib" "/opt/rustwide/target/debug/deps/libbase64-88b9ddc8bda6be0d.rlib" "/opt/rustwide/target/debug/deps/libflate2-f4f7b31f23d569ef.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-69cdc2aa15946ae1.rlib" "/opt/rustwide/target/debug/deps/libadler-6534ef6b4a32ceaa.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-83660c2de20ee2f3.rlib" "/opt/rustwide/target/debug/deps/libbincode-fb4d7e8f049061e6.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f7f925fcf7e16859.rlib" "/opt/rustwide/target/debug/deps/libnotify-8baf166ca4040aaf.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-8ef38a0e4b10736f.rlib" "/opt/rustwide/target/debug/deps/libsame_file-af3a4c01f774075c.rlib" "/opt/rustwide/target/debug/deps/libinotify-80ceeb4efbd6f7a5.rlib" "/opt/rustwide/target/debug/deps/libinotify_sys-3704dac13a14462b.rlib" "/opt/rustwide/target/debug/deps/libmio_extras-775738b4139e2d37.rlib" "/opt/rustwide/target/debug/deps/liblazycell-617907b7ed41d1ab.rlib" "/opt/rustwide/target/debug/deps/libmio-62a8a8a36ea87211.rlib" "/opt/rustwide/target/debug/deps/libslab-e0e9bebbbea2c5c2.rlib" "/opt/rustwide/target/debug/deps/libiovec-f844988195678a81.rlib" "/opt/rustwide/target/debug/deps/libnet2-0d7f4416e167f4dd.rlib" "/opt/rustwide/target/debug/deps/libfiletime-a13e66b6623c4f20.rlib" "/opt/rustwide/target/debug/deps/liblibc-1da13201d615d981.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ef3b499484556621.rlib" "/opt/rustwide/target/debug/deps/libserde_json-55fe34e85ddfdbcc.rlib" "/opt/rustwide/target/debug/deps/libryu-f59829dd55cb0771.rlib" "/opt/rustwide/target/debug/deps/libitoa-15825e134852892d.rlib" "/opt/rustwide/target/debug/deps/libserde-564963dd74f92ae4.rlib" "/opt/rustwide/target/debug/deps/libregex-9d7cc8905e175b99.rlib" "/opt/rustwide/target/debug/deps/libthread_local-b5a8520d8d18b76f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-a1e9e1e3fc23ae94.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-82571f279f177a2c.rlib" "/opt/rustwide/target/debug/deps/libmemchr-8df1994bb164e7a2.rlib" "/opt/rustwide/target/debug/deps/liblog-013f80784e6f08ec.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/rpc.rs - rpc::CoreNotification::Edit (line 113) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctestaAFMjJ/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctestaAFMjJ/rust_out" "/tmp/rustdoctestaAFMjJ/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libxi_core_lib-71cf2cab55ab1f13.rlib" "/opt/rustwide/target/debug/deps/libxi_unicode-dd619be4c2c3da74.rlib" "/opt/rustwide/target/debug/deps/libxi_rpc-139ce9f819ac91d8.rlib" "/opt/rustwide/target/debug/deps/libxi_trace-51059fe6d866115e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-934fd049f3d8d33f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-670378d1dd2e0065.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-060061f26f7bc233.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-447ad0e773d2fec5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-13f0de8068810416.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-f8ee11e5515cbd29.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-071153b460537785.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-60e677f79172690c.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-5af35797bdba708c.rlib" "/opt/rustwide/target/debug/deps/libxi_rope-7df8a3e2b27f0179.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-e4348f8ba6a9cb86.rlib" "/opt/rustwide/target/debug/deps/libbytecount-76042e27c1f74874.rlib" "/opt/rustwide/target/debug/deps/libtoml-75a2a39a063bcf24.rlib" "/opt/rustwide/target/debug/deps/libtime-c00033fc565fa916.rlib" "/opt/rustwide/target/debug/deps/libsyntect-047d0ba42b27b885.rlib" "/opt/rustwide/target/debug/deps/libplist-70b449c3dd2dd593.rlib" "/opt/rustwide/target/debug/deps/libxml-2a9b7123aa099f63.rlib" "/opt/rustwide/target/debug/deps/libline_wrap-8f3e7547cf76092f.rlib" "/opt/rustwide/target/debug/deps/libsafemem-712b91157d919e92.rlib" "/opt/rustwide/target/debug/deps/libhumantime-76a7f109c5c66700.rlib" "/opt/rustwide/target/debug/deps/libquick_error-e15ea4fce168f797.rlib" "/opt/rustwide/target/debug/deps/libbase64-88b9ddc8bda6be0d.rlib" "/opt/rustwide/target/debug/deps/libflate2-f4f7b31f23d569ef.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-69cdc2aa15946ae1.rlib" "/opt/rustwide/target/debug/deps/libadler-6534ef6b4a32ceaa.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-83660c2de20ee2f3.rlib" "/opt/rustwide/target/debug/deps/libbincode-fb4d7e8f049061e6.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f7f925fcf7e16859.rlib" "/opt/rustwide/target/debug/deps/libnotify-8baf166ca4040aaf.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-8ef38a0e4b10736f.rlib" "/opt/rustwide/target/debug/deps/libsame_file-af3a4c01f774075c.rlib" "/opt/rustwide/target/debug/deps/libinotify-80ceeb4efbd6f7a5.rlib" "/opt/rustwide/target/debug/deps/libinotify_sys-3704dac13a14462b.rlib" "/opt/rustwide/target/debug/deps/libmio_extras-775738b4139e2d37.rlib" "/opt/rustwide/target/debug/deps/liblazycell-617907b7ed41d1ab.rlib" "/opt/rustwide/target/debug/deps/libmio-62a8a8a36ea87211.rlib" "/opt/rustwide/target/debug/deps/libslab-e0e9bebbbea2c5c2.rlib" "/opt/rustwide/target/debug/deps/libiovec-f844988195678a81.rlib" "/opt/rustwide/target/debug/deps/libnet2-0d7f4416e167f4dd.rlib" "/opt/rustwide/target/debug/deps/libfiletime-a13e66b6623c4f20.rlib" "/opt/rustwide/target/debug/deps/liblibc-1da13201d615d981.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ef3b499484556621.rlib" "/opt/rustwide/target/debug/deps/libserde_json-55fe34e85ddfdbcc.rlib" "/opt/rustwide/target/debug/deps/libryu-f59829dd55cb0771.rlib" "/opt/rustwide/target/debug/deps/libitoa-15825e134852892d.rlib" "/opt/rustwide/target/debug/deps/libserde-564963dd74f92ae4.rlib" "/opt/rustwide/target/debug/deps/libregex-9d7cc8905e175b99.rlib" "/opt/rustwide/target/debug/deps/libthread_local-b5a8520d8d18b76f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-a1e9e1e3fc23ae94.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-82571f279f177a2c.rlib" "/opt/rustwide/target/debug/deps/libmemchr-8df1994bb164e7a2.rlib" "/opt/rustwide/target/debug/deps/liblog-013f80784e6f08ec.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/rpc.rs - rpc::CoreNotification::Edit (line 113) [INFO] [stdout] src/rpc.rs - rpc::CoreNotification::Plugin (line 152) [INFO] [stdout] src/rpc.rs - rpc::CoreRequest (line 220) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 3 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "ecfdc2f633dc27445c2ffd2f9aae755c5da6d0082509fd1745cd2e6f812872f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ecfdc2f633dc27445c2ffd2f9aae755c5da6d0082509fd1745cd2e6f812872f9", kill_on_drop: false }` [INFO] [stdout] ecfdc2f633dc27445c2ffd2f9aae755c5da6d0082509fd1745cd2e6f812872f9