[INFO] crate graftpress 0.1.0 is already in cache [INFO] extracting crate graftpress 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/graftpress/0.1.0 [INFO] extracting crate graftpress 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/graftpress/0.1.0 [INFO] validating manifest of graftpress-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-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-0.1.0 [INFO] finished frobbing graftpress-0.1.0 [INFO] frobbed toml for graftpress-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/graftpress/0.1.0/Cargo.toml [INFO] started frobbing graftpress-0.1.0 [INFO] finished frobbing graftpress-0.1.0 [INFO] frobbed toml for graftpress-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/graftpress/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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing graftpress-0.1.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/graftpress/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 37f9c23fbd2ac82a311d6d11ce72945a1fdd40ac8c8b8babf669221f6608ca76 [INFO] running `"docker" "start" "-a" "37f9c23fbd2ac82a311d6d11ce72945a1fdd40ac8c8b8babf669221f6608ca76"` [INFO] [stderr] Compiling entities v1.0.1 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling tokio-executor v0.1.8 [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-timer v0.2.11 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling comrak v0.3.1 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling realm v0.1.8 [INFO] [stderr] Compiling graft v0.1.7 [INFO] [stderr] Compiling graftpress_core v0.1.1 [INFO] [stderr] error[E0433]: failed to resolve: could not find `HTML` in `realm` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/graftpress_core-0.1.1/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] error[E0425]: cannot find function `not_found` in module `realm::utils` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/graftpress_core-0.1.1/src/cms.rs:61:37 [INFO] [stderr] | [INFO] [stderr] 61 | return Ok(realm::utils::not_found()); [INFO] [stderr] | ^^^^^^^^^ not found in `realm::utils` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/graftpress_core-0.1.1/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] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/graftpress_core-0.1.1/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[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/graftpress_core-0.1.1/src/cms.rs:58:9 [INFO] [stderr] | [INFO] [stderr] 58 | let content = match cms_content(url) { [INFO] [stderr] | ^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `str` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/graftpress_core-0.1.1/src/cms.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | println!("content {:?}", content); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `str` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::fmt::ArgumentV1::<'a>::new` [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) [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308, E0425, E0433, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `graftpress_core`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "37f9c23fbd2ac82a311d6d11ce72945a1fdd40ac8c8b8babf669221f6608ca76"` [INFO] running `"docker" "rm" "-f" "37f9c23fbd2ac82a311d6d11ce72945a1fdd40ac8c8b8babf669221f6608ca76"` [INFO] [stdout] 37f9c23fbd2ac82a311d6d11ce72945a1fdd40ac8c8b8babf669221f6608ca76