[INFO] cloning repository https://github.com/JakeDawkins/graphql-client-302-repro [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JakeDawkins/graphql-client-302-repro" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJakeDawkins%2Fgraphql-client-302-repro", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJakeDawkins%2Fgraphql-client-302-repro'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0378a702e84d04a3d3a7b20fdfbbf3ce2d2e728c [INFO] documenting JakeDawkins/graphql-client-302-repro 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%2FJakeDawkins%2Fgraphql-client-302-repro" "/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/JakeDawkins/graphql-client-302-repro 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/JakeDawkins/graphql-client-302-repro [INFO] finished tweaking git repo https://github.com/JakeDawkins/graphql-client-302-repro [INFO] tweaked toml for git repo https://github.com/JakeDawkins/graphql-client-302-repro written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/JakeDawkins/graphql-client-302-repro 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] 218f22964eb160273be52f769712229bb13c46c9e9447afe1d7c7e391598677d [INFO] running `Command { std: "docker" "start" "-a" "218f22964eb160273be52f769712229bb13c46c9e9447afe1d7c7e391598677d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "218f22964eb160273be52f769712229bb13c46c9e9447afe1d7c7e391598677d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "218f22964eb160273be52f769712229bb13c46c9e9447afe1d7c7e391598677d", kill_on_drop: false }` [INFO] [stdout] 218f22964eb160273be52f769712229bb13c46c9e9447afe1d7c7e391598677d [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] 9fc994d13fce103128bb3de4c7c847ac109292cbbc98026ad215bac96b76a1bf [INFO] running `Command { std: "docker" "start" "-a" "9fc994d13fce103128bb3de4c7c847ac109292cbbc98026ad215bac96b76a1bf", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling gimli v0.22.0 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling rustc-demangle v0.1.18 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling object v0.21.1 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling addr2line v0.13.0 [INFO] [stderr] Compiling backtrace v0.3.53 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling graphql-parser v0.2.3 [INFO] [stderr] Compiling graphql-introspection-query v0.1.0 [INFO] [stderr] Compiling graphql_client_codegen v0.9.0 [INFO] [stderr] Compiling graphql_query_derive v0.9.0 [INFO] [stderr] Checking graphql_client v0.9.0 [INFO] [stderr] Scraping circular-error-reprod v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] [INFO] [stderr] thread 'rustc' has overflowed its stack [INFO] [stderr] fatal runtime error: stack overflow [INFO] [stderr] warning: failed to scan bin "circular-error-reprod" in package `circular-error-reprod` for example code usage [INFO] [stderr] Try running with `--verbose` to see the error message. [INFO] [stderr] If an example or library should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` or `[lib]` definition in Cargo.toml [INFO] [stderr] warning: `circular-error-reprod` (bin "circular-error-reprod") generated 1 warning [INFO] [stderr] Documenting circular-error-reprod v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.98s [INFO] running `Command { std: "docker" "inspect" "9fc994d13fce103128bb3de4c7c847ac109292cbbc98026ad215bac96b76a1bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fc994d13fce103128bb3de4c7c847ac109292cbbc98026ad215bac96b76a1bf", kill_on_drop: false }` [INFO] [stdout] 9fc994d13fce103128bb3de4c7c847ac109292cbbc98026ad215bac96b76a1bf