[INFO] fetching crate flecs_ecs_derive 0.2.0...
[INFO] testing flecs_ecs_derive-0.2.0 against 1.98.0-beta.1 for beta-1.98-1
[INFO] extracting crate flecs_ecs_derive 0.2.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate flecs_ecs_derive 0.2.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate flecs_ecs_derive 0.2.0
[INFO] tweaked toml for crates.io crate flecs_ecs_derive 0.2.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate flecs_ecs_derive 0.2.0 on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate flecs_ecs_derive 0.2.0 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 693840aa071d83421d8b0a649676189034cdcd0d8ca9b0bdc5727715cd6a14ba
[INFO] running `Command { std: "docker" "start" "693840aa071d83421d8b0a649676189034cdcd0d8ca9b0bdc5727715cd6a14ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "693840aa071d83421d8b0a649676189034cdcd0d8ca9b0bdc5727715cd6a14ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "693840aa071d83421d8b0a649676189034cdcd0d8ca9b0bdc5727715cd6a14ba" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "693840aa071d83421d8b0a649676189034cdcd0d8ca9b0bdc5727715cd6a14ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "693840aa071d83421d8b0a649676189034cdcd0d8ca9b0bdc5727715cd6a14ba" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling flecs_ecs_derive v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `parenthesized`
[INFO] [stdout]  --> src/component.rs:6:80
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Data, DeriveInput, Expr, Fields, Ident, LitStr, Path, Result, Token, Type, parenthesized,
[INFO] [stdout]   |                                                                                ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.06s
[INFO] running `Command { std: "docker" "inspect" "693840aa071d83421d8b0a649676189034cdcd0d8ca9b0bdc5727715cd6a14ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "693840aa071d83421d8b0a649676189034cdcd0d8ca9b0bdc5727715cd6a14ba" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling prettyplease v0.2.33
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling libloading v0.8.8
[INFO] [stderr]    Compiling bindgen v0.69.5
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling cc v1.2.45
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling flecs_ecs_derive v0.1.0
[INFO] [stderr]    Compiling flecs_ecs_derive v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stdout] warning: unused import: `parenthesized`
[INFO] [stdout]  --> src/component.rs:6:80
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Data, DeriveInput, Expr, Fields, Ident, LitStr, Path, Result, Token, Type, parenthesized,
[INFO] [stdout]   |                                                                                ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling flecs_ecs_sys v0.1.2
[INFO] [stderr]    Compiling flecs_ecs v0.1.3
[INFO] [stdout] warning: unused import: `parenthesized`
[INFO] [stdout]  --> src/component.rs:6:80
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Data, DeriveInput, Expr, Fields, Ident, LitStr, Path, Result, Token, Type, parenthesized,
[INFO] [stdout]   |                                                                                ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 42.04s
[INFO] running `Command { std: "docker" "inspect" "693840aa071d83421d8b0a649676189034cdcd0d8ca9b0bdc5727715cd6a14ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "693840aa071d83421d8b0a649676189034cdcd0d8ca9b0bdc5727715cd6a14ba" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `parenthesized`
[INFO] [stderr]  --> src/component.rs:6:80
[INFO] [stderr]   |
[INFO] [stderr] 6 |     Data, DeriveInput, Expr, Fields, Ident, LitStr, Path, Result, Token, Type, parenthesized,
[INFO] [stderr]   |                                                                                ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `flecs_ecs_derive` (lib) generated 1 warning (run `cargo fix --lib -p flecs_ecs_derive` to apply 1 suggestion)
[INFO] [stderr] warning: `flecs_ecs_derive` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/flecs_ecs_derive-98392ddafff5434d)
[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] [stderr]      Running tests/dsl_tests.rs (/opt/rustwide/target/debug/deps/dsl_tests-88c1afcd0d5d037a)
[INFO] [stdout] 
[INFO] [stdout] running 63 tests
[INFO] [stdout] test compilation_verification::observer_compiles ... ok
[INFO] [stdout] test observer_tests::named_observer ... ok
[INFO] [stdout] test complex_patterns::kitchen_sink_query ... ok
[INFO] [stderr] error: test failed, to rerun pass `--test dsl_tests`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/dsl_tests-88c1afcd0d5d037a` (signal: 6, SIGABRT: process abort signal)
[INFO] running `Command { std: "docker" "inspect" "693840aa071d83421d8b0a649676189034cdcd0d8ca9b0bdc5727715cd6a14ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "693840aa071d83421d8b0a649676189034cdcd0d8ca9b0bdc5727715cd6a14ba", kill_on_drop: false }`
[INFO] [stdout] 693840aa071d83421d8b0a649676189034cdcd0d8ca9b0bdc5727715cd6a14ba
