[INFO] fetching crate stepflow-data 0.0.5... [INFO] checking stepflow-data-0.0.5 against try#4a04890980766cc79878135f5ade8c0c4321e943 for pr-65819 [INFO] extracting crate stepflow-data 0.0.5 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate stepflow-data 0.0.5 on toolchain 4a04890980766cc79878135f5ade8c0c4321e943 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1ab140de5ec56ed9493f98bf80d2b1cb1701435661e7f2cd0c65f2fd95fe4447 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1ab140de5ec56ed9493f98bf80d2b1cb1701435661e7f2cd0c65f2fd95fe4447", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1ab140de5ec56ed9493f98bf80d2b1cb1701435661e7f2cd0c65f2fd95fe4447", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ab140de5ec56ed9493f98bf80d2b1cb1701435661e7f2cd0c65f2fd95fe4447", kill_on_drop: false }` [INFO] [stdout] 1ab140de5ec56ed9493f98bf80d2b1cb1701435661e7f2cd0c65f2fd95fe4447 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 33d228d8263b10983fefacabe077865fcfb8c156b28c24b7b00d580e0b178f52 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "33d228d8263b10983fefacabe077865fcfb8c156b28c24b7b00d580e0b178f52", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking stepflow-base v0.0.5 [INFO] [stderr] Checking once_cell v1.7.2 [INFO] [stderr] Checking stepflow-test-util v0.0.1 [INFO] [stderr] Checking stepflow-data v0.0.5 (/opt/rustwide/workdir) [INFO] [stderr] Checking aho-corasick v0.7.15 [INFO] [stderr] Checking regex v1.4.5 [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] | ^^^^^^^^^^^^^^^ expected `u16`, found `u32` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (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] | ^^^^^^^^^^^^^^^ expected `u16`, found `u32` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u16`, found `u32` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (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] | ^^^^^^^^^^^^^^^ expected `u16`, found `u32` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (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] | ^^^^^^^^^^^^^^^ expected `u16`, found `u32` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (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 = Box::new(EmailVar::new(test_id!(VarId))); [INFO] [stdout] | ^^^^^^^^^^^^^^^ expected `u16`, found `u32` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (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 = Box::new(StringVar::new(test_id!(VarId))); [INFO] [stdout] | ^^^^^^^^^^^^^^^ expected `u16`, found `u32` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [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` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "33d228d8263b10983fefacabe077865fcfb8c156b28c24b7b00d580e0b178f52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33d228d8263b10983fefacabe077865fcfb8c156b28c24b7b00d580e0b178f52", kill_on_drop: false }` [INFO] [stdout] 33d228d8263b10983fefacabe077865fcfb8c156b28c24b7b00d580e0b178f52