[INFO] cloning repository https://github.com/mluau/scheduler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mluau/scheduler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmluau%2Fscheduler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmluau%2Fscheduler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bb758eedec07f48c85b1b44c112a49221ee63ef3 [INFO] checking mluau/scheduler against 1af98b7cdf86932b76182a387f52f1be6f0c1be0 for pr-159706 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmluau%2Fscheduler" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-1-tc1/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/mluau/scheduler [INFO] finished tweaking git repo https://github.com/mluau/scheduler [INFO] tweaked toml for git repo https://github.com/mluau/scheduler written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mluau/scheduler on toolchain 1af98b7cdf86932b76182a387f52f1be6f0c1be0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/mluau/scheduler 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" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/mluau/mluau` [INFO] [stderr] Updating git repository `https://github.com/mluau/luau-src-rs` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tokio-macros v2.7.1 [INFO] [stderr] Downloaded nanorand v0.7.0 [INFO] [stderr] Downloaded jiff-static v0.2.34 [INFO] [stderr] Downloaded clap_derive v4.6.3 [INFO] [stderr] Downloaded clap v4.6.3 [INFO] [stderr] Downloaded clap_builder v4.6.2 [INFO] [stderr] Downloaded bstr v1.13.0 [INFO] [stderr] Downloaded jiff v0.2.34 [INFO] [stderr] Downloaded libc v0.2.188 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 687dbeacd7f603b8d32de8619c06023a4f2fef0cdfe0a1162677719a232c96eb [INFO] running `Command { std: "docker" "start" "687dbeacd7f603b8d32de8619c06023a4f2fef0cdfe0a1162677719a232c96eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "687dbeacd7f603b8d32de8619c06023a4f2fef0cdfe0a1162677719a232c96eb", 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" "687dbeacd7f603b8d32de8619c06023a4f2fef0cdfe0a1162677719a232c96eb" "/opt/rustwide/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "687dbeacd7f603b8d32de8619c06023a4f2fef0cdfe0a1162677719a232c96eb", 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" "687dbeacd7f603b8d32de8619c06023a4f2fef0cdfe0a1162677719a232c96eb" "/opt/rustwide/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.188 [INFO] [stderr] Compiling proc-macro2 v1.0.107 [INFO] [stderr] Compiling quote v1.0.47 [INFO] [stderr] Compiling autocfg v1.5.1 [INFO] [stderr] Compiling rustversion v1.0.23 [INFO] [stderr] Checking lock_api v0.4.14 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Checking futures-task v0.3.33 [INFO] [stderr] Checking bytes v1.12.1 [INFO] [stderr] Checking log v0.4.33 [INFO] [stderr] Checking futures-core v0.3.33 [INFO] [stderr] Checking bstr v1.13.0 [INFO] [stderr] Checking either v1.16.0 [INFO] [stderr] Checking futures-sink v0.3.33 [INFO] [stderr] Checking jiff-core v0.1.0 [INFO] [stderr] Checking clap_builder v4.6.2 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking regex-automata v0.4.16 [INFO] [stderr] Checking jiff v0.2.34 [INFO] [stderr] Compiling syn v2.0.119 [INFO] [stderr] Compiling jobserver v0.1.35 [INFO] [stderr] Compiling cc v1.3.0 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Compiling luau0-src v0.18.3+luau730 (https://github.com/mluau/luau-src-rs#3dd73654) [INFO] [stderr] Compiling mlua-sys v0.9.0 (https://github.com/mluau/mluau#107902a0) [INFO] [stderr] Checking regex v1.13.1 [INFO] [stderr] Checking env_filter v2.0.0 [INFO] [stderr] Checking env_logger v0.11.11 [INFO] [stderr] Compiling tokio-macros v2.7.1 [INFO] [stderr] Compiling futures-macro v0.3.33 [INFO] [stderr] Compiling clap_derive v4.6.3 [INFO] [stderr] Checking tokio v1.53.1 [INFO] [stderr] Checking futures-util v0.3.33 [INFO] [stderr] Checking clap v4.6.3 [INFO] [stderr] Checking tokio-util v0.7.18 [INFO] [stderr] Checking mluau v0.11.5 (https://github.com/mluau/mluau#107902a0) [INFO] [stderr] Checking mlua_scheduler v1.0.0 (/opt/rustwide/workdir/crates/scheduler) [INFO] [stderr] Checking mlua_scheduler_cli v1.0.0 (/opt/rustwide/workdir/crates/cli) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `Command { std: "docker" "inspect" "687dbeacd7f603b8d32de8619c06023a4f2fef0cdfe0a1162677719a232c96eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "687dbeacd7f603b8d32de8619c06023a4f2fef0cdfe0a1162677719a232c96eb", kill_on_drop: false }` [INFO] [stdout] 687dbeacd7f603b8d32de8619c06023a4f2fef0cdfe0a1162677719a232c96eb