[INFO] fetching crate bbscope 0.2.0...
[INFO] testing bbscope-0.2.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate bbscope 0.2.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate bbscope 0.2.0
[INFO] finished tweaking crates.io crate bbscope 0.2.0
[INFO] tweaked toml for crates.io crate bbscope 0.2.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bbscope 0.2.0 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] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 11 packages to latest compatible versions
[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-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2f10c543b49a2fa1d20b20ff768cca1433c6bf47d5f8b0f731777eefa9252fd4
[INFO] running `Command { std: "docker" "start" "-a" "2f10c543b49a2fa1d20b20ff768cca1433c6bf47d5f8b0f731777eefa9252fd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2f10c543b49a2fa1d20b20ff768cca1433c6bf47d5f8b0f731777eefa9252fd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f10c543b49a2fa1d20b20ff768cca1433c6bf47d5f8b0f731777eefa9252fd4", kill_on_drop: false }`
[INFO] [stdout] 2f10c543b49a2fa1d20b20ff768cca1433c6bf47d5f8b0f731777eefa9252fd4
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bdd82911cf0b766c8ec2af07cbdb8e431c0390006c34b1b5d22072f3a8d3e3df
[INFO] running `Command { std: "docker" "start" "-a" "bdd82911cf0b766c8ec2af07cbdb8e431c0390006c34b1b5d22072f3a8d3e3df", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling utf8-width v0.1.7
[INFO] [stderr]    Compiling html-escape v0.2.13
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling bbscope v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:374:41
[INFO] [stdout]     |
[INFO] [stdout] 374 |         let target_attr_c1 = target_attr.clone();
[INFO] [stdout]     |                                         ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.77s
[INFO] running `Command { std: "docker" "inspect" "bdd82911cf0b766c8ec2af07cbdb8e431c0390006c34b1b5d22072f3a8d3e3df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bdd82911cf0b766c8ec2af07cbdb8e431c0390006c34b1b5d22072f3a8d3e3df", kill_on_drop: false }`
[INFO] [stdout] bdd82911cf0b766c8ec2af07cbdb8e431c0390006c34b1b5d22072f3a8d3e3df
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6e221ff85b8ef6146b9db6850824a0efa58808cb99db58450b6594f593a21e6f
[INFO] running `Command { std: "docker" "start" "-a" "6e221ff85b8ef6146b9db6850824a0efa58808cb99db58450b6594f593a21e6f", kill_on_drop: false }`
[INFO] [stderr]    Compiling bbscope v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:374:41
[INFO] [stdout]     |
[INFO] [stdout] 374 |         let target_attr_c1 = target_attr.clone();
[INFO] [stdout]     |                                         ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:374:41
[INFO] [stdout]     |
[INFO] [stdout] 374 |         let target_attr_c1 = target_attr.clone();
[INFO] [stdout]     |                                         ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.12s
[INFO] running `Command { std: "docker" "inspect" "6e221ff85b8ef6146b9db6850824a0efa58808cb99db58450b6594f593a21e6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e221ff85b8ef6146b9db6850824a0efa58808cb99db58450b6594f593a21e6f", kill_on_drop: false }`
[INFO] [stdout] 6e221ff85b8ef6146b9db6850824a0efa58808cb99db58450b6594f593a21e6f
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f5ecbaa2a0071f8d7cbbc139dcc015c0dab509f3241df28695ea29d9390aaa77
[INFO] running `Command { std: "docker" "start" "-a" "f5ecbaa2a0071f8d7cbbc139dcc015c0dab509f3241df28695ea29d9390aaa77", kill_on_drop: false }`
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:374:41
[INFO] [stderr]     |
[INFO] [stderr] 374 |         let target_attr_c1 = target_attr.clone();
[INFO] [stderr]     |                                         ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `bbscope` (lib) generated 1 warning (run `cargo fix --lib -p bbscope` to apply 1 suggestion)
[INFO] [stderr] warning: `bbscope` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bbscope-7dc0cdacad28ff83)
[INFO] [stdout] 
[INFO] [stdout] running 83 tests
[INFO] [stdout] test tests::consume_stillescape ... ok
[INFO] [stdout] test tests::build_init ... ok
[INFO] [stdout] test tests::amp_single ... ok
[INFO] [stdout] test tests::code_simple ... ok
[INFO] [stdout] test tests::autolink_basic ... ok
[INFO] [stdout] test tests::complex_escape ... ok
[INFO] [stdout] test tests::e_closemulti ... ok
[INFO] [stdout] test tests::e_bracket_url ... ok
[INFO] [stdout] test tests::doublequote_single ... ok
[INFO] [stdout] test tests::e_empty ... ok
[INFO] [stdout] test tests::anchor_simple ... ok
[INFO] [stdout] test tests::consume_attribute ... ok
[INFO] [stdout] test tests::e_dangling ... ok
[INFO] [stdout] test tests::anchor_inside ... ok
[INFO] [stdout] test tests::e_escapemadness ... ok
[INFO] [stdout] test tests::e_normal ... ok
[INFO] [stdout] test tests::cite_escape ... ok
[INFO] [stdout] test tests::consume_standard ... ok
[INFO] [stdout] test tests::e_faketag ... ok
[INFO] [stdout] test tests::e_fancytag ... ok
[INFO] [stdout] test tests::e_ignoreclose ... ok
[INFO] [stdout] test tests::e_nested ... ok
[INFO] [stdout] test tests::e_reallyfake ... ok
[INFO] [stdout] test tests::e_normalquote ... ok
[INFO] [stdout] test tests::e_emptyquote ... ok
[INFO] [stdout] test tests::nested_bold ... ok
[INFO] [stdout] test tests::lt_single ... ok
[INFO] [stdout] test tests::e_weirdignoreclose ... ok
[INFO] [stdout] test tests::newline_sub ... ok
[INFO] [stdout] test tests::gt_single ... ok
[INFO] [stdout] test tests::newline_sup ... ok
[INFO] [stdout] test tests::h1_simple ... ok
[INFO] [stdout] test tests::newline_br ... ok
[INFO] [stdout] test tests::inner_hack ... ok
[INFO] [stdout] test tests::list_basic ... ok
[INFO] [stdout] test tests::newline_listmega ... ok
[INFO] [stdout] test tests::newline_italic ... ok
[INFO] [stdout] test tests::newline_list2 ... ok
[INFO] [stdout] test tests::newline_list1 ... ok
[INFO] [stdout] test tests::newline_bold ... ok
[INFO] [stdout] test tests::no_img_in_url ... ok
[INFO] [stdout] test tests::no_alter ... ok
[INFO] [stdout] test tests::newlines_not_br ... ok
[INFO] [stdout] test tests::newline_underline ... ok
[INFO] [stdout] test tests::h2_simple ... ok
[INFO] [stdout] test tests::no_target_in_url ... ok
[INFO] [stdout] test tests::newline_strikethrough ... ok
[INFO] [stdout] test tests::restricted_tags ... ok
[INFO] [stdout] test tests::no_img_in_url_noendtag ... ok
[INFO] [stdout] test tests::quote_newlines ... ok
[INFO] [stdout] test tests::return_byebye ... ok
[INFO] [stdout] test tests::simple_bolditalic ... ok
[INFO] [stdout] test tests::simple_img_nonstd ... ok
[INFO] [stdout] test tests::simple_img ... ok
[INFO] [stdout] test tests::h3_simple ... ok
[INFO] [stdout] test tests::icode_simple ... ok
[INFO] [stdout] test tests::quote_single ... ok
[INFO] [stdout] test tests::simple_bold ... ok
[INFO] [stdout] test tests::random_brackets ... ok
[INFO] [stdout] test tests::simple_customtag ... ok
[INFO] [stdout] test tests::simple_img_nonstd_inner ... ok
[INFO] [stdout] test tests::simple_insensitive ... ok
[INFO] [stdout] test tests::simple_italic ... ok
[INFO] [stdout] test tests::unclosed_basic ... ok
[INFO] [stdout] test tests::simple_nospaces ... ok
[INFO] [stdout] test tests::simple_underline ... ok
[INFO] [stdout] test tests::spoiler_simeon ... ok
[INFO] [stdout] test tests::url_nested ... ok
[INFO] [stdout] test tests::simple_sensitivevalue ... ok
[INFO] [stdout] test tests::simple_customtag_withdefault ... ok
[INFO] [stdout] test tests::url_no_other_tags ... ok
[INFO] [stdout] test tests::url_with_img ... ok
[INFO] [stdout] test tests::simple_url_witharg ... ok
[INFO] [stdout] test tests::simple_strikethrough ... ok
[INFO] [stdout] test tests::url_with_img_nourl ... ok
[INFO] [stdout] test tests::simple_url_default ... ok
[INFO] [stdout] test tests::verbatim_url ... ok
[INFO] [stdout] test tests::simple_sup ... ok
[INFO] [stdout] test tests::simple_sub ... ok
[INFO] [stdout] test tests::url_escape ... ok
[INFO] [stdout] test tests::url_with_img_attr ... ok
[INFO] [stdout] test tests::simple_spoiler ... ok
[INFO] [stdout] test tests::simple_emptyspoiler ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.86s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests bbscope
[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" "f5ecbaa2a0071f8d7cbbc139dcc015c0dab509f3241df28695ea29d9390aaa77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f5ecbaa2a0071f8d7cbbc139dcc015c0dab509f3241df28695ea29d9390aaa77", kill_on_drop: false }`
[INFO] [stdout] f5ecbaa2a0071f8d7cbbc139dcc015c0dab509f3241df28695ea29d9390aaa77
