[INFO] fetching crate toql_rocket 0.3.0...
[INFO] checking toql_rocket-0.3.0 against try#ed606620234c6b50f2414162c4bbabd5f4a925f3 for pr-147995
[INFO] extracting crate toql_rocket 0.3.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate toql_rocket 0.3.0
[INFO] finished tweaking crates.io crate toql_rocket 0.3.0
[INFO] tweaked toml for crates.io crate toql_rocket 0.3.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate toql_rocket 0.3.0 on toolchain ed606620234c6b50f2414162c4bbabd5f4a925f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ed606620234c6b50f2414162c4bbabd5f4a925f3" "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" "+ed606620234c6b50f2414162c4bbabd5f4a925f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 245 packages to latest compatible versions
[INFO] [stderr]       Adding toql v0.3.0 (available: v0.4.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ed606620234c6b50f2414162c4bbabd5f4a925f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "+ed606620234c6b50f2414162c4bbabd5f4a925f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 43c2b9de5e5c2766522e193f98951ace0c619147bddb8cf545b3a66e78022e18
[INFO] running `Command { std: "docker" "start" "-a" "43c2b9de5e5c2766522e193f98951ace0c619147bddb8cf545b3a66e78022e18", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "43c2b9de5e5c2766522e193f98951ace0c619147bddb8cf545b3a66e78022e18", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "43c2b9de5e5c2766522e193f98951ace0c619147bddb8cf545b3a66e78022e18", kill_on_drop: false }`
[INFO] [stdout] 43c2b9de5e5c2766522e193f98951ace0c619147bddb8cf545b3a66e78022e18
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "+ed606620234c6b50f2414162c4bbabd5f4a925f3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 44c36c59df39e72ddf714e4f0e728b323b120469c01c07af73e7d9bca3549827
[INFO] running `Command { std: "docker" "start" "-a" "44c36c59df39e72ddf714e4f0e728b323b120469c01c07af73e7d9bca3549827", kill_on_drop: false }`
[INFO] [stderr]    Compiling pest v2.8.3
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling strsim v0.7.0
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling deranged v0.5.4
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling pest_meta v2.8.3
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]     Checking rustix v1.1.2
[INFO] [stderr]     Checking lru v0.6.6
[INFO] [stderr]     Checking heck v0.3.3
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling rocket v0.5.1
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling darling_core v0.9.0
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling pest_generator v2.8.3
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling env_logger v0.6.2
[INFO] [stderr]    Compiling devise_core v0.4.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling pest_derive v2.8.3
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling devise_codegen v0.4.2
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling toql_field_list_parser v0.3.0
[INFO] [stderr]     Checking toql_role_expr_parser v0.3.0
[INFO] [stderr]    Compiling toql_query_parser v0.3.1
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking pear v0.2.9
[INFO] [stderr]    Compiling toql_sql_expr_parser v0.3.0
[INFO] [stderr]    Compiling darling_macro v0.9.0
[INFO] [stderr]    Compiling devise v0.4.2
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling darling v0.9.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling toql_derive v0.3.0
[INFO] [stderr]     Checking enquote v1.1.0
[INFO] [stderr]    Compiling toql_fields_macro v0.3.0
[INFO] [stderr]    Compiling toql_sql_expr_macro v0.3.0
[INFO] [stderr]    Compiling toql_query_macro v0.3.0
[INFO] [stderr]    Compiling toql_role_expr_macro v0.3.0
[INFO] [stderr]    Compiling toql_paths_macro v0.3.0
[INFO] [stderr]     Checking toql_core v0.3.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking ubyte v0.10.4
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking toql v0.3.0
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking rocket_http v0.5.1
[INFO] [stderr]    Compiling rocket_codegen v0.5.1
[INFO] [stderr]     Checking toql_rocket v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `mysql`
[INFO] [stdout]   --> src/lib.rs:49:7
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[cfg(feature = "mysql")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `mysql` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `mysql`
[INFO] [stdout]   --> src/lib.rs:49:7
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[cfg(feature = "mysql")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `mysql` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.61s
[INFO] running `Command { std: "docker" "inspect" "44c36c59df39e72ddf714e4f0e728b323b120469c01c07af73e7d9bca3549827", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44c36c59df39e72ddf714e4f0e728b323b120469c01c07af73e7d9bca3549827", kill_on_drop: false }`
[INFO] [stdout] 44c36c59df39e72ddf714e4f0e728b323b120469c01c07af73e7d9bca3549827
