[INFO] cloning repository https://github.com/wasmer-examples/axum-ffmpeg-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wasmer-examples/axum-ffmpeg-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwasmer-examples%2Faxum-ffmpeg-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwasmer-examples%2Faxum-ffmpeg-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3931fc56e762f0dc6f614e071c104bdef3bb9f48 [INFO] checking wasmer-examples/axum-ffmpeg-example against master#a7fc463dd8fbeca800d4b3efc501069502cffe64 for pr-136988 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwasmer-examples%2Faxum-ffmpeg-example" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wasmer-examples/axum-ffmpeg-example on toolchain a7fc463dd8fbeca800d4b3efc501069502cffe64 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7fc463dd8fbeca800d4b3efc501069502cffe64" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/wasmer-examples/axum-ffmpeg-example [INFO] finished tweaking git repo https://github.com/wasmer-examples/axum-ffmpeg-example [INFO] tweaked toml for git repo https://github.com/wasmer-examples/axum-ffmpeg-example written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/wasmer-examples/axum-ffmpeg-example 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" "+a7fc463dd8fbeca800d4b3efc501069502cffe64" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/wasix-org/libc.git` [INFO] [stderr] Updating git repository `https://github.com/wasix-org/socket2.git` [INFO] [stderr] Updating git repository `https://github.com/wasix-org/tokio.git` [INFO] [stderr] warning: patch for `parking_lot` uses the features mechanism. default-features and features will not take effect because the patch dependency does not support this mechanism [INFO] [stderr] Updating git repository `https://github.com/wasix-org/mio.git` [INFO] [stderr] Updating git repository `https://github.com/wasix-org/signal-hook.git` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded axum v0.6.9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+a7fc463dd8fbeca800d4b3efc501069502cffe64" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 61248c3f3eeaa6a5e973b993059b90a8ee5405e9d57cc320c9bf5f661d8c0c97 [INFO] running `Command { std: "docker" "start" "-a" "61248c3f3eeaa6a5e973b993059b90a8ee5405e9d57cc320c9bf5f661d8c0c97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "61248c3f3eeaa6a5e973b993059b90a8ee5405e9d57cc320c9bf5f661d8c0c97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61248c3f3eeaa6a5e973b993059b90a8ee5405e9d57cc320c9bf5f661d8c0c97", kill_on_drop: false }` [INFO] [stdout] 61248c3f3eeaa6a5e973b993059b90a8ee5405e9d57cc320c9bf5f661d8c0c97 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+a7fc463dd8fbeca800d4b3efc501069502cffe64" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 03357edff50dc85ed2c4338a64e059c7f4b56b4263edbcc728ee2ecd38574a7c [INFO] running `Command { std: "docker" "start" "-a" "03357edff50dc85ed2c4338a64e059c7f4b56b4263edbcc728ee2ecd38574a7c", kill_on_drop: false }` [INFO] [stderr] warning: patch for `parking_lot` uses the features mechanism. default-features and features will not take effect because the patch dependency does not support this mechanism [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling libc v0.2.152 (https://github.com/wasix-org/libc.git?branch=v0.2.152#26f165f1) [INFO] [stderr] Checking itoa v1.0.5 [INFO] [stderr] Checking pin-project-lite v0.2.15 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Checking bytes v1.8.0 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling rustversion v1.0.18 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling serde v1.0.214 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking arc-swap v0.4.8 [INFO] [stderr] Checking tower-service v0.3.3 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Checking tower-layer v0.3.3 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Compiling serde_json v1.0.132 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Checking http-range-header v0.3.1 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking matchit v0.7.3 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking sync_wrapper v0.1.2 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling multer v2.1.0 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Compiling axum-core v0.3.4 [INFO] [stderr] Compiling axum v0.6.9 [INFO] [stderr] Checking signal-hook-registry v1.1.1 (https://github.com/wasix-org/signal-hook.git?branch=registry-v1.1.1#c690fb4f) [INFO] [stderr] Checking mio v0.8.9 (https://github.com/wasix-org/mio.git?branch=v0.8.9#df1a3883) [INFO] [stderr] Checking socket2 v0.5.5 (https://github.com/wasix-org/socket2.git?branch=v0.5.5#93a7a4fb) [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Compiling tokio-macros v2.2.0 (https://github.com/wasix-org/tokio.git?branch=wasix-1.35.1#3f2d1abe) [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling serde_derive v1.0.214 [INFO] [stderr] Compiling pin-project-internal v1.1.7 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Checking tokio v1.35.1 (https://github.com/wasix-org/tokio.git?branch=wasix-1.35.1#3f2d1abe) [INFO] [stderr] Checking pin-project v1.1.7 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaN2Gy7G/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `axum-core` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `serde_derive` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/a7fc463dd8fbeca800d4b3efc501069502cffe64/bin/rustc --crate-name serde_derive --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.214/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=3dd6cdc91bbeece6 -C extra-filename=-f7d57b66e6731597 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-9e07246079e797d1.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-7fc2064ba2fff4e2.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-b6ac192dd2a11cce.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaLzjbp2/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tokio` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "03357edff50dc85ed2c4338a64e059c7f4b56b4263edbcc728ee2ecd38574a7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03357edff50dc85ed2c4338a64e059c7f4b56b4263edbcc728ee2ecd38574a7c", kill_on_drop: false }` [INFO] [stdout] 03357edff50dc85ed2c4338a64e059c7f4b56b4263edbcc728ee2ecd38574a7c