[INFO] cloning repository https://github.com/Marusiella/babucoin [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Marusiella/babucoin" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarusiella%2Fbabucoin", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarusiella%2Fbabucoin'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2525af06d4dc842f3673a6051b9f3a0ca83f2b5c [INFO] documenting Marusiella/babucoin 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%2FMarusiella%2Fbabucoin" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Marusiella/babucoin 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/Marusiella/babucoin [INFO] finished tweaking git repo https://github.com/Marusiella/babucoin [INFO] tweaked toml for git repo https://github.com/Marusiella/babucoin written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/Marusiella/babucoin 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] d25379edb542ed383036eb6679da723a628f255a131b7341e4e4a76c5243ad60 [INFO] running `Command { std: "docker" "start" "-a" "d25379edb542ed383036eb6679da723a628f255a131b7341e4e4a76c5243ad60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d25379edb542ed383036eb6679da723a628f255a131b7341e4e4a76c5243ad60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d25379edb542ed383036eb6679da723a628f255a131b7341e4e4a76c5243ad60", kill_on_drop: false }` [INFO] [stdout] d25379edb542ed383036eb6679da723a628f255a131b7341e4e4a76c5243ad60 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 7f426cca247fe91bdeb87a25e60eba3a4f282177607e8fc5e4df6efac966dba4 [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" "7f426cca247fe91bdeb87a25e60eba3a4f282177607e8fc5e4df6efac966dba4", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.104 [INFO] [stderr] Compiling syn v1.0.80 [INFO] [stderr] Checking const-oid v0.6.2 [INFO] [stderr] Checking base64ct v1.1.1 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling openssl-sys v0.9.71 [INFO] [stderr] Compiling num-bigint-dig v0.7.0 [INFO] [stderr] Compiling proc-macro2 v1.0.30 [INFO] [stderr] Checking pem-rfc7468 v0.2.3 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking sha3 v0.9.1 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking crypto-bigint v0.2.11 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Checking num-integer v0.1.44 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking der v0.4.4 [INFO] [stderr] Checking spki v0.4.1 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling zeroize_derive v1.2.0 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling derive-new v0.5.9 [INFO] [stderr] Checking zeroize v1.4.2 [INFO] [stderr] Checking pkcs1 v0.2.4 [INFO] [stderr] Checking pkcs8 v0.7.6 [INFO] [stderr] Checking rsa v0.5.0 [INFO] [stderr] Checking serde v1.0.130 [INFO] [stderr] Checking serde_json v1.0.68 [INFO] [stderr] Documenting babucoin v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 45.80s [INFO] running `Command { std: "docker" "inspect" "7f426cca247fe91bdeb87a25e60eba3a4f282177607e8fc5e4df6efac966dba4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f426cca247fe91bdeb87a25e60eba3a4f282177607e8fc5e4df6efac966dba4", kill_on_drop: false }` [INFO] [stdout] 7f426cca247fe91bdeb87a25e60eba3a4f282177607e8fc5e4df6efac966dba4