[INFO] cloning repository https://github.com/evpeople/rss_ai
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/evpeople/rss_ai" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevpeople%2Frss_ai", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevpeople%2Frss_ai'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b6226792f7b1ab944ce1ff9c636767ecb433a587
[INFO] checking evpeople/rss_ai against try#d336647335db03a0fc5b24fc5325cd3905c5b8e8 for pr-151146
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevpeople%2Frss_ai" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/evpeople/rss_ai
[INFO] finished tweaking git repo https://github.com/evpeople/rss_ai
[INFO] tweaked toml for git repo https://github.com/evpeople/rss_ai written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/evpeople/rss_ai on toolchain d336647335db03a0fc5b24fc5325cd3905c5b8e8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/evpeople/rss_ai 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" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[INFO] checking evpeople/rss_ai against try#d336647335db03a0fc5b24fc5325cd3905c5b8e8 for pr-151146
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevpeople%2Frss_ai" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/evpeople/rss_ai
[INFO] finished tweaking git repo https://github.com/evpeople/rss_ai
[INFO] tweaked toml for git repo https://github.com/evpeople/rss_ai written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/evpeople/rss_ai on toolchain d336647335db03a0fc5b24fc5325cd3905c5b8e8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/evpeople/rss_ai 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" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sqlx-macros v0.7.1
[INFO] [stderr]   Downloaded sqlx-macros-core v0.7.1
[INFO] [stderr]   Downloaded diligent-date-parser v0.1.4
[INFO] [stderr]   Downloaded atom_syndication v0.12.2
[INFO] [stderr]   Downloaded sqlx-mysql v0.7.1
[INFO] [stderr]   Downloaded async-openai v0.14.1
[INFO] [stderr]   Downloaded sqlx-core v0.7.1
[INFO] [stderr]   Downloaded sqlx-postgres v0.7.1
[INFO] [stderr]   Downloaded rss v2.0.6
[INFO] [stderr]   Downloaded sqlx-sqlite v0.7.1
[INFO] [stderr]   Downloaded serde_json v1.0.106
[INFO] [stderr]   Downloaded sqlx v0.7.1
[INFO] [stderr]   Downloaded syn v2.0.31
[INFO] [stderr]   Downloaded rustix v0.38.12
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a120894fd055bb36fa3f3a9a2d7c036ea96960911b160dc07019c2c337387b5a
[INFO] running `Command { std: "docker" "start" "-a" "a120894fd055bb36fa3f3a9a2d7c036ea96960911b160dc07019c2c337387b5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a120894fd055bb36fa3f3a9a2d7c036ea96960911b160dc07019c2c337387b5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a120894fd055bb36fa3f3a9a2d7c036ea96960911b160dc07019c2c337387b5a", kill_on_drop: false }`
[INFO] [stdout] a120894fd055bb36fa3f3a9a2d7c036ea96960911b160dc07019c2c337387b5a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9f25cbbfbd308ce920d0485d1e07869c69bba60a6f361353ac9ab1812185549b
[INFO] running `Command { std: "docker" "start" "-a" "9f25cbbfbd308ce920d0485d1e07869c69bba60a6f361353ac9ab1812185549b", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.31
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]     Checking parking_lot_core v0.9.8
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking socket2 v0.5.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling ahash v0.8.3
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]    Compiling serde_json v1.0.106
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling openssl-sys v0.9.93
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.8
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling futures-sink v0.3.28
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling libsqlite3-sys v0.26.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.16
[INFO] [stdout] error[E0635]: unknown feature `stdsimd`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.3/src/lib.rs:99:42
[INFO] [stdout]    |
[INFO] [stdout] 99 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
[INFO] [stdout]    |                                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0635`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ahash` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "9f25cbbfbd308ce920d0485d1e07869c69bba60a6f361353ac9ab1812185549b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f25cbbfbd308ce920d0485d1e07869c69bba60a6f361353ac9ab1812185549b", kill_on_drop: false }`
[INFO] [stdout] 9f25cbbfbd308ce920d0485d1e07869c69bba60a6f361353ac9ab1812185549b
