Dec 18 11:17:56.685 INFO checking sharp_pencil-0.4.3 against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 18 11:17:56.685 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-2/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/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" "+0b8c5828f68d7b2840b81fa51239346dc97fef5a-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 11:17:56.956 INFO [stdout] 8904c2dd51bddc5a6bbc7848b403f64d8f1c612fa9a1ca4a09a00a54023d95c9 Dec 18 11:17:56.962 INFO running `"docker" "start" "-a" "8904c2dd51bddc5a6bbc7848b403f64d8f1c612fa9a1ca4a09a00a54023d95c9"` Dec 18 11:17:57.808 INFO [stderr] Checking buf-read-ext v0.2.1 Dec 18 11:17:57.812 INFO [stderr] Checking handlebars v0.25.3 Dec 18 11:17:57.812 INFO [stderr] Checking textnonce v0.6.4 Dec 18 11:17:58.489 INFO [stderr] Checking mime_multipart v0.5.1 Dec 18 11:18:01.190 INFO [stderr] Checking formdata v0.12.2 Dec 18 11:18:02.332 INFO [stderr] Checking sharp_pencil v0.4.3 (/opt/crater/workdir) Dec 18 11:18:04.508 INFO [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` Dec 18 11:18:04.508 INFO [stderr] --> src/wrappers.rs:283:45 Dec 18 11:18:04.508 INFO [stderr] | Dec 18 11:18:04.508 INFO [stderr] 283 | self.host_url() + &self.full_path().trim_left_matches('/') Dec 18 11:18:04.508 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Dec 18 11:18:04.508 INFO [stderr] | Dec 18 11:18:04.508 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 18 11:18:04.508 INFO [stderr] Dec 18 11:18:04.508 INFO [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` Dec 18 11:18:04.508 INFO [stderr] --> src/wrappers.rs:288:40 Dec 18 11:18:04.508 INFO [stderr] | Dec 18 11:18:04.508 INFO [stderr] 288 | self.host_url() + &self.path().trim_left_matches('/') Dec 18 11:18:04.508 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Dec 18 11:18:04.508 INFO [stderr] Dec 18 11:18:04.632 INFO [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` Dec 18 11:18:04.632 INFO [stderr] --> src/routing.rs:108:54 Dec 18 11:18:04.632 INFO [stderr] | Dec 18 11:18:04.632 INFO [stderr] 108 | for (converter, variable) in parse_rule(rule.trim_right_matches('/')) { Dec 18 11:18:04.632 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 18 11:18:04.632 INFO [stderr] Dec 18 11:18:04.656 INFO [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` Dec 18 11:18:04.656 INFO [stderr] --> src/routing.rs:282:52 Dec 18 11:18:04.656 INFO [stderr] | Dec 18 11:18:04.656 INFO [stderr] 282 | redirect_path = redirect_path + &self.path.trim_left_matches('/') + "/"; Dec 18 11:18:04.656 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Dec 18 11:18:04.656 INFO [stderr] Dec 18 11:18:04.724 INFO [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` Dec 18 11:18:04.724 INFO [stderr] --> src/wrappers.rs:283:45 Dec 18 11:18:04.724 INFO [stderr] | Dec 18 11:18:04.724 INFO [stderr] 283 | self.host_url() + &self.full_path().trim_left_matches('/') Dec 18 11:18:04.724 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Dec 18 11:18:04.724 INFO [stderr] | Dec 18 11:18:04.724 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 18 11:18:04.724 INFO [stderr] Dec 18 11:18:04.724 INFO [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` Dec 18 11:18:04.724 INFO [stderr] --> src/wrappers.rs:288:40 Dec 18 11:18:04.724 INFO [stderr] | Dec 18 11:18:04.724 INFO [stderr] 288 | self.host_url() + &self.path().trim_left_matches('/') Dec 18 11:18:04.724 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Dec 18 11:18:04.724 INFO [stderr] Dec 18 11:18:04.812 INFO [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` Dec 18 11:18:04.812 INFO [stderr] --> src/routing.rs:108:54 Dec 18 11:18:04.812 INFO [stderr] | Dec 18 11:18:04.812 INFO [stderr] 108 | for (converter, variable) in parse_rule(rule.trim_right_matches('/')) { Dec 18 11:18:04.812 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 18 11:18:04.812 INFO [stderr] Dec 18 11:18:04.823 INFO [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` Dec 18 11:18:04.823 INFO [stderr] --> src/routing.rs:282:52 Dec 18 11:18:04.823 INFO [stderr] | Dec 18 11:18:04.823 INFO [stderr] 282 | redirect_path = redirect_path + &self.path.trim_left_matches('/') + "/"; Dec 18 11:18:04.823 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Dec 18 11:18:04.823 INFO [stderr] Dec 18 11:18:07.874 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.22s Dec 18 11:18:08.173 INFO running `"docker" "inspect" "8904c2dd51bddc5a6bbc7848b403f64d8f1c612fa9a1ca4a09a00a54023d95c9"` Dec 18 11:18:08.280 INFO running `"docker" "rm" "-f" "8904c2dd51bddc5a6bbc7848b403f64d8f1c612fa9a1ca4a09a00a54023d95c9"` Dec 18 11:18:08.356 INFO [stdout] 8904c2dd51bddc5a6bbc7848b403f64d8f1c612fa9a1ca4a09a00a54023d95c9