[INFO] cloning repository https://github.com/rcos/Telescope [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rcos/Telescope" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frcos%2FTelescope", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frcos%2FTelescope'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 59310341ee75e5f834c30d003c160d14fbd175c3 [INFO] documenting rcos/Telescope 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%2Frcos%2FTelescope" "/workspace/builds/worker-28/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-28/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rcos/Telescope 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/rcos/Telescope [INFO] finished tweaking git repo https://github.com/rcos/Telescope [INFO] tweaked toml for git repo https://github.com/rcos/Telescope written to /workspace/builds/worker-28/source/Cargo.toml [INFO] crate git repo https://github.com/rcos/Telescope 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] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded async-tungstenite v0.9.3 [INFO] [stderr] Downloaded v_escape v0.18.0 [INFO] [stderr] Downloaded pulldown-cmark v0.9.1 [INFO] [stderr] Downloaded actix-http v2.2.1 [INFO] [stderr] Downloaded serde_path_to_error v0.1.5 [INFO] [stderr] Downloaded buf-min v0.6.1 [INFO] [stderr] Downloaded v_escape_derive v0.9.1 [INFO] [stderr] Downloaded v_htmlescape v0.14.1 [INFO] [stderr] Downloaded serenity v0.10.10 [INFO] [stderr] Downloaded phf v0.10.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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] [stdout] a0b93cf6a9b8160476d8d28cebc9ceeceea9749832621ec77519e9bc1a90507a [INFO] running `Command { std: "docker" "start" "-a" "a0b93cf6a9b8160476d8d28cebc9ceeceea9749832621ec77519e9bc1a90507a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a0b93cf6a9b8160476d8d28cebc9ceeceea9749832621ec77519e9bc1a90507a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0b93cf6a9b8160476d8d28cebc9ceeceea9749832621ec77519e9bc1a90507a", kill_on_drop: false }` [INFO] [stdout] a0b93cf6a9b8160476d8d28cebc9ceeceea9749832621ec77519e9bc1a90507a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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] [stdout] ae164b8bfec8a3a9a5b2e852095479765b0a4cee8cc7afa83912f34db5d13ade [INFO] running `Command { std: "docker" "start" "-a" "ae164b8bfec8a3a9a5b2e852095479765b0a4cee8cc7afa83912f34db5d13ade", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling syn v1.0.77 [INFO] [stderr] Compiling libc v0.2.121 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling cc v1.0.70 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Checking slab v0.4.4 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Checking futures-io v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Checking pin-project-lite v0.1.12 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking unicode-bidi v0.3.6 [INFO] [stderr] Compiling pin-project-internal v0.4.28 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Checking cpufeatures v0.2.1 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling const_fn v0.4.8 [INFO] [stderr] Checking cpuid-bool v0.2.0 [INFO] [stderr] Compiling siphasher v0.3.7 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling gimli v0.25.0 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling v_escape v0.15.0 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Checking httpdate v1.0.1 [INFO] [stderr] Checking httpdate v0.3.2 [INFO] [stderr] Checking num_threads v0.1.5 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Compiling time-macros v0.2.3 [INFO] [stderr] Compiling v_htmlescape v0.12.0 [INFO] [stderr] Compiling v_escape v0.18.0 [INFO] [stderr] Checking buf-min v0.6.1 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Compiling v_htmlescape v0.14.1 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Compiling pulldown-cmark v0.9.1 [INFO] [stderr] Compiling serenity v0.10.10 [INFO] [stderr] Checking quick-error v2.0.1 [INFO] [stderr] Checking typemap_rev v0.1.5 [INFO] [stderr] Checking dotenv v0.15.0 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Checking http v0.2.5 [INFO] [stderr] Checking tinyvec v1.5.0 [INFO] [stderr] Checking tracing-core v0.1.20 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Checking lock_api v0.4.6 [INFO] [stderr] Checking instant v0.1.11 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling tokio v1.12.0 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Checking bytestring v1.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling parking_lot_core v0.9.1 [INFO] [stderr] Checking input_buffer v0.3.1 [INFO] [stderr] Checking buf-min v0.4.0 [INFO] [stderr] Checking pem v1.0.2 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] error: could not compile `ascii` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name ascii /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ascii-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=d9e194eae9604fa0 -C extra-filename=-d9e194eae9604fa0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `ucd-trie` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name ucd_trie --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ucd-trie-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e0a4415b8429b9a1 -C extra-filename=-e0a4415b8429b9a1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `typenum` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name build_script_main --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/typenum-1.14.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=49783d9302983f0a -C extra-filename=-49783d9302983f0a --out-dir /opt/rustwide/target/debug/build/typenum-49783d9302983f0a -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `byteorder` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name byteorder --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=b99f74e06b231965 -C extra-filename=-b99f74e06b231965 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `cc` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name cc --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cc-1.0.70/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=810e11965cafd3b3 -C extra-filename=-810e11965cafd3b3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `http` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name http --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/http-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 -C metadata=d2c75b75dac5f79c -C extra-filename=-d2c75b75dac5f79c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-57de1f6d7c9c6f6c.rmeta --extern fnv=/opt/rustwide/target/debug/deps/libfnv-5eaa67ceb9d9bb54.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-c89b6cba82ec67dd.rmeta --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "ae164b8bfec8a3a9a5b2e852095479765b0a4cee8cc7afa83912f34db5d13ade", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae164b8bfec8a3a9a5b2e852095479765b0a4cee8cc7afa83912f34db5d13ade", kill_on_drop: false }` [INFO] [stdout] ae164b8bfec8a3a9a5b2e852095479765b0a4cee8cc7afa83912f34db5d13ade