[INFO] fetching crate graftpress_core 0.1.1... [INFO] checking graftpress_core-0.1.1 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate graftpress_core 0.1.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate graftpress_core 0.1.1 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate graftpress_core 0.1.1 [INFO] finished tweaking crates.io crate graftpress_core 0.1.1 [INFO] tweaked toml for crates.io crate graftpress_core 0.1.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] fe863391e4f3938ec8d45ae104ac80e5dd3ccbbff0728438c4f76322e008719f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "fe863391e4f3938ec8d45ae104ac80e5dd3ccbbff0728438c4f76322e008719f"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking lazy_static v1.2.0 [INFO] [stderr] Compiling ryu v0.2.8 [INFO] [stderr] Compiling pest v1.0.6 [INFO] [stderr] Checking anymap v0.12.1 [INFO] [stderr] Checking entities v1.0.1 [INFO] [stderr] Checking unicode_categories v0.1.1 [INFO] [stderr] Checking owning_ref v0.3.3 [INFO] [stderr] Checking textwrap v0.10.0 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking inotify-sys v0.1.3 [INFO] [stderr] Checking twoway v0.1.8 [INFO] [stderr] Checking parking_lot_core v0.2.14 [INFO] [stderr] Checking mio-extras v2.0.5 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking inotify v0.7.0 [INFO] [stderr] Compiling pest_derive v1.0.8 [INFO] [stderr] Checking parking_lot v0.4.8 [INFO] [stderr] Checking tokio-executor v0.1.8 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking crossbeam-queue v0.1.2 [INFO] [stderr] Checking crossbeam-channel v0.3.9 [INFO] [stderr] Checking csv v1.0.7 [INFO] [stderr] Checking tokio-reactor v0.1.10 [INFO] [stderr] Checking tokio-timer v0.2.11 [INFO] [stderr] Checking tokio-current-thread v0.1.6 [INFO] [stderr] Checking chashmap v2.2.2 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking notify v5.0.0-pre.1 [INFO] [stderr] Checking tokio-threadpool v0.1.16 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking comrak v0.3.1 [INFO] [stderr] Checking realm v0.1.9 [INFO] [stderr] Checking graft v0.1.7 [INFO] [stderr] Checking graftpress_core v0.1.1 (/opt/rustwide/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] error[E0425]: cannot find function `not_found` in module `realm::utils` [INFO] [stderr] --> 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] 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] = note: `#[warn(unused_imports)]` on by default [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[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] error[E0425]: cannot find function `not_found` in module `realm::utils` [INFO] [stderr] --> 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] 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] = note: `#[warn(unused_imports)]` on by default [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[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[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[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> 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: 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 5 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[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[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> 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: 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 5 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" "fe863391e4f3938ec8d45ae104ac80e5dd3ccbbff0728438c4f76322e008719f"` [INFO] running `"docker" "rm" "-f" "fe863391e4f3938ec8d45ae104ac80e5dd3ccbbff0728438c4f76322e008719f"` [INFO] [stdout] fe863391e4f3938ec8d45ae104ac80e5dd3ccbbff0728438c4f76322e008719f