[INFO] fetching crate veg 0.5.6... [INFO] checking veg-0.5.6 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate veg 0.5.6 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate veg 0.5.6 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate veg 0.5.6 [INFO] tweaked toml for crates.io crate veg 0.5.6 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate veg 0.5.6 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate veg 0.5.6 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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c44f3fc66a98a94584bb300a9c57fd8de1e4fbd09a0e1bd3be1c44e91df8b100 [INFO] running `Command { std: "docker" "start" "-a" "c44f3fc66a98a94584bb300a9c57fd8de1e4fbd09a0e1bd3be1c44e91df8b100", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c44f3fc66a98a94584bb300a9c57fd8de1e4fbd09a0e1bd3be1c44e91df8b100", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c44f3fc66a98a94584bb300a9c57fd8de1e4fbd09a0e1bd3be1c44e91df8b100", kill_on_drop: false }` [INFO] [stdout] c44f3fc66a98a94584bb300a9c57fd8de1e4fbd09a0e1bd3be1c44e91df8b100 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 26a1fe97591728ba7e6fb7d5bdff4367327c6cd5ffce74a8adcabfd0916eda6d [INFO] running `Command { std: "docker" "start" "-a" "26a1fe97591728ba7e6fb7d5bdff4367327c6cd5ffce74a8adcabfd0916eda6d", kill_on_drop: false }` [INFO] [stderr] Checking vte v0.14.1 [INFO] [stderr] Checking strip-ansi-escapes v0.2.1 [INFO] [stderr] Checking veg v0.5.6 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `veg::colored` [INFO] [stdout] --> tests/colored.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | use veg::colored::{ColoredString, Colorize, Veg}; [INFO] [stdout] | ^^^^^^^ could not find `colored` in `veg` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(feature = "colored")] [INFO] [stdout] | ------------------- the item is gated behind the `colored` feature [INFO] [stdout] 12 | pub mod colored; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `colored` in `veg` [INFO] [stdout] --> tests/colored.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | impl veg::colored::Table for Point { [INFO] [stdout] | ^^^^^^^ could not find `colored` in `veg` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(feature = "colored")] [INFO] [stdout] | ------------------- the item is gated behind the `colored` feature [INFO] [stdout] 12 | pub mod colored; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `veg` (test "colored") due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "26a1fe97591728ba7e6fb7d5bdff4367327c6cd5ffce74a8adcabfd0916eda6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26a1fe97591728ba7e6fb7d5bdff4367327c6cd5ffce74a8adcabfd0916eda6d", kill_on_drop: false }` [INFO] [stdout] 26a1fe97591728ba7e6fb7d5bdff4367327c6cd5ffce74a8adcabfd0916eda6d