[INFO] crate sharp_pencil 0.4.3 is already in cache [INFO] extracting crate sharp_pencil 0.4.3 into work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/sharp_pencil/0.4.3 [INFO] extracting crate sharp_pencil 0.4.3 into work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/sharp_pencil/0.4.3 [INFO] validating manifest of sharp_pencil-0.4.3 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 sharp_pencil-0.4.3 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 sharp_pencil-0.4.3 [INFO] finished frobbing sharp_pencil-0.4.3 [INFO] frobbed toml for sharp_pencil-0.4.3 written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/sharp_pencil/0.4.3/Cargo.toml [INFO] started frobbing sharp_pencil-0.4.3 [INFO] finished frobbing sharp_pencil-0.4.3 [INFO] frobbed toml for sharp_pencil-0.4.3 written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/sharp_pencil/0.4.3/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 sharp_pencil-0.4.3 against master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-6/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/sharp_pencil/0.4.3:/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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "build" "--frozen"` [INFO] [stdout] 865cd3c2c69c6eb73ba8a04333dce82cdd71e1f68418c9c611d1b6dd1ceaf5fa [INFO] running `"docker" "start" "-a" "865cd3c2c69c6eb73ba8a04333dce82cdd71e1f68418c9c611d1b6dd1ceaf5fa"` [INFO] [stderr] Compiling buf-read-ext v0.2.1 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling handlebars v0.25.3 [INFO] [stderr] Compiling mime_guess v1.8.6 [INFO] [stderr] Compiling textnonce v0.6.4 [INFO] [stderr] Compiling mime_multipart v0.5.1 [INFO] [stderr] Compiling formdata v0.12.2 [INFO] [stderr] Compiling sharp_pencil v0.4.3 (/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] | ^^^^^^^^^^^^^^^^^ [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] | ^^^^^^^^^^^^^^^^^ [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] | ^^^^^^^^^^^^^^^^^^ [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] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.71s [INFO] running `"docker" "inspect" "865cd3c2c69c6eb73ba8a04333dce82cdd71e1f68418c9c611d1b6dd1ceaf5fa"` [INFO] running `"docker" "rm" "-f" "865cd3c2c69c6eb73ba8a04333dce82cdd71e1f68418c9c611d1b6dd1ceaf5fa"` [INFO] [stdout] 865cd3c2c69c6eb73ba8a04333dce82cdd71e1f68418c9c611d1b6dd1ceaf5fa [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-6/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/sharp_pencil/0.4.3:/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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 4ecacabbe6a9f57495d1b7a1dbe3a20d96ea5b571d1f08601824dae8472b4a0a [INFO] running `"docker" "start" "-a" "4ecacabbe6a9f57495d1b7a1dbe3a20d96ea5b571d1f08601824dae8472b4a0a"` [INFO] [stderr] Compiling sharp_pencil v0.4.3 (/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] | ^^^^^^^^^^^^^^^^^ [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] | ^^^^^^^^^^^^^^^^^ [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] | ^^^^^^^^^^^^^^^^^^ [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] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.04s [INFO] running `"docker" "inspect" "4ecacabbe6a9f57495d1b7a1dbe3a20d96ea5b571d1f08601824dae8472b4a0a"` [INFO] running `"docker" "rm" "-f" "4ecacabbe6a9f57495d1b7a1dbe3a20d96ea5b571d1f08601824dae8472b4a0a"` [INFO] [stdout] 4ecacabbe6a9f57495d1b7a1dbe3a20d96ea5b571d1f08601824dae8472b4a0a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-6/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/sharp_pencil/0.4.3:/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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen"` [INFO] [stdout] 2cdd6da7726679b54aa70ed9ceb30236c443320ed02d779b58cc7039e9231b8c [INFO] running `"docker" "start" "-a" "2cdd6da7726679b54aa70ed9ceb30236c443320ed02d779b58cc7039e9231b8c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running /opt/crater/target/debug/deps/sharp_pencil-9dd7d26d9357219d [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-c32cb4e6ceea03dd [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-350f77bc45a6076a [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_config_from_envvar ... ok [INFO] [stdout] test test_config_basic_set ... ok [INFO] [stdout] test test_config_from_file ... ok [INFO] [stdout] test test_config_from_object ... 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-9898955c894da419 [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-aff3dfb617445354 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_http_error_to_response ... ok [INFO] [stdout] test test_http_error_name ... ok [INFO] [stdout] test test_http_error_code ... ok [INFO] [stdout] test test_http_error_get_body ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_safe_join ... ok [INFO] [stdout] test test_redirect ... ok [INFO] [stdout] test test_escape ... ok [INFO] [stdout] test test_abort ... 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-7740f93cf7e95e96 [INFO] [stderr] Doc-tests sharp_pencil [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test src/app.rs - app::Pencil::route (line 167) ... ignored [INFO] [stdout] test src/app.rs - app::Pencil::test_client (line 377) ... ignored [INFO] [stdout] test src/helpers.rs - helpers::PathBound::open_resource (line 33) ... ignored [INFO] [stdout] test src/app.rs - app::Pencil::httperrorhandler (line 272) ... ok [INFO] [stdout] test src/app.rs - app::Pencil::usererrorhandler (line 329) ... ok [INFO] [stdout] test src/json.rs - json::jsonify (line 13) ... ignored [INFO] [stdout] test src/config.rs - config::Config (line 20) ... 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/app.rs - app::Pencil::new (line 103) ... ok [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/helpers.rs - helpers::PathBound::open_resource (line 42) ... ok [INFO] [stdout] test src/app.rs - app::Pencil::usererrorhandler (line 296) ... 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" "2cdd6da7726679b54aa70ed9ceb30236c443320ed02d779b58cc7039e9231b8c"` [INFO] running `"docker" "rm" "-f" "2cdd6da7726679b54aa70ed9ceb30236c443320ed02d779b58cc7039e9231b8c"` [INFO] [stdout] 2cdd6da7726679b54aa70ed9ceb30236c443320ed02d779b58cc7039e9231b8c