[INFO] updating cached repository https://github.com/tazjin/nixdoc [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ad0f363276fbaad9ef35dcef3b4d8df0fbf5ee6e [INFO] testing tazjin/nixdoc against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftazjin%2Fnixdoc" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tazjin/nixdoc on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/tazjin/nixdoc [INFO] finished tweaking git repo https://github.com/tazjin/nixdoc [INFO] tweaked toml for git repo https://github.com/tazjin/nixdoc written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/tazjin/nixdoc already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] eabcb38162535b601c546fd4619ef59669cc50161c72d841138960cdcea92a7e [INFO] running `"docker" "start" "-a" "eabcb38162535b601c546fd4619ef59669cc50161c72d841138960cdcea92a7e"` [INFO] [stderr] Compiling smol_str v0.1.7 [INFO] [stderr] Compiling arenatree v0.1.1 (https://gitlab.com/jD91mZM2/arenatree#f9bf7efa) [INFO] [stderr] Compiling syn v0.15.15 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling structopt-derive v0.2.12 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling structopt v0.2.12 [INFO] [stderr] Compiling rnix v0.4.1 (https://gitlab.com/jD91mZM2/rnix.git?rev=10b86c94291b4864470158ef8750de85ddd8d4ba#10b86c94) [INFO] [stderr] Compiling nixdoc v1.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | #[macro_use] extern crate structopt; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.50s [INFO] running `"docker" "inspect" "eabcb38162535b601c546fd4619ef59669cc50161c72d841138960cdcea92a7e"` [INFO] running `"docker" "rm" "-f" "eabcb38162535b601c546fd4619ef59669cc50161c72d841138960cdcea92a7e"` [INFO] [stdout] eabcb38162535b601c546fd4619ef59669cc50161c72d841138960cdcea92a7e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] cad4830232f0fdf71e0bbc8a76ea9031a1fcd8a62c6985ea0364dfe3095b31b1 [INFO] running `"docker" "start" "-a" "cad4830232f0fdf71e0bbc8a76ea9031a1fcd8a62c6985ea0364dfe3095b31b1"` [INFO] [stderr] Compiling nixdoc v1.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | #[macro_use] extern crate structopt; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.69s [INFO] running `"docker" "inspect" "cad4830232f0fdf71e0bbc8a76ea9031a1fcd8a62c6985ea0364dfe3095b31b1"` [INFO] running `"docker" "rm" "-f" "cad4830232f0fdf71e0bbc8a76ea9031a1fcd8a62c6985ea0364dfe3095b31b1"` [INFO] [stdout] cad4830232f0fdf71e0bbc8a76ea9031a1fcd8a62c6985ea0364dfe3095b31b1 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 995a96704b3cb89c6724f86828c06cc3ac26a9e3ff9939abc49a91ee2b0d8caa [INFO] running `"docker" "start" "-a" "995a96704b3cb89c6724f86828c06cc3ac26a9e3ff9939abc49a91ee2b0d8caa"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/nixdoc-e92994607be0e865 [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "995a96704b3cb89c6724f86828c06cc3ac26a9e3ff9939abc49a91ee2b0d8caa"` [INFO] running `"docker" "rm" "-f" "995a96704b3cb89c6724f86828c06cc3ac26a9e3ff9939abc49a91ee2b0d8caa"` [INFO] [stdout] 995a96704b3cb89c6724f86828c06cc3ac26a9e3ff9939abc49a91ee2b0d8caa