[INFO] cloning repository https://github.com/stephenmw/mktorrent-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/stephenmw/mktorrent-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstephenmw%2Fmktorrent-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstephenmw%2Fmktorrent-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 658c43c9f4c9d978427c6ac12a17dab99c3514d7 [INFO] documenting stephenmw/mktorrent-rs against 1.61.0 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstephenmw%2Fmktorrent-rs" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/stephenmw/mktorrent-rs on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/stephenmw/mktorrent-rs [INFO] finished tweaking git repo https://github.com/stephenmw/mktorrent-rs [INFO] tweaked toml for git repo https://github.com/stephenmw/mktorrent-rs written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/stephenmw/mktorrent-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bendy v0.3.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.61.0" "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] a50961fa7592180060307bc6b41c0e098f8cf1a680bdc59e7d49234bb9e4187e [INFO] running `Command { std: "docker" "start" "-a" "a50961fa7592180060307bc6b41c0e098f8cf1a680bdc59e7d49234bb9e4187e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a50961fa7592180060307bc6b41c0e098f8cf1a680bdc59e7d49234bb9e4187e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a50961fa7592180060307bc6b41c0e098f8cf1a680bdc59e7d49234bb9e4187e", kill_on_drop: false }` [INFO] [stdout] a50961fa7592180060307bc6b41c0e098f8cf1a680bdc59e7d49234bb9e4187e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", 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] e690b89a54a965833d6fc4467bf7c6e5fbfca4f18e1f8ddafc4f470f3e31aa78 [INFO] running `Command { std: "docker" "start" "-a" "e690b89a54a965833d6fc4467bf7c6e5fbfca4f18e1f8ddafc4f470f3e31aa78", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling syn v1.0.94 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Checking os_str_bytes v6.0.1 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking termcolor v1.1.3 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Checking number_prefix v0.4.0 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking textwrap v0.15.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking miniz_oxide v0.5.1 [INFO] [stderr] Checking libc v0.2.125 [INFO] [stderr] Checking crossbeam-utils v0.8.8 [INFO] [stderr] Checking clap_lex v0.2.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Checking object v0.28.4 [INFO] [stderr] Checking crossbeam-channel v0.5.4 [INFO] [stderr] Compiling backtrace v0.3.65 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking terminal_size v0.1.17 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking regex v1.5.5 [INFO] [stderr] Checking console v0.15.0 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Checking indicatif v0.16.2 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling clap_derive v3.1.18 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking bendy v0.3.3 [INFO] [stderr] Checking clap v3.1.18 [INFO] [stderr] Documenting mktorrent-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 06s [INFO] running `Command { std: "docker" "inspect" "e690b89a54a965833d6fc4467bf7c6e5fbfca4f18e1f8ddafc4f470f3e31aa78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e690b89a54a965833d6fc4467bf7c6e5fbfca4f18e1f8ddafc4f470f3e31aa78", kill_on_drop: false }` [INFO] [stdout] e690b89a54a965833d6fc4467bf7c6e5fbfca4f18e1f8ddafc4f470f3e31aa78