[INFO] cloning repository https://github.com/lightclient/eipv
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lightclient/eipv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flightclient%2Feipv", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flightclient%2Feipv'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 06c16744c4e8156445b45acbf6d862c9104221bf
[INFO] testing lightclient/eipv against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flightclient%2Feipv" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lightclient/eipv
[INFO] finished tweaking git repo https://github.com/lightclient/eipv
[INFO] tweaked toml for git repo https://github.com/lightclient/eipv written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lightclient/eipv on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lightclient/eipv 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-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5d5b0e02f552b4e8a708180f1e4a09a02d58e29395f25e66ecfe477918b4ef12
[INFO] running `Command { std: "docker" "start" "-a" "5d5b0e02f552b4e8a708180f1e4a09a02d58e29395f25e66ecfe477918b4ef12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5d5b0e02f552b4e8a708180f1e4a09a02d58e29395f25e66ecfe477918b4ef12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d5b0e02f552b4e8a708180f1e4a09a02d58e29395f25e66ecfe477918b4ef12", kill_on_drop: false }`
[INFO] [stdout] 5d5b0e02f552b4e8a708180f1e4a09a02d58e29395f25e66ecfe477918b4ef12
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7bb262ba84c8f1034de81f8a6c2b87580677c77620709c0f3266834f4d8ad54c
[INFO] running `Command { std: "docker" "start" "-a" "7bb262ba84c8f1034de81f8a6c2b87580677c77620709c0f3266834f4d8ad54c", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.18
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling libc v0.2.72
[INFO] [stderr]    Compiling syn v1.0.34
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling tinyvec v0.3.3
[INFO] [stderr]    Compiling matches v0.1.8
[INFO] [stderr]    Compiling unicode-segmentation v1.6.0
[INFO] [stderr]    Compiling anyhow v1.0.31
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling os_str_bytes v2.3.1
[INFO] [stderr]    Compiling regex-syntax v0.6.18
[INFO] [stderr]    Compiling thread_local v1.0.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.4
[INFO] [stderr]    Compiling textwrap v0.12.1
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling num-traits v0.2.12
[INFO] [stderr]    Compiling num-integer v0.1.43
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling indexmap v1.4.0
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]    Compiling aho-corasick v0.7.13
[INFO] [stderr]    Compiling unicode-normalization v0.1.13
[INFO] [stderr]    Compiling termcolor v1.1.0
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling time v0.1.43
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling idna v0.2.0
[INFO] [stderr]    Compiling chrono v0.4.13
[INFO] [stderr]    Compiling url v2.1.1
[INFO] [stderr]    Compiling regex v1.3.9
[INFO] [stderr]    Compiling clap_derive v3.0.0-beta.2
[INFO] [stderr]    Compiling clap v3.0.0-beta.2
[INFO] [stderr]    Compiling eipv v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `body` is never read
[INFO] [stdout]   --> src/eip.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Eip {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] 10 |     pub preamble: Preamble,
[INFO] [stdout] 11 |     pub body: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Eip` 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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.99s
[INFO] running `Command { std: "docker" "inspect" "7bb262ba84c8f1034de81f8a6c2b87580677c77620709c0f3266834f4d8ad54c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7bb262ba84c8f1034de81f8a6c2b87580677c77620709c0f3266834f4d8ad54c", kill_on_drop: false }`
[INFO] [stdout] 7bb262ba84c8f1034de81f8a6c2b87580677c77620709c0f3266834f4d8ad54c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 230753c7e65d99ee31ef82f33dd2c712d78efe6a2d89bfc0fadfdb05ac37b4ac
[INFO] running `Command { std: "docker" "start" "-a" "230753c7e65d99ee31ef82f33dd2c712d78efe6a2d89bfc0fadfdb05ac37b4ac", kill_on_drop: false }`
[INFO] [stderr]    Compiling predicates-core v1.0.0
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling difference v2.0.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling float-cmp v0.6.0
[INFO] [stderr]    Compiling treeline v0.1.0
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stdout] warning: field `body` is never read
[INFO] [stdout]   --> src/eip.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Eip {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] 10 |     pub preamble: Preamble,
[INFO] [stdout] 11 |     pub body: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Eip` 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] [stderr]    Compiling predicates-tree v1.0.0
[INFO] [stderr]    Compiling predicates v1.0.4
[INFO] [stderr]    Compiling assert_cmd v1.0.1
[INFO] [stderr]    Compiling eipv v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `body` is never read
[INFO] [stdout]   --> src/eip.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Eip {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] 10 |     pub preamble: Preamble,
[INFO] [stdout] 11 |     pub body: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Eip` 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] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.49s
[INFO] running `Command { std: "docker" "inspect" "230753c7e65d99ee31ef82f33dd2c712d78efe6a2d89bfc0fadfdb05ac37b4ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "230753c7e65d99ee31ef82f33dd2c712d78efe6a2d89bfc0fadfdb05ac37b4ac", kill_on_drop: false }`
[INFO] [stdout] 230753c7e65d99ee31ef82f33dd2c712d78efe6a2d89bfc0fadfdb05ac37b4ac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] dd2945bb0c472edc7e4a91ac36d64d0e354e708fe1af8ac729423ccb670a47a9
[INFO] running `Command { std: "docker" "start" "-a" "dd2945bb0c472edc7e4a91ac36d64d0e354e708fe1af8ac729423ccb670a47a9", kill_on_drop: false }`
[INFO] [stderr] warning: field `body` is never read
[INFO] [stderr]   --> src/eip.rs:11:9
[INFO] [stderr]    |
[INFO] [stderr]  9 | pub struct Eip {
[INFO] [stderr]    |            --- field in this struct
[INFO] [stderr] 10 |     pub preamble: Preamble,
[INFO] [stderr] 11 |     pub body: String,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Eip` 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: `eipv` (bin "eipv" test) generated 1 warning
[INFO] [stderr] warning: `eipv` (bin "eipv") generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/eipv-a796302540b40b56)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test validators::tests::author_invalid_email ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-c2760e66d2906635)
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test preamble_end_malformed ... ok
[INFO] [stdout] test preamble_last_call_deadline ... ok
[INFO] [stdout] test preamble_invalid_discussions_to ... ok
[INFO] [stdout] test preamble_created ... ok
[INFO] [stdout] test preamble_title_too_long ... ok
[INFO] [stdout] test preamble_start_malformed ... ok
[INFO] [stdout] test preamble_only_error_not_missing_field ... ok
[INFO] [stdout] test preamble_description_too_long ... ok
[INFO] [stdout] test preamble_malformed_field ... ok
[INFO] [stdout] test preamble_updated ... ok
[INFO] [stdout] test preamble_malformed_eip ... ok
[INFO] [stdout] test preamble_unknown_field ... ok
[INFO] [stdout] test valid ... ok
[INFO] [stdout] test preamble_requires ... ok
[INFO] [stdout] test preamble_type ... ok
[INFO] [stdout] test preamble_category ... ok
[INFO] [stdout] test preamble_has_required_fields ... ok
[INFO] [stdout] test preamble_author ... ok
[INFO] [stdout] test preamble_status ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/utils.rs (/opt/rustwide/target/debug/deps/utils-1bb445508fa43a13)
[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" "dd2945bb0c472edc7e4a91ac36d64d0e354e708fe1af8ac729423ccb670a47a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd2945bb0c472edc7e4a91ac36d64d0e354e708fe1af8ac729423ccb670a47a9", kill_on_drop: false }`
[INFO] [stdout] dd2945bb0c472edc7e4a91ac36d64d0e354e708fe1af8ac729423ccb670a47a9
