[INFO] cloning repository https://github.com/Alexandre-Borghi/invoice
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Alexandre-Borghi/invoice" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexandre-Borghi%2Finvoice", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexandre-Borghi%2Finvoice'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0b6acd5d51e6233fed1a584f9afec5ccd533aa8d
[INFO] documenting Alexandre-Borghi/invoice against 1.90.0 for beta-rustdoc-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexandre-Borghi%2Finvoice" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Alexandre-Borghi/invoice
[INFO] finished tweaking git repo https://github.com/Alexandre-Borghi/invoice
[INFO] tweaked toml for git repo https://github.com/Alexandre-Borghi/invoice written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Alexandre-Borghi/invoice on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Alexandre-Borghi/invoice already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_yaml v0.8.24
[INFO] [stderr]   Downloaded os_str_bytes v6.0.1
[INFO] [stderr]   Downloaded syn v1.0.94
[INFO] [stderr]   Downloaded handlebars v4.2.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 075dbfd46a7f0d9b00e0fd62477c370e996bd0d67a25be24111136d0dbd730bf
[INFO] running `Command { std: "docker" "start" "-a" "075dbfd46a7f0d9b00e0fd62477c370e996bd0d67a25be24111136d0dbd730bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "075dbfd46a7f0d9b00e0fd62477c370e996bd0d67a25be24111136d0dbd730bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "075dbfd46a7f0d9b00e0fd62477c370e996bd0d67a25be24111136d0dbd730bf", kill_on_drop: false }`
[INFO] [stdout] 075dbfd46a7f0d9b00e0fd62477c370e996bd0d67a25be24111136d0dbd730bf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a1f9f6a3ee86877240dd32752f083b4ad34ee3921b3c7faab2d54ae86da37f6c
[INFO] running `Command { std: "docker" "start" "-a" "a1f9f6a3ee86877240dd32752f083b4ad34ee3921b3c7faab2d54ae86da37f6c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.38
[INFO] [stderr]    Compiling unicode-xid v0.2.3
[INFO] [stderr]    Compiling syn v1.0.94
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling libc v0.2.125
[INFO] [stderr]    Compiling indexmap v1.8.1
[INFO] [stderr]     Checking os_str_bytes v6.0.1
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]     Checking clap_lex v0.2.0
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling pest_generator v2.1.3
[INFO] [stderr]    Compiling clap_derive v3.1.18
[INFO] [stderr]    Compiling pest_derive v2.1.0
[INFO] [stderr]     Checking clap v3.1.18
[INFO] [stderr]     Checking serde_json v1.0.81
[INFO] [stderr]     Checking serde_yaml v0.8.24
[INFO] [stderr]     Checking handlebars v4.2.2
[INFO] [stderr]  Documenting invoice v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.47s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/invoice/index.html
[INFO] running `Command { std: "docker" "inspect" "a1f9f6a3ee86877240dd32752f083b4ad34ee3921b3c7faab2d54ae86da37f6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1f9f6a3ee86877240dd32752f083b4ad34ee3921b3c7faab2d54ae86da37f6c", kill_on_drop: false }`
[INFO] [stdout] a1f9f6a3ee86877240dd32752f083b4ad34ee3921b3c7faab2d54ae86da37f6c
