[INFO] cloning repository https://github.com/k1llzers/my_first_parser [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/k1llzers/my_first_parser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk1llzers%2Fmy_first_parser", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk1llzers%2Fmy_first_parser'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 77eeabe04caec58765cdb19f6c7ddb3c7c1a05f3 [INFO] testing k1llzers/my_first_parser against beta-2025-02-18 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk1llzers%2Fmy_first_parser" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/k1llzers/my_first_parser on toolchain beta-2025-02-18 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/k1llzers/my_first_parser [INFO] finished tweaking git repo https://github.com/k1llzers/my_first_parser [INFO] tweaked toml for git repo https://github.com/k1llzers/my_first_parser written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/k1llzers/my_first_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" "+beta-2025-02-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ef3f146c51e7912fba753a7bb987e7c1a6ee4333a14bea046f182021dfc7f80f [INFO] running `Command { std: "docker" "start" "-a" "ef3f146c51e7912fba753a7bb987e7c1a6ee4333a14bea046f182021dfc7f80f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef3f146c51e7912fba753a7bb987e7c1a6ee4333a14bea046f182021dfc7f80f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef3f146c51e7912fba753a7bb987e7c1a6ee4333a14bea046f182021dfc7f80f", kill_on_drop: false }` [INFO] [stdout] ef3f146c51e7912fba753a7bb987e7c1a6ee4333a14bea046f182021dfc7f80f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2daeae2a0c94ca27c62b560b040dd4c0371d29decba741f880c34ff5f88696de [INFO] running `Command { std: "docker" "start" "-a" "2daeae2a0c94ca27c62b560b040dd4c0371d29decba741f880c34ff5f88696de", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.88 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling peg-runtime v0.8.3 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling peg-macros v0.8.4 [INFO] [stderr] Compiling peg v0.8.4 [INFO] [stderr] Compiling my_first_parser_Semytskyi v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: crate `my_first_parser_Semytskyi` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = help: convert the identifier to snake case: `my_first_parser_semytskyi` [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s [INFO] running `Command { std: "docker" "inspect" "2daeae2a0c94ca27c62b560b040dd4c0371d29decba741f880c34ff5f88696de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2daeae2a0c94ca27c62b560b040dd4c0371d29decba741f880c34ff5f88696de", kill_on_drop: false }` [INFO] [stdout] 2daeae2a0c94ca27c62b560b040dd4c0371d29decba741f880c34ff5f88696de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 65973b261b6b3f1ba9c5e065707b3ef7b13aab7d34edb00e6d4dc8f1c8c66216 [INFO] running `Command { std: "docker" "start" "-a" "65973b261b6b3f1ba9c5e065707b3ef7b13aab7d34edb00e6d4dc8f1c8c66216", kill_on_drop: false }` [INFO] [stderr] Compiling my_first_parser_Semytskyi v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: crate `my_first_parser_Semytskyi` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = help: convert the identifier to snake case: `my_first_parser_semytskyi` [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.70s [INFO] running `Command { std: "docker" "inspect" "65973b261b6b3f1ba9c5e065707b3ef7b13aab7d34edb00e6d4dc8f1c8c66216", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65973b261b6b3f1ba9c5e065707b3ef7b13aab7d34edb00e6d4dc8f1c8c66216", kill_on_drop: false }` [INFO] [stdout] 65973b261b6b3f1ba9c5e065707b3ef7b13aab7d34edb00e6d4dc8f1c8c66216 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 040c8a3b249b9ba4359d9a006db0c604304af808639fc21899bbf3b3796e2748 [INFO] running `Command { std: "docker" "start" "-a" "040c8a3b249b9ba4359d9a006db0c604304af808639fc21899bbf3b3796e2748", kill_on_drop: false }` [INFO] [stderr] warning: crate `my_first_parser_Semytskyi` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = help: convert the identifier to snake case: `my_first_parser_semytskyi` [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `my_first_parser_Semytskyi` (lib) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/my_first_parser_Semytskyi-ef239d5eb85ed517) [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/my_first_parser_Semytskyi-262baad9be356cde) [INFO] [stdout] [INFO] [stderr] Doc-tests my_first_parser_Semytskyi [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [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] [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" "040c8a3b249b9ba4359d9a006db0c604304af808639fc21899bbf3b3796e2748", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "040c8a3b249b9ba4359d9a006db0c604304af808639fc21899bbf3b3796e2748", kill_on_drop: false }` [INFO] [stdout] 040c8a3b249b9ba4359d9a006db0c604304af808639fc21899bbf3b3796e2748