[INFO] cloning repository https://github.com/hstead1104/eipv
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hstead1104/eipv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhstead1104%2Feipv", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhstead1104%2Feipv'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e8d9937fe42e650fe74edd4b85342f2f217d870a
[INFO] testing hstead1104/eipv against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhstead1104%2Feipv" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hstead1104/eipv
[INFO] finished tweaking git repo https://github.com/hstead1104/eipv
[INFO] tweaked toml for git repo https://github.com/hstead1104/eipv written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hstead1104/eipv on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hstead1104/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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded float-cmp v0.6.0
[INFO] [stderr]   Downloaded os_str_bytes v2.3.1
[INFO] [stderr]   Downloaded thread_local v1.0.1
[INFO] [stderr]   Downloaded predicates v1.0.4
[INFO] [stderr]   Downloaded indexmap v1.4.0
[INFO] [stderr]   Downloaded assert_cmd v1.0.1
[INFO] [stderr]   Downloaded anyhow v1.0.31
[INFO] [stderr]   Downloaded proc-macro2 v1.0.18
[INFO] [stderr]   Downloaded aho-corasick v0.7.13
[INFO] [stderr]   Downloaded syn v1.0.34
[INFO] [stderr]   Downloaded regex-syntax v0.6.18
[INFO] [stderr]   Downloaded regex v1.3.9
[INFO] [stderr]   Downloaded libc v0.2.72
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 34cad544c4d894052a2916d25007d61b6cd98e9b20e95487ad533413fb14deaf
[INFO] running `Command { std: "docker" "start" "-a" "34cad544c4d894052a2916d25007d61b6cd98e9b20e95487ad533413fb14deaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "34cad544c4d894052a2916d25007d61b6cd98e9b20e95487ad533413fb14deaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34cad544c4d894052a2916d25007d61b6cd98e9b20e95487ad533413fb14deaf", kill_on_drop: false }`
[INFO] [stdout] 34cad544c4d894052a2916d25007d61b6cd98e9b20e95487ad533413fb14deaf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b5c2ab43cb1710bbde50e1ce7bfca29a90a247e9be7fcf00691c0522446e9c78
[INFO] running `Command { std: "docker" "start" "-a" "b5c2ab43cb1710bbde50e1ce7bfca29a90a247e9be7fcf00691c0522446e9c78", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.18
[INFO] [stderr]    Compiling version_check v0.9.2
[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 matches v0.1.8
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling tinyvec v0.3.3
[INFO] [stderr]    Compiling unicode-segmentation v1.6.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.4
[INFO] [stderr]    Compiling num-traits v0.2.12
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling num-integer v0.1.43
[INFO] [stderr]    Compiling indexmap v1.4.0
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.13
[INFO] [stderr]    Compiling anyhow v1.0.31
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling textwrap v0.12.1
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling time v0.1.43
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling aho-corasick v0.7.13
[INFO] [stderr]    Compiling thread_local v1.0.1
[INFO] [stderr]    Compiling os_str_bytes v2.3.1
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling idna v0.2.0
[INFO] [stderr]    Compiling regex-syntax v0.6.18
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling termcolor v1.1.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.2.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 31.12s
[INFO] running `Command { std: "docker" "inspect" "b5c2ab43cb1710bbde50e1ce7bfca29a90a247e9be7fcf00691c0522446e9c78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5c2ab43cb1710bbde50e1ce7bfca29a90a247e9be7fcf00691c0522446e9c78", kill_on_drop: false }`
[INFO] [stdout] b5c2ab43cb1710bbde50e1ce7bfca29a90a247e9be7fcf00691c0522446e9c78
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7d303b56cd73ecaa0eed42718c5041c6f0d03703883cb4d089832ad70e2e538c
[INFO] running `Command { std: "docker" "start" "-a" "7d303b56cd73ecaa0eed42718c5041c6f0d03703883cb4d089832ad70e2e538c", kill_on_drop: false }`
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling predicates-core v1.0.0
[INFO] [stderr]    Compiling float-cmp v0.6.0
[INFO] [stderr]    Compiling treeline v0.1.0
[INFO] [stderr]    Compiling difference v2.0.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.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.2.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 3.14s
[INFO] running `Command { std: "docker" "inspect" "7d303b56cd73ecaa0eed42718c5041c6f0d03703883cb4d089832ad70e2e538c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d303b56cd73ecaa0eed42718c5041c6f0d03703883cb4d089832ad70e2e538c", kill_on_drop: false }`
[INFO] [stdout] 7d303b56cd73ecaa0eed42718c5041c6f0d03703883cb4d089832ad70e2e538c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 214c6e37d11c429a670fd3d8d07407b4b7a4177389ac148a8c22a18e1b7c3144
[INFO] running `Command { std: "docker" "start" "-a" "214c6e37d11c429a670fd3d8d07407b4b7a4177389ac148a8c22a18e1b7c3144", 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.13s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/eipv-a9cda1597c965474)
[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-afd6c3a18e949fdb)
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test preamble_description_too_long ... ok
[INFO] [stdout] test preamble_invalid_discussions_to ... ok
[INFO] [stdout] test preamble_created ... ok
[INFO] [stdout] test preamble_end_malformed ... ok
[INFO] [stdout] test preamble_malformed_field ... ok
[INFO] [stdout] test preamble_replaces ... ok
[INFO] [stdout] test preamble_has_required_fields ... ok
[INFO] [stdout] test preamble_resolution ... ok
[INFO] [stdout] test preamble_start_malformed ... ok
[INFO] [stdout] test preamble_review_period_end ... ok
[INFO] [stdout] test preamble_superseeded_by ... ok
[INFO] [stdout] test preamble_only_error_not_missing_field ... ok
[INFO] [stdout] test preamble_unknown_field ... ok
[INFO] [stdout] test preamble_malformed_eip ... ok
[INFO] [stdout] test preamble_status ... ok
[INFO] [stdout] test valid ... ok
[INFO] [stdout] test preamble_title_too_long ... ok
[INFO] [stdout] test preamble_author ... ok
[INFO] [stdout] test preamble_category ... ok
[INFO] [stdout] test preamble_updated ... ok
[INFO] [stdout] test preamble_type ... ok
[INFO] [stdout] test preamble_requires ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/utils.rs (/opt/rustwide/target/debug/deps/utils-6e9b30b605c28694)
[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" "214c6e37d11c429a670fd3d8d07407b4b7a4177389ac148a8c22a18e1b7c3144", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "214c6e37d11c429a670fd3d8d07407b4b7a4177389ac148a8c22a18e1b7c3144", kill_on_drop: false }`
[INFO] [stdout] 214c6e37d11c429a670fd3d8d07407b4b7a4177389ac148a8c22a18e1b7c3144
