[INFO] cloning repository https://github.com/hppRC/competitive-hpp-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hppRC/competitive-hpp-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FhppRC%2Fcompetitive-hpp-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FhppRC%2Fcompetitive-hpp-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e38c23f8201528d70c907ac5737035ee64460b1f [INFO] documenting hppRC/competitive-hpp-rs against master#e1df625306f4136949e02612406f0c60df6008f3 for pr-96676 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FhppRC%2Fcompetitive-hpp-rs" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hppRC/competitive-hpp-rs on toolchain e1df625306f4136949e02612406f0c60df6008f3 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e1df625306f4136949e02612406f0c60df6008f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hppRC/competitive-hpp-rs [INFO] finished tweaking git repo https://github.com/hppRC/competitive-hpp-rs [INFO] tweaked toml for git repo https://github.com/hppRC/competitive-hpp-rs written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e1df625306f4136949e02612406f0c60df6008f3" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e1df625306f4136949e02612406f0c60df6008f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded num-derive v0.3.3 [INFO] [stderr] Downloaded proc-macro2 v1.0.38 [INFO] [stderr] Downloaded num-traits v0.2.15 [INFO] [stderr] Downloaded itertools-num v0.1.3 [INFO] [stderr] Downloaded num-iter v0.1.43 [INFO] [stderr] Downloaded num-integer v0.1.45 [INFO] [stderr] Downloaded cargo-husky v1.5.0 [INFO] [stderr] Downloaded proconio-derive v0.2.1 [INFO] [stderr] Downloaded proconio v0.4.3 [INFO] [stderr] Downloaded superslice v1.0.0 [INFO] [stderr] Downloaded memoise v0.3.2 [INFO] [stderr] Downloaded unicode-xid v0.2.3 [INFO] [stderr] Downloaded num v0.2.1 [INFO] [stderr] Downloaded syn v1.0.92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+e1df625306f4136949e02612406f0c60df6008f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 70e3a804ddbf3daadc69d29445d691a85a959c5241de47da8415626f26b21dff [INFO] running `Command { std: "docker" "start" "-a" "70e3a804ddbf3daadc69d29445d691a85a959c5241de47da8415626f26b21dff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "70e3a804ddbf3daadc69d29445d691a85a959c5241de47da8415626f26b21dff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70e3a804ddbf3daadc69d29445d691a85a959c5241de47da8415626f26b21dff", kill_on_drop: false }` [INFO] [stdout] 70e3a804ddbf3daadc69d29445d691a85a959c5241de47da8415626f26b21dff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-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" "+e1df625306f4136949e02612406f0c60df6008f3" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d98f04eb8514f5673090744b3d80acac647d73d68986d5aa2a8039cffa2bf9c2 [INFO] running `Command { std: "docker" "start" "-a" "d98f04eb8514f5673090744b3d80acac647d73d68986d5aa2a8039cffa2bf9c2", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.38 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling syn v1.0.92 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling cargo-husky v1.5.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking superslice v1.0.0 [INFO] [stderr] Checking maplit v1.0.2 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking itertools-num v0.1.3 [INFO] [stderr] Checking num v0.2.1 [INFO] [stderr] Compiling proconio-derive v0.2.1 [INFO] [stderr] Compiling memoise v0.3.2 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Checking proconio v0.4.3 [INFO] [stderr] Documenting competitive-hpp v0.10.23 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.48s [INFO] running `Command { std: "docker" "inspect" "d98f04eb8514f5673090744b3d80acac647d73d68986d5aa2a8039cffa2bf9c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d98f04eb8514f5673090744b3d80acac647d73d68986d5aa2a8039cffa2bf9c2", kill_on_drop: false }` [INFO] [stdout] d98f04eb8514f5673090744b3d80acac647d73d68986d5aa2a8039cffa2bf9c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=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" "+e1df625306f4136949e02612406f0c60df6008f3" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 126a869a757f8dcf09ced18dd9cf9790b8fbc57eb8f0da351c1d640b24f3d395 [INFO] running `Command { std: "docker" "start" "-a" "126a869a757f8dcf09ced18dd9cf9790b8fbc57eb8f0da351c1d640b24f3d395", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.38 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling syn v1.0.92 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling cargo-husky v1.5.0 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking maplit v1.0.2 [INFO] [stderr] Checking superslice v1.0.0 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking itertools-num v0.1.3 [INFO] [stderr] Checking num v0.2.1 [INFO] [stderr] Compiling proconio-derive v0.2.1 [INFO] [stderr] Compiling memoise v0.3.2 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Checking proconio v0.4.3 [INFO] [stderr] Documenting competitive-hpp v0.10.23 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.92s [INFO] running `Command { std: "docker" "inspect" "126a869a757f8dcf09ced18dd9cf9790b8fbc57eb8f0da351c1d640b24f3d395", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "126a869a757f8dcf09ced18dd9cf9790b8fbc57eb8f0da351c1d640b24f3d395", kill_on_drop: false }` [INFO] [stdout] 126a869a757f8dcf09ced18dd9cf9790b8fbc57eb8f0da351c1d640b24f3d395