[INFO] cloning repository https://github.com/kokutoupan/complex-parser
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kokutoupan/complex-parser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkokutoupan%2Fcomplex-parser", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkokutoupan%2Fcomplex-parser'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7eed217a6ccf489c07503ccb74fcd4350efdc8e8
[INFO] testing kokutoupan/complex-parser against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkokutoupan%2Fcomplex-parser" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kokutoupan/complex-parser
[INFO] finished tweaking git repo https://github.com/kokutoupan/complex-parser
[INFO] tweaked toml for git repo https://github.com/kokutoupan/complex-parser written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kokutoupan/complex-parser on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kokutoupan/complex-parser 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 26dd63dab5f757eb108cd3608c537a0d5812c966ba7ab595a4b148e8465f40e4
[INFO] running `Command { std: "docker" "start" "26dd63dab5f757eb108cd3608c537a0d5812c966ba7ab595a4b148e8465f40e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "26dd63dab5f757eb108cd3608c537a0d5812c966ba7ab595a4b148e8465f40e4", 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" "26dd63dab5f757eb108cd3608c537a0d5812c966ba7ab595a4b148e8465f40e4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "26dd63dab5f757eb108cd3608c537a0d5812c966ba7ab595a4b148e8465f40e4", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "26dd63dab5f757eb108cd3608c537a0d5812c966ba7ab595a4b148e8465f40e4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.100
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling wasm-bindgen v0.2.100
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.100
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.100
[INFO] [stderr]    Compiling pest v2.8.1
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.100
[INFO] [stderr]    Compiling pest_meta v2.8.1
[INFO] [stderr]    Compiling console_error_panic_hook v0.1.7
[INFO] [stderr]    Compiling pest_generator v2.8.1
[INFO] [stderr]    Compiling pest_derive v2.8.1
[INFO] [stderr]    Compiling complex-parser v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 17.45s
[INFO] running `Command { std: "docker" "inspect" "26dd63dab5f757eb108cd3608c537a0d5812c966ba7ab595a4b148e8465f40e4", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "26dd63dab5f757eb108cd3608c537a0d5812c966ba7ab595a4b148e8465f40e4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling complex-parser v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 2.80s
[INFO] running `Command { std: "docker" "inspect" "26dd63dab5f757eb108cd3608c537a0d5812c966ba7ab595a4b148e8465f40e4", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "26dd63dab5f757eb108cd3608c537a0d5812c966ba7ab595a4b148e8465f40e4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/complex_parser-3390327fc9f5210f)
[INFO] [stdout] running 17 tests
[INFO] [stdout] test tests::test_dd_mixed_arithmetic ... ok
[INFO] [stdout] test tests::test_dd_type_resolution_abs ... ok
[INFO] [stdout] test tests::test_dd_pure_real_opt ... ok
[INFO] [stdout] test tests::test_dd_variable ... ok
[INFO] [stdout] test tests::test_function_call ... ok
[INFO] [stdout] test tests::test_mixed_arithmetic_dd ... ok
[INFO] [stdout] test tests::test_pure_real_multiplication_dd ... ok
[INFO] [stdout] test tests::test_multiplication_variable ... ok
[INFO] [stdout] test tests::test_simple_addition_optimized ... ok
[INFO] [stdout] test tests::test_type_resolution_abs_dd ... ok
[INFO] [stdout] test tests::test_wgsl_abs_and_cast ... ok
[INFO] [stdout] test tests::test_wgsl_complex_multiplication ... ok
[INFO] [stdout] test tests::test_wgsl_component_access ... ok
[INFO] [stdout] test tests::test_wgsl_dd_complex_struct ... ok
[INFO] [stdout] test tests::test_wgsl_dd_function_call ... ok
[INFO] [stdout] test tests::test_wgsl_dd_literal_split ... ok
[INFO] [stdout] test tests::test_wgsl_basic_arithmetic ... ok
[INFO] [stderr]    Doc-tests complex_parser
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "26dd63dab5f757eb108cd3608c537a0d5812c966ba7ab595a4b148e8465f40e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26dd63dab5f757eb108cd3608c537a0d5812c966ba7ab595a4b148e8465f40e4", kill_on_drop: false }`
[INFO] [stdout] 26dd63dab5f757eb108cd3608c537a0d5812c966ba7ab595a4b148e8465f40e4
