[INFO] crate direkuta 0.1.8 is already in cache [INFO] extracting crate direkuta 0.1.8 into work/ex/beta-1.37-6/sources/1.36.0/reg/direkuta/0.1.8 [INFO] extracting crate direkuta 0.1.8 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/direkuta/0.1.8 [INFO] validating manifest of direkuta-0.1.8 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of direkuta-0.1.8 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing direkuta-0.1.8 [INFO] removed 4 missing examples [INFO] finished frobbing direkuta-0.1.8 [INFO] frobbed toml for direkuta-0.1.8 written to work/ex/beta-1.37-6/sources/1.36.0/reg/direkuta/0.1.8/Cargo.toml [INFO] started frobbing direkuta-0.1.8 [INFO] removed 4 missing examples [INFO] finished frobbing direkuta-0.1.8 [INFO] frobbed toml for direkuta-0.1.8 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/direkuta/0.1.8/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing direkuta-0.1.8 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/direkuta/0.1.8:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] a327b4608d3cf54605a991798f10046f70532d38cd5c514b9d3f7ea969edbf06 [INFO] running `"docker" "start" "-a" "a327b4608d3cf54605a991798f10046f70532d38cd5c514b9d3f7ea969edbf06"` [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Compiling direkuta v0.1.8 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:148:38 [INFO] [stderr] | [INFO] [stderr] 148 | middle: Arc>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Middle + Send + Sync + 'static` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:326:23 [INFO] [stderr] | [INFO] [stderr] 326 | type Future = Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:342:23 [INFO] [stderr] | [INFO] [stderr] 342 | type Future = Box, Error = Self::Error> + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = Self::Error> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:427:32 [INFO] [stderr] | [INFO] [stderr] 427 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:513:33 [INFO] [stderr] | [INFO] [stderr] 513 | inner: IndexMap>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + Sync + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:805:5 [INFO] [stderr] | [INFO] [stderr] 805 | / Fn(Request, Arc, Capture) [INFO] [stderr] 806 | | -> Box, Error = DireError> + Send + 'static> [INFO] [stderr] 807 | | + Send [INFO] [stderr] 808 | | + Sync [INFO] [stderr] 809 | | + 'static; [INFO] [stderr] | |_________________^ [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 805 | dyn Fn(Request, Arc, Capture) [INFO] [stderr] 806 | -> Box, Error = DireError> + Send + 'static> [INFO] [stderr] 807 | + Send [INFO] [stderr] 808 | + Sync [INFO] [stderr] 809 | + 'static; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1636:14 [INFO] [stderr] | [INFO] [stderr] 1636 | ) -> Box, Error = DireError> + Send + 'static> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = DireError> + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/lib.rs:429:42 [INFO] [stderr] | [INFO] [stderr] 429 | DireError::Hyper(ref e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/lib.rs:1278:14 [INFO] [stderr] | [INFO] [stderr] 1278 | .trim_left_matches('^') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:1279:14 [INFO] [stderr] | [INFO] [stderr] 1279 | .trim_right_matches('$') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:1280:14 [INFO] [stderr] | [INFO] [stderr] 1280 | .trim_right_matches('/'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.44s [INFO] running `"docker" "inspect" "a327b4608d3cf54605a991798f10046f70532d38cd5c514b9d3f7ea969edbf06"` [INFO] running `"docker" "rm" "-f" "a327b4608d3cf54605a991798f10046f70532d38cd5c514b9d3f7ea969edbf06"` [INFO] [stdout] a327b4608d3cf54605a991798f10046f70532d38cd5c514b9d3f7ea969edbf06 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/direkuta/0.1.8:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] c151f027df1bcd3f55d886179b48257a6de2c05433b5466374d5ee255605fd0a [INFO] running `"docker" "start" "-a" "c151f027df1bcd3f55d886179b48257a6de2c05433b5466374d5ee255605fd0a"` [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Compiling etag v1.0.3 [INFO] [stderr] Compiling rustls v0.14.0 [INFO] [stderr] Compiling ct-logs v0.4.0 [INFO] [stderr] Compiling tokio-rustls v0.8.1 [INFO] [stderr] Compiling hyper-rustls v0.15.1 [INFO] [stderr] Compiling yukikaze v0.3.1 [INFO] [stderr] Compiling direkuta v0.1.8 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:148:38 [INFO] [stderr] | [INFO] [stderr] 148 | middle: Arc>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Middle + Send + Sync + 'static` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:326:23 [INFO] [stderr] | [INFO] [stderr] 326 | type Future = Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:342:23 [INFO] [stderr] | [INFO] [stderr] 342 | type Future = Box, Error = Self::Error> + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = Self::Error> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:427:32 [INFO] [stderr] | [INFO] [stderr] 427 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:513:33 [INFO] [stderr] | [INFO] [stderr] 513 | inner: IndexMap>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + Sync + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:805:5 [INFO] [stderr] | [INFO] [stderr] 805 | / Fn(Request, Arc, Capture) [INFO] [stderr] 806 | | -> Box, Error = DireError> + Send + 'static> [INFO] [stderr] 807 | | + Send [INFO] [stderr] 808 | | + Sync [INFO] [stderr] 809 | | + 'static; [INFO] [stderr] | |_________________^ [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 805 | dyn Fn(Request, Arc, Capture) [INFO] [stderr] 806 | -> Box, Error = DireError> + Send + 'static> [INFO] [stderr] 807 | + Send [INFO] [stderr] 808 | + Sync [INFO] [stderr] 809 | + 'static; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1636:14 [INFO] [stderr] | [INFO] [stderr] 1636 | ) -> Box, Error = DireError> + Send + 'static> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = DireError> + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/lib.rs:429:42 [INFO] [stderr] | [INFO] [stderr] 429 | DireError::Hyper(ref e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/lib.rs:1278:14 [INFO] [stderr] | [INFO] [stderr] 1278 | .trim_left_matches('^') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:1279:14 [INFO] [stderr] | [INFO] [stderr] 1279 | .trim_right_matches('$') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:1280:14 [INFO] [stderr] | [INFO] [stderr] 1280 | .trim_right_matches('/'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.01s [INFO] running `"docker" "inspect" "c151f027df1bcd3f55d886179b48257a6de2c05433b5466374d5ee255605fd0a"` [INFO] running `"docker" "rm" "-f" "c151f027df1bcd3f55d886179b48257a6de2c05433b5466374d5ee255605fd0a"` [INFO] [stdout] c151f027df1bcd3f55d886179b48257a6de2c05433b5466374d5ee255605fd0a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/direkuta/0.1.8:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 8adae105e7bfc947ad3c433f8f1ed101430542123a8eceb33760b40028b5d03c [INFO] running `"docker" "start" "-a" "8adae105e7bfc947ad3c433f8f1ed101430542123a8eceb33760b40028b5d03c"` [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/crater/target/debug/deps/direkuta-67382d01d1609bc0 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests direkuta [INFO] [stdout] [INFO] [stdout] running 53 tests [INFO] [stdout] test src/lib.rs - (line 11) ... ignored [INFO] [stdout] test src/lib.rs - (line 25) ... ignored [INFO] [stdout] test src/lib.rs - (line 46) ... ignored [INFO] [stdout] test src/lib.rs - (line 74) ... ignored [INFO] [stdout] test src/lib.rs - Capture::new (line 658) ... FAILED [INFO] [stdout] test src/lib.rs - Capture::try_get_parse (line 741) ... FAILED [INFO] [stdout] test src/lib.rs - Capture::try_get (line 689) ... ok [INFO] [stdout] test src/lib.rs - Direkuta::run (line 274) ... ignored [INFO] [stdout] test src/lib.rs - Direkuta::config (line 172) ... ok [INFO] [stdout] test src/lib.rs - Capture::set (line 672) ... FAILED [INFO] [stdout] test src/lib.rs - Capture::get_parse (line 773) ... ok [INFO] [stdout] test src/lib.rs - Capture::get (line 717) ... ok [INFO] [stdout] test src/lib.rs - Direkuta::middle (line 231) ... ok [INFO] [stdout] test src/lib.rs - Middle (line 457) ... ok [INFO] [stdout] test src/lib.rs - Direkuta::new (line 158) ... ok [INFO] [stdout] test src/lib.rs - Direkuta::route (line 253) ... ok [INFO] [stdout] test src/lib.rs - Direkuta::state (line 207) ... ok [INFO] [stdout] test src/lib.rs - Logger (line 482) ... ok [INFO] [stdout] test src/lib.rs - Response::headers_mut (line 1329) ... ok [INFO] [stdout] test src/lib.rs - Router (line 830) ... ignored [INFO] [stdout] test src/lib.rs - Response::new (line 1307) ... ok [INFO] [stdout] test src/lib.rs - Router::delete (line 1044) ... ignored [INFO] [stdout] test src/lib.rs - Response::redirect (line 1438) ... ok [INFO] [stdout] test src/lib.rs - Router::get (line 926) ... ignored [INFO] [stdout] test src/lib.rs - Response::set_status (line 1367) ... ok [INFO] [stdout] test src/lib.rs - Router::get (line 945) ... ignored [INFO] [stdout] test src/lib.rs - Response::set_body (line 1405) ... ok [INFO] [stdout] test src/lib.rs - Router::head (line 1077) ... ignored [INFO] [stdout] test src/lib.rs - Response::with_redirect (line 1454) ... ok [INFO] [stdout] test src/lib.rs - Router::options (line 1110) ... ignored [INFO] [stdout] test src/lib.rs - Router::delete (line 1034) ... ok [INFO] [stdout] test src/lib.rs - Router::path (line 1145) ... ignored [INFO] [stdout] test src/lib.rs - Response::with_status (line 1381) ... ok [INFO] [stdout] test src/lib.rs - Router::post (line 978) ... ignored [INFO] [stdout] test src/lib.rs - Router::get (line 916) ... ok [INFO] [stdout] test src/lib.rs - Router::put (line 1011) ... ignored [INFO] [stdout] test src/lib.rs - Response::with_body (line 1424) ... ok [INFO] [stdout] test src/lib.rs - Router::route (line 863) ... ignored [INFO] [stdout] test src/lib.rs - Router::head (line 1067) ... ok [INFO] [stdout] test src/lib.rs - Router::route (line 882) ... ignored [INFO] [stdout] test src/lib.rs - Router::get (line 934) ... ok [INFO] [stdout] test src/lib.rs - Router::options (line 1100) ... ok [INFO] [stdout] test src/lib.rs - Router::path (line 1133) ... ok [INFO] [stdout] test src/lib.rs - Router::put (line 1001) ... ok [INFO] [stdout] test src/lib.rs - Router::post (line 968) ... ok [INFO] [stdout] test src/lib.rs - Router::route (line 871) ... ok [INFO] [stdout] test src/lib.rs - State::get (line 608) ... ok [INFO] [stdout] test src/lib.rs - Router::route (line 852) ... ok [INFO] [stdout] test src/lib.rs - State::new (line 521) ... ok [INFO] [stdout] test src/lib.rs - State::get_err (line 578) ... ok [INFO] [stdout] test src/lib.rs - State::set (line 535) ... ok [INFO] [stdout] test src/lib.rs - State::try_get (line 551) ... ok [INFO] [stdout] test src/lib.rs - headermap (line 1905) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - Capture::new (line 658) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctest1nUyBm/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "/tmp/rustdoctest1nUyBm/rust_out.rust_out.7rcbfp3g-cgu.1.rcgu.o" "/tmp/rustdoctest1nUyBm/rust_out.rust_out.7rcbfp3g-cgu.2.rcgu.o" "/tmp/rustdoctest1nUyBm/rust_out.rust_out.7rcbfp3g-cgu.3.rcgu.o" "/tmp/rustdoctest1nUyBm/rust_out.rust_out.7rcbfp3g-cgu.4.rcgu.o" "-o" "/tmp/rustdoctest1nUyBm/rust_out" "/tmp/rustdoctest1nUyBm/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/miniz-sys-acaaaedff836c650/out" "-L" "/opt/crater/target/debug/build/ring-01e82b51218d0cf5/out" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdirekuta-24d396c78163dd93.rlib" "/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-df3af46a51d0ff63.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/libhyper-898ffa4b23881c19.rlib" "/opt/crater/target/debug/deps/libwant-4a2a82a2f448f98e.rlib" "/opt/crater/target/debug/deps/libtry_lock-71a75fe50b48798b.rlib" "/opt/crater/target/debug/deps/libtokio-dc0f2aee5d7ed1e5.rlib" "/opt/crater/target/debug/deps/libtokio_uds-a2496ad622cf3ab0.rlib" "/opt/crater/target/debug/deps/libmio_uds-306bf1f0c5e7b5e9.rlib" "/opt/crater/target/debug/deps/libtokio_udp-4e570266a4d344e6.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-a9450bdf77d0e073.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-1633248fb896d396.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libparking_lot-51364b1ab7806ac4.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c25595f819d3620a.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libtokio_fs-dd785c6612a037f3.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-348593e342cb071b.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-78a0fcbdfc728626.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-64e8ef56c5fe0efe.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libtokio_codec-9026e149b866e510.rlib" "/opt/crater/target/debug/deps/libmio-a55ef8cca9065597.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libhttp_body-dedf63567502733e.rlib" "/opt/crater/target/debug/deps/libtokio_buf-70466bc9be4cdb20.rlib" "/opt/crater/target/debug/deps/libh2-c19043a28b88796b.rlib" "/opt/crater/target/debug/deps/libindexmap-6d1cede99116fd64.rlib" "/opt/crater/target/debug/deps/libstring-94336f3b4c6567da.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libtokio_io-51ea6b5cc566d83e.rlib" "/opt/crater/target/debug/deps/liblog-edfa4b3364666663.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-1d42c7fdf24f18a1.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libhttp-8914bb68364de224.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libbytes-b8d84800b337abb7.rlib" "/opt/crater/target/debug/deps/libeither-06454d68134bb6f9.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Capture::try_get_parse (line 741) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctestmKQpKH/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "/tmp/rustdoctestmKQpKH/rust_out.rust_out.7rcbfp3g-cgu.1.rcgu.o" "/tmp/rustdoctestmKQpKH/rust_out.rust_out.7rcbfp3g-cgu.10.rcgu.o" "/tmp/rustdoctestmKQpKH/rust_out.rust_out.7rcbfp3g-cgu.11.rcgu.o" "/tmp/rustdoctestmKQpKH/rust_out.rust_out.7rcbfp3g-cgu.12.rcgu.o" "/tmp/rustdoctestmKQpKH/rust_out.rust_out.7rcbfp3g-cgu.13.rcgu.o" "/tmp/rustdoctestmKQpKH/rust_out.rust_out.7rcbfp3g-cgu.14.rcgu.o" "/tmp/rustdoctestmKQpKH/rust_out.rust_out.7rcbfp3g-cgu.2.rcgu.o" "/tmp/rustdoctestmKQpKH/rust_out.rust_out.7rcbfp3g-cgu.3.rcgu.o" "/tmp/rustdoctestmKQpKH/rust_out.rust_out.7rcbfp3g-cgu.4.rcgu.o" "/tmp/rustdoctestmKQpKH/rust_out.rust_out.7rcbfp3g-cgu.5.rcgu.o" "/tmp/rustdoctestmKQpKH/rust_out.rust_out.7rcbfp3g-cgu.6.rcgu.o" "/tmp/rustdoctestmKQpKH/rust_out.rust_out.7rcbfp3g-cgu.7.rcgu.o" "/tmp/rustdoctestmKQpKH/rust_out.rust_out.7rcbfp3g-cgu.8.rcgu.o" "/tmp/rustdoctestmKQpKH/rust_out.rust_out.7rcbfp3g-cgu.9.rcgu.o" "-o" "/tmp/rustdoctestmKQpKH/rust_out" "/tmp/rustdoctestmKQpKH/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/miniz-sys-acaaaedff836c650/out" "-L" "/opt/crater/target/debug/build/ring-01e82b51218d0cf5/out" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdirekuta-24d396c78163dd93.rlib" "/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-df3af46a51d0ff63.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/libhyper-898ffa4b23881c19.rlib" "/opt/crater/target/debug/deps/libwant-4a2a82a2f448f98e.rlib" "/opt/crater/target/debug/deps/libtry_lock-71a75fe50b48798b.rlib" "/opt/crater/target/debug/deps/libtokio-dc0f2aee5d7ed1e5.rlib" "/opt/crater/target/debug/deps/libtokio_uds-a2496ad622cf3ab0.rlib" "/opt/crater/target/debug/deps/libmio_uds-306bf1f0c5e7b5e9.rlib" "/opt/crater/target/debug/deps/libtokio_udp-4e570266a4d344e6.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-a9450bdf77d0e073.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-1633248fb896d396.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libparking_lot-51364b1ab7806ac4.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c25595f819d3620a.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libtokio_fs-dd785c6612a037f3.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-348593e342cb071b.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-78a0fcbdfc728626.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-64e8ef56c5fe0efe.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libtokio_codec-9026e149b866e510.rlib" "/opt/crater/target/debug/deps/libmio-a55ef8cca9065597.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libhttp_body-dedf63567502733e.rlib" "/opt/crater/target/debug/deps/libtokio_buf-70466bc9be4cdb20.rlib" "/opt/crater/target/debug/deps/libh2-c19043a28b88796b.rlib" "/opt/crater/target/debug/deps/libindexmap-6d1cede99116fd64.rlib" "/opt/crater/target/debug/deps/libstring-94336f3b4c6567da.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libtokio_io-51ea6b5cc566d83e.rlib" "/opt/crater/target/debug/deps/liblog-edfa4b3364666663.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-1d42c7fdf24f18a1.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libhttp-8914bb68364de224.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libbytes-b8d84800b337abb7.rlib" "/opt/crater/target/debug/deps/libeither-06454d68134bb6f9.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Capture::set (line 672) stdout ---- [INFO] [stdout] error: linking with `cc` failed: signal: 9 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctesttxUJxt/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "/tmp/rustdoctesttxUJxt/rust_out.rust_out.7rcbfp3g-cgu.1.rcgu.o" "/tmp/rustdoctesttxUJxt/rust_out.rust_out.7rcbfp3g-cgu.2.rcgu.o" "/tmp/rustdoctesttxUJxt/rust_out.rust_out.7rcbfp3g-cgu.3.rcgu.o" "/tmp/rustdoctesttxUJxt/rust_out.rust_out.7rcbfp3g-cgu.4.rcgu.o" "-o" "/tmp/rustdoctesttxUJxt/rust_out" "/tmp/rustdoctesttxUJxt/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/miniz-sys-acaaaedff836c650/out" "-L" "/opt/crater/target/debug/build/ring-01e82b51218d0cf5/out" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdirekuta-24d396c78163dd93.rlib" "/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-df3af46a51d0ff63.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/libhyper-898ffa4b23881c19.rlib" "/opt/crater/target/debug/deps/libwant-4a2a82a2f448f98e.rlib" "/opt/crater/target/debug/deps/libtry_lock-71a75fe50b48798b.rlib" "/opt/crater/target/debug/deps/libtokio-dc0f2aee5d7ed1e5.rlib" "/opt/crater/target/debug/deps/libtokio_uds-a2496ad622cf3ab0.rlib" "/opt/crater/target/debug/deps/libmio_uds-306bf1f0c5e7b5e9.rlib" "/opt/crater/target/debug/deps/libtokio_udp-4e570266a4d344e6.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-a9450bdf77d0e073.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-1633248fb896d396.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libparking_lot-51364b1ab7806ac4.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c25595f819d3620a.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libtokio_fs-dd785c6612a037f3.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-348593e342cb071b.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-78a0fcbdfc728626.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-64e8ef56c5fe0efe.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libtokio_codec-9026e149b866e510.rlib" "/opt/crater/target/debug/deps/libmio-a55ef8cca9065597.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libhttp_body-dedf63567502733e.rlib" "/opt/crater/target/debug/deps/libtokio_buf-70466bc9be4cdb20.rlib" "/opt/crater/target/debug/deps/libh2-c19043a28b88796b.rlib" "/opt/crater/target/debug/deps/libindexmap-6d1cede99116fd64.rlib" "/opt/crater/target/debug/deps/libstring-94336f3b4c6567da.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libtokio_io-51ea6b5cc566d83e.rlib" "/opt/crater/target/debug/deps/liblog-edfa4b3364666663.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-1d42c7fdf24f18a1.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libhttp-8914bb68364de224.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libbytes-b8d84800b337abb7.rlib" "/opt/crater/target/debug/deps/libeither-06454d68134bb6f9.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stdout] = note: [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/lib.rs - Capture::new (line 658) [INFO] [stdout] src/lib.rs - Capture::set (line 672) [INFO] [stdout] src/lib.rs - Capture::try_get_parse (line 741) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 34 passed; 3 failed; 16 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "8adae105e7bfc947ad3c433f8f1ed101430542123a8eceb33760b40028b5d03c"` [INFO] running `"docker" "rm" "-f" "8adae105e7bfc947ad3c433f8f1ed101430542123a8eceb33760b40028b5d03c"` [INFO] [stdout] 8adae105e7bfc947ad3c433f8f1ed101430542123a8eceb33760b40028b5d03c