[INFO] cloning repository https://github.com/KevinChien/rust_pratice
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KevinChien/rust_pratice" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKevinChien%2Frust_pratice", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKevinChien%2Frust_pratice'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6da05bd0f183489bb446dd835604eba5adf7ba8e
[INFO] checking KevinChien/rust_pratice/6da05bd0f183489bb446dd835604eba5adf7ba8e against dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKevinChien%2Frust_pratice" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/KevinChien/rust_pratice
[INFO] finished tweaking git repo https://github.com/KevinChien/rust_pratice
[INFO] tweaked toml for git repo https://github.com/KevinChien/rust_pratice written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/KevinChien/rust_pratice on toolchain dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/KevinChien/rust_pratice already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded openssl-sys v0.9.109
[INFO] [stderr]   Downloaded ferris-says v0.3.2
[INFO] [stderr]   Downloaded smawk v0.3.2
[INFO] [stderr]   Downloaded cc v1.2.33
[INFO] [stderr]   Downloaded reqwest v0.11.27
[INFO] [stderr]   Downloaded openssl v0.10.73
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 145b2dde84c177d200ffccf86f71cf07dfa95cda906ba52597f94d8d6f67d3c8
[INFO] running `Command { std: "docker" "start" "145b2dde84c177d200ffccf86f71cf07dfa95cda906ba52597f94d8d6f67d3c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "145b2dde84c177d200ffccf86f71cf07dfa95cda906ba52597f94d8d6f67d3c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "145b2dde84c177d200ffccf86f71cf07dfa95cda906ba52597f94d8d6f67d3c8" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "145b2dde84c177d200ffccf86f71cf07dfa95cda906ba52597f94d8d6f67d3c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "145b2dde84c177d200ffccf86f71cf07dfa95cda906ba52597f94d8d6f67d3c8" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling cc v1.2.33
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking bitflags v2.9.2
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking indexmap v2.10.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking ferris-says v0.3.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking hello_world v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `hello_world` (test "store_tests") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `hello_world` (test "math_tests") due to 1 previous error
[INFO] [stdout] error[E0758]: unterminated block comment
[INFO] [stdout]   --> tests/store_tests.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 |   /*
[INFO] [stdout]    |   ^-
[INFO] [stdout]    |   |
[INFO] [stdout]    |  _unterminated block comment
[INFO] [stdout]    | |
[INFO] [stdout] 10 | | cargo test --tests
[INFO] [stdout] 11 | |
[INFO] [stdout] 12 | | --tests 只執行 tests/*.rs 目錄下的測試，不會執行 main.rs 的 0 tests
[INFO] [stdout]    | |                     -- ...as last nested comment starts here, maybe you want to close this instead?
[INFO] [stdout] 13 | |
[INFO] [stdout] 14 | | 適合 Day 29 收尾
[INFO] [stdout] 15 | | */
[INFO] [stdout]    | |_-^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   ...and last nested comment terminates here.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0758`.
[INFO] [stdout] 
[INFO] [stdout] error[E0758]: unterminated block comment
[INFO] [stdout]   --> tests/math_tests.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 |   /*
[INFO] [stdout]    |   ^-
[INFO] [stdout]    |   |
[INFO] [stdout]    |  _unterminated block comment
[INFO] [stdout]    | |
[INFO] [stdout] 15 | | cargo test --tests
[INFO] [stdout] 16 | |
[INFO] [stdout] 17 | | --tests 只執行 tests/*.rs 目錄下的測試，不會執行 main.rs 的 0 tests
[INFO] [stdout]    | |                     -- ...as last nested comment starts here, maybe you want to close this instead?
[INFO] [stdout] 18 | |
[INFO] [stdout] 19 | | 適合 Day 29 收尾
[INFO] [stdout] 20 | | */
[INFO] [stdout]    | |_-^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   ...and last nested comment terminates here.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0758`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "145b2dde84c177d200ffccf86f71cf07dfa95cda906ba52597f94d8d6f67d3c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "145b2dde84c177d200ffccf86f71cf07dfa95cda906ba52597f94d8d6f67d3c8", kill_on_drop: false }`
[INFO] [stdout] 145b2dde84c177d200ffccf86f71cf07dfa95cda906ba52597f94d8d6f67d3c8
