[INFO] cloning repository kodai12/toy_web_browser [INFO] running `"git" "clone" "--bare" "git://github.com/kodai12/toy_web_browser.git" "work/cache/sources/gh/kodai12/toy_web_browser"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/kodai12/toy_web_browser'... [INFO] running `"git" "clone" "work/cache/sources/gh/kodai12/toy_web_browser" "work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/kodai12/toy_web_browser"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/kodai12/toy_web_browser'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/kodai12/toy_web_browser" "work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/kodai12/toy_web_browser"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/kodai12/toy_web_browser'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ba23ad5f69ae8c001a9c240da8e223ea25000663 [INFO] sha for GitHub repo kodai12/toy_web_browser: ba23ad5f69ae8c001a9c240da8e223ea25000663 [INFO] validating manifest of kodai12/toy_web_browser on toolchain master#9f06855064ed06a50c496577b21ca50f92a2e67d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of kodai12/toy_web_browser on toolchain try#d3301713b54af69ca9de941a8c6b0d8287dbd6df [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing kodai12/toy_web_browser [INFO] finished frobbing kodai12/toy_web_browser [INFO] frobbed toml for kodai12/toy_web_browser written to work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/kodai12/toy_web_browser/Cargo.toml [INFO] started frobbing kodai12/toy_web_browser [INFO] finished frobbing kodai12/toy_web_browser [INFO] frobbed toml for kodai12/toy_web_browser written to work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/kodai12/toy_web_browser/Cargo.toml [INFO] crate kodai12/toy_web_browser already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking kodai12/toy_web_browser against try#d3301713b54af69ca9de941a8c6b0d8287dbd6df for pr-61874 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61874/worker-1/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/kodai12/toy_web_browser:/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" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e76de9eeba0c5a0f822e712c6bc5369456c278649a3a4a902dfc5c343ee27b94 [INFO] running `"docker" "start" "-a" "e76de9eeba0c5a0f822e712c6bc5369456c278649a3a4a902dfc5c343ee27b94"` [INFO] [stderr] Checking toy_web_browser v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stderr] --> src/main.rs:16:16 [INFO] [stderr] | [INFO] [stderr] 16 | type AttrMap = HashMap; [INFO] [stderr] | ^^^^^^^ not found in this scope [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: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `toy_web_browser`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stderr] --> src/main.rs:16:16 [INFO] [stderr] | [INFO] [stderr] 16 | type AttrMap = HashMap; [INFO] [stderr] | ^^^^^^^ not found in this scope [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: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `toy_web_browser`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e76de9eeba0c5a0f822e712c6bc5369456c278649a3a4a902dfc5c343ee27b94"` [INFO] running `"docker" "rm" "-f" "e76de9eeba0c5a0f822e712c6bc5369456c278649a3a4a902dfc5c343ee27b94"` [INFO] [stdout] e76de9eeba0c5a0f822e712c6bc5369456c278649a3a4a902dfc5c343ee27b94