Nov 28 12:07:43.608 INFO documenting mdbook-epub-0.1.0 against master#6bfb46e4ac9a2704f06de1a2ff7a4612cd70c8cb for pr-55318 Nov 28 12:07:43.608 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55318/worker-3/master#6bfb46e4ac9a2704f06de1a2ff7a4612cd70c8cb:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55318/master#6bfb46e4ac9a2704f06de1a2ff7a4612cd70c8cb:/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 +6bfb46e4ac9a2704f06de1a2ff7a4612cd70c8cb-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 12:07:44.001 INFO [stdout] ce1cf99e2c1c0895b2ae457ec7dc0f13c5c6740cb66a88d4b39728f88803eaca Nov 28 12:07:44.003 INFO running `"docker" "start" "-a" "ce1cf99e2c1c0895b2ae457ec7dc0f13c5c6740cb66a88d4b39728f88803eaca"` Nov 28 12:07:46.101 INFO [stderr] usermod: no changes Nov 28 12:07:46.958 INFO [stderr] Compiling crossbeam v0.2.12 Nov 28 12:07:46.959 INFO [stderr] Compiling strsim v0.6.0 Nov 28 12:07:47.003 INFO [stderr] Compiling crossbeam v0.3.2 Nov 28 12:07:47.005 INFO [stderr] Compiling hex v0.2.0 Nov 28 12:07:47.048 INFO [stderr] Compiling memchr v1.0.2 Nov 28 12:07:47.049 INFO [stderr] Compiling filetime v0.1.15 Nov 28 12:07:47.055 INFO [stderr] Compiling jobserver v0.1.12 Nov 28 12:07:47.066 INFO [stderr] Compiling semver v0.8.0 Nov 28 12:07:50.912 INFO [stderr] Compiling flate2 v0.2.20 Nov 28 12:07:51.440 INFO [stderr] Checking structopt v0.1.7 Nov 28 12:07:56.876 INFO [stderr] Compiling serde_derive v1.0.80 Nov 28 12:07:56.995 INFO [stderr] Compiling html5ever v0.22.5 Nov 28 12:07:56.996 INFO [stderr] Compiling synstructure v0.10.1 Nov 28 12:07:57.015 INFO [stderr] Compiling strum_macros v0.11.0 Nov 28 12:07:57.037 INFO [stderr] Compiling error-chain v0.11.0 Nov 28 12:07:57.272 INFO [stderr] Compiling libgit2-sys v0.6.19 Nov 28 12:07:57.756 INFO [stderr] Compiling string_cache_codegen v0.4.2 Nov 28 12:08:02.069 INFO [stderr] Compiling globset v0.2.1 Nov 28 12:08:02.099 INFO [stderr] Checking handlebars v0.32.4 Nov 28 12:08:02.199 INFO [stderr] Checking parking_lot v0.6.4 Nov 28 12:08:05.843 INFO [stderr] Checking toml-query v0.6.0 Nov 28 12:08:30.459 INFO [stderr] Compiling git2 v0.6.11 Nov 28 12:08:30.643 INFO [stderr] Compiling mdbook v0.1.8 Nov 28 12:08:30.663 INFO [stderr] Checking tokio-reactor v0.1.7 Nov 28 12:08:30.880 INFO [stderr] Compiling string_cache v0.7.3 Nov 28 12:08:32.003 INFO [stderr] Compiling ignore v0.2.2 Nov 28 12:08:33.391 INFO [stderr] Compiling failure_derive v0.1.3 Nov 28 12:08:34.046 INFO [stderr] Checking epub-builder v0.3.0 Nov 28 12:08:47.502 INFO [stderr] Checking inotify v0.6.1 Nov 28 12:08:47.502 INFO [stderr] Checking failure v0.1.3 Nov 28 12:08:47.677 INFO [stderr] Checking mount v0.4.0 Nov 28 12:08:47.987 INFO [stderr] Compiling git2-curl v0.7.0 Nov 28 12:08:49.271 INFO [stderr] Compiling markup5ever v0.7.3 Nov 28 12:08:49.271 INFO [stderr] Compiling crates-io v0.13.0 Nov 28 12:08:49.271 INFO [stderr] Compiling docopt v0.8.3 Nov 28 12:08:49.271 INFO [stderr] Checking elasticlunr-rs v2.3.4 Nov 28 12:08:52.662 INFO [stderr] Checking notify v4.0.6 Nov 28 12:08:52.687 INFO [stderr] Checking staticfile v0.5.0 Nov 28 12:08:57.028 INFO [stderr] Compiling cargo v0.24.0 Nov 28 12:09:10.151 INFO [stderr] Checking ammonia v1.2.0 Nov 28 12:10:04.479 INFO [stderr] Compiling mdbook-epub v0.1.0 (/source) Nov 28 12:10:16.817 INFO [stderr] Documenting mdbook-epub v0.1.0 (/source) Nov 28 12:10:22.965 INFO [stderr] warning: `[0]` cannot be resolved, ignoring it... Nov 28 12:10:22.965 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/toml-query-0.6.0/src/insert.rs:11:5 Nov 28 12:10:22.965 INFO [stderr] | Nov 28 12:10:22.965 INFO [stderr] 11 | / /// Extension function for inserting a value in the current toml::Value document Nov 28 12:10:22.966 INFO [stderr] 12 | | /// using a custom seperator. Nov 28 12:10:22.966 INFO [stderr] 13 | | /// Nov 28 12:10:22.966 INFO [stderr] 14 | | /// For difference to TomlSetExt::set() and friends, read [#semantics]. Nov 28 12:10:22.966 INFO [stderr] ... | Nov 28 12:10:22.966 INFO [stderr] 77 | | /// ``` Nov 28 12:10:22.966 INFO [stderr] 78 | | /// Nov 28 12:10:22.966 INFO [stderr] | |_______^ Nov 28 12:10:22.966 INFO [stderr] | Nov 28 12:10:22.966 INFO [stderr] = note: #[warn(intra_doc_link_resolution_failure)] on by default Nov 28 12:10:22.966 INFO [stderr] = note: the link appears in this line: Nov 28 12:10:22.966 INFO [stderr] Nov 28 12:10:22.966 INFO [stderr] This is a known bug. So queries like "foo.bar.[0].baz" (or any query which has an array Nov 28 12:10:22.966 INFO [stderr] ^ Nov 28 12:10:22.966 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Nov 28 12:10:22.966 INFO [stderr] Nov 28 12:10:23.078 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 36s Nov 28 12:10:23.144 INFO [stderr] su: No module specific data is present Nov 28 12:10:23.364 INFO running `"docker" "inspect" "ce1cf99e2c1c0895b2ae457ec7dc0f13c5c6740cb66a88d4b39728f88803eaca"` Nov 28 12:10:23.436 INFO running `"docker" "rm" "-f" "ce1cf99e2c1c0895b2ae457ec7dc0f13c5c6740cb66a88d4b39728f88803eaca"` Nov 28 12:10:23.540 INFO [stdout] ce1cf99e2c1c0895b2ae457ec7dc0f13c5c6740cb66a88d4b39728f88803eaca