[INFO] fetching crate novel 0.4.1... [INFO] checking novel-0.4.1 against nightly-2019-10-27 for pr-65897 [INFO] extracting crate novel 0.4.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate novel 0.4.1 on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate novel 0.4.1 [INFO] finished tweaking crates.io crate novel 0.4.1 [INFO] tweaked toml for crates.io crate novel 0.4.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=allow" "-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" "+nightly-2019-10-27" "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] 83d7feb0cce90b7fed4dc2340a21cb09fad525352dd7ebe551953c037c379a6a [INFO] running `"docker" "start" "-a" "83d7feb0cce90b7fed4dc2340a21cb09fad525352dd7ebe551953c037c379a6a"` [INFO] [stderr] Checking rust-ini v0.13.0 [INFO] [stderr] Checking serde_test v0.8.23 [INFO] [stderr] Checking nom v4.2.3 [INFO] [stderr] Checking linked-hash-map v0.3.0 [INFO] [stderr] Checking serde-hjson v0.8.2 [INFO] [stderr] Checking config v0.9.3 [INFO] [stderr] Checking novel v0.4.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `novel::http::Status`, `novel::response` [INFO] [stderr] --> tests/hello_world.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use novel::{http::Status, response::content}; [INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^^^^ could not find `response` in `novel` [INFO] [stderr] | | [INFO] [stderr] | no `Status` in `http` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `novel::Route` [INFO] [stderr] --> tests/hello_world.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | use novel::Route; [INFO] [stderr] | ^^^^^^^----- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `Router` [INFO] [stderr] | no `Route` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `novel::local` [INFO] [stderr] --> tests/hello_world.rs:17:16 [INFO] [stderr] | [INFO] [stderr] 17 | use novel::local::Client; [INFO] [stderr] | ^^^^^ could not find `local` in `novel` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `novel::http::Status`, `novel::http::ContentType` [INFO] [stderr] --> tests/hello_world.rs:18:23 [INFO] [stderr] | [INFO] [stderr] 18 | use novel::http::{Status, ContentType}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^^^ no `ContentType` in `http` [INFO] [stderr] | | [INFO] [stderr] | no `Status` in `http` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `novel::response` [INFO] [stderr] --> tests/hello_world.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | use novel::response::Body; [INFO] [stderr] | ^^^^^^^^ could not find `response` in `novel` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `routes` in this scope [INFO] [stderr] --> tests/hello_world.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | routes![index, empty, other] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ignite` in crate `novel` [INFO] [stderr] --> tests/hello_world.rs:27:41 [INFO] [stderr] | [INFO] [stderr] 27 | let client = Client::new(novel::ignite().mount("/", routes())).unwrap(); [INFO] [stderr] | ^^^^^^ not found in `novel` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `assert_empty_sized_body` in this scope [INFO] [stderr] --> tests/hello_world.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 30 | assert_empty_sized_body(response.body().unwrap(), 17); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `novel`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "83d7feb0cce90b7fed4dc2340a21cb09fad525352dd7ebe551953c037c379a6a"` [INFO] running `"docker" "rm" "-f" "83d7feb0cce90b7fed4dc2340a21cb09fad525352dd7ebe551953c037c379a6a"` [INFO] [stdout] 83d7feb0cce90b7fed4dc2340a21cb09fad525352dd7ebe551953c037c379a6a