[INFO] cloning repository https://github.com/tktogether/work01 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tktogether/work01" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftktogether%2Fwork01", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftktogether%2Fwork01'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 609b4d6847d2d237e60f784ebf87c7e5a45e6813 [INFO] testing tktogether/work01 against try#7af779037716ae4125ceabb429791b4cf5dd0a43 for pr-136932 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftktogether%2Fwork01" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tktogether/work01 on toolchain 7af779037716ae4125ceabb429791b4cf5dd0a43 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7af779037716ae4125ceabb429791b4cf5dd0a43" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tktogether/work01 [INFO] finished tweaking git repo https://github.com/tktogether/work01 [INFO] tweaked toml for git repo https://github.com/tktogether/work01 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/tktogether/work01 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" "+7af779037716ae4125ceabb429791b4cf5dd0a43" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+7af779037716ae4125ceabb429791b4cf5dd0a43" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2774b514d4562d8945c408bd2604fa535d7c72afaf5c31f515d3d549b19058df [INFO] running `Command { std: "docker" "start" "-a" "2774b514d4562d8945c408bd2604fa535d7c72afaf5c31f515d3d549b19058df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2774b514d4562d8945c408bd2604fa535d7c72afaf5c31f515d3d549b19058df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2774b514d4562d8945c408bd2604fa535d7c72afaf5c31f515d3d549b19058df", kill_on_drop: false }` [INFO] [stdout] 2774b514d4562d8945c408bd2604fa535d7c72afaf5c31f515d3d549b19058df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+7af779037716ae4125ceabb429791b4cf5dd0a43" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 92f856e26a1c3ae1aa325b17ee54ebba62a0a6ab583a2a4694776e971357d716 [INFO] running `Command { std: "docker" "start" "-a" "92f856e26a1c3ae1aa325b17ee54ebba62a0a6ab583a2a4694776e971357d716", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling proc-macro2 v1.0.87 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling bytes v1.7.2 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling cpufeatures v0.2.14 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling hashbrown v0.15.0 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.79 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling indexmap v2.6.0 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling inout v0.1.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling universal-hash v0.5.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling opaque-debug v0.3.1 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling polyval v0.6.2 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling rustix v0.38.37 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling thiserror v1.0.64 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling toml_datetime v0.6.3 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling toml_edit v0.20.2 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Compiling cc v1.1.30 [INFO] [stderr] Compiling mime-infer v3.0.0 [INFO] [stderr] Compiling regex v1.11.0 [INFO] [stderr] Compiling ghash v0.5.1 [INFO] [stderr] Compiling ctr v0.9.2 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling aead v0.5.2 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling thiserror-impl v1.0.64 [INFO] [stderr] Compiling tokio v1.40.0 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling libsqlite3-sys v0.26.0 [INFO] [stderr] Compiling proc-macro-crate v2.0.2 [INFO] [stderr] Compiling enumflags2_derive v0.7.10 [INFO] [stderr] Compiling pin-project-internal v1.1.6 [INFO] [stderr] Compiling aes-gcm v0.10.3 [INFO] [stderr] Compiling cruet v0.14.0 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling headers-core v0.3.0 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling allocator-api2 v0.2.18 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling xml-rs v0.8.22 [INFO] [stderr] Compiling fastrand v2.1.1 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling tempfile v3.13.0 [INFO] [stderr] Compiling headers v0.4.0 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling pin-project v1.1.6 [INFO] [stderr] Compiling salvo_macros v0.63.1 [INFO] [stderr] Compiling tokio-util v0.7.12 [INFO] [stderr] Compiling enumflags2 v0.7.10 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling h2 v0.4.6 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling nix v0.27.1 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling hashlink v0.8.4 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling multimap v0.9.1 [INFO] [stderr] Compiling serde-xml-rs v0.6.0 [INFO] [stderr] Compiling hyper v1.4.1 [INFO] [stderr] Compiling hyper-util v0.1.9 [INFO] [stderr] Compiling salvo_core v0.63.1 [INFO] [stderr] Compiling salvo v0.63.1 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `salvo_core` (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/7af779037716ae4125ceabb429791b4cf5dd0a43/bin/rustc --crate-name salvo_core --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/salvo_core-0.63.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="cookie"' --cfg 'feature="fix-http1-request-uri"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acme", "anyhow", "cookie", "default", "eyre", "fix-http1-request-uri", "full", "http1", "http2", "native-tls", "openssl", "quinn", "rustls", "server", "test", "tower-compat", "unix"))' -C metadata=cb3a52aec9fe2262 -C extra-filename=-37f2a5274984c994 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-3fc808541dbb281f.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-64299f9d815d057c.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-76f23c7bd2b8c31b.rmeta --extern cookie=/opt/rustwide/target/debug/deps/libcookie-c4e64f6dae651f71.rmeta --extern cruet=/opt/rustwide/target/debug/deps/libcruet-077f18fbcb2894bf.rmeta --extern enumflags2=/opt/rustwide/target/debug/deps/libenumflags2-db9d962bb096a5f2.rmeta --extern form_urlencoded=/opt/rustwide/target/debug/deps/libform_urlencoded-a5edb5174711de82.rmeta --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-179401688c37d974.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-c4b9f9b5a717a510.rmeta --extern headers=/opt/rustwide/target/debug/deps/libheaders-40078129dc11f214.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-f01a5b401dfb15e8.rmeta --extern http_body_util=/opt/rustwide/target/debug/deps/libhttp_body_util-37b822e22f39e330.rmeta --extern hyper=/opt/rustwide/target/debug/deps/libhyper-349ecec53c4003b1.rmeta --extern hyper_util=/opt/rustwide/target/debug/deps/libhyper_util-414dec4c1288bb4c.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-579b1e65dcc623d4.rmeta --extern mime=/opt/rustwide/target/debug/deps/libmime-4b44681fdb2c65f7.rmeta --extern mime_infer=/opt/rustwide/target/debug/deps/libmime_infer-ed13c06c46c7b75c.rmeta --extern multer=/opt/rustwide/target/debug/deps/libmulter-ab369922608877d0.rmeta --extern multimap=/opt/rustwide/target/debug/deps/libmultimap-49b3a2882b049111.rmeta --extern nix=/opt/rustwide/target/debug/deps/libnix-c4fc6cf7ed4b7afe.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-debe7c411cf97340.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-9d0165e53fa06c61.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-9bee39bbc5bd523a.rmeta --extern pin_project=/opt/rustwide/target/debug/deps/libpin_project-4fe0e828252be336.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-b08df3a8e32dc249.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-b9bca548269032d8.rmeta --extern salvo_macros=/opt/rustwide/target/debug/deps/libsalvo_macros-66357fe8485f364a.so --extern serde=/opt/rustwide/target/debug/deps/libserde-6f551b135a3bf4f8.rmeta --extern serde_xml_rs=/opt/rustwide/target/debug/deps/libserde_xml_rs-4abee96dc249b718.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-d41cd7e077f4a80c.rmeta --extern sync_wrapper=/opt/rustwide/target/debug/deps/libsync_wrapper-17f912c27eab8964.rmeta --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-28237bb987b26da8.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-e23c18befc6c1093.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-387eca4604d2755b.rmeta --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-21d4e0d0e981e54b.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-6dc524b554ccada6.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "92f856e26a1c3ae1aa325b17ee54ebba62a0a6ab583a2a4694776e971357d716", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92f856e26a1c3ae1aa325b17ee54ebba62a0a6ab583a2a4694776e971357d716", kill_on_drop: false }` [INFO] [stdout] 92f856e26a1c3ae1aa325b17ee54ebba62a0a6ab583a2a4694776e971357d716