[INFO] cloning repository https://github.com/kkibria/dsl_bldr
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kkibria/dsl_bldr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkkibria%2Fdsl_bldr", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkkibria%2Fdsl_bldr'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e3eabae9e3c39bf960611d9c49d0a586cc258ad3
[INFO] testing kkibria/dsl_bldr against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkkibria%2Fdsl_bldr" "/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/kkibria/dsl_bldr
[INFO] finished tweaking git repo https://github.com/kkibria/dsl_bldr
[INFO] tweaked toml for git repo https://github.com/kkibria/dsl_bldr written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kkibria/dsl_bldr on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kkibria/dsl_bldr 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4832beaac86a76e4acdfd3bb4004cfab7b676522178656823ad6b31160ee41be
[INFO] running `Command { std: "docker" "start" "-a" "4832beaac86a76e4acdfd3bb4004cfab7b676522178656823ad6b31160ee41be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4832beaac86a76e4acdfd3bb4004cfab7b676522178656823ad6b31160ee41be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4832beaac86a76e4acdfd3bb4004cfab7b676522178656823ad6b31160ee41be", kill_on_drop: false }`
[INFO] [stdout] 4832beaac86a76e4acdfd3bb4004cfab7b676522178656823ad6b31160ee41be
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e8b64512788ae71a964f8f23cf8b63a003778f8681504d2280d645892f4b9e8f
[INFO] running `Command { std: "docker" "start" "-a" "e8b64512788ae71a964f8f23cf8b63a003778f8681504d2280d645892f4b9e8f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling dot v0.1.4
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling pest v2.8.1
[INFO] [stderr]    Compiling pest_meta v2.8.1
[INFO] [stderr]    Compiling pest_generator v2.8.1
[INFO] [stderr]    Compiling pest_derive v2.8.1
[INFO] [stderr]    Compiling pest_grammars v2.8.1
[INFO] [stderr]    Compiling pest_transformer v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `span` and `children` are never read
[INFO] [stdout]  --> src/ast.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct WHITESPACE<'a> {
[INFO] [stdout]   |            ---------- fields in this struct
[INFO] [stdout] 5 |     pub span: pest::Span<'a>,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] 6 |     pub children: Vec<Box<dyn std::any::Any>>,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `WHITESPACE` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `span` and `children` are never read
[INFO] [stdout]   --> src/ast.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct NEWLINE<'a> {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 11 |     pub span: pest::Span<'a>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 12 |     pub children: Vec<Box<dyn std::any::Any>>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NEWLINE` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `span` and `children` are never read
[INFO] [stdout]   --> src/ast.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Identifier<'a> {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 17 |     /// The span over the input text
[INFO] [stdout] 18 |     pub span: pest::Span<'a>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 19 |     /// Child AST nodes (owned, dynamic)
[INFO] [stdout] 20 |     pub children: Vec<Box<dyn std::any::Any>>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Identifier` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `span` and `children` are never read
[INFO] [stdout]   --> src/ast.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct File<'a> {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 25 |     /// The entire input span
[INFO] [stdout] 26 |     pub span: pest::Span<'a>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 27 |     /// Top-level child nodes
[INFO] [stdout] 28 |     pub children: Vec<Box<dyn std::any::Any>>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `File` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
[INFO] running `Command { std: "docker" "inspect" "e8b64512788ae71a964f8f23cf8b63a003778f8681504d2280d645892f4b9e8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8b64512788ae71a964f8f23cf8b63a003778f8681504d2280d645892f4b9e8f", kill_on_drop: false }`
[INFO] [stdout] e8b64512788ae71a964f8f23cf8b63a003778f8681504d2280d645892f4b9e8f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ffdf5dbb24b8635427f3f54a5d6ddf577aafe545b9e5ead9ce99e566ab4a3242
[INFO] running `Command { std: "docker" "start" "-a" "ffdf5dbb24b8635427f3f54a5d6ddf577aafe545b9e5ead9ce99e566ab4a3242", kill_on_drop: false }`
[INFO] [stderr]    Compiling pest_transformer v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `span` and `children` are never read
[INFO] [stdout]  --> src/ast.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct WHITESPACE<'a> {
[INFO] [stdout]   |            ---------- fields in this struct
[INFO] [stdout] 5 |     pub span: pest::Span<'a>,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] 6 |     pub children: Vec<Box<dyn std::any::Any>>,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `WHITESPACE` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `span` and `children` are never read
[INFO] [stdout]   --> src/ast.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct NEWLINE<'a> {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 11 |     pub span: pest::Span<'a>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 12 |     pub children: Vec<Box<dyn std::any::Any>>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NEWLINE` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `span` and `children` are never read
[INFO] [stdout]   --> src/ast.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Identifier<'a> {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 17 |     /// The span over the input text
[INFO] [stdout] 18 |     pub span: pest::Span<'a>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 19 |     /// Child AST nodes (owned, dynamic)
[INFO] [stdout] 20 |     pub children: Vec<Box<dyn std::any::Any>>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Identifier` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `span` and `children` are never read
[INFO] [stdout]   --> src/ast.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct File<'a> {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 25 |     /// The entire input span
[INFO] [stdout] 26 |     pub span: pest::Span<'a>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 27 |     /// Top-level child nodes
[INFO] [stdout] 28 |     pub children: Vec<Box<dyn std::any::Any>>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `File` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] running `Command { std: "docker" "inspect" "ffdf5dbb24b8635427f3f54a5d6ddf577aafe545b9e5ead9ce99e566ab4a3242", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ffdf5dbb24b8635427f3f54a5d6ddf577aafe545b9e5ead9ce99e566ab4a3242", kill_on_drop: false }`
[INFO] [stdout] ffdf5dbb24b8635427f3f54a5d6ddf577aafe545b9e5ead9ce99e566ab4a3242
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5dda7af0ebaf3226d2fd07cbe94a00beaf9a00033944e12351a482d9a209b736
[INFO] running `Command { std: "docker" "start" "-a" "5dda7af0ebaf3226d2fd07cbe94a00beaf9a00033944e12351a482d9a209b736", kill_on_drop: false }`
[INFO] [stderr] warning: fields `span` and `children` are never read
[INFO] [stderr]  --> src/ast.rs:5:9
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct WHITESPACE<'a> {
[INFO] [stderr]   |            ---------- fields in this struct
[INFO] [stderr] 5 |     pub span: pest::Span<'a>,
[INFO] [stderr]   |         ^^^^
[INFO] [stderr] 6 |     pub children: Vec<Box<dyn std::any::Any>>,
[INFO] [stderr]   |         ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `WHITESPACE` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `span` and `children` are never read
[INFO] [stderr]   --> src/ast.rs:11:9
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub struct NEWLINE<'a> {
[INFO] [stderr]    |            ------- fields in this struct
[INFO] [stderr] 11 |     pub span: pest::Span<'a>,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] 12 |     pub children: Vec<Box<dyn std::any::Any>>,
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `NEWLINE` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `span` and `children` are never read
[INFO] [stderr]   --> src/ast.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub struct Identifier<'a> {
[INFO] [stderr]    |            ---------- fields in this struct
[INFO] [stderr] 17 |     /// The span over the input text
[INFO] [stderr] 18 |     pub span: pest::Span<'a>,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] 19 |     /// Child AST nodes (owned, dynamic)
[INFO] [stderr] 20 |     pub children: Vec<Box<dyn std::any::Any>>,
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Identifier` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `span` and `children` are never read
[INFO] [stderr]   --> src/ast.rs:26:9
[INFO] [stderr]    |
[INFO] [stderr] 24 | pub struct File<'a> {
[INFO] [stderr]    |            ---- fields in this struct
[INFO] [stderr] 25 |     /// The entire input span
[INFO] [stderr] 26 |     pub span: pest::Span<'a>,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] 27 |     /// Top-level child nodes
[INFO] [stderr] 28 |     pub children: Vec<Box<dyn std::any::Any>>,
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `File` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `pest_transformer` (bin "pest_transformer" test) generated 4 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/pest_transformer-d5b9a51918ff24f5)
[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" "5dda7af0ebaf3226d2fd07cbe94a00beaf9a00033944e12351a482d9a209b736", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5dda7af0ebaf3226d2fd07cbe94a00beaf9a00033944e12351a482d9a209b736", kill_on_drop: false }`
[INFO] [stdout] 5dda7af0ebaf3226d2fd07cbe94a00beaf9a00033944e12351a482d9a209b736
