[INFO] fetching crate cowlang-derive 0.1.0... [INFO] checking cowlang-derive-0.1.0 against master#bbe853615821442ef11d6cd42a30a73432b38d89 for pr-154205 [INFO] extracting crate cowlang-derive 0.1.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate cowlang-derive 0.1.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate cowlang-derive 0.1.0 [INFO] tweaked toml for crates.io crate cowlang-derive 0.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate cowlang-derive 0.1.0 on toolchain bbe853615821442ef11d6cd42a30a73432b38d89 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bbe853615821442ef11d6cd42a30a73432b38d89" "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" "+bbe853615821442ef11d6cd42a30a73432b38d89" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bbe853615821442ef11d6cd42a30a73432b38d89" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+bbe853615821442ef11d6cd42a30a73432b38d89" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ac1c0f5971b224439847931a58d252ed0656ce9c3a70cc3aa07f565f12c176bf [INFO] running `Command { std: "docker" "start" "-a" "ac1c0f5971b224439847931a58d252ed0656ce9c3a70cc3aa07f565f12c176bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ac1c0f5971b224439847931a58d252ed0656ce9c3a70cc3aa07f565f12c176bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac1c0f5971b224439847931a58d252ed0656ce9c3a70cc3aa07f565f12c176bf", kill_on_drop: false }` [INFO] [stdout] ac1c0f5971b224439847931a58d252ed0656ce9c3a70cc3aa07f565f12c176bf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+bbe853615821442ef11d6cd42a30a73432b38d89" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f1c0f86559045062eb3586b5387ef41a1280acb7d07578ba1da44dabc226a79 [INFO] running `Command { std: "docker" "start" "-a" "4f1c0f86559045062eb3586b5387ef41a1280acb7d07578ba1da44dabc226a79", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Checking unicode-ident v1.0.24 [INFO] [stderr] Checking syn v2.0.117 [INFO] [stderr] Checking cowlang-derive v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `cowlang` [INFO] [stdout] --> tests/main.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use cowlang::{compile_string, Interpreter, Value}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `cowlang` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `cowlang`, use `cargo add cowlang` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `cowlang` in this scope [INFO] [stdout] --> tests/main.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | #[cow_module] [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `cowlang` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `cowlang`, use `cargo add cowlang` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `cow_module` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `foo` [INFO] [stdout] --> tests/main.rs:39:11 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg(feature = "foo")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `foo` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `foo` [INFO] [stdout] --> tests/main.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg(not(feature = "foo"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `foo` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [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 `cowlang-derive` (test "main") due to 2 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "4f1c0f86559045062eb3586b5387ef41a1280acb7d07578ba1da44dabc226a79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f1c0f86559045062eb3586b5387ef41a1280acb7d07578ba1da44dabc226a79", kill_on_drop: false }` [INFO] [stdout] 4f1c0f86559045062eb3586b5387ef41a1280acb7d07578ba1da44dabc226a79