[INFO] fetching crate edres 0.6.0...
[INFO] checking edres-0.6.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate edres 0.6.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate edres 0.6.0 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate edres 0.6.0
[INFO] finished tweaking crates.io crate edres 0.6.0
[INFO] tweaked toml for crates.io crate edres 0.6.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 47 packages to latest compatible versions
[INFO] [stderr]       Adding hashbrown v0.12.3 (latest: v0.14.5)
[INFO] [stderr]       Adding indexmap v1.9.3 (latest: v2.2.6)
[INFO] [stderr]       Adding toml v0.5.11 (latest: v0.8.12)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded edres_core v0.6.0
[INFO] [stderr]   Downloaded case v1.0.0
[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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 58d09b3e4dae8198ff88e93606514c2df6d9e423d2e9927fc4770fa13a04a219
[INFO] running `Command { std: "docker" "start" "-a" "58d09b3e4dae8198ff88e93606514c2df6d9e423d2e9927fc4770fa13a04a219", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "58d09b3e4dae8198ff88e93606514c2df6d9e423d2e9927fc4770fa13a04a219", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "58d09b3e4dae8198ff88e93606514c2df6d9e423d2e9927fc4770fa13a04a219", kill_on_drop: false }`
[INFO] [stdout] 58d09b3e4dae8198ff88e93606514c2df6d9e423d2e9927fc4770fa13a04a219
[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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 859dc4783ad774af0b6f62977ae24bea36a601500880dd5292d806fa002336a1
[INFO] running `Command { std: "docker" "start" "-a" "859dc4783ad774af0b6f62977ae24bea36a601500880dd5292d806fa002336a1", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking case v1.0.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking bstr v1.9.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.59
[INFO] [stderr]     Checking globset v0.4.14
[INFO] [stderr]     Checking ignore v0.4.22
[INFO] [stderr]     Checking thiserror v1.0.59
[INFO] [stderr]     Checking edres_core v0.6.0
[INFO] [stderr]     Checking edres v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no variant or associated item named `Yaml` found for enum `Format` in the current scope
[INFO] [stdout]   --> tests/integration.rs:34:71
[INFO] [stdout]    |
[INFO] [stdout] 34 |         edres::generate_structs_from_source(source, "Struct", Format::Yaml, &Options::minimal())
[INFO] [stdout]    |                                                                       ^^^^ variant or associated item not found in `Format`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Format`, consider using `Format::from_filename` which returns `Result<Format, edres::Error>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/edres_core-0.6.0/src/format.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn from_filename(filename: &Path) -> Result<Self, Error> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Yaml` found for enum `Format` in the current scope
[INFO] [stdout]   --> tests/integration.rs:81:70
[INFO] [stdout]    |
[INFO] [stdout] 81 |     let s = edres::generate_enum_from_source(source, "Enum", Format::Yaml, &Options::minimal())
[INFO] [stdout]    |                                                                      ^^^^ variant or associated item not found in `Format`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Format`, consider using `Format::from_filename` which returns `Result<Format, edres::Error>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/edres_core-0.6.0/src/format.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn from_filename(filename: &Path) -> Result<Self, Error> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Yaml` found for enum `Format` in the current scope
[INFO] [stdout]    --> tests/integration.rs:137:17
[INFO] [stdout]     |
[INFO] [stdout] 137 |         Format::Yaml,
[INFO] [stdout]     |                 ^^^^ variant or associated item not found in `Format`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Format`, consider using `Format::from_filename` which returns `Result<Format, edres::Error>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/edres_core-0.6.0/src/format.rs:32:5
[INFO] [stdout]     |
[INFO] [stdout] 32  |     pub fn from_filename(filename: &Path) -> Result<Self, Error> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Yaml` found for enum `Format` in the current scope
[INFO] [stdout]    --> tests/integration.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |         Format::Yaml,
[INFO] [stdout]     |                 ^^^^ variant or associated item not found in `Format`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Format`, consider using `Format::from_filename` which returns `Result<Format, edres::Error>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/edres_core-0.6.0/src/format.rs:32:5
[INFO] [stdout]     |
[INFO] [stdout] 32  |     pub fn from_filename(filename: &Path) -> Result<Self, Error> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `edres` (test "integration") due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "859dc4783ad774af0b6f62977ae24bea36a601500880dd5292d806fa002336a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "859dc4783ad774af0b6f62977ae24bea36a601500880dd5292d806fa002336a1", kill_on_drop: false }`
[INFO] [stdout] 859dc4783ad774af0b6f62977ae24bea36a601500880dd5292d806fa002336a1
[INFO] checking edres-0.6.0 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate edres 0.6.0 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate edres 0.6.0 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate edres 0.6.0
[INFO] finished tweaking crates.io crate edres 0.6.0
[INFO] tweaked toml for crates.io crate edres 0.6.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 47 packages to latest compatible versions
[INFO] [stderr]       Adding hashbrown v0.12.3 (latest: v0.14.5)
[INFO] [stderr]       Adding indexmap v1.9.3 (latest: v2.2.6)
[INFO] [stderr]       Adding toml v0.5.11 (latest: v0.8.12)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 61dc5fd0bf2e5df4cd9ca82f76c9d8bc5ffb081f2fe538bd8d9b1ad4235c9dd9
[INFO] running `Command { std: "docker" "start" "-a" "61dc5fd0bf2e5df4cd9ca82f76c9d8bc5ffb081f2fe538bd8d9b1ad4235c9dd9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "61dc5fd0bf2e5df4cd9ca82f76c9d8bc5ffb081f2fe538bd8d9b1ad4235c9dd9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61dc5fd0bf2e5df4cd9ca82f76c9d8bc5ffb081f2fe538bd8d9b1ad4235c9dd9", kill_on_drop: false }`
[INFO] [stdout] 61dc5fd0bf2e5df4cd9ca82f76c9d8bc5ffb081f2fe538bd8d9b1ad4235c9dd9
[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=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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e47fe9f2f572633798eeea25246bf35621e722cf8771fe072d01147f50d7344f
[INFO] running `Command { std: "docker" "start" "-a" "e47fe9f2f572633798eeea25246bf35621e722cf8771fe072d01147f50d7344f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking case v1.0.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking bstr v1.9.1
[INFO] [stderr]     Checking quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.59
[INFO] [stderr]     Checking globset v0.4.14
[INFO] [stderr]     Checking ignore v0.4.22
[INFO] [stderr]     Checking thiserror v1.0.59
[INFO] [stderr]     Checking edres_core v0.6.0
[INFO] [stderr]     Checking edres v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no variant or associated item named `Yaml` found for enum `Format` in the current scope
[INFO] [stdout]   --> tests/integration.rs:34:71
[INFO] [stdout]    |
[INFO] [stdout] 34 |         edres::generate_structs_from_source(source, "Struct", Format::Yaml, &Options::minimal())
[INFO] [stdout]    |                                                                       ^^^^ variant or associated item not found in `Format`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Format`, consider using `Format::from_filename` which returns `Result<Format, edres::Error>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/edres_core-0.6.0/src/format.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn from_filename(filename: &Path) -> Result<Self, Error> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Yaml` found for enum `Format` in the current scope
[INFO] [stdout]   --> tests/integration.rs:81:70
[INFO] [stdout]    |
[INFO] [stdout] 81 |     let s = edres::generate_enum_from_source(source, "Enum", Format::Yaml, &Options::minimal())
[INFO] [stdout]    |                                                                      ^^^^ variant or associated item not found in `Format`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Format`, consider using `Format::from_filename` which returns `Result<Format, edres::Error>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/edres_core-0.6.0/src/format.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn from_filename(filename: &Path) -> Result<Self, Error> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Yaml` found for enum `Format` in the current scope
[INFO] [stdout]    --> tests/integration.rs:137:17
[INFO] [stdout]     |
[INFO] [stdout] 137 |         Format::Yaml,
[INFO] [stdout]     |                 ^^^^ variant or associated item not found in `Format`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Format`, consider using `Format::from_filename` which returns `Result<Format, edres::Error>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/edres_core-0.6.0/src/format.rs:32:5
[INFO] [stdout]     |
[INFO] [stdout] 32  |     pub fn from_filename(filename: &Path) -> Result<Self, Error> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Yaml` found for enum `Format` in the current scope
[INFO] [stdout]    --> tests/integration.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |         Format::Yaml,
[INFO] [stdout]     |                 ^^^^ variant or associated item not found in `Format`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Format`, consider using `Format::from_filename` which returns `Result<Format, edres::Error>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/edres_core-0.6.0/src/format.rs:32:5
[INFO] [stdout]     |
[INFO] [stdout] 32  |     pub fn from_filename(filename: &Path) -> Result<Self, Error> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `edres` (test "integration") due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "e47fe9f2f572633798eeea25246bf35621e722cf8771fe072d01147f50d7344f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e47fe9f2f572633798eeea25246bf35621e722cf8771fe072d01147f50d7344f", kill_on_drop: false }`
[INFO] [stdout] e47fe9f2f572633798eeea25246bf35621e722cf8771fe072d01147f50d7344f
