[INFO] fetching crate symbolic_expressions 5.0.3... [INFO] testing symbolic_expressions-5.0.3 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate symbolic_expressions 5.0.3 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate symbolic_expressions 5.0.3 [INFO] finished tweaking crates.io crate symbolic_expressions 5.0.3 [INFO] tweaked toml for crates.io crate symbolic_expressions 5.0.3 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate symbolic_expressions 5.0.3 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5b04c34e82a63928832022e85e2bd264b31ed54fafc825bfc80b493d96293872 [INFO] running `Command { std: "docker" "start" "-a" "5b04c34e82a63928832022e85e2bd264b31ed54fafc825bfc80b493d96293872", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5b04c34e82a63928832022e85e2bd264b31ed54fafc825bfc80b493d96293872", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b04c34e82a63928832022e85e2bd264b31ed54fafc825bfc80b493d96293872", kill_on_drop: false }` [INFO] [stdout] 5b04c34e82a63928832022e85e2bd264b31ed54fafc825bfc80b493d96293872 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a3f63622995ec2f00f36a2e10870b886c812ca30466627d6c952e8e62a730f95 [INFO] running `Command { std: "docker" "start" "-a" "a3f63622995ec2f00f36a2e10870b886c812ca30466627d6c952e8e62a730f95", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling symbolic_expressions v5.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/iteratom.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | fn from_sexp(&Sexp) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Sexp` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:46:32 [INFO] [stdout] | [INFO] [stdout] 46 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 46 | fn cause(&self) -> Option<&dyn error::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `msg`, `line`, and `col` are never read [INFO] [stdout] --> src/error.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 59 | pub struct ParseError { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 60 | msg: String, [INFO] [stdout] | ^^^ [INFO] [stdout] 61 | line: usize, [INFO] [stdout] | ^^^^ [INFO] [stdout] 62 | col: usize, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s [INFO] running `Command { std: "docker" "inspect" "a3f63622995ec2f00f36a2e10870b886c812ca30466627d6c952e8e62a730f95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3f63622995ec2f00f36a2e10870b886c812ca30466627d6c952e8e62a730f95", kill_on_drop: false }` [INFO] [stdout] a3f63622995ec2f00f36a2e10870b886c812ca30466627d6c952e8e62a730f95 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3539a96f68db230550213627924873b7e4d5f1f91c4030c7010c97c8a69e86be [INFO] running `Command { std: "docker" "start" "-a" "3539a96f68db230550213627924873b7e4d5f1f91c4030c7010c97c8a69e86be", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/iteratom.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | fn from_sexp(&Sexp) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Sexp` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:46:32 [INFO] [stdout] | [INFO] [stdout] 46 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 46 | fn cause(&self) -> Option<&dyn error::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `msg`, `line`, and `col` are never read [INFO] [stdout] --> src/error.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 59 | pub struct ParseError { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 60 | msg: String, [INFO] [stdout] | ^^^ [INFO] [stdout] 61 | line: usize, [INFO] [stdout] | ^^^^ [INFO] [stdout] 62 | col: usize, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling symbolic_expressions v5.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/iteratom.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | fn from_sexp(&Sexp) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Sexp` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:46:32 [INFO] [stdout] | [INFO] [stdout] 46 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 46 | fn cause(&self) -> Option<&dyn error::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `msg`, `line`, and `col` are never read [INFO] [stdout] --> src/error.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 59 | pub struct ParseError { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 60 | msg: String, [INFO] [stdout] | ^^^ [INFO] [stdout] 61 | line: usize, [INFO] [stdout] | ^^^^ [INFO] [stdout] 62 | col: usize, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.00s [INFO] running `Command { std: "docker" "inspect" "3539a96f68db230550213627924873b7e4d5f1f91c4030c7010c97c8a69e86be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3539a96f68db230550213627924873b7e4d5f1f91c4030c7010c97c8a69e86be", kill_on_drop: false }` [INFO] [stdout] 3539a96f68db230550213627924873b7e4d5f1f91c4030c7010c97c8a69e86be [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0e2cd22184ceee49e66d1cdc86fcc6a51e86f384f990f530663a3467f000df2e [INFO] running `Command { std: "docker" "start" "-a" "0e2cd22184ceee49e66d1cdc86fcc6a51e86f384f990f530663a3467f000df2e", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/iteratom.rs:15:18 [INFO] [stderr] | [INFO] [stderr] 15 | fn from_sexp(&Sexp) -> Result; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Sexp` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:46:32 [INFO] [stderr] | [INFO] [stderr] 46 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 46 | fn cause(&self) -> Option<&dyn error::Error> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: fields `msg`, `line`, and `col` are never read [INFO] [stderr] --> src/error.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 59 | pub struct ParseError { [INFO] [stderr] | ---------- fields in this struct [INFO] [stderr] 60 | msg: String, [INFO] [stderr] | ^^^ [INFO] [stderr] 61 | line: usize, [INFO] [stderr] | ^^^^ [INFO] [stderr] 62 | col: usize, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `symbolic_expressions` (lib) generated 3 warnings (run `cargo fix --lib -p symbolic_expressions` to apply 2 suggestions) [INFO] [stderr] warning: `symbolic_expressions` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/symbolic_expressions-226e2e8410904c14) [INFO] [stdout] [INFO] [stdout] running 26 tests [INFO] [stdout] test test::test_br_int ... ok [INFO] [stdout] test test::test_br_float ... ok [INFO] [stdout] test test::test_complex ... ok [INFO] [stdout] test test::test_empty ... ok [INFO] [stdout] test test::test_br_string ... ok [INFO] [stdout] test test::test_double ... ok [INFO] [stdout] test test::test_br_qbrstring ... ok [INFO] [stdout] test test::test_br_qstring ... ok [INFO] [stdout] test test::test_empty_qstring ... ok [INFO] [stdout] test test::test_fail_pcb ... ok [INFO] [stdout] test test::test_float_vs_int ... ok [INFO] [stdout] test test::test_kicad_1 ... ok [INFO] [stdout] test test::test_minimal ... ok [INFO] [stdout] test test::test_multiline ... ok [INFO] [stdout] test test::test_multiline_two_empty ... ok [INFO] [stdout] test test::test_number ... ok [INFO] [stdout] test test::test_number_string ... ok [INFO] [stdout] test test::test_qstring_a ... ok [INFO] [stdout] test test::test_qstring_a2 ... ok [INFO] [stdout] test test::test_qstring_a3 ... ok [INFO] [stdout] test test::test_quoted_escape ... ok [INFO] [stdout] test test::test_string ... ok [INFO] [stdout] test test::test_invalid2 - should panic ... ok [INFO] [stdout] test test::test_invalid3 - should panic ... ok [INFO] [stdout] test test::test_invalid1 - should panic ... ok [INFO] [stdout] test test::test_invalid_check_position - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] Running tests/iteratom.rs (/opt/rustwide/target/debug/deps/iteratom-3fe06ef5f9371816) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Doc-tests symbolic_expressions [INFO] [stdout] test test_iteratom ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [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" "0e2cd22184ceee49e66d1cdc86fcc6a51e86f384f990f530663a3467f000df2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e2cd22184ceee49e66d1cdc86fcc6a51e86f384f990f530663a3467f000df2e", kill_on_drop: false }` [INFO] [stdout] 0e2cd22184ceee49e66d1cdc86fcc6a51e86f384f990f530663a3467f000df2e