[INFO] crate resty 0.1.0 is already in cache [INFO] extracting crate resty 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/resty/0.1.0 [INFO] extracting crate resty 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/resty/0.1.0 [INFO] validating manifest of resty-0.1.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of resty-0.1.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing resty-0.1.0 [INFO] finished frobbing resty-0.1.0 [INFO] frobbed toml for resty-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/resty/0.1.0/Cargo.toml [INFO] started frobbing resty-0.1.0 [INFO] finished frobbing resty-0.1.0 [INFO] frobbed toml for resty-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/resty/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing resty-0.1.0 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/resty/0.1.0:/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] a7ccb8d4592cb1f9c9d0aab6bc869743af166ce108f3b5f4265275dd14c53444 [INFO] running `"docker" "start" "-a" "a7ccb8d4592cb1f9c9d0aab6bc869743af166ce108f3b5f4265275dd14c53444"` [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling resty v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/router.rs:12:30 [INFO] [stderr] | [INFO] [stderr] 12 | pub type HandlerResult = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [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/router.rs:13:27 [INFO] [stderr] | [INFO] [stderr] 13 | pub type BoxHandler = Box HandlerResult + Sync + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(hyper::Request, usize) -> HandlerResult + Sync + Send` [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/request/url_parser.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | macro_rules! url { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![warn(missing_docs)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.18s [INFO] running `"docker" "inspect" "a7ccb8d4592cb1f9c9d0aab6bc869743af166ce108f3b5f4265275dd14c53444"` [INFO] running `"docker" "rm" "-f" "a7ccb8d4592cb1f9c9d0aab6bc869743af166ce108f3b5f4265275dd14c53444"` [INFO] [stdout] a7ccb8d4592cb1f9c9d0aab6bc869743af166ce108f3b5f4265275dd14c53444 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/resty/0.1.0:/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] ad6778dd49f2e2a0395de72c44620e5f0e20a48f83711ba2d8165f5523e026c3 [INFO] running `"docker" "start" "-a" "ad6778dd49f2e2a0395de72c44620e5f0e20a48f83711ba2d8165f5523e026c3"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling resty v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/router.rs:12:30 [INFO] [stderr] | [INFO] [stderr] 12 | pub type HandlerResult = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [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/router.rs:13:27 [INFO] [stderr] | [INFO] [stderr] 13 | pub type BoxHandler = Box HandlerResult + Sync + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(hyper::Request, usize) -> HandlerResult + Sync + Send` [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/request/url_parser.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | macro_rules! url { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![warn(missing_docs)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.62s [INFO] running `"docker" "inspect" "ad6778dd49f2e2a0395de72c44620e5f0e20a48f83711ba2d8165f5523e026c3"` [INFO] running `"docker" "rm" "-f" "ad6778dd49f2e2a0395de72c44620e5f0e20a48f83711ba2d8165f5523e026c3"` [INFO] [stdout] ad6778dd49f2e2a0395de72c44620e5f0e20a48f83711ba2d8165f5523e026c3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/resty/0.1.0:/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] bc2239c35cd3a6819a6c90572826ffd092852069e0dd7ab5202ab14721bc5a78 [INFO] running `"docker" "start" "-a" "bc2239c35cd3a6819a6c90572826ffd092852069e0dd7ab5202ab14721bc5a78"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/resty-bb4f493b2b011a58 [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test prefix_tree::tests::should_merge_two_trees ... ok [INFO] [stdout] test prefix_tree::tests::should_print_the_tree ... ok [INFO] [stdout] test request::params::tests::should_parse_string_to_std_parser ... ok [INFO] [stdout] test request::url_parser::url_parser ... ok [INFO] [stdout] test prefix_tree::tests::should_find_exact_match ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests resty [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] running `"docker" "inspect" "bc2239c35cd3a6819a6c90572826ffd092852069e0dd7ab5202ab14721bc5a78"` [INFO] running `"docker" "rm" "-f" "bc2239c35cd3a6819a6c90572826ffd092852069e0dd7ab5202ab14721bc5a78"` [INFO] [stdout] bc2239c35cd3a6819a6c90572826ffd092852069e0dd7ab5202ab14721bc5a78