[INFO] crate graftpress 0.1.0 is already in cache [INFO] extracting crate graftpress 0.1.0 into work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/graftpress/0.1.0 [INFO] extracting crate graftpress 0.1.0 into work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/reg/graftpress/0.1.0 [INFO] validating manifest of graftpress-0.1.0 on toolchain master#c43d03a19f326f4a323569328cc501e86eb6d22e [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of graftpress-0.1.0 on toolchain try#75eff020d0923c035c2fe220db4a0465cd847048 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "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/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/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/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/reg/graftpress/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking graftpress-0.1.0 against master#c43d03a19f326f4a323569328cc501e86eb6d22e for pr-63565 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63565/worker-7/master#c43d03a19f326f4a323569328cc501e86eb6d22e:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/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=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" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c44df333204f23f4a567e903f459ce304237bb6971d0da515bcbfc7a518d3a31 [INFO] running `"docker" "start" "-a" "c44df333204f23f4a567e903f459ce304237bb6971d0da515bcbfc7a518d3a31"` [INFO] [stderr] Checking twoway v0.1.8 [INFO] [stderr] Checking regex v1.3.0 [INFO] [stderr] Checking csv v1.0.7 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-threadpool v0.1.15 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking comrak v0.3.1 [INFO] [stderr] Checking hyper v0.12.33 [INFO] [stderr] Checking realm v0.1.8 [INFO] [stderr] Checking graft v0.1.7 [INFO] [stderr] Checking 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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c44df333204f23f4a567e903f459ce304237bb6971d0da515bcbfc7a518d3a31"` [INFO] running `"docker" "rm" "-f" "c44df333204f23f4a567e903f459ce304237bb6971d0da515bcbfc7a518d3a31"` [INFO] [stdout] c44df333204f23f4a567e903f459ce304237bb6971d0da515bcbfc7a518d3a31