[INFO] crate graftpress_core 0.1.0 is already in cache [INFO] extracting crate graftpress_core 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/graftpress_core/0.1.0 [INFO] extracting crate graftpress_core 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/graftpress_core/0.1.0 [INFO] validating manifest of graftpress_core-0.1.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of graftpress_core-0.1.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing graftpress_core-0.1.0 [INFO] finished frobbing graftpress_core-0.1.0 [INFO] frobbed toml for graftpress_core-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/graftpress_core/0.1.0/Cargo.toml [INFO] started frobbing graftpress_core-0.1.0 [INFO] finished frobbing graftpress_core-0.1.0 [INFO] frobbed toml for graftpress_core-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/graftpress_core/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded realm v0.1.8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing graftpress_core-0.1.0 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/graftpress_core/0.1.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=warn" "-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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] bc95fe2653fcc285ce331096c3bc185ad072126cdef6d55a0171984015d6788f [INFO] running `"docker" "start" "-a" "bc95fe2653fcc285ce331096c3bc185ad072126cdef6d55a0171984015d6788f"` [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling regex v1.2.1 [INFO] [stderr] Compiling csv v1.0.7 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling comrak v0.3.1 [INFO] [stderr] Compiling realm v0.1.8 [INFO] [stderr] Compiling graft v0.1.7 [INFO] [stderr] Compiling graftpress_core v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `HTML` in `realm` [INFO] [stderr] --> src/cms.rs:78:12 [INFO] [stderr] | [INFO] [stderr] 78 | realm::HTML::new().title("index").render_to_response(spec) [INFO] [stderr] | ^^^^ could not find `HTML` in `realm` [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::collections::HashMap` [INFO] [stderr] --> src/cms.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::collections::HashMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `panic`, `path::PathBuf` [INFO] [stderr] --> src/cms.rs:5:42 [INFO] [stderr] | [INFO] [stderr] 5 | use std::{env, fs::{File, canonicalize}, panic, path::PathBuf}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io` [INFO] [stderr] --> src/cms.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::io; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Maybe`, `url2path` [INFO] [stderr] --> src/reverse.rs:2:20 [INFO] [stderr] | [INFO] [stderr] 2 | use realm::utils::{Maybe, url2path}; [INFO] [stderr] | ^^^^^ ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/forward.rs:3:59 [INFO] [stderr] | [INFO] [stderr] 3 | let input = realm::request_config::RequestConfig::new(req)?; [INFO] [stderr] | ^^^ [INFO] [stderr] | | [INFO] [stderr] | expected reference, found struct `http::request::Request` [INFO] [stderr] | help: consider borrowing here: `&req` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&http::request::Request>` [INFO] [stderr] found type `http::request::Request>` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `req` on type `realm::request_config::RequestConfig` [INFO] [stderr] --> src/forward.rs:5:43 [INFO] [stderr] | [INFO] [stderr] 5 | url_ => crate::cms::layout(&input.req, crate::cms::get_context("cms"), url_), [INFO] [stderr] | ^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `query`, `data`, `rest`, `url`, `path` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0433, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `graftpress_core`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "bc95fe2653fcc285ce331096c3bc185ad072126cdef6d55a0171984015d6788f"` [INFO] running `"docker" "rm" "-f" "bc95fe2653fcc285ce331096c3bc185ad072126cdef6d55a0171984015d6788f"` [INFO] [stdout] bc95fe2653fcc285ce331096c3bc185ad072126cdef6d55a0171984015d6788f