[INFO] crate aurelius 0.6.3 is already in cache [INFO] checking aurelius-0.6.3 against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] extracting crate aurelius 0.6.3 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate aurelius 0.6.3 on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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] 1f5ae92410fb5c7085009b7d67db3f12ec5002a3e459518e9eda3463d50b72f1 [INFO] running `"docker" "start" "-a" "1f5ae92410fb5c7085009b7d67db3f12ec5002a3e459518e9eda3463d50b72f1"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking traitobject v0.1.0 [INFO] [stderr] Checking typeable v0.1.2 [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Checking modifier v0.1.0 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling pulldown-cmark v0.5.3 [INFO] [stderr] Checking sequence_trie v0.3.6 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Checking unsafe-any v0.4.2 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking uuid v0.5.1 [INFO] [stderr] Checking typemap v0.3.3 [INFO] [stderr] Checking publicsuffix v1.5.4 [INFO] [stderr] Checking pest v2.1.2 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking plugin v0.2.6 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Checking phf v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Compiling pest_meta v2.1.2 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Checking iron v0.6.1 [INFO] [stderr] Checking websocket v0.22.4 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking mount v0.4.0 [INFO] [stderr] Checking iron-test v0.6.0 [INFO] [stderr] Checking reqwest v0.9.24 [INFO] [stderr] Checking staticfile v0.5.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking handlebars v1.1.0 [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: 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: 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: 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 41.01s [INFO] running `"docker" "inspect" "1f5ae92410fb5c7085009b7d67db3f12ec5002a3e459518e9eda3463d50b72f1"` [INFO] running `"docker" "rm" "-f" "1f5ae92410fb5c7085009b7d67db3f12ec5002a3e459518e9eda3463d50b72f1"` [INFO] [stdout] 1f5ae92410fb5c7085009b7d67db3f12ec5002a3e459518e9eda3463d50b72f1