[INFO] cloning repository https://github.com/xavier-arthur/introspectiv-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xavier-arthur/introspectiv-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxavier-arthur%2Fintrospectiv-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxavier-arthur%2Fintrospectiv-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ee9dba5dd51d104eeec624f5f97afc12afb89648
[INFO] checking xavier-arthur/introspectiv-rs against e5e97e3ef0ee95d34bea49cdac051ed1bbac01df for pr-158759-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxavier-arthur%2Fintrospectiv-rs" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/xavier-arthur/introspectiv-rs
[INFO] finished tweaking git repo https://github.com/xavier-arthur/introspectiv-rs
[INFO] tweaked toml for git repo https://github.com/xavier-arthur/introspectiv-rs written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/xavier-arthur/introspectiv-rs on toolchain e5e97e3ef0ee95d34bea49cdac051ed1bbac01df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/xavier-arthur/introspectiv-rs 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" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 52495998ea2f0e797715661896b8bd9b5b860f8add9469c53963698f27d46d57
[INFO] running `Command { std: "docker" "start" "52495998ea2f0e797715661896b8bd9b5b860f8add9469c53963698f27d46d57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "52495998ea2f0e797715661896b8bd9b5b860f8add9469c53963698f27d46d57", 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" "52495998ea2f0e797715661896b8bd9b5b860f8add9469c53963698f27d46d57" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "52495998ea2f0e797715661896b8bd9b5b860f8add9469c53963698f27d46d57", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "52495998ea2f0e797715661896b8bd9b5b860f8add9469c53963698f27d46d57" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.114
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking itoa v1.0.17
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling wasm-bindgen v0.2.114
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking rand_core v0.10.0
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]     Checking route-recognizer v0.3.1
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking rand v0.10.0
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.114
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling gloo-worker-macros v0.1.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling implicit-clone-derive v0.1.2
[INFO] [stderr]    Compiling yew-router-macro v0.19.0
[INFO] [stderr]    Compiling yew-macro v0.22.1
[INFO] [stderr]     Checking implicit-clone v0.6.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.114
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking js-sys v0.3.91
[INFO] [stderr]     Checking console_error_panic_hook v0.1.7
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking pinned v0.1.0
[INFO] [stderr]     Checking tokise v0.2.0
[INFO] [stderr]     Checking web-sys v0.3.91
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.64
[INFO] [stderr]     Checking serde-wasm-bindgen v0.6.5
[INFO] [stderr]     Checking gloo-timers v0.3.0
[INFO] [stderr]     Checking gloo-utils v0.2.0
[INFO] [stderr]     Checking gloo-events v0.2.0
[INFO] [stderr]     Checking gloo-render v0.2.0
[INFO] [stderr]     Checking gloo-dialogs v0.2.0
[INFO] [stderr]     Checking gloo-file v0.3.0
[INFO] [stderr]     Checking gloo-history v0.2.2
[INFO] [stderr]     Checking gloo-worker v0.5.0
[INFO] [stderr]     Checking gloo-net v0.5.0
[INFO] [stderr]     Checking gloo-storage v0.3.0
[INFO] [stderr]     Checking gloo-console v0.3.0
[INFO] [stderr]     Checking gloo v0.11.0
[INFO] [stderr]     Checking yew v0.22.1
[INFO] [stderr]     Checking yew-router v0.19.0
[INFO] [stderr]     Checking lucide-yew v2.577.0
[INFO] [stderr] error: could not compile `lucide-yew` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e5e97e3ef0ee95d34bea49cdac051ed1bbac01df/bin/rustc --crate-name lucide_yew --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lucide-yew-2.577.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="accessibility"' --cfg 'feature="account"' --cfg 'feature="all-icons"' --cfg 'feature="animals"' --cfg 'feature="arrows"' --cfg 'feature="brands"' --cfg 'feature="buildings"' --cfg 'feature="charts"' --cfg 'feature="communication"' --cfg 'feature="connectivity"' --cfg 'feature="cursors"' --cfg 'feature="default"' --cfg 'feature="design"' --cfg 'feature="development"' --cfg 'feature="devices"' --cfg 'feature="emoji"' --cfg 'feature="files"' --cfg 'feature="finance"' --cfg 'feature="food-beverage"' --cfg 'feature="gaming"' --cfg 'feature="home"' --cfg 'feature="layout"' --cfg 'feature="mail"' --cfg 'feature="math"' --cfg 'feature="medical"' --cfg 'feature="multimedia"' --cfg 'feature="nature"' --cfg 'feature="navigation"' --cfg 'feature="notifications"' --cfg 'feature="people"' --cfg 'feature="photography"' --cfg 'feature="science"' --cfg 'feature="seasons"' --cfg 'feature="security"' --cfg 'feature="shapes"' --cfg 'feature="shopping"' --cfg 'feature="social"' --cfg 'feature="sports"' --cfg 'feature="sustainability"' --cfg 'feature="text"' --cfg 'feature="time"' --cfg 'feature="tools"' --cfg 'feature="transportation"' --cfg 'feature="travel"' --cfg 'feature="weather"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("accessibility", "account", "all-icons", "animals", "arrows", "brands", "buildings", "charts", "communication", "connectivity", "cursors", "default", "design", "development", "devices", "emoji", "files", "finance", "food-beverage", "gaming", "home", "layout", "mail", "math", "medical", "multimedia", "nature", "navigation", "notifications", "people", "photography", "science", "seasons", "security", "shapes", "shopping", "social", "sports", "sustainability", "text", "time", "tools", "transportation", "travel", "weather"))' -C metadata=eeaa9cc387b1187a -C extra-filename=-1d02bc057cae85a4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern yew=/opt/rustwide/target/debug/deps/libyew-21a233889e9c1908.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "52495998ea2f0e797715661896b8bd9b5b860f8add9469c53963698f27d46d57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "52495998ea2f0e797715661896b8bd9b5b860f8add9469c53963698f27d46d57", kill_on_drop: false }`
[INFO] [stdout] 52495998ea2f0e797715661896b8bd9b5b860f8add9469c53963698f27d46d57
