[INFO] fetching crate dochy_archiver 0.8.0...
[INFO] testing dochy_archiver-0.8.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate dochy_archiver 0.8.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate dochy_archiver 0.8.0
[INFO] finished tweaking crates.io crate dochy_archiver 0.8.0
[INFO] tweaked toml for crates.io crate dochy_archiver 0.8.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate dochy_archiver 0.8.0 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 13 packages to latest compatible versions
[INFO] [stderr]       Adding dochy_compaction v0.8.0 (available: v0.10.1)
[INFO] [stderr]       Adding with_capacity_safe v0.3.0 (available: v0.4.2)
[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 with_capacity_safe v0.3.0
[INFO] [stderr]   Downloaded metrohash v1.0.7
[INFO] [stderr]   Downloaded dochy_compaction v0.8.0
[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] 4a23aeb2f0435a7b77210bfad15c6534d1ae72579a6380b3649cc1b21c4830e1
[INFO] running `Command { std: "docker" "start" "-a" "4a23aeb2f0435a7b77210bfad15c6534d1ae72579a6380b3649cc1b21c4830e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4a23aeb2f0435a7b77210bfad15c6534d1ae72579a6380b3649cc1b21c4830e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4a23aeb2f0435a7b77210bfad15c6534d1ae72579a6380b3649cc1b21c4830e1", kill_on_drop: false }`
[INFO] [stdout] 4a23aeb2f0435a7b77210bfad15c6534d1ae72579a6380b3649cc1b21c4830e1
[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" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] da0773763be021b27c5a6dc6f6e1dd651fc105f144ed5c54a690012662fc3e0c
[INFO] running `Command { std: "docker" "start" "-a" "da0773763be021b27c5a6dc6f6e1dd651fc105f144ed5c54a690012662fc3e0c", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling snap v1.1.1
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling with_capacity_safe v0.3.0
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling metrohash v1.0.7
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/with_capacity_safe-0.3.0/src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(try_reserve)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/with_capacity_safe-0.3.0/src/lib.rs:58:17
[INFO] [stdout]    |
[INFO] [stdout] 58 |                 TryReserveError::AllocError { .. } => {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `AllocError` implemented for `TryReserveError`, you could use the fully-qualified path
[INFO] [stdout]    |
[INFO] [stdout] 58 -                 TryReserveError::AllocError { .. } => {
[INFO] [stdout] 58 +                 <TryReserveError as Example>::AllocError { .. } => {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `CapacityOverflow` found for struct `TryReserveError` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/with_capacity_safe-0.3.0/src/lib.rs:61:34
[INFO] [stdout]    |
[INFO] [stdout] 61 |                 TryReserveError::CapacityOverflow => {
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^ associated item not found in `TryReserveError`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0223, E0554, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0223`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `with_capacity_safe` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "da0773763be021b27c5a6dc6f6e1dd651fc105f144ed5c54a690012662fc3e0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da0773763be021b27c5a6dc6f6e1dd651fc105f144ed5c54a690012662fc3e0c", kill_on_drop: false }`
[INFO] [stdout] da0773763be021b27c5a6dc6f6e1dd651fc105f144ed5c54a690012662fc3e0c
