[INFO] cloning repository https://github.com/est31/cargo-local-serve [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/est31/cargo-local-serve" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fest31%2Fcargo-local-serve", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fest31%2Fcargo-local-serve'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eabb70eb45ce390d927a781b2a24bbd9101df52f [INFO] documenting est31/cargo-local-serve against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fest31%2Fcargo-local-serve" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/est31/cargo-local-serve on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/est31/cargo-local-serve [INFO] finished tweaking git repo https://github.com/est31/cargo-local-serve [INFO] tweaked toml for git repo https://github.com/est31/cargo-local-serve written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/est31/cargo-local-serve already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] abe7d6d605ab171fe0325eac14e9ba27dc88153334508e270f805e6f6e0fec87 [INFO] running `Command { std: "docker" "start" "-a" "abe7d6d605ab171fe0325eac14e9ba27dc88153334508e270f805e6f6e0fec87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "abe7d6d605ab171fe0325eac14e9ba27dc88153334508e270f805e6f6e0fec87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "abe7d6d605ab171fe0325eac14e9ba27dc88153334508e270f805e6f6e0fec87", kill_on_drop: false }` [INFO] [stdout] abe7d6d605ab171fe0325eac14e9ba27dc88153334508e270f805e6f6e0fec87 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 35a6ca040c23146fa18d50254c93e5d093bfd3cd941a53b19431ec8db749f912 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "35a6ca040c23146fa18d50254c93e5d093bfd3cd941a53b19431ec8db749f912", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling syn v1.0.44 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling serde_json v1.0.58 [INFO] [stderr] Checking futures v0.1.30 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Checking regex-syntax v0.6.18 [INFO] [stderr] Checking gimli v0.22.0 [INFO] [stderr] Checking rustc-demangle v0.1.17 [INFO] [stderr] Checking object v0.20.0 [INFO] [stderr] Checking owning_ref v0.2.4 [INFO] [stderr] Checking once_cell v1.4.1 [INFO] [stderr] Checking smallvec v0.3.4 [INFO] [stderr] Checking fixedbitset v0.2.0 [INFO] [stderr] Checking try v1.0.0 [INFO] [stderr] Checking new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Checking utf-8 v0.7.5 [INFO] [stderr] Checking bytecount v0.6.0 [INFO] [stderr] Checking xml-rs v0.8.3 [INFO] [stderr] Checking lazycell v1.3.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Checking try_from v0.3.2 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking line-wrap v0.1.1 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Checking futf v0.1.4 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking httparse v1.3.4 [INFO] [stderr] Checking encoding_rs v0.8.24 [INFO] [stderr] Checking crc32fast v1.2.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking smallvec v0.6.13 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Checking tendril v0.4.1 [INFO] [stderr] Checking tokio-sync v0.1.8 [INFO] [stderr] Checking want v0.2.0 [INFO] [stderr] Checking aho-corasick v0.7.13 [INFO] [stderr] Checking grep-matcher v0.1.4 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Checking base64 v0.9.3 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.35 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking thread-id v3.3.0 [INFO] [stderr] Checking filetime v0.2.12 [INFO] [stderr] Checking xattr v0.2.2 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking filetime v0.1.15 [INFO] [stderr] Checking pulldown-cmark v0.8.0 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Checking tokio-executor v0.1.10 [INFO] [stderr] Checking crossbeam-queue v0.2.3 [INFO] [stderr] Checking crossbeam-channel v0.4.4 [INFO] [stderr] Checking addr2line v0.13.0 [INFO] [stderr] Checking petgraph v0.5.1 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Checking bstr v0.2.13 [INFO] [stderr] Checking flate2 v1.0.18 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling cc v1.0.61 [INFO] [stderr] Checking encoding_rs_io v0.1.7 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking tar v0.4.30 [INFO] [stderr] Checking cookie v0.12.0 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Checking tokio-timer v0.2.13 [INFO] [stderr] Checking tokio-current-thread v0.1.7 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking backtrace v0.3.52 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Checking grep-searcher v0.1.7 [INFO] [stderr] Checking parking_lot_core v0.2.14 [INFO] [stderr] Checking pbr v1.0.3 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking tokio-io v0.1.13 [INFO] [stderr] Checking http v0.1.21 [INFO] [stderr] Checking string v0.2.1 [INFO] [stderr] Checking tokio-buf v0.1.1 [INFO] [stderr] Checking tokio-threadpool v0.1.18 [INFO] [stderr] Checking publicsuffix v1.5.4 [INFO] [stderr] Checking globset v0.4.5 [INFO] [stderr] Checking grep-regex v0.1.8 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Checking parking_lot v0.3.8 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking tokio-reactor v0.1.12 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Checking multiqueue v0.3.2 [INFO] [stderr] Checking grep-cli v0.1.5 [INFO] [stderr] Compiling mime_guess v1.8.8 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling libssh2-sys v0.2.19 [INFO] [stderr] Compiling libgit2-sys v0.12.13+1.0.1 [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Compiling onig_sys v69.5.1 [INFO] [stderr] Checking tokio-tcp v0.1.4 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.1 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking http-body v0.1.0 [INFO] [stderr] Checking onig v6.1.0 [INFO] [stderr] Checking iron v0.6.1 [INFO] [stderr] Checking persistent v0.4.0 [INFO] [stderr] Checking mount v0.4.0 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Checking staticfile v0.5.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling html5ever v0.25.1 [INFO] [stderr] Checking git2 v0.13.11 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking semver-parser v0.10.0 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking string-interner v0.7.1 [INFO] [stderr] Checking semver v0.11.0 [INFO] [stderr] Checking string_cache v0.8.0 [INFO] [stderr] Checking hashbrown v0.5.0 [INFO] [stderr] Checking bincode v1.3.1 [INFO] [stderr] Checking plist v1.0.0 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking handlebars v2.0.4 [INFO] [stderr] Checking bodyparser v0.8.0 [INFO] [stderr] Checking grep-printer v0.1.5 [INFO] [stderr] Checking syntect v4.4.0 [INFO] [stderr] Checking urlencoded v0.6.0 [INFO] [stderr] Checking grep v0.2.7 [INFO] [stderr] Checking reqwest v0.9.24 [INFO] [stderr] Checking handlebars-iron v0.28.1 [INFO] [stderr] Checking all-crate-storage v0.1.0 (/opt/rustwide/workdir/all-crate-storage) [INFO] [stderr] Documenting all-crate-storage v0.1.0 (/opt/rustwide/workdir/all-crate-storage) [INFO] [stderr] Compiling markup5ever v0.10.0 [INFO] [stdout] warning: unused variable: `crate_file_name` [INFO] [stdout] --> all-crate-storage/blob_crate_storage.rs:393:42 [INFO] [stdout] | [INFO] [stdout] 393 | BlockingTask::StoreCrateUndeduplicated(crate_file_name, crate_blob) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_crate_file_name` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `crate_blob` [INFO] [stdout] --> all-crate-storage/blob_crate_storage.rs:393:59 [INFO] [stdout] | [INFO] [stdout] 393 | BlockingTask::StoreCrateUndeduplicated(crate_file_name, crate_blob) => { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_crate_blob` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Documenting all-crate-grep v0.1.0 (/opt/rustwide/workdir/all-crate-grep) [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> all-crate-storage/bin/download-all-crates.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | /// https://crates.io/api/v1/crates/{cratename} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking xml5ever v0.16.1 [INFO] [stderr] Checking markup5ever_rcdom v0.1.0 [INFO] [stderr] Checking ammonia v3.1.0 [INFO] [stderr] Documenting cargo-local-serve v0.1.0 (/opt/rustwide/workdir/cargo-local-serve) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 53s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: tendril v0.4.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4` [INFO] running `Command { std: "docker" "inspect" "35a6ca040c23146fa18d50254c93e5d093bfd3cd941a53b19431ec8db749f912", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35a6ca040c23146fa18d50254c93e5d093bfd3cd941a53b19431ec8db749f912", kill_on_drop: false }` [INFO] [stdout] 35a6ca040c23146fa18d50254c93e5d093bfd3cd941a53b19431ec8db749f912 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ce29d59af4f277638a4b0e08bdf93a98a57453d0dbcca242b06dde56e7a9359c [INFO] running `Command { std: "docker" "start" "-a" "ce29d59af4f277638a4b0e08bdf93a98a57453d0dbcca242b06dde56e7a9359c", kill_on_drop: false }` [INFO] [stderr] error: manifest path `/opt/rustwide/workdir/Cargo.toml` is a virtual manifest, but this command requires running against an actual package in this workspace [INFO] running `Command { std: "docker" "inspect" "ce29d59af4f277638a4b0e08bdf93a98a57453d0dbcca242b06dde56e7a9359c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce29d59af4f277638a4b0e08bdf93a98a57453d0dbcca242b06dde56e7a9359c", kill_on_drop: false }` [INFO] [stdout] ce29d59af4f277638a4b0e08bdf93a98a57453d0dbcca242b06dde56e7a9359c