[INFO] fetching crate asynq 0.1.8...
[INFO] checking asynq-0.1.8 against try#6713fa75964eb229409a9c6f6f5c418423e313ff for pr-133502-22
[INFO] extracting crate asynq 0.1.8 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate asynq 0.1.8
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate asynq 0.1.8
[INFO] tweaked toml for crates.io crate asynq 0.1.8 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate asynq 0.1.8 on toolchain 6713fa75964eb229409a9c6f6f5c418423e313ff
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate asynq 0.1.8 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" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f086139aa45c6f79a1841b6556300f63db03242103b9ef3249e1e983a2bdb8f8
[INFO] running `Command { std: "docker" "start" "-a" "f086139aa45c6f79a1841b6556300f63db03242103b9ef3249e1e983a2bdb8f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f086139aa45c6f79a1841b6556300f63db03242103b9ef3249e1e983a2bdb8f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f086139aa45c6f79a1841b6556300f63db03242103b9ef3249e1e983a2bdb8f8", kill_on_drop: false }`
[INFO] [stdout] f086139aa45c6f79a1841b6556300f63db03242103b9ef3249e1e983a2bdb8f8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a611825bed3a3e17167c430fa9214c6c50c99de6b227c3928f2300907c8b96e4
[INFO] running `Command { std: "docker" "start" "-a" "a611825bed3a3e17167c430fa9214c6c50c99de6b227c3928f2300907c8b96e4", kill_on_drop: false }`
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling indexmap v2.13.1
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking phf_shared v0.11.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking backon v1.6.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking arc-swap v1.9.1
[INFO] [stderr]     Checking tokio v1.51.0
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking xxhash-rust v0.8.15
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking arcstr v1.2.0
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking http-serde v2.1.1
[INFO] [stderr]     Checking uuid v1.23.0
[INFO] [stderr]     Checking hostname v0.4.2
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking md5 v0.8.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]    Compiling prost v0.14.3
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking cron v0.16.0
[INFO] [stderr]     Checking prost-types v0.14.3
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]    Compiling prost-build v0.14.3
[INFO] [stderr]    Compiling asynq v0.1.8 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking redis v1.2.0
[INFO] [stderr] error: could not compile `redis` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/6713fa75964eb229409a9c6f6f5c418423e313ff/bin/rustc --crate-name redis --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/redis-1.2.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="acl"' --cfg 'feature="aio"' --cfg 'feature="bytes"' --cfg 'feature="connection-manager"' --cfg 'feature="default"' --cfg 'feature="geospatial"' --cfg 'feature="num-bigint"' --cfg 'feature="script"' --cfg 'feature="streams"' --cfg 'feature="tokio-comp"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acl", "ahash", "aio", "bb8", "bigdecimal", "bytes", "cache-aio", "cluster", "cluster-async", "connection-manager", "default", "entra-id", "geospatial", "hashbrown", "json", "num-bigint", "r2d2", "rust_decimal", "script", "sentinel", "smol-comp", "smol-native-tls-comp", "smol-rustls-comp", "streams", "tls-native-tls", "tls-rustls", "tls-rustls-insecure", "tls-rustls-webpki-roots", "token-based-authentication", "tokio-comp", "tokio-native-tls-comp", "tokio-rustls-comp", "uuid", "vector-sets"))' -C metadata=fdaeda6e3659863d -C extra-filename=-30d01193a49a9cbc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arc_swap=/opt/rustwide/target/debug/deps/libarc_swap-0e6b84a9885600ee.rmeta --extern arcstr=/opt/rustwide/target/debug/deps/libarcstr-5e40f6ed43b3300b.rmeta --extern async_lock=/opt/rustwide/target/debug/deps/libasync_lock-bbc91dc8e64f6ee0.rmeta --extern backon=/opt/rustwide/target/debug/deps/libbackon-8ddae474b69caa57.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-cccdc721da232fd0.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-cbb4929d06dfe38d.rmeta --extern combine=/opt/rustwide/target/debug/deps/libcombine-045cb2b0cfbd1ed3.rmeta --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-34058504bf85e495.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-442dd7fad0038ee4.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-c5eae48c447aaa0f.rmeta --extern num_bigint=/opt/rustwide/target/debug/deps/libnum_bigint-08de46148b05514c.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-e5e2b4eaa5d18a05.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-7f89d5442d7e1c94.rmeta --extern ryu=/opt/rustwide/target/debug/deps/libryu-6c886470be7f71ec.rmeta --extern sha1_smol=/opt/rustwide/target/debug/deps/libsha1_smol-9dbd48ad587248f8.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-a0c21ef1dd25e8d8.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-fa85a8d1ab4ea5e1.rmeta --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-207695a3fbca3987.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-b44c0cefb8c291d4.rmeta --extern xxhash_rust=/opt/rustwide/target/debug/deps/libxxhash_rust-a9ccb7cc2c2ec92a.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "a611825bed3a3e17167c430fa9214c6c50c99de6b227c3928f2300907c8b96e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a611825bed3a3e17167c430fa9214c6c50c99de6b227c3928f2300907c8b96e4", kill_on_drop: false }`
[INFO] [stdout] a611825bed3a3e17167c430fa9214c6c50c99de6b227c3928f2300907c8b96e4
