[INFO] fetching crate warp_dsl_impl 0.0.1... [INFO] testing warp_dsl_impl-0.0.1 against 1.90.0 for beta-1.91-3 [INFO] extracting crate warp_dsl_impl 0.0.1 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate warp_dsl_impl 0.0.1 [INFO] finished tweaking crates.io crate warp_dsl_impl 0.0.1 [INFO] tweaked toml for crates.io crate warp_dsl_impl 0.0.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate warp_dsl_impl 0.0.1 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 4 packages to latest compatible versions [INFO] [stderr] Adding proc-macro-hack v0.4.3 (available: v0.5.20+deprecated) [INFO] [stderr] Adding proc-macro2 v0.4.30 (available: v1.0.101) [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] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [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] ff22206bd4afcc5970f4da5b93c8842e37ad301635e2c31a0f5986f8f7812a3b [INFO] running `Command { std: "docker" "start" "-a" "ff22206bd4afcc5970f4da5b93c8842e37ad301635e2c31a0f5986f8f7812a3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ff22206bd4afcc5970f4da5b93c8842e37ad301635e2c31a0f5986f8f7812a3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff22206bd4afcc5970f4da5b93c8842e37ad301635e2c31a0f5986f8f7812a3b", kill_on_drop: false }` [INFO] [stdout] ff22206bd4afcc5970f4da5b93c8842e37ad301635e2c31a0f5986f8f7812a3b [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] a714f46044cb9b0f542acf3a92adbc141106e55bdcf671b5c43cd977c661d733 [INFO] running `Command { std: "docker" "start" "-a" "a714f46044cb9b0f542acf3a92adbc141106e55bdcf671b5c43cd977c661d733", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling proc-macro-hack-impl v0.4.3 [INFO] [stderr] Compiling proc-macro-hack v0.4.3 [INFO] [stderr] Compiling warp_dsl_impl v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/parser.rs:76:52 [INFO] [stdout] | [INFO] [stdout] 76 | _ => panic!("Expected one of '(', '{{', or '&' in directive declaration"), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 76 | _ => panic!("{}", "Expected one of '(', '{{', or '&' in directive declaration"), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s [INFO] running `Command { std: "docker" "inspect" "a714f46044cb9b0f542acf3a92adbc141106e55bdcf671b5c43cd977c661d733", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a714f46044cb9b0f542acf3a92adbc141106e55bdcf671b5c43cd977c661d733", kill_on_drop: false }` [INFO] [stdout] a714f46044cb9b0f542acf3a92adbc141106e55bdcf671b5c43cd977c661d733 [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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 81d255b68b503430db02b1b99548d308022840cb3a8da49dc2d1e676cc7186f1 [INFO] running `Command { std: "docker" "start" "-a" "81d255b68b503430db02b1b99548d308022840cb3a8da49dc2d1e676cc7186f1", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling warp_dsl_impl v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/parser.rs:76:52 [INFO] [stdout] | [INFO] [stdout] 76 | _ => panic!("Expected one of '(', '{{', or '&' in directive declaration"), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 76 | _ => panic!("{}", "Expected one of '(', '{{', or '&' in directive declaration"), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/parser.rs:76:52 [INFO] [stdout] | [INFO] [stdout] 76 | _ => panic!("Expected one of '(', '{{', or '&' in directive declaration"), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 76 | _ => panic!("{}", "Expected one of '(', '{{', or '&' in directive declaration"), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s [INFO] running `Command { std: "docker" "inspect" "81d255b68b503430db02b1b99548d308022840cb3a8da49dc2d1e676cc7186f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81d255b68b503430db02b1b99548d308022840cb3a8da49dc2d1e676cc7186f1", kill_on_drop: false }` [INFO] [stdout] 81d255b68b503430db02b1b99548d308022840cb3a8da49dc2d1e676cc7186f1 [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" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ab97f6d1883d585865a7d600dc9893598b26812222ef1917a126bb762c8952d7 [INFO] running `Command { std: "docker" "start" "-a" "ab97f6d1883d585865a7d600dc9893598b26812222ef1917a126bb762c8952d7", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] [INFO] [stderr] warning: panic message contains braces [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/parser.rs:76:52 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 76 | _ => panic!("Expected one of '(', '{{', or '&' in directive declaration"), [INFO] [stdout] [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] help: add a "{}" format string to use the message literally [INFO] [stderr] | [INFO] [stderr] 76 | _ => panic!("{}", "Expected one of '(', '{{', or '&' in directive declaration"), [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `warp_dsl_impl` (lib) generated 1 warning (run `cargo fix --lib -p warp_dsl_impl` to apply 1 suggestion) [INFO] [stderr] warning: `warp_dsl_impl` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/warp_dsl_impl-f9f5446d29ff8a63) [INFO] [stderr] Doc-tests warp_dsl_impl [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ab97f6d1883d585865a7d600dc9893598b26812222ef1917a126bb762c8952d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab97f6d1883d585865a7d600dc9893598b26812222ef1917a126bb762c8952d7", kill_on_drop: false }` [INFO] [stdout] ab97f6d1883d585865a7d600dc9893598b26812222ef1917a126bb762c8952d7