[INFO] fetching crate bellande_parser 0.0.1...
[INFO] testing bellande_parser-0.0.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate bellande_parser 0.0.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate bellande_parser 0.0.1
[INFO] finished tweaking crates.io crate bellande_parser 0.0.1
[INFO] tweaked toml for crates.io crate bellande_parser 0.0.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bellande_parser 0.0.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2152b16390334281f6a52eecec07f41a236fdae94dfd25fe126adb3230c833c0
[INFO] running `Command { std: "docker" "start" "-a" "2152b16390334281f6a52eecec07f41a236fdae94dfd25fe126adb3230c833c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2152b16390334281f6a52eecec07f41a236fdae94dfd25fe126adb3230c833c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2152b16390334281f6a52eecec07f41a236fdae94dfd25fe126adb3230c833c0", kill_on_drop: false }`
[INFO] [stdout] 2152b16390334281f6a52eecec07f41a236fdae94dfd25fe126adb3230c833c0
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f13d2be8ae5fc9c68a69b25bd9d07faa27e854ea21a9a2af9217cbec4a580144
[INFO] running `Command { std: "docker" "start" "-a" "f13d2be8ae5fc9c68a69b25bd9d07faa27e854ea21a9a2af9217cbec4a580144", kill_on_drop: false }`
[INFO] [stderr]    Compiling bellande_parser v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `BellandeValue` is more private than the item `BellandeFormat::parse_bellande`
[INFO] [stdout]   --> src/bellande_parser.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | /     pub fn parse_bellande<P: AsRef<Path>>(
[INFO] [stdout] 35 | |         &self,
[INFO] [stdout] 36 | |         file_path: P,
[INFO] [stdout] 37 | |     ) -> Result<BellandeValue, std::io::Error> {
[INFO] [stdout]    | |______________________________________________^ method `BellandeFormat::parse_bellande` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `BellandeValue` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> src/bellande_parser.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | enum BellandeValue {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `BellandeValue` is more private than the item `BellandeFormat::write_bellande`
[INFO] [stdout]    --> src/bellande_parser.rs:145:5
[INFO] [stdout]     |
[INFO] [stdout] 145 | /     pub fn write_bellande<P: AsRef<Path>>(
[INFO] [stdout] 146 | |         &self,
[INFO] [stdout] 147 | |         data: &BellandeValue,
[INFO] [stdout] 148 | |         file_path: P,
[INFO] [stdout] 149 | |     ) -> Result<(), std::io::Error> {
[INFO] [stdout]     | |___________________________________^ method `BellandeFormat::write_bellande` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `BellandeValue` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> src/bellande_parser.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 | enum BellandeValue {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
[INFO] running `Command { std: "docker" "inspect" "f13d2be8ae5fc9c68a69b25bd9d07faa27e854ea21a9a2af9217cbec4a580144", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f13d2be8ae5fc9c68a69b25bd9d07faa27e854ea21a9a2af9217cbec4a580144", kill_on_drop: false }`
[INFO] [stdout] f13d2be8ae5fc9c68a69b25bd9d07faa27e854ea21a9a2af9217cbec4a580144
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b7bbcfbdb28db5c446dfa5128f67f9ff29c86b98e9e9aa59fdce453a60bed20e
[INFO] running `Command { std: "docker" "start" "-a" "b7bbcfbdb28db5c446dfa5128f67f9ff29c86b98e9e9aa59fdce453a60bed20e", kill_on_drop: false }`
[INFO] [stdout] warning: type `BellandeValue` is more private than the item `BellandeFormat::parse_bellande`
[INFO] [stdout]   --> src/bellande_parser.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | /     pub fn parse_bellande<P: AsRef<Path>>(
[INFO] [stdout] 35 | |         &self,
[INFO] [stdout] 36 | |         file_path: P,
[INFO] [stdout] 37 | |     ) -> Result<BellandeValue, std::io::Error> {
[INFO] [stdout]    | |______________________________________________^ method `BellandeFormat::parse_bellande` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `BellandeValue` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> src/bellande_parser.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | enum BellandeValue {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `BellandeValue` is more private than the item `BellandeFormat::write_bellande`
[INFO] [stdout]    --> src/bellande_parser.rs:145:5
[INFO] [stdout]     |
[INFO] [stdout] 145 | /     pub fn write_bellande<P: AsRef<Path>>(
[INFO] [stdout] 146 | |         &self,
[INFO] [stdout] 147 | |         data: &BellandeValue,
[INFO] [stdout] 148 | |         file_path: P,
[INFO] [stdout] 149 | |     ) -> Result<(), std::io::Error> {
[INFO] [stdout]     | |___________________________________^ method `BellandeFormat::write_bellande` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `BellandeValue` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> src/bellande_parser.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 | enum BellandeValue {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bellande_parser v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `BellandeValue` is more private than the item `BellandeFormat::parse_bellande`
[INFO] [stdout]   --> src/bellande_parser.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | /     pub fn parse_bellande<P: AsRef<Path>>(
[INFO] [stdout] 35 | |         &self,
[INFO] [stdout] 36 | |         file_path: P,
[INFO] [stdout] 37 | |     ) -> Result<BellandeValue, std::io::Error> {
[INFO] [stdout]    | |______________________________________________^ method `BellandeFormat::parse_bellande` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `BellandeValue` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> src/bellande_parser.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | enum BellandeValue {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `BellandeValue` is more private than the item `BellandeFormat::write_bellande`
[INFO] [stdout]    --> src/bellande_parser.rs:145:5
[INFO] [stdout]     |
[INFO] [stdout] 145 | /     pub fn write_bellande<P: AsRef<Path>>(
[INFO] [stdout] 146 | |         &self,
[INFO] [stdout] 147 | |         data: &BellandeValue,
[INFO] [stdout] 148 | |         file_path: P,
[INFO] [stdout] 149 | |     ) -> Result<(), std::io::Error> {
[INFO] [stdout]     | |___________________________________^ method `BellandeFormat::write_bellande` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `BellandeValue` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> src/bellande_parser.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 | enum BellandeValue {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] running `Command { std: "docker" "inspect" "b7bbcfbdb28db5c446dfa5128f67f9ff29c86b98e9e9aa59fdce453a60bed20e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b7bbcfbdb28db5c446dfa5128f67f9ff29c86b98e9e9aa59fdce453a60bed20e", kill_on_drop: false }`
[INFO] [stdout] b7bbcfbdb28db5c446dfa5128f67f9ff29c86b98e9e9aa59fdce453a60bed20e
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4747f849ee498c4bc0e7b2c20e6bae277fa726ef12a577cedcc37f8e6573c2e8
[INFO] running `Command { std: "docker" "start" "-a" "4747f849ee498c4bc0e7b2c20e6bae277fa726ef12a577cedcc37f8e6573c2e8", kill_on_drop: false }`
[INFO] [stderr] warning: type `BellandeValue` is more private than the item `BellandeFormat::parse_bellande`
[INFO] [stderr]   --> src/bellande_parser.rs:34:5
[INFO] [stderr]    |
[INFO] [stderr] 34 | /     pub fn parse_bellande<P: AsRef<Path>>(
[INFO] [stderr] 35 | |         &self,
[INFO] [stderr] 36 | |         file_path: P,
[INFO] [stderr] 37 | |     ) -> Result<BellandeValue, std::io::Error> {
[INFO] [stderr]    | |______________________________________________^ method `BellandeFormat::parse_bellande` is reachable at visibility `pub`
[INFO] [stderr]    |
[INFO] [stderr] note: but type `BellandeValue` is only usable at visibility `pub(crate)`
[INFO] [stderr]   --> src/bellande_parser.rs:21:1
[INFO] [stderr]    |
[INFO] [stderr] 21 | enum BellandeValue {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: type `BellandeValue` is more private than the item `BellandeFormat::write_bellande`
[INFO] [stderr]    --> src/bellande_parser.rs:145:5
[INFO] [stderr]     |
[INFO] [stderr] 145 | /     pub fn write_bellande<P: AsRef<Path>>(
[INFO] [stderr] 146 | |         &self,
[INFO] [stderr] 147 | |         data: &BellandeValue,
[INFO] [stderr] 148 | |         file_path: P,
[INFO] [stderr] 149 | |     ) -> Result<(), std::io::Error> {
[INFO] [stderr]     | |___________________________________^ method `BellandeFormat::write_bellande` is reachable at visibility `pub`
[INFO] [stderr]     |
[INFO] [stderr] note: but type `BellandeValue` is only usable at visibility `pub(crate)`
[INFO] [stderr]    --> src/bellande_parser.rs:21:1
[INFO] [stderr]     |
[INFO] [stderr]  21 | enum BellandeValue {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `bellande_parser` (lib) generated 2 warnings
[INFO] [stderr] warning: `bellande_parser` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/bellande_parser.rs (/opt/rustwide/target/debug/deps/bellande_parser-626ab0aaa14eee65)
[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] [stderr]    Doc-tests bellande_parser
[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" "4747f849ee498c4bc0e7b2c20e6bae277fa726ef12a577cedcc37f8e6573c2e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4747f849ee498c4bc0e7b2c20e6bae277fa726ef12a577cedcc37f8e6573c2e8", kill_on_drop: false }`
[INFO] [stdout] 4747f849ee498c4bc0e7b2c20e6bae277fa726ef12a577cedcc37f8e6573c2e8
