Dec 18 11:22:56.861 INFO checking serde_qs-0.4.1 against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 18 11:22:56.861 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-1/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/reg/serde_qs/0.4.1:/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:22:57.200 INFO [stdout] 77eed9b789486378bad00d59b6cfab0e5ea21710d73578f54519eae998b0f6c7 Dec 18 11:22:57.202 INFO running `"docker" "start" "-a" "77eed9b789486378bad00d59b6cfab0e5ea21710d73578f54519eae998b0f6c7"` Dec 18 11:22:58.030 INFO [stderr] Checking serde_qs v0.4.1 (/opt/crater/workdir) Dec 18 11:22:58.136 INFO [stderr] warning: lint `private_no_mangle_fns` has been removed: `no longer an warning, #[no_mangle] functions always exported` Dec 18 11:22:58.136 INFO [stderr] --> src/lib.rs:92:5 Dec 18 11:22:58.136 INFO [stderr] | Dec 18 11:22:58.136 INFO [stderr] 92 | private_no_mangle_fns, Dec 18 11:22:58.136 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ Dec 18 11:22:58.136 INFO [stderr] | Dec 18 11:22:58.136 INFO [stderr] = note: #[warn(renamed_and_removed_lints)] on by default Dec 18 11:22:58.136 INFO [stderr] Dec 18 11:22:58.136 INFO [stderr] warning: lint `private_no_mangle_statics` has been removed: `no longer an warning, #[no_mangle] statics always exported` Dec 18 11:22:58.136 INFO [stderr] --> src/lib.rs:93:5 Dec 18 11:22:58.136 INFO [stderr] | Dec 18 11:22:58.136 INFO [stderr] 93 | private_no_mangle_statics, Dec 18 11:22:58.136 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 11:22:58.136 INFO [stderr] Dec 18 11:22:58.140 INFO [stderr] warning: lint `private_no_mangle_fns` has been removed: `no longer an warning, #[no_mangle] functions always exported` Dec 18 11:22:58.140 INFO [stderr] --> src/lib.rs:92:5 Dec 18 11:22:58.140 INFO [stderr] | Dec 18 11:22:58.140 INFO [stderr] 92 | private_no_mangle_fns, Dec 18 11:22:58.140 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ Dec 18 11:22:58.140 INFO [stderr] | Dec 18 11:22:58.140 INFO [stderr] = note: #[warn(renamed_and_removed_lints)] on by default Dec 18 11:22:58.140 INFO [stderr] Dec 18 11:22:58.140 INFO [stderr] warning: lint `private_no_mangle_statics` has been removed: `no longer an warning, #[no_mangle] statics always exported` Dec 18 11:22:58.140 INFO [stderr] --> src/lib.rs:93:5 Dec 18 11:22:58.140 INFO [stderr] | Dec 18 11:22:58.140 INFO [stderr] 93 | private_no_mangle_statics, Dec 18 11:22:58.140 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 11:22:58.140 INFO [stderr] Dec 18 11:22:58.768 INFO [stderr] error: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 18 11:22:58.768 INFO [stderr] --> src/error.rs:10:1 Dec 18 11:22:58.768 INFO [stderr] | Dec 18 11:22:58.768 INFO [stderr] 10 | / error_chain! { Dec 18 11:22:58.768 INFO [stderr] 11 | | errors { Dec 18 11:22:58.768 INFO [stderr] 12 | | Custom(msg: String) { Dec 18 11:22:58.768 INFO [stderr] 13 | | description("miscellaneous failure") Dec 18 11:22:58.768 INFO [stderr] ... | Dec 18 11:22:58.768 INFO [stderr] 29 | | } Dec 18 11:22:58.768 INFO [stderr] 30 | | } Dec 18 11:22:58.768 INFO [stderr] | |_^ Dec 18 11:22:58.768 INFO [stderr] | Dec 18 11:22:58.768 INFO [stderr] note: lint level defined here Dec 18 11:22:58.768 INFO [stderr] --> src/lib.rs:79:5 Dec 18 11:22:58.768 INFO [stderr] | Dec 18 11:22:58.768 INFO [stderr] 79 | deprecated, Dec 18 11:22:58.768 INFO [stderr] | ^^^^^^^^^^ Dec 18 11:22:58.768 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 11:22:58.768 INFO [stderr] Dec 18 11:22:58.768 INFO [stderr] error: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 18 11:22:58.768 INFO [stderr] --> src/error.rs:10:1 Dec 18 11:22:58.768 INFO [stderr] | Dec 18 11:22:58.768 INFO [stderr] 10 | / error_chain! { Dec 18 11:22:58.768 INFO [stderr] 11 | | errors { Dec 18 11:22:58.768 INFO [stderr] 12 | | Custom(msg: String) { Dec 18 11:22:58.768 INFO [stderr] 13 | | description("miscellaneous failure") Dec 18 11:22:58.768 INFO [stderr] ... | Dec 18 11:22:58.768 INFO [stderr] 29 | | } Dec 18 11:22:58.768 INFO [stderr] 30 | | } Dec 18 11:22:58.768 INFO [stderr] | |_^ Dec 18 11:22:58.768 INFO [stderr] | Dec 18 11:22:58.768 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 11:22:58.768 INFO [stderr] Dec 18 11:22:58.808 INFO [stderr] error: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 18 11:22:58.808 INFO [stderr] --> src/error.rs:10:1 Dec 18 11:22:58.808 INFO [stderr] | Dec 18 11:22:58.808 INFO [stderr] 10 | / error_chain! { Dec 18 11:22:58.808 INFO [stderr] 11 | | errors { Dec 18 11:22:58.808 INFO [stderr] 12 | | Custom(msg: String) { Dec 18 11:22:58.808 INFO [stderr] 13 | | description("miscellaneous failure") Dec 18 11:22:58.808 INFO [stderr] ... | Dec 18 11:22:58.808 INFO [stderr] 29 | | } Dec 18 11:22:58.808 INFO [stderr] 30 | | } Dec 18 11:22:58.808 INFO [stderr] | |_^ Dec 18 11:22:58.808 INFO [stderr] | Dec 18 11:22:58.808 INFO [stderr] note: lint level defined here Dec 18 11:22:58.808 INFO [stderr] --> src/lib.rs:79:5 Dec 18 11:22:58.808 INFO [stderr] | Dec 18 11:22:58.808 INFO [stderr] 79 | deprecated, Dec 18 11:22:58.808 INFO [stderr] | ^^^^^^^^^^ Dec 18 11:22:58.808 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 11:22:58.808 INFO [stderr] Dec 18 11:22:58.808 INFO [stderr] error: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 18 11:22:58.808 INFO [stderr] --> src/error.rs:10:1 Dec 18 11:22:58.808 INFO [stderr] | Dec 18 11:22:58.808 INFO [stderr] 10 | / error_chain! { Dec 18 11:22:58.808 INFO [stderr] 11 | | errors { Dec 18 11:22:58.808 INFO [stderr] 12 | | Custom(msg: String) { Dec 18 11:22:58.808 INFO [stderr] 13 | | description("miscellaneous failure") Dec 18 11:22:58.808 INFO [stderr] ... | Dec 18 11:22:58.808 INFO [stderr] 29 | | } Dec 18 11:22:58.808 INFO [stderr] 30 | | } Dec 18 11:22:58.808 INFO [stderr] | |_^ Dec 18 11:22:58.808 INFO [stderr] | Dec 18 11:22:58.808 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 11:22:58.808 INFO [stderr] Dec 18 11:22:58.808 INFO [stderr] error: aborting due to 2 previous errors Dec 18 11:22:58.808 INFO [stderr] Dec 18 11:22:58.819 INFO [stderr] error: Could not compile `serde_qs`. Dec 18 11:22:58.819 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 18 11:22:58.828 INFO [stderr] error: aborting due to 2 previous errors Dec 18 11:22:58.828 INFO [stderr] Dec 18 11:22:58.842 INFO [stderr] error: Could not compile `serde_qs`. Dec 18 11:22:58.842 INFO [stderr] Dec 18 11:22:58.842 INFO [stderr] To learn more, run the command again with --verbose. Dec 18 11:22:59.443 INFO running `"docker" "inspect" "77eed9b789486378bad00d59b6cfab0e5ea21710d73578f54519eae998b0f6c7"` Dec 18 11:22:59.706 INFO running `"docker" "rm" "-f" "77eed9b789486378bad00d59b6cfab0e5ea21710d73578f54519eae998b0f6c7"` Dec 18 11:22:59.924 INFO [stdout] 77eed9b789486378bad00d59b6cfab0e5ea21710d73578f54519eae998b0f6c7