[INFO] cloning repository https://github.com/fabianboesiger/beam [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fabianboesiger/beam" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffabianboesiger%2Fbeam"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffabianboesiger%2Fbeam'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 35a01212d3821fdf5dea0cbe9ac520683f7640ea [INFO] checking fabianboesiger/beam against try#8810c24b0958114d8dbb32d878444e8956fce80f for pr-66063 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffabianboesiger%2Fbeam" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fabianboesiger/beam on toolchain 8810c24b0958114d8dbb32d878444e8956fce80f [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/fabianboesiger/beam [INFO] finished tweaking git repo https://github.com/fabianboesiger/beam [INFO] tweaked toml for git repo https://github.com/fabianboesiger/beam written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/fabianboesiger/beam already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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=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" "+8810c24b0958114d8dbb32d878444e8956fce80f" "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] 0425ada6f45d015332d64964cbc757a561b8a703777af515598e52639fb369a7 [INFO] running `"docker" "start" "-a" "0425ada6f45d015332d64964cbc757a561b8a703777af515598e52639fb369a7"` [INFO] [stderr] Checking beam v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `HashMap` [INFO] [stderr] --> src/server/content.rs:15:24 [INFO] [stderr] | [INFO] [stderr] 15 | arguments: HashMap::new(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `HashMap` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Content` in this scope [INFO] [stderr] --> src/server/response.rs:12:22 [INFO] [stderr] | [INFO] [stderr] 12 | pub content: Box, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stderr] --> src/server/content.rs:7:16 [INFO] [stderr] | [INFO] [stderr] 7 | arguments: HashMap<&'a str, String>, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use std::collections::HashMap; [INFO] [stderr] | [INFO] [stderr] 1 | use std::collections::hash_map::HashMap; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Request` in this scope [INFO] [stderr] --> src/server/content.rs:32:21 [INFO] [stderr] | [INFO] [stderr] 32 | request: Result, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use crate::server::request::Request; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Response` in this scope [INFO] [stderr] --> src/server/content.rs:33:15 [INFO] [stderr] | [INFO] [stderr] 33 | response: Response [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use crate::server::response::Response; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Data` in this scope [INFO] [stderr] --> src/server/mod.rs:62:24 [INFO] [stderr] | [INFO] [stderr] 62 | let mut data = Data { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use crate::server::content::Data; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0603]: struct `Element` is private [INFO] [stderr] --> src/server/mod.rs:17:14 [INFO] [stderr] | [INFO] [stderr] 17 | use content::Element; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 2, found 1 [INFO] [stderr] --> src/server/content.rs:32:14 [INFO] [stderr] | [INFO] [stderr] 32 | request: Result, [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 2 type arguments [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0107, E0412, E0422, E0433, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0107`. [INFO] [stderr] error: could not compile `beam`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `HashMap` [INFO] [stderr] --> src/server/content.rs:15:24 [INFO] [stderr] | [INFO] [stderr] 15 | arguments: HashMap::new(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `HashMap` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Content` in this scope [INFO] [stderr] --> src/server/response.rs:12:22 [INFO] [stderr] | [INFO] [stderr] 12 | pub content: Box, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stderr] --> src/server/content.rs:7:16 [INFO] [stderr] | [INFO] [stderr] 7 | arguments: HashMap<&'a str, String>, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use std::collections::HashMap; [INFO] [stderr] | [INFO] [stderr] 1 | use std::collections::hash_map::HashMap; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Request` in this scope [INFO] [stderr] --> src/server/content.rs:32:21 [INFO] [stderr] | [INFO] [stderr] 32 | request: Result, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use crate::server::request::Request; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Response` in this scope [INFO] [stderr] --> src/server/content.rs:33:15 [INFO] [stderr] | [INFO] [stderr] 33 | response: Response [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use crate::server::response::Response; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Data` in this scope [INFO] [stderr] --> src/server/mod.rs:62:24 [INFO] [stderr] | [INFO] [stderr] 62 | let mut data = Data { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use crate::server::content::Data; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0603]: struct `Element` is private [INFO] [stderr] --> src/server/mod.rs:17:14 [INFO] [stderr] | [INFO] [stderr] 17 | use content::Element; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 2, found 1 [INFO] [stderr] --> src/server/content.rs:32:14 [INFO] [stderr] | [INFO] [stderr] 32 | request: Result, [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 2 type arguments [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0107, E0412, E0422, E0433, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0107`. [INFO] [stderr] error: could not compile `beam`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0425ada6f45d015332d64964cbc757a561b8a703777af515598e52639fb369a7"` [INFO] running `"docker" "rm" "-f" "0425ada6f45d015332d64964cbc757a561b8a703777af515598e52639fb369a7"` [INFO] [stdout] 0425ada6f45d015332d64964cbc757a561b8a703777af515598e52639fb369a7