[INFO] crate chilli 0.4.4 is already in cache [INFO] extracting crate chilli 0.4.4 into work/ex/beta-1.37-6/sources/1.36.0/reg/chilli/0.4.4 [INFO] extracting crate chilli 0.4.4 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/chilli/0.4.4 [INFO] validating manifest of chilli-0.4.4 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 chilli-0.4.4 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 chilli-0.4.4 [INFO] finished frobbing chilli-0.4.4 [INFO] frobbed toml for chilli-0.4.4 written to work/ex/beta-1.37-6/sources/1.36.0/reg/chilli/0.4.4/Cargo.toml [INFO] started frobbing chilli-0.4.4 [INFO] finished frobbing chilli-0.4.4 [INFO] frobbed toml for chilli-0.4.4 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/chilli/0.4.4/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] testing chilli-0.4.4 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/chilli/0.4.4:/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.36.0" "build" "--frozen"` [INFO] [stdout] eea77273ae29b6cb5330e7b0ba80e101924e068c7eb68d976eb263020d730f7c [INFO] running `"docker" "start" "-a" "eea77273ae29b6cb5330e7b0ba80e101924e068c7eb68d976eb263020d730f7c"` [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling itoa v0.3.4 [INFO] [stderr] Compiling serde v0.9.15 [INFO] [stderr] Compiling pest v0.3.3 [INFO] [stderr] Compiling lazycell v0.5.1 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling buf-read-ext v0.3.0 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling handlebars v0.25.3 [INFO] [stderr] Compiling textnonce v0.6.5 [INFO] [stderr] Compiling mime_multipart v0.5.2 [INFO] [stderr] Compiling formdata v0.12.3 [INFO] [stderr] Compiling chilli v0.4.4 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/wrappers.rs:283:45 [INFO] [stderr] | [INFO] [stderr] 283 | self.host_url() + &self.full_path().trim_left_matches('/') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [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/wrappers.rs:288:40 [INFO] [stderr] | [INFO] [stderr] 288 | self.host_url() + &self.path().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/routing.rs:108:54 [INFO] [stderr] | [INFO] [stderr] 108 | for (converter, variable) in parse_rule(rule.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_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/routing.rs:282:52 [INFO] [stderr] | [INFO] [stderr] 282 | redirect_path = redirect_path + &self.path.trim_left_matches('/') + "/"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 58.26s [INFO] running `"docker" "inspect" "eea77273ae29b6cb5330e7b0ba80e101924e068c7eb68d976eb263020d730f7c"` [INFO] running `"docker" "rm" "-f" "eea77273ae29b6cb5330e7b0ba80e101924e068c7eb68d976eb263020d730f7c"` [INFO] [stdout] eea77273ae29b6cb5330e7b0ba80e101924e068c7eb68d976eb263020d730f7c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/chilli/0.4.4:/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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] bae84e77fb6741066bab7994d73cd49a9c52ac34c9466a9868197675be78236d [INFO] running `"docker" "start" "-a" "bae84e77fb6741066bab7994d73cd49a9c52ac34c9466a9868197675be78236d"` [INFO] [stderr] Compiling chilli v0.4.4 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/wrappers.rs:283:45 [INFO] [stderr] | [INFO] [stderr] 283 | self.host_url() + &self.full_path().trim_left_matches('/') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [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/wrappers.rs:288:40 [INFO] [stderr] | [INFO] [stderr] 288 | self.host_url() + &self.path().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/routing.rs:108:54 [INFO] [stderr] | [INFO] [stderr] 108 | for (converter, variable) in parse_rule(rule.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_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/routing.rs:282:52 [INFO] [stderr] | [INFO] [stderr] 282 | redirect_path = redirect_path + &self.path.trim_left_matches('/') + "/"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.57s [INFO] running `"docker" "inspect" "bae84e77fb6741066bab7994d73cd49a9c52ac34c9466a9868197675be78236d"` [INFO] running `"docker" "rm" "-f" "bae84e77fb6741066bab7994d73cd49a9c52ac34c9466a9868197675be78236d"` [INFO] [stdout] bae84e77fb6741066bab7994d73cd49a9c52ac34c9466a9868197675be78236d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/chilli/0.4.4:/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.36.0" "test" "--frozen"` [INFO] [stdout] b92db2e92307b603d2b5a7a96f4267afe839c3617abd14fc0053258d2df39d3d [INFO] running `"docker" "start" "-a" "b92db2e92307b603d2b5a7a96f4267afe839c3617abd14fc0053258d2df39d3d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running /opt/crater/target/debug/deps/chilli-f68ab0ce9995c023 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test httputils::test_get_name_by_http_code ... ok [INFO] [stdout] test routing::test_basic_routing ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/test_basic-c1fc650c6f05d4df [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test foo ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/test_config-b6e92a74fd9a942e [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_config_from_object ... ok [INFO] [stdout] test test_config_basic_set ... ok [INFO] [stdout] test test_config_from_file ... ok [INFO] [stdout] test test_config_from_envvar ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/test_datastructures-945220c6eb34e18f [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_multi_dict_basic_interface ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/test_errors-becba40e7a711b05 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_http_error_code ... ok [INFO] [stdout] test test_http_error_get_body ... ok [INFO] [stdout] test test_http_error_to_response ... ok [INFO] [stdout] test test_http_error_name ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/test_helpers-20cb3673f437e572 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_safe_join ... ok [INFO] [stdout] test test_redirect ... ok [INFO] [stdout] test test_abort ... ok [INFO] [stdout] test test_escape ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests chilli [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test src/app.rs - app::Pencil::route (line 165) ... ignored [INFO] [stdout] test src/app.rs - app::Pencil::test_client (line 375) ... ignored [INFO] [stdout] test src/helpers.rs - helpers::PathBound::open_resource (line 33) ... ignored [INFO] [stdout] test src/http_errors.rs - http_errors::HTTPError (line 44) ... ok [INFO] [stdout] test src/config.rs - config::Config (line 12) ... ok [INFO] [stdout] test src/json.rs - json::jsonify (line 13) ... ignored [INFO] [stdout] test src/app.rs - app::Pencil::new (line 101) ... ok [INFO] [stdout] test src/templating.rs - templating::FileSystemLoader::new (line 70) ... ignored [INFO] [stdout] test src/wrappers.rs - wrappers::Response::new (line 391) ... ignored [INFO] [stdout] test src/config.rs - config::Config (line 20) ... ok [INFO] [stdout] test src/app.rs - app::Pencil::httperrorhandler (line 270) ... ok [INFO] [stdout] test src/helpers.rs - helpers::PathBound::open_resource (line 42) ... ok [INFO] [stdout] test src/app.rs - app::Pencil::usererrorhandler (line 327) ... ok [INFO] [stdout] test src/app.rs - app::Pencil::usererrorhandler (line 294) ... ok [INFO] [stdout] test src/http_errors.rs - http_errors::HTTPError (line 56) ... ok [INFO] [stdout] test src/lib.rs - (line 20) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "b92db2e92307b603d2b5a7a96f4267afe839c3617abd14fc0053258d2df39d3d"` [INFO] running `"docker" "rm" "-f" "b92db2e92307b603d2b5a7a96f4267afe839c3617abd14fc0053258d2df39d3d"` [INFO] [stdout] b92db2e92307b603d2b5a7a96f4267afe839c3617abd14fc0053258d2df39d3d