[INFO] crate textile 0.2.1 is already in cache [INFO] extracting crate textile 0.2.1 into work/ex/beta-1.38-1/sources/1.37.0/reg/textile/0.2.1 [INFO] extracting crate textile 0.2.1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/textile/0.2.1 [INFO] validating manifest of textile-0.2.1 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of textile-0.2.1 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing textile-0.2.1 [INFO] finished frobbing textile-0.2.1 [INFO] frobbed toml for textile-0.2.1 written to work/ex/beta-1.38-1/sources/1.37.0/reg/textile/0.2.1/Cargo.toml [INFO] started frobbing textile-0.2.1 [INFO] finished frobbing textile-0.2.1 [INFO] frobbed toml for textile-0.2.1 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/textile/0.2.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing textile-0.2.1 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/textile/0.2.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] d2b2b86bd6404cde1da82f61fa8f4a0b37d77face53cef794d625d66b580edbd [INFO] running `"docker" "start" "-a" "d2b2b86bd6404cde1da82f61fa8f4a0b37d77face53cef794d625d66b580edbd"` [INFO] [stderr] Compiling textile v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/parser/block/code_block.rs:50:42 [INFO] [stderr] | [INFO] [stderr] 50 | code: strings.join("\n").trim_right().to_string(), [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.82s [INFO] running `"docker" "inspect" "d2b2b86bd6404cde1da82f61fa8f4a0b37d77face53cef794d625d66b580edbd"` [INFO] running `"docker" "rm" "-f" "d2b2b86bd6404cde1da82f61fa8f4a0b37d77face53cef794d625d66b580edbd"` [INFO] [stdout] d2b2b86bd6404cde1da82f61fa8f4a0b37d77face53cef794d625d66b580edbd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/textile/0.2.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 0a6e1b933eeef9c09221c9f6bfff506bb52bd40092654b985fd2931b1d108d45 [INFO] running `"docker" "start" "-a" "0a6e1b933eeef9c09221c9f6bfff506bb52bd40092654b985fd2931b1d108d45"` [INFO] [stderr] Compiling maplit v0.1.6 [INFO] [stderr] Compiling textile v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/parser/block/code_block.rs:50:42 [INFO] [stderr] | [INFO] [stderr] 50 | code: strings.join("\n").trim_right().to_string(), [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.09s [INFO] running `"docker" "inspect" "0a6e1b933eeef9c09221c9f6bfff506bb52bd40092654b985fd2931b1d108d45"` [INFO] running `"docker" "rm" "-f" "0a6e1b933eeef9c09221c9f6bfff506bb52bd40092654b985fd2931b1d108d45"` [INFO] [stdout] 0a6e1b933eeef9c09221c9f6bfff506bb52bd40092654b985fd2931b1d108d45 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/textile/0.2.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 3bf1cd0d39c79d7197a52d74eef18b9cecd0ec6f85d7566dd84ad4e967a1dc17 [INFO] running `"docker" "start" "-a" "3bf1cd0d39c79d7197a52d74eef18b9cecd0ec6f85d7566dd84ad4e967a1dc17"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/textile-cbe3be46dcab3583 [INFO] [stdout] [INFO] [stdout] running 33 tests [INFO] [stdout] test parser::block::comment::tests::parses_comment_block_correctly ... ok [INFO] [stdout] test parser::block::code_block::tests::parses_code_correctly ... ok [INFO] [stdout] test parser::attributes::tests::parses_block_attributes_correctly ... ok [INFO] [stdout] test parser::block::code_block::tests::parses_multiline_code_block_correctly ... ok [INFO] [stdout] test parser::block::no_textile::tests::parses_no_textile_block_correclty ... ok [INFO] [stdout] test parser::block::paragraph::tests::parses_paragraph_correctly ... ok [INFO] [stdout] test parser::attributes::tests::parses_inline_attributes_correctly ... ok [INFO] [stdout] test parser::block::pre::tests::parses_pre_block_correctly ... ok [INFO] [stdout] test parser::block::block_quotation::tests::parses_block_quotation_with_cite_correctly ... ok [INFO] [stdout] test parser::block::block_quotation::tests::parses_block_quotation_correctly ... ok [INFO] [stdout] test parser::inline::abbreviation::tests::parses_uppercase_word_correctly ... ok [INFO] [stdout] test parser::inline::citation::tests::parses_citation_correctly ... ok [INFO] [stdout] test parser::block::block_quotation::tests::parses_multiline_block_quotation_correctly ... ok [INFO] [stdout] test parser::inline::code::tests::parses_code_correctly ... ok [INFO] [stdout] test parser::block::comment::tests::parses_multiline_comment_block_correctly ... ok [INFO] [stdout] test parser::inline::abbreviation::tests::not_parse_if_abbr_less_than_3_chars ... ok [INFO] [stdout] test parser::inline::image::tests::parses_image_with_alt_text_correctly ... ok [INFO] [stdout] test parser::inline::italic::tests::parses_italic_text_correctly ... ok [INFO] [stdout] test parser::inline::image::tests::parses_image_with_align_correctly ... ok [INFO] [stdout] test parser::inline::image::tests::parses_image_with_link_correctly ... ok [INFO] [stdout] test parser::inline::image::tests::parses_image_without_alt_text_correctly ... ok [INFO] [stdout] test parser::inline::no_textile::tests::parses_no_textile_inline_element_correctly ... ok [INFO] [stdout] test parser::block::heading::tests::parses_heading_correctly ... ok [INFO] [stdout] test parser::inline::link::tests::parses_link_with_dollar_shorthand_correctly ... ok [INFO] [stdout] test parser::inline::link::tests::parses_link_with_title_correctly ... ok [INFO] [stdout] test parser::inline::span::tests::parses_span_correctly ... ok [INFO] [stdout] test parser::inline::link::tests::parses_link_correctly ... ok [INFO] [stdout] test parser::inline::underlined::tests::parses_underlined_text_correctly ... ok [INFO] [stdout] test parser::inline::strikethrough::tests::parses_strikethrough_text_correctly ... ok [INFO] [stdout] test parser::inline::bold::tests::parses_bold_text_correctly ... ok [INFO] [stdout] test parser::inline::superscript::tests::parses_superscript_text_correctly ... ok [INFO] [stdout] test parser::inline::abbreviation::tests::parses_abbreviation_correctly ... ok [INFO] [stdout] test parser::inline::subscript::tests::parses_subscript_text_correctly ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests textile [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/renderer.rs - renderer::render_with (line 38) ... ok [INFO] [stdout] test src/lib.rs - (line 14) ... ok [INFO] [stdout] test src/parser/mod.rs - parser::parse (line 165) ... ok [INFO] [stdout] test src/renderer.rs - renderer::render (line 25) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "3bf1cd0d39c79d7197a52d74eef18b9cecd0ec6f85d7566dd84ad4e967a1dc17"` [INFO] running `"docker" "rm" "-f" "3bf1cd0d39c79d7197a52d74eef18b9cecd0ec6f85d7566dd84ad4e967a1dc17"` [INFO] [stdout] 3bf1cd0d39c79d7197a52d74eef18b9cecd0ec6f85d7566dd84ad4e967a1dc17