Nov 28 14:24:29.708 INFO documenting fid-0.1.3 against try#f5a0bd723553ea4b7556bd7087b9f0919cafb483 for pr-55318 Nov 28 14:24:29.708 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55318/worker-6/try#f5a0bd723553ea4b7556bd7087b9f0919cafb483:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55318/try#f5a0bd723553ea4b7556bd7087b9f0919cafb483:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +f5a0bd723553ea4b7556bd7087b9f0919cafb483-alt doc --frozen --no-deps --document-private-items" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 28 14:24:30.141 INFO [stdout] 18bcc285ec2b1c4ead9dac45b648ee4bbc31ab963ee9e6e99632a63d851f655b Nov 28 14:24:30.144 INFO running `"docker" "start" "-a" "18bcc285ec2b1c4ead9dac45b648ee4bbc31ab963ee9e6e99632a63d851f655b"` Nov 28 14:24:30.638 INFO [stderr] usermod: no changes Nov 28 14:24:30.677 INFO [stderr] Compiling fid v0.1.3 (/source) Nov 28 14:24:31.470 INFO [stderr] Documenting fid v0.1.3 (/source) Nov 28 14:24:32.905 INFO [stderr] warning: `[1]` cannot be resolved, ignoring it... Nov 28 14:24:32.905 INFO [stderr] --> src/lib.rs:28:81 Nov 28 14:24:32.905 INFO [stderr] | Nov 28 14:24:32.905 INFO [stderr] 28 | //! Compression and computation algorithms for `BitVector` are originally from [1] and its practical implementation ideas are from [2]. Nov 28 14:24:32.905 INFO [stderr] | ^ cannot be resolved, ignoring Nov 28 14:24:32.905 INFO [stderr] | Nov 28 14:24:32.905 INFO [stderr] = note: #[warn(intra_doc_link_resolution_failure)] on by default Nov 28 14:24:32.905 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Nov 28 14:24:32.905 INFO [stderr] Nov 28 14:24:32.905 INFO [stderr] warning: `[2]` cannot be resolved, ignoring it... Nov 28 14:24:32.905 INFO [stderr] --> src/lib.rs:28:133 Nov 28 14:24:32.905 INFO [stderr] | Nov 28 14:24:32.905 INFO [stderr] 28 | //! Compression and computation algorithms for `BitVector` are originally from [1] and its practical implementation ideas are from [2]. Nov 28 14:24:32.905 INFO [stderr] | ^ cannot be resolved, ignoring Nov 28 14:24:32.905 INFO [stderr] | Nov 28 14:24:32.905 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Nov 28 14:24:32.905 INFO [stderr] Nov 28 14:24:32.905 INFO [stderr] warning: `[1]` cannot be resolved, ignoring it... Nov 28 14:24:32.905 INFO [stderr] --> src/lib.rs:30:6 Nov 28 14:24:32.905 INFO [stderr] | Nov 28 14:24:32.905 INFO [stderr] 30 | //! [1] Gonzalo Navarro and Eliana Providel. 2012. Fast, small, simple rank/select on bitmaps. In Proceedings of the 11th international conference on Experimental Algorithms (SEA'12), Ralf Klasing (Ed.). Springer-Verlag, Berlin, Heidelberg, 295-306. DOI=http://dx.doi.org/10.1007/978-3-642-30850-5_26 Nov 28 14:24:32.905 INFO [stderr] | ^ cannot be resolved, ignoring Nov 28 14:24:32.905 INFO [stderr] | Nov 28 14:24:32.905 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Nov 28 14:24:32.905 INFO [stderr] Nov 28 14:24:32.905 INFO [stderr] warning: `[2]` cannot be resolved, ignoring it... Nov 28 14:24:32.905 INFO [stderr] --> src/lib.rs:32:6 Nov 28 14:24:32.905 INFO [stderr] | Nov 28 14:24:32.905 INFO [stderr] 32 | //! [2] rsdic by Daisuke Okanohara. [https://github.com/hillbig/rsdic](https://github.com/hillbig/rsdic) Nov 28 14:24:32.905 INFO [stderr] | ^ cannot be resolved, ignoring Nov 28 14:24:32.905 INFO [stderr] | Nov 28 14:24:32.905 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Nov 28 14:24:32.905 INFO [stderr] Nov 28 14:24:32.905 INFO [stderr] warning: `[2]` cannot be resolved, ignoring it... Nov 28 14:24:32.905 INFO [stderr] --> src/bit_vector.rs:24:66 Nov 28 14:24:32.905 INFO [stderr] | Nov 28 14:24:32.905 INFO [stderr] 24 | /// for the sake of efficiency. This idea originally comes from [2]. For each large block, we store the number of 1s up to its beginning and Nov 28 14:24:32.906 INFO [stderr] | ^ cannot be resolved, ignoring Nov 28 14:24:32.906 INFO [stderr] | Nov 28 14:24:32.906 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Nov 28 14:24:32.906 INFO [stderr] Nov 28 14:24:32.906 INFO [stderr] warning: `[1]` cannot be resolved, ignoring it... Nov 28 14:24:32.906 INFO [stderr] --> src/bit_vector.rs:42:6 Nov 28 14:24:32.906 INFO [stderr] | Nov 28 14:24:32.906 INFO [stderr] 42 | /// [1] Gonzalo Navarro and Eliana Providel. 2012. Fast, small, simple rank/select on bitmaps. In Proceedings of the 11th international conference on Experimental Algorithms (SEA'12), Ralf Klasing (Ed.). Springer-Verlag, Berlin, Heidelberg, 295-306. DOI=http://dx.doi.org/10.1007/978-3-642-30850-5_26 Nov 28 14:24:32.906 INFO [stderr] | ^ cannot be resolved, ignoring Nov 28 14:24:32.907 INFO [stderr] | Nov 28 14:24:32.907 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Nov 28 14:24:32.907 INFO [stderr] Nov 28 14:24:32.907 INFO [stderr] warning: `[2]` cannot be resolved, ignoring it... Nov 28 14:24:32.907 INFO [stderr] --> src/bit_vector.rs:44:6 Nov 28 14:24:32.907 INFO [stderr] | Nov 28 14:24:32.907 INFO [stderr] 44 | /// [2] rsdic by Daisuke Okanohara. [https://github.com/hillbig/rsdic](https://github.com/hillbig/rsdic) Nov 28 14:24:32.907 INFO [stderr] | ^ cannot be resolved, ignoring Nov 28 14:24:32.907 INFO [stderr] | Nov 28 14:24:32.907 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Nov 28 14:24:32.907 INFO [stderr] Nov 28 14:24:33.003 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.35s Nov 28 14:24:33.007 INFO [stderr] su: No module specific data is present Nov 28 14:24:33.367 INFO running `"docker" "inspect" "18bcc285ec2b1c4ead9dac45b648ee4bbc31ab963ee9e6e99632a63d851f655b"` Nov 28 14:24:33.450 INFO running `"docker" "rm" "-f" "18bcc285ec2b1c4ead9dac45b648ee4bbc31ab963ee9e6e99632a63d851f655b"` Nov 28 14:24:33.563 INFO [stdout] 18bcc285ec2b1c4ead9dac45b648ee4bbc31ab963ee9e6e99632a63d851f655b