[INFO] cloning repository https://github.com/taegyunkim/proto-serialize-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/taegyunkim/proto-serialize-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaegyunkim%2Fproto-serialize-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaegyunkim%2Fproto-serialize-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b87b662bc2d7d258422bd80886d2013e22e76407 [INFO] documenting taegyunkim/proto-serialize-example against try#6ee483316d2e4581572121d60a955affb2032eb3+cargoflags=-Zrustdoc-scrape-examples for scrape-examples [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaegyunkim%2Fproto-serialize-example" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/taegyunkim/proto-serialize-example on toolchain 6ee483316d2e4581572121d60a955affb2032eb3 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/taegyunkim/proto-serialize-example [INFO] finished tweaking git repo https://github.com/taegyunkim/proto-serialize-example [INFO] tweaked toml for git repo https://github.com/taegyunkim/proto-serialize-example written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/taegyunkim/proto-serialize-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e3ac169a6b6e41ecde10fc0e00eb4a7b49894872b817d2b932254d01fd01548b [INFO] running `Command { std: "docker" "start" "-a" "e3ac169a6b6e41ecde10fc0e00eb4a7b49894872b817d2b932254d01fd01548b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e3ac169a6b6e41ecde10fc0e00eb4a7b49894872b817d2b932254d01fd01548b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3ac169a6b6e41ecde10fc0e00eb4a7b49894872b817d2b932254d01fd01548b", kill_on_drop: false }` [INFO] [stdout] e3ac169a6b6e41ecde10fc0e00eb4a7b49894872b817d2b932254d01fd01548b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stdout] 164aa394116ffd8d90623cc59f198580036d9a4ab6012c71bf47e59fc0deb05c [INFO] running `Command { std: "docker" "start" "-a" "164aa394116ffd8d90623cc59f198580036d9a4ab6012c71bf47e59fc0deb05c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling libc v0.2.74 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.36 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling protobuf v2.16.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling protoc v2.16.2 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling protobuf-codegen v2.16.2 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling protoc-rust v2.16.2 [INFO] [stderr] Compiling serialize v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking handlebars v3.3.0 [INFO] [stderr] Scraping serialize v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting serialize v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.07s [INFO] running `Command { std: "docker" "inspect" "164aa394116ffd8d90623cc59f198580036d9a4ab6012c71bf47e59fc0deb05c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "164aa394116ffd8d90623cc59f198580036d9a4ab6012c71bf47e59fc0deb05c", kill_on_drop: false }` [INFO] [stdout] 164aa394116ffd8d90623cc59f198580036d9a4ab6012c71bf47e59fc0deb05c