[INFO] fetching crate stepflow-data 0.0.5...
[INFO] testing stepflow-data-0.0.5 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate stepflow-data 0.0.5 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate stepflow-data 0.0.5
[INFO] finished tweaking crates.io crate stepflow-data 0.0.5
[INFO] tweaked toml for crates.io crate stepflow-data 0.0.5 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate stepflow-data 0.0.5 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 15 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded stepflow-test-util v0.0.1
[INFO] [stderr]   Downloaded stepflow-base v0.0.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0a3f0bcf8a0d5a465d6921e10f9a2ed38db582f5cf7c92be035c15e1466512ad
[INFO] running `Command { std: "docker" "start" "-a" "0a3f0bcf8a0d5a465d6921e10f9a2ed38db582f5cf7c92be035c15e1466512ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0a3f0bcf8a0d5a465d6921e10f9a2ed38db582f5cf7c92be035c15e1466512ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a3f0bcf8a0d5a465d6921e10f9a2ed38db582f5cf7c92be035c15e1466512ad", kill_on_drop: false }`
[INFO] [stdout] 0a3f0bcf8a0d5a465d6921e10f9a2ed38db582f5cf7c92be035c15e1466512ad
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 87285d794df03ca4a8cadb1a0bb6a3fb0a29e5377e924d8fc210d8d5a0af0f8c
[INFO] running `Command { std: "docker" "start" "-a" "87285d794df03ca4a8cadb1a0bb6a3fb0a29e5377e924d8fc210d8d5a0af0f8c", kill_on_drop: false }`
[INFO] [stderr]    Compiling stepflow-base v0.0.5
[INFO] [stderr]    Compiling stepflow-data v0.0.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/value.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[macro_use]
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to crates, extern crates, and modules
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/value.rs:87:1
[INFO] [stdout]    |
[INFO] [stdout] 87 | #[macro_use]
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to crates, extern crates, and modules
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]    --> src/value.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | #[macro_use]
[INFO] [stdout]     | ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[macro_use]` can be applied to crates, extern crates, and modules
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
[INFO] running `Command { std: "docker" "inspect" "87285d794df03ca4a8cadb1a0bb6a3fb0a29e5377e924d8fc210d8d5a0af0f8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "87285d794df03ca4a8cadb1a0bb6a3fb0a29e5377e924d8fc210d8d5a0af0f8c", kill_on_drop: false }`
[INFO] [stdout] 87285d794df03ca4a8cadb1a0bb6a3fb0a29e5377e924d8fc210d8d5a0af0f8c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d56147f227741935ebc2ebfb7ad0f52dc57b6aaece4a92d1014a5cbf045a1a78
[INFO] running `Command { std: "docker" "start" "-a" "d56147f227741935ebc2ebfb7ad0f52dc57b6aaece4a92d1014a5cbf045a1a78", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling stepflow-test-util v0.0.1
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/value.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[macro_use]
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to crates, extern crates, and modules
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/value.rs:87:1
[INFO] [stdout]    |
[INFO] [stdout] 87 | #[macro_use]
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to crates, extern crates, and modules
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]    --> src/value.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | #[macro_use]
[INFO] [stdout]     | ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[macro_use]` can be applied to crates, extern crates, and modules
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling stepflow-data v0.0.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/value.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[macro_use]
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to crates, extern crates, and modules
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/value.rs:87:1
[INFO] [stdout]    |
[INFO] [stdout] 87 | #[macro_use]
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to crates, extern crates, and modules
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]    --> src/value.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | #[macro_use]
[INFO] [stdout]     | ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[macro_use]` can be applied to crates, extern crates, and modules
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/statedata.rs:141:31
[INFO] [stdout]     |
[INFO] [stdout] 141 |       Box::new(StringVar::new(test_id!(VarId))),
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               expected `u16`, found `u32`
[INFO] [stdout]     |                               arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/var.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | generate_id_type!(VarId);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_id` which comes from the expansion of the macro `generate_id_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/statedata.rs:144:31
[INFO] [stdout]     |
[INFO] [stdout] 144 |       Box::new(StringVar::new(test_id!(VarId))),
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               expected `u16`, found `u32`
[INFO] [stdout]     |                               arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/var.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | generate_id_type!(VarId);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_id` which comes from the expansion of the macro `generate_id_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/var.rs:97:37
[INFO] [stdout]    |
[INFO] [stdout] 97 |   let var = Box::new(StringVar::new(stepflow_test_util::test_id!(VarId)));
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     expected `u16`, found `u32`
[INFO] [stdout]    |                                     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/var.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | generate_id_type!(VarId);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `stepflow_test_util::test_id` which comes from the expansion of the macro `generate_id_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/var.rs:111:35
[INFO] [stdout]     |
[INFO] [stdout] 111 |     let email_var = EmailVar::new(test_id!(VarId));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   expected `u16`, found `u32`
[INFO] [stdout]     |                                   arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/var.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | generate_id_type!(VarId);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_id` which comes from the expansion of the macro `generate_id_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/var.rs:121:36
[INFO] [stdout]     |
[INFO] [stdout] 121 |     let stringvar = StringVar::new(test_id!(VarId));
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    expected `u16`, found `u32`
[INFO] [stdout]     |                                    arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/var.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | generate_id_type!(VarId);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `test_id` which comes from the expansion of the macro `generate_id_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/value/valid_value.rs:46:82
[INFO] [stdout]    |
[INFO] [stdout] 46 |     let email_var: Box<dyn Var + Send + Sync + 'static> = Box::new(EmailVar::new(test_id!(VarId)));
[INFO] [stdout]    |                                                                                  ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                                                                  |
[INFO] [stdout]    |                                                                                  expected `u16`, found `u32`
[INFO] [stdout]    |                                                                                  arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/var.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | generate_id_type!(VarId);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_id` which comes from the expansion of the macro `generate_id_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/value/valid_value.rs:56:84
[INFO] [stdout]    |
[INFO] [stdout] 56 |     let string_var: Box<dyn Var + Send + Sync + 'static> = Box::new(StringVar::new(test_id!(VarId)));
[INFO] [stdout]    |                                                                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                                                                    |
[INFO] [stdout]    |                                                                                    expected `u16`, found `u32`
[INFO] [stdout]    |                                                                                    arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/var.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | generate_id_type!(VarId);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_id` which comes from the expansion of the macro `generate_id_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `stepflow-data` (lib test) due to 7 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "d56147f227741935ebc2ebfb7ad0f52dc57b6aaece4a92d1014a5cbf045a1a78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d56147f227741935ebc2ebfb7ad0f52dc57b6aaece4a92d1014a5cbf045a1a78", kill_on_drop: false }`
[INFO] [stdout] d56147f227741935ebc2ebfb7ad0f52dc57b6aaece4a92d1014a5cbf045a1a78
