[INFO] fetching crate cowlang-derive 0.1.0... [INFO] checking cowlang-derive-0.1.0 against try#998b6603a58e47f42ccce7a67943234e96b6839e for pr-143170 [INFO] extracting crate cowlang-derive 0.1.0 into /workspace/builds/worker-5-tc2/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-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate cowlang-derive 0.1.0 on toolchain 998b6603a58e47f42ccce7a67943234e96b6839e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "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" "+998b6603a58e47f42ccce7a67943234e96b6839e" "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" "+998b6603a58e47f42ccce7a67943234e96b6839e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a6f31ea3b6679332dc33fb7feb8615f9b28b7fbcc95f2c66bf6148464c568b40 [INFO] running `Command { std: "docker" "start" "-a" "a6f31ea3b6679332dc33fb7feb8615f9b28b7fbcc95f2c66bf6148464c568b40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a6f31ea3b6679332dc33fb7feb8615f9b28b7fbcc95f2c66bf6148464c568b40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6f31ea3b6679332dc33fb7feb8615f9b28b7fbcc95f2c66bf6148464c568b40", kill_on_drop: false }` [INFO] [stdout] a6f31ea3b6679332dc33fb7feb8615f9b28b7fbcc95f2c66bf6148464c568b40 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d76e29138e30faeea3e8ea19860ffdf7fda73d0f14661bfc99a907ecdb70caa1 [INFO] running `Command { std: "docker" "start" "-a" "d76e29138e30faeea3e8ea19860ffdf7fda73d0f14661bfc99a907ecdb70caa1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Checking quote v1.0.40 [INFO] [stderr] Checking syn v2.0.104 [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]: failed to resolve: use of unresolved module or unlinked crate `cowlang` [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" "d76e29138e30faeea3e8ea19860ffdf7fda73d0f14661bfc99a907ecdb70caa1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d76e29138e30faeea3e8ea19860ffdf7fda73d0f14661bfc99a907ecdb70caa1", kill_on_drop: false }` [INFO] [stdout] d76e29138e30faeea3e8ea19860ffdf7fda73d0f14661bfc99a907ecdb70caa1