[INFO] fetching crate finchers-session 0.2.0... [INFO] extracting crate finchers-session 0.2.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/finchers-session/0.2.0 [INFO] extracting crate finchers-session 0.2.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/finchers-session/0.2.0 [INFO] validating manifest of finchers-session-0.2.0 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of finchers-session-0.2.0 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing finchers-session-0.2.0 [INFO] finished frobbing finchers-session-0.2.0 [INFO] frobbed toml for finchers-session-0.2.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/finchers-session/0.2.0/Cargo.toml [INFO] started frobbing finchers-session-0.2.0 [INFO] finished frobbing finchers-session-0.2.0 [INFO] frobbed toml for finchers-session-0.2.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/finchers-session/0.2.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing finchers-session-0.2.0 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/finchers-session/0.2.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=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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 450dd63a81991790383401f5167936cf4482546832b470d1bd4724dc43f33d17 [INFO] running `"docker" "start" "-a" "450dd63a81991790383401f5167936cf4482546832b470d1bd4724dc43f33d17"` [INFO] [stderr] Compiling finchers v0.13.5 [INFO] [stderr] Compiling cookie v0.11.1 [INFO] [stderr] Compiling serde_qs v0.4.6 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling finchers-session v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'finchers::input::Input::cookies': use `Input::cookies2()` instead. [INFO] [stderr] --> src/cookie.rs:109:25 [INFO] [stderr] | [INFO] [stderr] 109 | let jar = input.cookies()?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'finchers::input::Input::cookies': use `Input::cookies2()` instead. [INFO] [stderr] --> src/cookie.rs:134:25 [INFO] [stderr] | [INFO] [stderr] 134 | let jar = input.cookies()?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'finchers::input::Input::cookies': use `Input::cookies2()` instead. [INFO] [stderr] --> src/cookie.rs:148:25 [INFO] [stderr] | [INFO] [stderr] 148 | let jar = input.cookies()?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'finchers::input::Input::cookies': use `Input::cookies2()` instead. [INFO] [stderr] --> src/in_memory.rs:85:21 [INFO] [stderr] | [INFO] [stderr] 85 | match input.cookies()?.get("session-id") { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'finchers::input::Input::cookies': use `Input::cookies2()` instead. [INFO] [stderr] --> src/in_memory.rs:101:14 [INFO] [stderr] | [INFO] [stderr] 101 | .cookies()? [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'finchers::input::Input::cookies': use `Input::cookies2()` instead. [INFO] [stderr] --> src/in_memory.rs:108:15 [INFO] [stderr] | [INFO] [stderr] 108 | input.cookies()?.remove(Cookie::named("session-id")); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.33s [INFO] running `"docker" "inspect" "450dd63a81991790383401f5167936cf4482546832b470d1bd4724dc43f33d17"` [INFO] running `"docker" "rm" "-f" "450dd63a81991790383401f5167936cf4482546832b470d1bd4724dc43f33d17"` [INFO] [stdout] 450dd63a81991790383401f5167936cf4482546832b470d1bd4724dc43f33d17 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/finchers-session/0.2.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=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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 187e7e4d6e0b23096e718d96085d6a95196ebdb8d4440a65b84ee2d6ccfef368 [INFO] running `"docker" "start" "-a" "187e7e4d6e0b23096e718d96085d6a95196ebdb8d4440a65b84ee2d6ccfef368"` [INFO] [stderr] Compiling finchers-session v0.2.0 (/opt/crater/workdir) [INFO] [stderr] error: use of deprecated item 'finchers::input::Input::cookies': use `Input::cookies2()` instead. [INFO] [stderr] --> src/cookie.rs:109:25 [INFO] [stderr] | [INFO] [stderr] 109 | let jar = input.cookies()?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:27:24 [INFO] [stderr] | [INFO] [stderr] 27 | #![cfg_attr(test, deny(warnings))] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[deny(deprecated)] implied by #[deny(warnings)] [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'finchers::input::Input::cookies': use `Input::cookies2()` instead. [INFO] [stderr] --> src/cookie.rs:134:25 [INFO] [stderr] | [INFO] [stderr] 134 | let jar = input.cookies()?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'finchers::input::Input::cookies': use `Input::cookies2()` instead. [INFO] [stderr] --> src/cookie.rs:148:25 [INFO] [stderr] | [INFO] [stderr] 148 | let jar = input.cookies()?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'finchers::input::Input::cookies': use `Input::cookies2()` instead. [INFO] [stderr] --> src/in_memory.rs:85:21 [INFO] [stderr] | [INFO] [stderr] 85 | match input.cookies()?.get("session-id") { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'finchers::input::Input::cookies': use `Input::cookies2()` instead. [INFO] [stderr] --> src/in_memory.rs:101:14 [INFO] [stderr] | [INFO] [stderr] 101 | .cookies()? [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'finchers::input::Input::cookies': use `Input::cookies2()` instead. [INFO] [stderr] --> src/in_memory.rs:108:15 [INFO] [stderr] | [INFO] [stderr] 108 | input.cookies()?.remove(Cookie::named("session-id")); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `finchers-session`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "187e7e4d6e0b23096e718d96085d6a95196ebdb8d4440a65b84ee2d6ccfef368"` [INFO] running `"docker" "rm" "-f" "187e7e4d6e0b23096e718d96085d6a95196ebdb8d4440a65b84ee2d6ccfef368"` [INFO] [stdout] 187e7e4d6e0b23096e718d96085d6a95196ebdb8d4440a65b84ee2d6ccfef368