[INFO] cloning repository https://github.com/pierrechevalier83/slider [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pierrechevalier83/slider" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpierrechevalier83%2Fslider", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpierrechevalier83%2Fslider'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1f98c9076d5bd2fbf69629ed401642b49e8c4962 [INFO] checking pierrechevalier83/slider against master#9748d87dc70a9a6725c5dbd76ce29d04752b4f90 for pr-144156 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpierrechevalier83%2Fslider" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/pierrechevalier83/slider [INFO] finished tweaking git repo https://github.com/pierrechevalier83/slider [INFO] tweaked toml for git repo https://github.com/pierrechevalier83/slider written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/pierrechevalier83/slider on toolchain 9748d87dc70a9a6725c5dbd76ce29d04752b4f90 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9748d87dc70a9a6725c5dbd76ce29d04752b4f90" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/pierrechevalier83/slider 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" "+9748d87dc70a9a6725c5dbd76ce29d04752b4f90" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pistoncore-glutin_window v0.35.0 [INFO] [stderr] Downloaded vecmath v0.3.0 [INFO] [stderr] Downloaded arrayvec v0.3.20 [INFO] [stderr] Downloaded gfx_device_gl v0.13.0 [INFO] [stderr] Downloaded gfx v0.14.0 [INFO] [stderr] Downloaded deflate v0.7.5 [INFO] [stderr] Downloaded serde v0.9.10 [INFO] [stderr] Downloaded image v0.12.3 [INFO] [stderr] Downloaded serde_json v0.9.8 [INFO] [stderr] Downloaded gfx_core v0.6.0 [INFO] [stderr] Downloaded jpeg-decoder v0.1.11 [INFO] [stderr] Downloaded libloading v0.3.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+9748d87dc70a9a6725c5dbd76ce29d04752b4f90" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f127f2a9acdfebaf72486fee806a457b1aa52dc122b845c641a9d1d8c7765127 [INFO] running `Command { std: "docker" "start" "-a" "f127f2a9acdfebaf72486fee806a457b1aa52dc122b845c641a9d1d8c7765127", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f127f2a9acdfebaf72486fee806a457b1aa52dc122b845c641a9d1d8c7765127", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f127f2a9acdfebaf72486fee806a457b1aa52dc122b845c641a9d1d8c7765127", kill_on_drop: false }` [INFO] [stdout] f127f2a9acdfebaf72486fee806a457b1aa52dc122b845c641a9d1d8c7765127 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+9748d87dc70a9a6725c5dbd76ce29d04752b4f90" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f47421016769b21093c176488aaa6c734251b9f72d62545cdb18b2e571e2ffa5 [INFO] running `Command { std: "docker" "start" "-a" "f47421016769b21093c176488aaa6c734251b9f72d62545cdb18b2e571e2ffa5", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Checking libc v0.2.21 [INFO] [stderr] Compiling siphasher v0.2.1 [INFO] [stderr] Compiling itoa v0.3.1 [INFO] [stderr] Compiling serde v0.9.10 [INFO] [stderr] Compiling dtoa v0.4.1 [INFO] [stderr] Compiling xml-rs v0.3.6 [INFO] [stderr] Compiling num-traits v0.1.37 [INFO] [stderr] Compiling phf_shared v0.7.21 [INFO] [stderr] Checking lazy_static v0.2.4 [INFO] [stderr] Compiling khronos_api v1.0.0 [INFO] [stderr] Compiling phf v0.7.21 [INFO] [stderr] Compiling log v0.3.6 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Checking byteorder v1.0.0 [INFO] [stderr] Checking piston-float v0.3.0 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling gl_generator v0.5.2 [INFO] [stderr] Compiling wayland-scanner v0.7.8 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Checking piston-viewport v0.3.0 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Compiling tempfile v2.1.5 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Checking num-integer v0.1.33 [INFO] [stderr] Checking bitflags v0.6.0 [INFO] [stderr] Compiling pkg-config v0.3.9 [INFO] [stderr] Checking draw_state v0.6.0 [INFO] [stderr] Compiling target_build_utils v0.3.0 [INFO] [stderr] Checking fs2 v0.2.5 [INFO] [stderr] Checking deque v0.3.1 [INFO] [stderr] Checking num_cpus v1.3.0 [INFO] [stderr] Compiling wayland-client v0.7.8 [INFO] [stderr] Checking rustc-serialize v0.3.22 [INFO] [stderr] Checking adler32 v1.0.0 [INFO] [stderr] Checking shader_version v0.2.2 [INFO] [stderr] Checking deflate v0.7.5 [INFO] [stderr] Checking rayon v0.6.0 [INFO] [stderr] Checking gfx_core v0.6.0 [INFO] [stderr] Compiling x11-dl v2.12.0 [INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-serialize-0.3.22/src/serialize.rs:1155:5 [INFO] [stdout] | [INFO] [stdout] 1155 | fn decode(d: &mut D) -> Result, D::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `T` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `T` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/alloc/src/borrow.rs:179:30 [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1151 | impl<'a, T: ?Sized + 'static> Decodable for Cow<'a, T> [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/deflate-08b441e61d6c82cd.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/deflate-08b441e61d6c82cd/dep-lib-deflate` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: failed to run custom build command for `x11-dl v2.12.0` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/x11-dl-b5160ba839a28cc0/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x11-dl-2.12.0/build.rs:41:39: [INFO] [stderr] called `Result::unwrap()` on an `Err` value: Os { code: 28, kind: StorageFull, message: "No space left on device" } [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x57a298c31c12 - std::backtrace_rs::backtrace::libunwind::trace::h48c51157b4b3143e [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x57a298c31c12 - std::backtrace_rs::backtrace::trace_unsynchronized::hcb7a89cbfec7846a [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x57a298c31c12 - std::sys::backtrace::_print_fmt::h7d99e5d3637cb13b [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x57a298c31c12 - ::fmt::hc038efcd26a73853 [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x57a298c52633 - core::fmt::rt::Argument::fmt::ha7a0166f25260623 [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/core/src/fmt/rt.rs:173:76 [INFO] [stderr] 5: 0x57a298c52633 - core::fmt::write::h23808e2448990e10 [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/core/src/fmt/mod.rs:1468:25 [INFO] [stderr] 6: 0x57a298c2f463 - std::io::default_write_fmt::ha0556eab5e2e169a [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x57a298c2f463 - std::io::Write::write_fmt::hc25b8eda51641148 [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/std/src/io/mod.rs:1954:13 [INFO] [stderr] 8: 0x57a298c31a62 - std::sys::backtrace::BacktraceLock::print::h96b4126035293993 [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x57a298c32d03 - std::panicking::default_hook::{{closure}}::ha0014fda6c9d66df [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/std/src/panicking.rs:300:27 [INFO] [stderr] 10: 0x57a298c32ae5 - std::panicking::default_hook::h3b12dffd585db1c5 [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/std/src/panicking.rs:327:9 [INFO] [stderr] 11: 0x57a298c335d5 - std::panicking::rust_panic_with_hook::h036cf2032d9667b8 [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/std/src/panicking.rs:833:13 [INFO] [stderr] 12: 0x57a298c3346a - std::panicking::begin_panic_handler::{{closure}}::hedf63217d476d09f [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/std/src/panicking.rs:706:13 [INFO] [stderr] 13: 0x57a298c32109 - std::sys::backtrace::__rust_end_short_backtrace::h8c4b566827ba2e35 [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/std/src/sys/backtrace.rs:174:18 [INFO] [stderr] 14: 0x57a298c330fd - __rustc[8ea8a4bf0e05f4a2]::rust_begin_unwind [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/std/src/panicking.rs:697:5 [INFO] [stderr] 15: 0x57a298c51630 - core::panicking::panic_fmt::h22107f1a113fdabe [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x57a298c519c6 - core::result::unwrap_failed::h481794777173ee40 [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/core/src/result.rs:1765:5 [INFO] [stderr] 17: 0x57a298bfeed1 - build_script_build::main::hdeec64c60992f632 [INFO] [stderr] 18: 0x57a298bfe1c3 - core::ops::function::FnOnce::call_once::had45d209a34b35e1 [INFO] [stderr] 19: 0x57a298bfe036 - std::sys::backtrace::__rust_begin_short_backtrace::h30ec403ff62cf3cb [INFO] [stderr] 20: 0x57a298bfdfc9 - std::rt::lang_start::{{closure}}::h6d815bea8d7abaf8 [INFO] [stderr] 21: 0x57a298c2be40 - core::ops::function::impls:: for &F>::call_once::h468a433093b6b03a [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/core/src/ops/function.rs:290:21 [INFO] [stderr] 22: 0x57a298c2be40 - std::panicking::catch_unwind::do_call::h87feb4a433e5ef82 [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/std/src/panicking.rs:589:40 [INFO] [stderr] 23: 0x57a298c2be40 - std::panicking::catch_unwind::h171a07e908d53118 [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/std/src/panicking.rs:552:19 [INFO] [stderr] 24: 0x57a298c2be40 - std::panic::catch_unwind::h45beba06b5e7209d [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/std/src/panic.rs:359:14 [INFO] [stderr] 25: 0x57a298c2be40 - std::rt::lang_start_internal::{{closure}}::heb6e046f7db7596f [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/std/src/rt.rs:175:24 [INFO] [stderr] 26: 0x57a298c2be40 - std::panicking::catch_unwind::do_call::heb57e5a2d670e77d [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/std/src/panicking.rs:589:40 [INFO] [stderr] 27: 0x57a298c2be40 - std::panicking::catch_unwind::hba11f6905ce81c0e [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/std/src/panicking.rs:552:19 [INFO] [stderr] 28: 0x57a298c2be40 - std::panic::catch_unwind::h504512d10f06eaf3 [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/std/src/panic.rs:359:14 [INFO] [stderr] 29: 0x57a298c2be40 - std::rt::lang_start_internal::hb084ad2a1682f301 [INFO] [stderr] at /rustc/9748d87dc70a9a6725c5dbd76ce29d04752b4f90/library/std/src/rt.rs:171:5 [INFO] [stderr] 30: 0x57a298bfdfb1 - std::rt::lang_start::hba84885c2135caf3 [INFO] [stderr] 31: 0x57a298bff595 - main [INFO] [stderr] 32: 0x77179c1191ca - [INFO] [stderr] 33: 0x77179c11928b - __libc_start_main [INFO] [stderr] 34: 0x57a298bfdba5 - _start [INFO] [stderr] 35: 0x0 - [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustccAyDzH/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwayland_scanner-8c2a4581307ea4d3,libxml-ac5e75d523baccb1,libbitflags-c28d002cd4ec8a55}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustccAyDzH/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/wayland-client-770386f7b90ec5d2/build_script_build-770386f7b90ec5d2" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wayland-client` (build script) due to 1 previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta2eoidu" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gfx_core` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetadXcA0c/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde` (lib) due to 1 previous error [INFO] [stdout] For more information about this error, try `rustc --explain E0310`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rustc-serialize` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "f47421016769b21093c176488aaa6c734251b9f72d62545cdb18b2e571e2ffa5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f47421016769b21093c176488aaa6c734251b9f72d62545cdb18b2e571e2ffa5", kill_on_drop: false }` [INFO] [stdout] f47421016769b21093c176488aaa6c734251b9f72d62545cdb18b2e571e2ffa5