[INFO] crate direkuta 0.1.8 is already in cache [INFO] extracting crate direkuta 0.1.8 into work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/direkuta/0.1.8 [INFO] extracting crate direkuta 0.1.8 into work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/direkuta/0.1.8 [INFO] validating manifest of direkuta-0.1.8 on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of direkuta-0.1.8 on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "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/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/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/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/direkuta/0.1.8/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing direkuta-0.1.8 against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-4/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] a48de2b3d7f6d4e2678b992d39377fc2d1b6990f7dec6b7d0af981a03515ec56 [INFO] running `"docker" "start" "-a" "a48de2b3d7f6d4e2678b992d39377fc2d1b6990f7dec6b7d0af981a03515ec56"` [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: 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] | ^^^^^^^^^^^^^^^^^ [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] | ^^^^^^^^^^^^^^^^^^ [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] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.28s [INFO] running `"docker" "inspect" "a48de2b3d7f6d4e2678b992d39377fc2d1b6990f7dec6b7d0af981a03515ec56"` [INFO] running `"docker" "rm" "-f" "a48de2b3d7f6d4e2678b992d39377fc2d1b6990f7dec6b7d0af981a03515ec56"` [INFO] [stdout] a48de2b3d7f6d4e2678b992d39377fc2d1b6990f7dec6b7d0af981a03515ec56 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-4/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 462e9ca27e5238142480659da3077692700390adbbdc8abc90bba65678338cbb [INFO] running `"docker" "start" "-a" "462e9ca27e5238142480659da3077692700390adbbdc8abc90bba65678338cbb"` [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.2 [INFO] [stderr] Compiling cookie v0.11.0 [INFO] [stderr] Compiling ct-logs v0.4.0 [INFO] [stderr] Compiling rustls v0.14.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: 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] | ^^^^^^^^^^^^^^^^^ [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] | ^^^^^^^^^^^^^^^^^^ [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] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.73s [INFO] running `"docker" "inspect" "462e9ca27e5238142480659da3077692700390adbbdc8abc90bba65678338cbb"` [INFO] running `"docker" "rm" "-f" "462e9ca27e5238142480659da3077692700390adbbdc8abc90bba65678338cbb"` [INFO] [stdout] 462e9ca27e5238142480659da3077692700390adbbdc8abc90bba65678338cbb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-4/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen"` [INFO] [stdout] 46e006e9c1f7a388e4864b68db17d89d72f77c357ccb8df7b2d7b0756f1b4c33 [INFO] running `"docker" "start" "-a" "46e006e9c1f7a388e4864b68db17d89d72f77c357ccb8df7b2d7b0756f1b4c33"` [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.24s [INFO] [stderr] Running /opt/crater/target/debug/deps/direkuta-4e70f97acb08921b [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] [stderr] error: process didn't exit successfully: `rustdoc --edition=2018 --test /opt/crater/workdir/src/lib.rs --crate-name direkuta -L dependency=/opt/crater/target/debug/deps -L native=/opt/crater/target/debug/build/miniz-sys-a360dffa50a2fe32/out -L native=/opt/crater/target/debug/build/ring-dfbcac0ff475a31b/out -L dependency=/opt/crater/target/debug/deps --cfg 'feature="default"' --extern direkuta=/opt/crater/target/debug/deps/libdirekuta-fd28940986a96464.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib --extern http=/opt/crater/target/debug/deps/libhttp-a13a5f0d414cd278.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-dce0a2170fddf079.rlib --extern indexmap=/opt/crater/target/debug/deps/libindexmap-2f538b403506dbd0.rlib --extern regex=/opt/crater/target/debug/deps/libregex-70147ef8803f3e79.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-199418c9a60cfb1b.rlib --extern tokio_fs=/opt/crater/target/debug/deps/libtokio_fs-111917fe7a7b2f69.rlib --extern yukikaze=/opt/crater/target/debug/deps/libyukikaze-e91890547c8a9561.rlib` (signal: 9, SIGKILL: kill) [INFO] running `"docker" "inspect" "46e006e9c1f7a388e4864b68db17d89d72f77c357ccb8df7b2d7b0756f1b4c33"` [INFO] running `"docker" "rm" "-f" "46e006e9c1f7a388e4864b68db17d89d72f77c357ccb8df7b2d7b0756f1b4c33"` [INFO] [stdout] 46e006e9c1f7a388e4864b68db17d89d72f77c357ccb8df7b2d7b0756f1b4c33