[INFO] fetching crate yogurt-yaml 0.2.0...
[INFO] testing yogurt-yaml-0.2.0 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate yogurt-yaml 0.2.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate yogurt-yaml 0.2.0
[INFO] finished tweaking crates.io crate yogurt-yaml 0.2.0
[INFO] tweaked toml for crates.io crate yogurt-yaml 0.2.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate yogurt-yaml 0.2.0 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate yogurt-yaml 0.2.0 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 30f9c91da77c500506b90f6332e0f0005d1b48a9e363fe541d9301e00a974082
[INFO] running `Command { std: "docker" "start" "-a" "30f9c91da77c500506b90f6332e0f0005d1b48a9e363fe541d9301e00a974082", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "30f9c91da77c500506b90f6332e0f0005d1b48a9e363fe541d9301e00a974082", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30f9c91da77c500506b90f6332e0f0005d1b48a9e363fe541d9301e00a974082", kill_on_drop: false }`
[INFO] [stdout] 30f9c91da77c500506b90f6332e0f0005d1b48a9e363fe541d9301e00a974082
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1eed552883ad16405be67f074f39bfaa129fbb8b943ba1d376d5f2924f998bfc
[INFO] running `Command { std: "docker" "start" "-a" "1eed552883ad16405be67f074f39bfaa129fbb8b943ba1d376d5f2924f998bfc", kill_on_drop: false }`
[INFO] [stderr]    Compiling linked-hash-map v0.5.2
[INFO] [stderr]    Compiling argparse v0.2.2
[INFO] [stderr]    Compiling yaml-rust v0.4.3
[INFO] [stderr]    Compiling yogurt-yaml v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:307:84
[INFO] [stdout]     |
[INFO] [stdout] 307 | fn create_ident_checks<'a>(ident_strings: &'a [&'a str], range: IdentRange) -> Vec<IdentChecker> {
[INFO] [stdout]     |                                            --   -- the lifetime is named here      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 307 | fn create_ident_checks<'a>(ident_strings: &'a [&'a str], range: IdentRange) -> Vec<IdentChecker<'a>> {
[INFO] [stdout]     |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
[INFO] running `Command { std: "docker" "inspect" "1eed552883ad16405be67f074f39bfaa129fbb8b943ba1d376d5f2924f998bfc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1eed552883ad16405be67f074f39bfaa129fbb8b943ba1d376d5f2924f998bfc", kill_on_drop: false }`
[INFO] [stdout] 1eed552883ad16405be67f074f39bfaa129fbb8b943ba1d376d5f2924f998bfc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 183cd80556d7784b4ce9c8e3423191c853e95da6c31a2eafa1911fc8f4602dee
[INFO] running `Command { std: "docker" "start" "-a" "183cd80556d7784b4ce9c8e3423191c853e95da6c31a2eafa1911fc8f4602dee", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.66
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]    Compiling serde v1.0.103
[INFO] [stderr]    Compiling ryu v1.0.2
[INFO] [stderr]    Compiling getrandom v0.1.13
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.6
[INFO] [stderr]    Compiling memchr v2.2.1
[INFO] [stderr]    Compiling scopeguard v1.0.0
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling itoa v0.4.4
[INFO] [stderr]    Compiling rayon-core v1.6.1
[INFO] [stderr]    Compiling either v1.5.3
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling syn v1.0.11
[INFO] [stderr]    Compiling memoffset v0.5.3
[INFO] [stderr]    Compiling cast v0.2.3
[INFO] [stderr]    Compiling unicode-width v0.1.7
[INFO] [stderr]    Compiling itertools v0.8.2
[INFO] [stderr]    Compiling same-file v1.0.5
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:307:84
[INFO] [stdout]     |
[INFO] [stdout] 307 | fn create_ident_checks<'a>(ident_strings: &'a [&'a str], range: IdentRange) -> Vec<IdentChecker> {
[INFO] [stdout]     |                                            --   -- the lifetime is named here      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 307 | fn create_ident_checks<'a>(ident_strings: &'a [&'a str], range: IdentRange) -> Vec<IdentChecker<'a>> {
[INFO] [stdout]     |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling walkdir v2.2.9
[INFO] [stderr]    Compiling clap v2.33.0
[INFO] [stderr]    Compiling crossbeam-utils v0.7.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.0
[INFO] [stderr]    Compiling num-traits v0.2.10
[INFO] [stderr]    Compiling regex-automata v0.1.8
[INFO] [stderr]    Compiling num_cpus v1.11.1
[INFO] [stderr]    Compiling atty v0.2.13
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling criterion-plot v0.4.0
[INFO] [stderr]    Compiling crossbeam-queue v0.2.0
[INFO] [stderr]    Compiling rand_os v0.2.2
[INFO] [stderr]    Compiling rand_xoshiro v0.3.1
[INFO] [stderr]    Compiling crossbeam-deque v0.7.2
[INFO] [stderr]    Compiling csv-core v0.1.6
[INFO] [stderr]    Compiling rayon v1.2.1
[INFO] [stderr]    Compiling serde_derive v1.0.103
[INFO] [stderr]    Compiling bstr v0.2.8
[INFO] [stderr]    Compiling serde_json v1.0.44
[INFO] [stderr]    Compiling csv v1.1.1
[INFO] [stderr]    Compiling tinytemplate v1.0.2
[INFO] [stderr]    Compiling criterion v0.3.0
[INFO] [stderr]    Compiling yogurt-yaml v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:307:84
[INFO] [stdout]     |
[INFO] [stdout] 307 | fn create_ident_checks<'a>(ident_strings: &'a [&'a str], range: IdentRange) -> Vec<IdentChecker> {
[INFO] [stdout]     |                                            --   -- the lifetime is named here      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 307 | fn create_ident_checks<'a>(ident_strings: &'a [&'a str], range: IdentRange) -> Vec<IdentChecker<'a>> {
[INFO] [stdout]     |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.25s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "183cd80556d7784b4ce9c8e3423191c853e95da6c31a2eafa1911fc8f4602dee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "183cd80556d7784b4ce9c8e3423191c853e95da6c31a2eafa1911fc8f4602dee", kill_on_drop: false }`
[INFO] [stdout] 183cd80556d7784b4ce9c8e3423191c853e95da6c31a2eafa1911fc8f4602dee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bf8e5dee45afec5fd51e26ba05e527cfbcc25a116eb439be40b5dae95e91f609
[INFO] running `Command { std: "docker" "start" "-a" "bf8e5dee45afec5fd51e26ba05e527cfbcc25a116eb439be40b5dae95e91f609", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:307:84
[INFO] [stderr]     |
[INFO] [stderr] 307 | fn create_ident_checks<'a>(ident_strings: &'a [&'a str], range: IdentRange) -> Vec<IdentChecker> {
[INFO] [stderr]     |                                            --   -- the lifetime is named here      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                            |
[INFO] [stderr]     |                                            the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 307 | fn create_ident_checks<'a>(ident_strings: &'a [&'a str], range: IdentRange) -> Vec<IdentChecker<'a>> {
[INFO] [stderr]     |                                                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `yogurt-yaml` (lib) generated 1 warning (run `cargo fix --lib -p yogurt-yaml` to apply 1 suggestion)
[INFO] [stderr] warning: `yogurt-yaml` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libcurt-2d22b81d448e5a25)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test tests::test_curt ... ok
[INFO] [stdout] test tests::test_curt_aggregate ... ok
[INFO] [stdout] test tests::test_curt_aggregate_multiline_id ... ok
[INFO] [stdout] test tests::test_cut_yaml_distraction ... ok
[INFO] [stdout] test tests::test_cut_yaml ... ok
[INFO] [stdout] test tests::test_cut_yaml_escaped ... ok
[INFO] [stdout] test tests::test_cut_yaml_ident_strings_distraction ... ok
[INFO] [stdout] test tests::test_cut_yaml_ident_strings_escaped ... ok
[INFO] [stdout] test tests::test_cut_yaml_ident_strings_fix ... ok
[INFO] [stdout] test tests::test_cut_yaml_many_id_multiple_entries ... ok
[INFO] [stdout] test tests::test_cut_yaml_multiple_entries ... ok
[INFO] [stdout] test tests::test_cut_yaml_multiple_entries2 ... ok
[INFO] [stdout] test tests::test_cut_yaml_multiple_lines ... ok
[INFO] [stdout] test tests::test_tags ... ok
[INFO] [stdout] test tests::test_cut_yaml_nested ... ok
[INFO] [stdout] test tests::test_tags_empty ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/curt_extract-0e01fdbc34d7239d)
[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 libcurt
[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" "bf8e5dee45afec5fd51e26ba05e527cfbcc25a116eb439be40b5dae95e91f609", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf8e5dee45afec5fd51e26ba05e527cfbcc25a116eb439be40b5dae95e91f609", kill_on_drop: false }`
[INFO] [stdout] bf8e5dee45afec5fd51e26ba05e527cfbcc25a116eb439be40b5dae95e91f609
