[INFO] cloning repository https://github.com/Axoneo/watem
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Axoneo/watem" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAxoneo%2Fwatem", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAxoneo%2Fwatem'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 576dabd16053ef1ab75910eea7bf891859fae5ad
[INFO] checking Axoneo/watem against try#54cf65b8d066c082e536455049b95943cf30378f for pr-151920
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAxoneo%2Fwatem" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Axoneo/watem
[INFO] finished tweaking git repo https://github.com/Axoneo/watem
[INFO] tweaked toml for git repo https://github.com/Axoneo/watem written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Axoneo/watem on toolchain 54cf65b8d066c082e536455049b95943cf30378f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Axoneo/watem 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" "+54cf65b8d066c082e536455049b95943cf30378f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d5e8d421ac24d16d723b0a2ecd0caf76a88d21d8ac2bb87171c21e803d6a53c8
[INFO] running `Command { std: "docker" "start" "-a" "d5e8d421ac24d16d723b0a2ecd0caf76a88d21d8ac2bb87171c21e803d6a53c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d5e8d421ac24d16d723b0a2ecd0caf76a88d21d8ac2bb87171c21e803d6a53c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5e8d421ac24d16d723b0a2ecd0caf76a88d21d8ac2bb87171c21e803d6a53c8", kill_on_drop: false }`
[INFO] [stdout] d5e8d421ac24d16d723b0a2ecd0caf76a88d21d8ac2bb87171c21e803d6a53c8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d35214d91a0e434292411b05c81fe1620ecc4abd621e7157c2a7f6831388b755
[INFO] running `Command { std: "docker" "start" "-a" "d35214d91a0e434292411b05c81fe1620ecc4abd621e7157c2a7f6831388b755", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling zmij v1.0.3
[INFO] [stderr]    Compiling serde_json v1.0.148
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking simple_asn1 v0.6.3
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking jsonwebtoken v9.3.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking watem v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stdout] error[E0432]: unresolved import `watem::axum_support`
[INFO] [stdout]   --> examples/axum_example.rs:1:29
[INFO] [stdout]    |
[INFO] [stdout]  1 | use watem::{TokenValidator, axum_support::Claims};
[INFO] [stdout]    |                             ^^^^^^^^^^^^ could not find `axum_support` in `watem`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 51 | #[cfg(feature = "axum")]
[INFO] [stdout]    |       ---------------- the item is gated behind the `axum` feature
[INFO] [stdout] 52 | pub mod axum_support {
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `watem` (example "axum_example") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "d35214d91a0e434292411b05c81fe1620ecc4abd621e7157c2a7f6831388b755", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d35214d91a0e434292411b05c81fe1620ecc4abd621e7157c2a7f6831388b755", kill_on_drop: false }`
[INFO] [stdout] d35214d91a0e434292411b05c81fe1620ecc4abd621e7157c2a7f6831388b755
