[INFO] cloning repository https://github.com/EpsilonPrime/substrait-textplan
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EpsilonPrime/substrait-textplan" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEpsilonPrime%2Fsubstrait-textplan", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEpsilonPrime%2Fsubstrait-textplan'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 88855a37ec6b66ee8a668dd791be1036b1379612
[INFO] checking EpsilonPrime/substrait-textplan against master#8f21a5c92ea55c348c275a1bc4fedbdf181e0d64 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEpsilonPrime%2Fsubstrait-textplan" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/EpsilonPrime/substrait-textplan
[INFO] finished tweaking git repo https://github.com/EpsilonPrime/substrait-textplan
[INFO] tweaked toml for git repo https://github.com/EpsilonPrime/substrait-textplan written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/EpsilonPrime/substrait-textplan on toolchain 8f21a5c92ea55c348c275a1bc4fedbdf181e0d64
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/EpsilonPrime/substrait-textplan 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" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pbjson v0.7.0
[INFO] [stderr]   Downloaded murmur3 v0.4.1
[INFO] [stderr]   Downloaded prettyplease v0.2.31
[INFO] [stderr]   Downloaded better_any v0.2.0
[INFO] [stderr]   Downloaded pbjson-build v0.7.0
[INFO] [stderr]   Downloaded pbjson-types v0.7.0
[INFO] [stderr]   Downloaded substrait v0.55.0
[INFO] [stderr]   Downloaded antlr-rust v0.3.0-beta
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e555c6a5d90872e5811673418aaa5235feb1d3d6eb8922ed17b1c5f08bf88310
[INFO] running `Command { std: "docker" "start" "-a" "e555c6a5d90872e5811673418aaa5235feb1d3d6eb8922ed17b1c5f08bf88310", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e555c6a5d90872e5811673418aaa5235feb1d3d6eb8922ed17b1c5f08bf88310", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e555c6a5d90872e5811673418aaa5235feb1d3d6eb8922ed17b1c5f08bf88310", kill_on_drop: false }`
[INFO] [stdout] e555c6a5d90872e5811673418aaa5235feb1d3d6eb8922ed17b1c5f08bf88310
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] feb680b05fee46a6c463f306fc92f6043c2324d39168b6e880371598833f19de
[INFO] running `Command { std: "docker" "start" "-a" "feb680b05fee46a6c463f306fc92f6043c2324d39168b6e880371598833f19de", kill_on_drop: false }`
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling rustix v1.0.3
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling prettyplease v0.2.31
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling linux-raw-sys v0.9.3
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling indexmap v2.8.0
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling dyn-clone v1.0.19
[INFO] [stderr]    Compiling regress v0.10.3
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling tempfile v3.19.1
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]     Checking quote v1.0.40
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]     Checking chrono v0.4.40
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking murmur3 v0.4.1
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking heck v0.5.0
[INFO] [stderr]     Checking typed-arena v2.0.2
[INFO] [stderr]     Checking better_any v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]     Checking multimap v0.10.0
[INFO] [stderr]     Checking antlr-rust v0.3.0-beta
[INFO] [stderr]     Checking prost-types v0.13.5
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking prost-build v0.13.5
[INFO] [stderr]    Compiling pbjson-build v0.7.0
[INFO] [stderr]    Compiling pbjson-types v0.7.0
[INFO] [stderr]     Checking pbjson v0.7.0
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]    Compiling serde_tokenstream v0.2.2
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling substrait-textplan v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: substrait-textplan@0.1.0: Generating visitor code from Substrait protobuf schema
[INFO] [stderr] warning: substrait-textplan@0.1.0: Visitor code generation failed: protoc failed: Missing input file.
[INFO] [stderr]    Compiling typify-impl v0.3.0
[INFO] [stderr]    Compiling typify-macro v0.3.0
[INFO] [stderr]    Compiling typify v0.3.0
[INFO] [stderr]    Compiling substrait v0.55.0
[INFO] [stdout] error[E0583]: file not found for module `base_plan_visitor`
[INFO] [stdout]   --> src/textplan/converter/generated/mod.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub mod base_plan_visitor;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `base_plan_visitor`, create file "src/textplan/converter/generated/base_plan_visitor.rs" or "src/textplan/converter/generated/base_plan_visitor/mod.rs"
[INFO] [stdout]    = note: if there is a `mod base_plan_visitor` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `base_plan_visitor`
[INFO] [stdout]   --> src/textplan/converter/generated/mod.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub mod base_plan_visitor;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `base_plan_visitor`, create file "src/textplan/converter/generated/base_plan_visitor.rs" or "src/textplan/converter/generated/base_plan_visitor/mod.rs"
[INFO] [stdout]    = note: if there is a `mod base_plan_visitor` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::textplan::converter::generated::PlanProtoVisitor`
[INFO] [stdout]   --> src/textplan/converter/initial_plan_visitor.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::textplan::converter::generated::PlanProtoVisitor;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `PlanProtoVisitor` in `textplan::converter::generated`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::textplan::converter::generated::Traversable`
[INFO] [stdout]   --> src/textplan/converter/initial_plan_visitor.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use crate::textplan::converter::generated::Traversable;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Traversable` in `textplan::converter::generated`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::textplan::converter::generated::PlanProtoVisitor`
[INFO] [stdout]   --> src/textplan/converter/pipeline_visitor.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use crate::textplan::converter::generated::PlanProtoVisitor;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `PlanProtoVisitor` in `textplan::converter::generated`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `generated::PlanProtoVisitor`
[INFO] [stdout]   --> src/textplan/converter/mod.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub use generated::PlanProtoVisitor;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `PlanProtoVisitor` in `textplan::converter::generated`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `generated::Traversable`
[INFO] [stdout]   --> src/textplan/converter/mod.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub use generated::Traversable;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ no `Traversable` in `textplan::converter::generated`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::base_plan_visitor::*`
[INFO] [stdout]  --> src/textplan/converter/generated/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use self::base_plan_visitor::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::textplan::converter::generated::PlanProtoVisitor`
[INFO] [stdout]   --> src/textplan/converter/initial_plan_visitor.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::textplan::converter::generated::PlanProtoVisitor;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `PlanProtoVisitor` in `textplan::converter::generated`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::textplan::converter::generated::Traversable`
[INFO] [stdout]   --> src/textplan/converter/initial_plan_visitor.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use crate::textplan::converter::generated::Traversable;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Traversable` in `textplan::converter::generated`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::textplan::converter::generated::PlanProtoVisitor`
[INFO] [stdout]   --> src/textplan/converter/pipeline_visitor.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use crate::textplan::converter::generated::PlanProtoVisitor;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `PlanProtoVisitor` in `textplan::converter::generated`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `generated::PlanProtoVisitor`
[INFO] [stdout]   --> src/textplan/converter/mod.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub use generated::PlanProtoVisitor;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `PlanProtoVisitor` in `textplan::converter::generated`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `generated::Traversable`
[INFO] [stdout]   --> src/textplan/converter/mod.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub use generated::Traversable;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ no `Traversable` in `textplan::converter::generated`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::base_plan_visitor::*`
[INFO] [stdout]  --> src/textplan/converter/generated/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use self::base_plan_visitor::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0583.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] warning: substrait-textplan@0.1.0: Generating visitor code from Substrait protobuf schema
[INFO] [stderr] warning: substrait-textplan@0.1.0: Visitor code generation failed: protoc failed: Missing input file.
[INFO] [stderr] error: could not compile `substrait-textplan` (lib test) due to 6 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0432, E0583.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] warning: substrait-textplan@0.1.0: Generating visitor code from Substrait protobuf schema
[INFO] [stderr] warning: substrait-textplan@0.1.0: Visitor code generation failed: protoc failed: Missing input file.
[INFO] [stderr] error: could not compile `substrait-textplan` (lib) due to 6 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "feb680b05fee46a6c463f306fc92f6043c2324d39168b6e880371598833f19de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "feb680b05fee46a6c463f306fc92f6043c2324d39168b6e880371598833f19de", kill_on_drop: false }`
[INFO] [stdout] feb680b05fee46a6c463f306fc92f6043c2324d39168b6e880371598833f19de
