[INFO] cloning repository https://github.com/asyade/tinyssh [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/asyade/tinyssh" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasyade%2Ftinyssh", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasyade%2Ftinyssh'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 56ddf05b4ccf9e70acacd5b2e8312b744eb257cd [INFO] documenting asyade/tinyssh against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasyade%2Ftinyssh" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 55% (272/492) Checking out files: 56% (276/492) Checking out files: 57% (281/492) Checking out files: 58% (286/492) Checking out files: 59% (291/492) Checking out files: 60% (296/492) Checking out files: 61% (301/492) Checking out files: 62% (306/492) Checking out files: 63% (310/492) Checking out files: 64% (315/492) Checking out files: 65% (320/492) Checking out files: 66% (325/492) Checking out files: 67% (330/492) Checking out files: 68% (335/492) Checking out files: 69% (340/492) Checking out files: 70% (345/492) Checking out files: 71% (350/492) Checking out files: 72% (355/492) Checking out files: 73% (360/492) Checking out files: 74% (365/492) Checking out files: 75% (369/492) Checking out files: 76% (374/492) Checking out files: 77% (379/492) Checking out files: 78% (384/492) Checking out files: 79% (389/492) Checking out files: 80% (394/492) Checking out files: 81% (399/492) Checking out files: 82% (404/492) Checking out files: 83% (409/492) Checking out files: 84% (414/492) Checking out files: 85% (419/492) Checking out files: 86% (424/492) Checking out files: 87% (429/492) Checking out files: 88% (433/492) Checking out files: 89% (438/492) Checking out files: 90% (443/492) Checking out files: 91% (448/492) Checking out files: 92% (453/492) Checking out files: 93% (458/492) Checking out files: 94% (463/492) Checking out files: 95% (468/492) Checking out files: 96% (473/492) Checking out files: 97% (478/492) Checking out files: 98% (483/492) Checking out files: 99% (488/492) Checking out files: 100% (492/492) Checking out files: 100% (492/492), done. [INFO] validating manifest of git repo https://github.com/asyade/tinyssh on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/asyade/tinyssh [INFO] finished tweaking git repo https://github.com/asyade/tinyssh [INFO] tweaked toml for git repo https://github.com/asyade/tinyssh written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/asyade/tinyssh already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_json v1.0.4 [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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5607e7d2ffd66bdca94a89013e9b1fc4c9b54c923cd5f9df1a24cd61126378f1 [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" "5607e7d2ffd66bdca94a89013e9b1fc4c9b54c923cd5f9df1a24cd61126378f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5607e7d2ffd66bdca94a89013e9b1fc4c9b54c923cd5f9df1a24cd61126378f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5607e7d2ffd66bdca94a89013e9b1fc4c9b54c923cd5f9df1a24cd61126378f1", kill_on_drop: false }` [INFO] [stdout] 5607e7d2ffd66bdca94a89013e9b1fc4c9b54c923cd5f9df1a24cd61126378f1 [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=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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aedb66a85967bfbc4386570859ddbe8a06869e63560d005f23268666fdc2554a [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" "aedb66a85967bfbc4386570859ddbe8a06869e63560d005f23268666fdc2554a", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Checking itoa v0.3.4 [INFO] [stderr] Checking dtoa v0.4.2 [INFO] [stderr] Checking num-traits v0.1.40 [INFO] [stderr] Checking serde v1.0.16 [INFO] [stderr] Checking byteorder v1.1.0 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling serde_derive_internals v0.16.0 [INFO] [stderr] Compiling serde_derive v1.0.16 [INFO] [stderr] Checking serde_json v1.0.4 [INFO] [stderr] Documenting tinyssh v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.23s [INFO] running `Command { std: "docker" "inspect" "aedb66a85967bfbc4386570859ddbe8a06869e63560d005f23268666fdc2554a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aedb66a85967bfbc4386570859ddbe8a06869e63560d005f23268666fdc2554a", kill_on_drop: false }` [INFO] [stdout] aedb66a85967bfbc4386570859ddbe8a06869e63560d005f23268666fdc2554a