[INFO] fetching crate bio-types 0.4.0... [INFO] extracting crate bio-types 0.4.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/bio-types/0.4.0 [INFO] extracting crate bio-types 0.4.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/bio-types/0.4.0 [INFO] validating manifest of bio-types-0.4.0 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of bio-types-0.4.0 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing bio-types-0.4.0 [INFO] finished frobbing bio-types-0.4.0 [INFO] frobbed toml for bio-types-0.4.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/bio-types/0.4.0/Cargo.toml [INFO] started frobbing bio-types-0.4.0 [INFO] finished frobbing bio-types-0.4.0 [INFO] frobbed toml for bio-types-0.4.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/bio-types/0.4.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing bio-types-0.4.0 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/bio-types/0.4.0:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 94d4b4804d35e9dac2c13d60543ae2e7fcff87d10914b6a2e226bb58f61bbff7 [INFO] running `"docker" "start" "-a" "94d4b4804d35e9dac2c13d60543ae2e7fcff87d10914b6a2e226bb58f61bbff7"` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] Compiling bio-types v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/annot/mod.rs:55:1 [INFO] [stderr] | [INFO] [stderr] 55 | /// Errors that arise in parsing annotations. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 56 | / quick_error! { [INFO] [stderr] 57 | | #[derive(Debug, Clone)] [INFO] [stderr] 58 | | pub enum ParseAnnotError { [INFO] [stderr] 59 | | BadAnnot { [INFO] [stderr] ... | [INFO] [stderr] 74 | | } [INFO] [stderr] 75 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/annot/mod.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | /// Errors that arise in maniuplating annotations [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 78 | / quick_error! { [INFO] [stderr] 79 | | #[derive(Debug, Clone)] [INFO] [stderr] 80 | | pub enum AnnotError { [INFO] [stderr] 81 | | NoStrand { [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.52s [INFO] running `"docker" "inspect" "94d4b4804d35e9dac2c13d60543ae2e7fcff87d10914b6a2e226bb58f61bbff7"` [INFO] running `"docker" "rm" "-f" "94d4b4804d35e9dac2c13d60543ae2e7fcff87d10914b6a2e226bb58f61bbff7"` [INFO] [stdout] 94d4b4804d35e9dac2c13d60543ae2e7fcff87d10914b6a2e226bb58f61bbff7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/bio-types/0.4.0:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] afc6f335c193b8211422d8ad353572095aca1594c6c13518f1c2a10b79fb9209 [INFO] running `"docker" "start" "-a" "afc6f335c193b8211422d8ad353572095aca1594c6c13518f1c2a10b79fb9209"` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] Compiling bio-types v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/annot/mod.rs:55:1 [INFO] [stderr] | [INFO] [stderr] 55 | /// Errors that arise in parsing annotations. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 56 | / quick_error! { [INFO] [stderr] 57 | | #[derive(Debug, Clone)] [INFO] [stderr] 58 | | pub enum ParseAnnotError { [INFO] [stderr] 59 | | BadAnnot { [INFO] [stderr] ... | [INFO] [stderr] 74 | | } [INFO] [stderr] 75 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/annot/mod.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | /// Errors that arise in maniuplating annotations [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 78 | / quick_error! { [INFO] [stderr] 79 | | #[derive(Debug, Clone)] [INFO] [stderr] 80 | | pub enum AnnotError { [INFO] [stderr] 81 | | NoStrand { [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.92s [INFO] running `"docker" "inspect" "afc6f335c193b8211422d8ad353572095aca1594c6c13518f1c2a10b79fb9209"` [INFO] running `"docker" "rm" "-f" "afc6f335c193b8211422d8ad353572095aca1594c6c13518f1c2a10b79fb9209"` [INFO] [stdout] afc6f335c193b8211422d8ad353572095aca1594c6c13518f1c2a10b79fb9209 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/bio-types/0.4.0:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 9152f9d1ee2283a0eebcebaa92cbe467a1c5afd46b1d6e3475ca311094d3d243 [INFO] running `"docker" "start" "-a" "9152f9d1ee2283a0eebcebaa92cbe467a1c5afd46b1d6e3475ca311094d3d243"` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/bio_types-c1df8e86e471a10c [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test alignment::tests::test_cigar ... ok [INFO] [stdout] test alignment::tests::test_pretty ... ok [INFO] [stdout] test annot::pos::tests::loc_impl ... ok [INFO] [stdout] test annot::pos::tests::pos_accessors ... ok [INFO] [stdout] test annot::pos::tests::strand_conversion ... ok [INFO] [stdout] test annot::pos::tests::string_representation ... ok [INFO] [stdout] test annot::spliced::tests::into_outof ... ok [INFO] [stdout] test annot::contig::tests::intersection ... ok [INFO] [stdout] test annot::contig::tests::into_outof ... ok [INFO] [stdout] test annot::contig::tests::first_and_last ... ok [INFO] [stdout] test annot::spliced::tests::intersection ... ok [INFO] [stdout] test strand::tests::test_strand ... ok [INFO] [stdout] test annot::spliced::tests::length_start_to_contig ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests bio-types [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test src/annot/mod.rs - annot (line 30) ... ok [INFO] [stdout] test src/annot/contig.rs - annot::contig::Contig::new (line 57) ... ok [INFO] [stdout] test src/annot/contig.rs - annot::contig::Contig::extend_upstream (line 150) ... ok [INFO] [stdout] test src/annot/contig.rs - annot::contig::Contig::extend_downstream (line 177) ... ok [INFO] [stdout] test src/annot/contig.rs - annot::contig::Contig::with_first_length (line 82) ... ok [INFO] [stdout] test src/alignment.rs - alignment::Alignment::cigar (line 91) ... ok [INFO] [stdout] test src/annot/contig.rs - annot::contig::Contig (line 32) ... ok [INFO] [stdout] test src/annot/pos.rs - annot::pos::Pos (line 31) ... ok [INFO] [stdout] test src/annot/pos.rs - annot::pos::Pos::sub_assign (line 131) ... ok [INFO] [stdout] test src/annot/pos.rs - annot::pos::Pos::add_assign (line 100) ... ok [INFO] [stdout] test src/annot/pos.rs - annot::pos::Pos::new (line 55) ... ok [INFO] [stdout] test src/annot/spliced.rs - annot::spliced::Spliced::new (line 238) ... ok [INFO] [stdout] test src/strand.rs - strand::ReqStrand::on_strand (line 153) ... ok [INFO] [stdout] test src/annot/spliced.rs - annot::spliced::Spliced (line 208) ... ok [INFO] [stdout] test src/annot/refids.rs - annot::refids::RefIDSet (line 14) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "9152f9d1ee2283a0eebcebaa92cbe467a1c5afd46b1d6e3475ca311094d3d243"` [INFO] running `"docker" "rm" "-f" "9152f9d1ee2283a0eebcebaa92cbe467a1c5afd46b1d6e3475ca311094d3d243"` [INFO] [stdout] 9152f9d1ee2283a0eebcebaa92cbe467a1c5afd46b1d6e3475ca311094d3d243