[INFO] crate aurelius 0.6.3 is already in cache [INFO] checking aurelius-0.6.3 against try#d27c6c6a469a28343396a8f3ac1c9d403aabda69 for pr-66037 [INFO] extracting crate aurelius 0.6.3 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate aurelius 0.6.3 on toolchain d27c6c6a469a28343396a8f3ac1c9d403aabda69 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate aurelius 0.6.3 [INFO] finished tweaking crates.io crate aurelius 0.6.3 [INFO] tweaked toml for crates.io crate aurelius 0.6.3 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 55443cb45e98fe195f62281e58566897982ed92a153552e101cc70bac75a6d1f [INFO] running `"docker" "start" "-a" "55443cb45e98fe195f62281e58566897982ed92a153552e101cc70bac75a6d1f"` [INFO] [stderr] Checking modifier v0.1.0 [INFO] [stderr] Checking sequence_trie v0.3.6 [INFO] [stderr] Compiling pulldown-cmark v0.5.3 [INFO] [stderr] Checking unsafe-any v0.4.2 [INFO] [stderr] Checking crossbeam-channel v0.3.9 [INFO] [stderr] Checking uuid v0.5.1 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking websocket v0.22.4 [INFO] [stderr] Checking typemap v0.3.3 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking publicsuffix v1.5.4 [INFO] [stderr] Checking plugin v0.2.6 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking iron v0.6.1 [INFO] [stderr] Checking mount v0.4.0 [INFO] [stderr] Checking iron-test v0.6.0 [INFO] [stderr] Checking staticfile v0.5.0 [INFO] [stderr] Checking handlebars v1.1.0 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking reqwest v0.9.24 [INFO] [stderr] Checking handlebars-iron v0.27.0 [INFO] [stderr] Checking aurelius v0.6.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/http.rs:136:54 [INFO] [stderr] | [INFO] [stderr] 136 | fn create_handler(previewer: MarkdownPreview) -> Box { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/http.rs:136:54 [INFO] [stderr] | [INFO] [stderr] 136 | fn create_handler(previewer: MarkdownPreview) -> Box { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / error_chain! { [INFO] [stderr] 8 | | foreign_links { [INFO] [stderr] 9 | | Io(io::Error) #[doc = "Error during IO."]; [INFO] [stderr] 10 | | UrlParse(url::ParseError) #[doc = "Error parsing a URL."]; [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / error_chain! { [INFO] [stderr] 8 | | foreign_links { [INFO] [stderr] 9 | | Io(io::Error) #[doc = "Error during IO."]; [INFO] [stderr] 10 | | UrlParse(url::ParseError) #[doc = "Error parsing a URL."]; [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / error_chain! { [INFO] [stderr] 8 | | foreign_links { [INFO] [stderr] 9 | | Io(io::Error) #[doc = "Error during IO."]; [INFO] [stderr] 10 | | UrlParse(url::ParseError) #[doc = "Error parsing a URL."]; [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'iron::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / error_chain! { [INFO] [stderr] 8 | | foreign_links { [INFO] [stderr] 9 | | Io(io::Error) #[doc = "Error during IO."]; [INFO] [stderr] 10 | | UrlParse(url::ParseError) #[doc = "Error parsing a URL."]; [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.42s [INFO] running `"docker" "inspect" "55443cb45e98fe195f62281e58566897982ed92a153552e101cc70bac75a6d1f"` [INFO] running `"docker" "rm" "-f" "55443cb45e98fe195f62281e58566897982ed92a153552e101cc70bac75a6d1f"` [INFO] [stdout] 55443cb45e98fe195f62281e58566897982ed92a153552e101cc70bac75a6d1f