[INFO] fetching crate docstrings 0.1.1...
[INFO] checking docstrings-0.1.1 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate docstrings 0.1.1 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate docstrings 0.1.1 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate docstrings 0.1.1
[INFO] finished tweaking crates.io crate docstrings 0.1.1
[INFO] tweaked toml for crates.io crate docstrings 0.1.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bitflags v0.8.2
[INFO] [stderr]   Downloaded pulldown-cmark v0.0.14
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3a3b92e543f27c983c12b8a7efb80b93b0f79ee1bcf888a8e5f82bc00868d598
[INFO] running `Command { std: "docker" "start" "-a" "3a3b92e543f27c983c12b8a7efb80b93b0f79ee1bcf888a8e5f82bc00868d598", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3a3b92e543f27c983c12b8a7efb80b93b0f79ee1bcf888a8e5f82bc00868d598", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a3b92e543f27c983c12b8a7efb80b93b0f79ee1bcf888a8e5f82bc00868d598", kill_on_drop: false }`
[INFO] [stdout] 3a3b92e543f27c983c12b8a7efb80b93b0f79ee1bcf888a8e5f82bc00868d598
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b9d6917633969a11fd191d4e799d9f32e9e1413a8f03fb6476ee60246254aede
[INFO] running `Command { std: "docker" "start" "-a" "b9d6917633969a11fd191d4e799d9f32e9e1413a8f03fb6476ee60246254aede", kill_on_drop: false }`
[INFO] [stderr]    Compiling pulldown-cmark v0.0.14
[INFO] [stderr]     Checking bitflags v0.8.2
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking docstrings v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/extractors.rs:69:27
[INFO] [stdout]    |
[INFO] [stdout] 69 |             sections.push(try!(section(events)));
[INFO] [stdout]    |                           ^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:7:23
[INFO] [stdout]    |
[INFO] [stdout] 7  | #![deny(missing_docs, warnings, unsafe_code, missing_debug_implementations)]
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/extractors.rs:77:31
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 sections.push(try!(section(events))),
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/extractors.rs:96:36
[INFO] [stdout]    |
[INFO] [stdout] 96 |             DocSection::Parameters(try!(list(events, &headline))),
[INFO] [stdout]    |                                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/extractors.rs:69:27
[INFO] [stdout]    |
[INFO] [stdout] 69 |             sections.push(try!(section(events)));
[INFO] [stdout]    |                           ^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:7:23
[INFO] [stdout]    |
[INFO] [stdout] 7  | #![deny(missing_docs, warnings, unsafe_code, missing_debug_implementations)]
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/extractors.rs:98:40
[INFO] [stdout]    |
[INFO] [stdout] 98 |             DocSection::TypeParameters(try!(list(events, &headline))),
[INFO] [stdout]    |                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/extractors.rs:100:44
[INFO] [stdout]     |
[INFO] [stdout] 100 |             DocSection::LifetimeParameters(try!(list(events, &headline))),
[INFO] [stdout]     |                                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/extractors.rs:77:31
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 sections.push(try!(section(events))),
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/extractors.rs:96:36
[INFO] [stdout]    |
[INFO] [stdout] 96 |             DocSection::Parameters(try!(list(events, &headline))),
[INFO] [stdout]    |                                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/extractors.rs:104:17
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 try!(list(events, &headline))),
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/extractors.rs:98:40
[INFO] [stdout]    |
[INFO] [stdout] 98 |             DocSection::TypeParameters(try!(list(events, &headline))),
[INFO] [stdout]    |                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/extractors.rs:123:56
[INFO] [stdout]     |
[INFO] [stdout] 123 |             Some(Event::Start(Tag::Item)) => list.push(try!(list_item(events))),
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/extractors.rs:100:44
[INFO] [stdout]     |
[INFO] [stdout] 100 |             DocSection::LifetimeParameters(try!(list(events, &headline))),
[INFO] [stdout]     |                                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:91:17
[INFO] [stdout]    |
[INFO] [stdout] 91 |         teaser: try!(extractors::teaser(events)),
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/extractors.rs:104:17
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 try!(list(events, &headline))),
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:92:22
[INFO] [stdout]    |
[INFO] [stdout] 92 |         description: try!(extractors::description(events)),
[INFO] [stdout]    |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:93:19
[INFO] [stdout]    |
[INFO] [stdout] 93 |         sections: try!(extractors::sections(events)),
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/extractors.rs:123:56
[INFO] [stdout]     |
[INFO] [stdout] 123 |             Some(Event::Start(Tag::Item)) => list.push(try!(list_item(events))),
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:91:17
[INFO] [stdout]    |
[INFO] [stdout] 91 |         teaser: try!(extractors::teaser(events)),
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:92:22
[INFO] [stdout]    |
[INFO] [stdout] 92 |         description: try!(extractors::description(events)),
[INFO] [stdout]    |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:93:19
[INFO] [stdout]    |
[INFO] [stdout] 93 |         sections: try!(extractors::sections(events)),
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated method `core::str::<impl str>::trim_right`: superseded by `trim_end`
[INFO] [stdout]   --> src/to_md.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     res.trim_right().into()
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 66 |     res.trim_end().into()
[INFO] [stdout]    |         ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated method `core::str::<impl str>::trim_right`: superseded by `trim_end`
[INFO] [stdout]   --> src/to_md.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     res.trim_right().into()
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 66 |     res.trim_end().into()
[INFO] [stdout]    |         ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated method `core::str::<impl str>::trim_left_matches`: superseded by `trim_start_matches`
[INFO] [stdout]    --> src/extractors.rs:144:21
[INFO] [stdout]     |
[INFO] [stdout] 144 |         docs = docs.trim_left_matches(": ").into();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]     |
[INFO] [stdout] 144 |         docs = docs.trim_start_matches(": ").into();
[INFO] [stdout]     |                     ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated method `core::str::<impl str>::trim_left_matches`: superseded by `trim_start_matches`
[INFO] [stdout]    --> src/extractors.rs:144:21
[INFO] [stdout]     |
[INFO] [stdout] 144 |         docs = docs.trim_left_matches(": ").into();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]     |
[INFO] [stdout] 144 |         docs = docs.trim_start_matches(": ").into();
[INFO] [stdout]     |                     ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 12 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 12 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `docstrings` (lib test) due to 13 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `docstrings` (lib) due to 13 previous errors
[INFO] running `Command { std: "docker" "inspect" "b9d6917633969a11fd191d4e799d9f32e9e1413a8f03fb6476ee60246254aede", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b9d6917633969a11fd191d4e799d9f32e9e1413a8f03fb6476ee60246254aede", kill_on_drop: false }`
[INFO] [stdout] b9d6917633969a11fd191d4e799d9f32e9e1413a8f03fb6476ee60246254aede
[INFO] checking docstrings-0.1.1 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate docstrings 0.1.1 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate docstrings 0.1.1 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate docstrings 0.1.1
[INFO] finished tweaking crates.io crate docstrings 0.1.1
[INFO] tweaked toml for crates.io crate docstrings 0.1.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3844c6f8d3780056d771fac4ebd680d9a227d59626926b0b120c0ae0da4e95db
[INFO] running `Command { std: "docker" "start" "-a" "3844c6f8d3780056d771fac4ebd680d9a227d59626926b0b120c0ae0da4e95db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3844c6f8d3780056d771fac4ebd680d9a227d59626926b0b120c0ae0da4e95db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3844c6f8d3780056d771fac4ebd680d9a227d59626926b0b120c0ae0da4e95db", kill_on_drop: false }`
[INFO] [stdout] 3844c6f8d3780056d771fac4ebd680d9a227d59626926b0b120c0ae0da4e95db
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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 -Dnon_local_definitions" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e4cd03e3d10e9f781d38b8acd680f942d5b69f6ba2642e001a4de2bea948968f
[INFO] running `Command { std: "docker" "start" "-a" "e4cd03e3d10e9f781d38b8acd680f942d5b69f6ba2642e001a4de2bea948968f", kill_on_drop: false }`
[INFO] [stderr]    Compiling pulldown-cmark v0.0.14
[INFO] [stderr]     Checking bitflags v0.8.2
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking docstrings v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/extractors.rs:69:27
[INFO] [stdout]    |
[INFO] [stdout] 69 |             sections.push(try!(section(events)));
[INFO] [stdout]    |                           ^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:7:23
[INFO] [stdout]    |
[INFO] [stdout] 7  | #![deny(missing_docs, warnings, unsafe_code, missing_debug_implementations)]
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/extractors.rs:77:31
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 sections.push(try!(section(events))),
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/extractors.rs:96:36
[INFO] [stdout]    |
[INFO] [stdout] 96 |             DocSection::Parameters(try!(list(events, &headline))),
[INFO] [stdout]    |                                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/extractors.rs:69:27
[INFO] [stdout]    |
[INFO] [stdout] 69 |             sections.push(try!(section(events)));
[INFO] [stdout]    |                           ^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:7:23
[INFO] [stdout]    |
[INFO] [stdout] 7  | #![deny(missing_docs, warnings, unsafe_code, missing_debug_implementations)]
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/extractors.rs:98:40
[INFO] [stdout]    |
[INFO] [stdout] 98 |             DocSection::TypeParameters(try!(list(events, &headline))),
[INFO] [stdout]    |                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/extractors.rs:100:44
[INFO] [stdout]     |
[INFO] [stdout] 100 |             DocSection::LifetimeParameters(try!(list(events, &headline))),
[INFO] [stdout]     |                                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/extractors.rs:77:31
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 sections.push(try!(section(events))),
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/extractors.rs:104:17
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 try!(list(events, &headline))),
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/extractors.rs:96:36
[INFO] [stdout]    |
[INFO] [stdout] 96 |             DocSection::Parameters(try!(list(events, &headline))),
[INFO] [stdout]    |                                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/extractors.rs:123:56
[INFO] [stdout]     |
[INFO] [stdout] 123 |             Some(Event::Start(Tag::Item)) => list.push(try!(list_item(events))),
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:91:17
[INFO] [stdout]    |
[INFO] [stdout] 91 |         teaser: try!(extractors::teaser(events)),
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/extractors.rs:98:40
[INFO] [stdout]    |
[INFO] [stdout] 98 |             DocSection::TypeParameters(try!(list(events, &headline))),
[INFO] [stdout]    |                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:92:22
[INFO] [stdout]    |
[INFO] [stdout] 92 |         description: try!(extractors::description(events)),
[INFO] [stdout]    |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:93:19
[INFO] [stdout]    |
[INFO] [stdout] 93 |         sections: try!(extractors::sections(events)),
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/extractors.rs:100:44
[INFO] [stdout]     |
[INFO] [stdout] 100 |             DocSection::LifetimeParameters(try!(list(events, &headline))),
[INFO] [stdout]     |                                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/extractors.rs:104:17
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 try!(list(events, &headline))),
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/extractors.rs:123:56
[INFO] [stdout]     |
[INFO] [stdout] 123 |             Some(Event::Start(Tag::Item)) => list.push(try!(list_item(events))),
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:91:17
[INFO] [stdout]    |
[INFO] [stdout] 91 |         teaser: try!(extractors::teaser(events)),
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:92:22
[INFO] [stdout]    |
[INFO] [stdout] 92 |         description: try!(extractors::description(events)),
[INFO] [stdout]    |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:93:19
[INFO] [stdout]    |
[INFO] [stdout] 93 |         sections: try!(extractors::sections(events)),
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated method `core::str::<impl str>::trim_right`: superseded by `trim_end`
[INFO] [stdout]   --> src/to_md.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     res.trim_right().into()
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 66 |     res.trim_end().into()
[INFO] [stdout]    |         ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated method `core::str::<impl str>::trim_left_matches`: superseded by `trim_start_matches`
[INFO] [stdout]    --> src/extractors.rs:144:21
[INFO] [stdout]     |
[INFO] [stdout] 144 |         docs = docs.trim_left_matches(": ").into();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]     |
[INFO] [stdout] 144 |         docs = docs.trim_start_matches(": ").into();
[INFO] [stdout]     |                     ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated method `core::str::<impl str>::trim_right`: superseded by `trim_end`
[INFO] [stdout]   --> src/to_md.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     res.trim_right().into()
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 66 |     res.trim_end().into()
[INFO] [stdout]    |         ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated method `core::str::<impl str>::trim_left_matches`: superseded by `trim_start_matches`
[INFO] [stdout]    --> src/extractors.rs:144:21
[INFO] [stdout]     |
[INFO] [stdout] 144 |         docs = docs.trim_left_matches(": ").into();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]     |
[INFO] [stdout] 144 |         docs = docs.trim_start_matches(": ").into();
[INFO] [stdout]     |                     ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 12 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `docstrings` (lib test) due to 13 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 12 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `docstrings` (lib) due to 13 previous errors
[INFO] running `Command { std: "docker" "inspect" "e4cd03e3d10e9f781d38b8acd680f942d5b69f6ba2642e001a4de2bea948968f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4cd03e3d10e9f781d38b8acd680f942d5b69f6ba2642e001a4de2bea948968f", kill_on_drop: false }`
[INFO] [stdout] e4cd03e3d10e9f781d38b8acd680f942d5b69f6ba2642e001a4de2bea948968f
