[INFO] updating cached repository thomaslienbacher/treasure_hunter [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/thomaslienbacher/treasure_hunter [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/thomaslienbacher/treasure_hunter" "work/ex/pr-56896/sources/master#adbfec229ce07ff4b2a7bf2d6dec2d13cb224980/gh/thomaslienbacher/treasure_hunter"` [INFO] [stderr] Cloning into 'work/ex/pr-56896/sources/master#adbfec229ce07ff4b2a7bf2d6dec2d13cb224980/gh/thomaslienbacher/treasure_hunter'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/thomaslienbacher/treasure_hunter" "work/ex/pr-56896/sources/try#bad365140e1e8233b42b21af70a407f14ce5fec5/gh/thomaslienbacher/treasure_hunter"` [INFO] [stderr] Cloning into 'work/ex/pr-56896/sources/try#bad365140e1e8233b42b21af70a407f14ce5fec5/gh/thomaslienbacher/treasure_hunter'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c661ca6269677b9d4be0191d373d2a78e26579fc [INFO] sha for GitHub repo thomaslienbacher/treasure_hunter: c661ca6269677b9d4be0191d373d2a78e26579fc [INFO] validating manifest of thomaslienbacher/treasure_hunter on toolchain master#adbfec229ce07ff4b2a7bf2d6dec2d13cb224980 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+adbfec229ce07ff4b2a7bf2d6dec2d13cb224980-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of thomaslienbacher/treasure_hunter on toolchain try#bad365140e1e8233b42b21af70a407f14ce5fec5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+bad365140e1e8233b42b21af70a407f14ce5fec5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing thomaslienbacher/treasure_hunter [INFO] finished frobbing thomaslienbacher/treasure_hunter [INFO] frobbed toml for thomaslienbacher/treasure_hunter written to work/ex/pr-56896/sources/master#adbfec229ce07ff4b2a7bf2d6dec2d13cb224980/gh/thomaslienbacher/treasure_hunter/Cargo.toml [INFO] started frobbing thomaslienbacher/treasure_hunter [INFO] finished frobbing thomaslienbacher/treasure_hunter [INFO] frobbed toml for thomaslienbacher/treasure_hunter written to work/ex/pr-56896/sources/try#bad365140e1e8233b42b21af70a407f14ce5fec5/gh/thomaslienbacher/treasure_hunter/Cargo.toml [INFO] crate thomaslienbacher/treasure_hunter has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+adbfec229ce07ff4b2a7bf2d6dec2d13cb224980-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+bad365140e1e8233b42b21af70a407f14ce5fec5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking thomaslienbacher/treasure_hunter against master#adbfec229ce07ff4b2a7bf2d6dec2d13cb224980 for pr-56896 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56896/worker-3/master#adbfec229ce07ff4b2a7bf2d6dec2d13cb224980:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56896/sources/master#adbfec229ce07ff4b2a7bf2d6dec2d13cb224980/gh/thomaslienbacher/treasure_hunter:/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" "+adbfec229ce07ff4b2a7bf2d6dec2d13cb224980-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 96c759213b554e25db579c29ebe33f0a076b4038ea27b5017f52f2273181b230 [INFO] running `"docker" "start" "-a" "96c759213b554e25db579c29ebe33f0a076b4038ea27b5017f52f2273181b230"` [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Checking num-integer v0.1.39 [INFO] [stderr] Checking num-bigint v0.2.0 [INFO] [stderr] Checking num-iter v0.1.37 [INFO] [stderr] Checking num-rational v0.2.1 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking treasure_hunter v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0425]: cannot find function `enable_ansi_support` in module `ansi_term` [INFO] [stderr] --> src/main.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | let _ = ansi_term::enable_ansi_support();//ansi escape codes need to be enabled for windows [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in `ansi_term` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `enable_ansi_support` in module `ansi_term` [INFO] [stderr] --> src/main.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | let _ = ansi_term::enable_ansi_support();//ansi escape codes need to be enabled for windows [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in `ansi_term` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `treasure_hunter`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `treasure_hunter`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "96c759213b554e25db579c29ebe33f0a076b4038ea27b5017f52f2273181b230"` [INFO] running `"docker" "rm" "-f" "96c759213b554e25db579c29ebe33f0a076b4038ea27b5017f52f2273181b230"` [INFO] [stdout] 96c759213b554e25db579c29ebe33f0a076b4038ea27b5017f52f2273181b230