[INFO] cloning repository https://github.com/Lioncat2002/Juniper [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Lioncat2002/Juniper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLioncat2002%2FJuniper", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLioncat2002%2FJuniper'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 43b2b6cced5b62fbe8fa9de23906e28db2e95ddb [INFO] documenting Lioncat2002/Juniper/43b2b6cced5b62fbe8fa9de23906e28db2e95ddb against 1.95.0 for beta-1.96-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLioncat2002%2FJuniper" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Lioncat2002/Juniper [INFO] finished tweaking git repo https://github.com/Lioncat2002/Juniper [INFO] tweaked toml for git repo https://github.com/Lioncat2002/Juniper written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Lioncat2002/Juniper on toolchain 1.95.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Lioncat2002/Juniper already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 493ad09abb21673b7f928953facfb385af2a034e16c5111468fba50d6db768f2 [INFO] running `Command { std: "docker" "start" "-a" "493ad09abb21673b7f928953facfb385af2a034e16c5111468fba50d6db768f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "493ad09abb21673b7f928953facfb385af2a034e16c5111468fba50d6db768f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "493ad09abb21673b7f928953facfb385af2a034e16c5111468fba50d6db768f2", kill_on_drop: false }` [INFO] [stdout] 493ad09abb21673b7f928953facfb385af2a034e16c5111468fba50d6db768f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 88a8e229427f9637939be91946da85573b1fad08454b1292b942b22cf6c31076 [INFO] running `Command { std: "docker" "start" "-a" "88a8e229427f9637939be91946da85573b1fad08454b1292b942b22cf6c31076", kill_on_drop: false }` [INFO] [stderr] Checking vm v0.1.0 (/opt/rustwide/workdir/vm) [INFO] [stdout] warning: fields `data` and `idx` are never read [INFO] [stdout] --> vm/src/core/allocation/heap.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 5 | struct AllocFrame{ [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 6 | data: JnpVal, [INFO] [stdout] | ^^^^ [INFO] [stdout] 7 | idx:usize [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> vm/src/core/codegen/builder.rs:13:36 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn new(instruction_table: &'_ InstructionTable) -> Builder { [INFO] [stdout] | ^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 13 | pub fn new(instruction_table: &'_ InstructionTable) -> Builder<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Documenting juniper v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s [INFO] [stderr] Generated /opt/rustwide/target/doc/juniper/index.html [INFO] running `Command { std: "docker" "inspect" "88a8e229427f9637939be91946da85573b1fad08454b1292b942b22cf6c31076", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88a8e229427f9637939be91946da85573b1fad08454b1292b942b22cf6c31076", kill_on_drop: false }` [INFO] [stdout] 88a8e229427f9637939be91946da85573b1fad08454b1292b942b22cf6c31076 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b113ddee8bbe7a50ba70a3241466c97d0871700662b474088a4bef745713347 [INFO] running `Command { std: "docker" "start" "-a" "3b113ddee8bbe7a50ba70a3241466c97d0871700662b474088a4bef745713347", kill_on_drop: false }` [INFO] [stderr] error: no library targets found in package `juniper` [INFO] running `Command { std: "docker" "inspect" "3b113ddee8bbe7a50ba70a3241466c97d0871700662b474088a4bef745713347", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b113ddee8bbe7a50ba70a3241466c97d0871700662b474088a4bef745713347", kill_on_drop: false }` [INFO] [stdout] 3b113ddee8bbe7a50ba70a3241466c97d0871700662b474088a4bef745713347