[INFO] cloning repository https://github.com/leonbohn/automata [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/leonbohn/automata" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleonbohn%2Fautomata", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleonbohn%2Fautomata'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eb5950eeeace47bb6347f3f6b43d96e448279e07 [INFO] testing leonbohn/automata against beta-2025-02-18 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleonbohn%2Fautomata" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/leonbohn/automata on toolchain beta-2025-02-18 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/leonbohn/automata [INFO] finished tweaking git repo https://github.com/leonbohn/automata [INFO] tweaked toml for git repo https://github.com/leonbohn/automata written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-02-18" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 192 packages to latest compatible versions [INFO] [stderr] Adding ariadne v0.4.1 (available: v0.5.0) [INFO] [stderr] Adding bit-set v0.6.0 (available: v0.8.0) [INFO] [stderr] Adding itertools v0.13.0 (available: v0.14.0) [INFO] [stderr] Adding petgraph v0.6.5 (available: v0.7.1) [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.0) [INFO] [stderr] Adding rand_distr v0.4.3 (available: v0.5.1) [INFO] [stderr] Adding tabled v0.16.0 (available: v0.18.0) [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.11) [INFO] [stderr] Adding unicode-width v0.1.11 (available: v0.1.14) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-02-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+beta-2025-02-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aae1892ff03c378a903f0fffc540c634536aa4b3e668aee846c9d0cc0252fa21 [INFO] running `Command { std: "docker" "start" "-a" "aae1892ff03c378a903f0fffc540c634536aa4b3e668aee846c9d0cc0252fa21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aae1892ff03c378a903f0fffc540c634536aa4b3e668aee846c9d0cc0252fa21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aae1892ff03c378a903f0fffc540c634536aa4b3e668aee846c9d0cc0252fa21", kill_on_drop: false }` [INFO] [stdout] aae1892ff03c378a903f0fffc540c634536aa4b3e668aee846c9d0cc0252fa21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-02-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f2f56bf9db3bfb7b6687d14adf15e0c0f5836d8339d2961048718dd9389a900d [INFO] running `Command { std: "docker" "start" "-a" "f2f56bf9db3bfb7b6687d14adf15e0c0f5836d8339d2961048718dd9389a900d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.17 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling libc v0.2.170 [INFO] [stderr] Compiling libm v0.2.11 [INFO] [stderr] Compiling once_cell v1.20.3 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling bytemuck v1.21.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling miniz_oxide v0.8.5 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling bitflags v2.8.0 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling strict-num v0.1.1 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling roxmltree v0.20.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling core_maths v0.1.1 [INFO] [stderr] Compiling ttf-parser v0.24.1 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling flate2 v1.0.35 [INFO] [stderr] Compiling arrayref v0.3.9 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling vte_generate_state_changes v0.1.2 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling tiny-skia-path v0.11.4 [INFO] [stderr] Compiling memmap2 v0.9.5 [INFO] [stderr] Compiling tinyvec v1.8.1 [INFO] [stderr] Compiling vte v0.10.1 [INFO] [stderr] Compiling kurbo v0.11.1 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling fontconfig-parser v0.5.7 [INFO] [stderr] Compiling bytecount v0.6.8 [INFO] [stderr] Compiling unicode-script v0.5.7 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling unicode-ccc v0.3.0 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Compiling unicode-properties v0.1.3 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling unicode-bidi-mirroring v0.3.0 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling is-docker v0.2.0 [INFO] [stderr] Compiling simplecss v0.2.2 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling pico-args v0.5.0 [INFO] [stderr] Compiling xmlwriter v0.1.0 [INFO] [stderr] Compiling ansitok v0.2.0 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling owo-colors v4.2.0 [INFO] [stderr] Compiling svgtypes v0.15.3 [INFO] [stderr] Compiling unicode-vo v0.1.0 [INFO] [stderr] Compiling weezl v0.1.8 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling ansi-str v0.8.0 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling unicode-bidi v0.3.18 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling data-url v0.3.1 [INFO] [stderr] Compiling papergrid v0.12.0 [INFO] [stderr] Compiling fontdb v0.22.0 [INFO] [stderr] Compiling rustybuzz v0.18.0 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling imagesize v0.13.0 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling gif v0.13.1 [INFO] [stderr] Compiling indexmap v2.7.1 [INFO] [stderr] Compiling ariadne v0.4.1 [INFO] [stderr] Compiling image-webp v0.1.3 [INFO] [stderr] Compiling zune-jpeg v0.4.14 [INFO] [stderr] Compiling tiny-skia v0.11.4 [INFO] [stderr] Compiling env_logger v0.11.6 [INFO] [stderr] Compiling is-wsl v0.4.0 [INFO] [stderr] Compiling rgb v0.8.50 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling bimap v0.6.3 [INFO] [stderr] Compiling bit-vec v0.7.0 [INFO] [stderr] Compiling pathdiff v0.2.3 [INFO] [stderr] Compiling bit-set v0.6.0 [INFO] [stderr] Compiling open v5.3.2 [INFO] [stderr] Compiling layout-rs v0.1.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling serde v1.0.218 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling clap_builder v4.5.30 [INFO] [stderr] Compiling crossbeam-channel v0.5.14 [INFO] [stderr] Compiling csv-core v0.1.12 [INFO] [stderr] Compiling ryu v1.0.19 [INFO] [stderr] Compiling alea v0.2.2 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling tabled_derive v0.8.0 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling test-log-macros v0.2.17 [INFO] [stderr] Compiling usvg v0.44.0 [INFO] [stderr] Compiling tempfile v3.17.1 [INFO] [stderr] Compiling tabled v0.16.0 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling clap v4.5.30 [INFO] [stderr] Compiling chumsky v0.9.3 [INFO] [stderr] Compiling resvg v0.44.0 [INFO] [stderr] Compiling test-log v0.2.17 [INFO] [stderr] Compiling biodivine-lib-bdd v0.5.23 [INFO] [stderr] Compiling rand_distr v0.4.3 [INFO] [stderr] Compiling hoars v0.2.1 (/opt/rustwide/workdir/hoars) [INFO] [stderr] Compiling automata-core v0.1.0 (/opt/rustwide/workdir/automata-core) [INFO] [stderr] Compiling automata v0.0.4 (/opt/rustwide/workdir/automata) [INFO] [stderr] Compiling automata-learning v0.1.0 (/opt/rustwide/workdir/automata-learning) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> automata-learning/src/passive/precise.rs:372:73 [INFO] [stdout] | [INFO] [stdout] 372 | pub fn dfas<'a>(&'a self, q: &'a PState) -> impl Iterator> + 'a { [INFO] [stdout] | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [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 `automata` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-02-18-x86_64-unknown-linux-gnu/bin/rustc --crate-name automata --edition=2021 automata/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="default"' --cfg 'feature="graphviz"' --cfg 'feature="hoa"' --cfg 'feature="random"' --cfg 'feature="render"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "graphviz", "hoa", "implementations", "petgraph", "random", "render"))' -C metadata=469d72d4bb94172a -C extra-filename=-bd401836b21383f5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern automata_core=/opt/rustwide/target/debug/deps/libautomata_core-ec21bd0830a14dd9.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-32787b0325ea6df8.rmeta --extern bimap=/opt/rustwide/target/debug/deps/libbimap-3f3eecb30c1493cd.rmeta --extern biodivine_lib_bdd=/opt/rustwide/target/debug/deps/libbiodivine_lib_bdd-20f378f89106950e.rmeta --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-74358e998c0e3899.rmeta --extern hoars=/opt/rustwide/target/debug/deps/libhoars-86292fdcdd431380.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-8ebc8986b19a2375.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-4d5490137477eaa7.rmeta --extern layout=/opt/rustwide/target/debug/deps/liblayout-86b483db61fa7137.rmeta --extern open=/opt/rustwide/target/debug/deps/libopen-ed8d1571d6ae39cd.rmeta --extern owo_colors=/opt/rustwide/target/debug/deps/libowo_colors-fd3cd92d2c9d1bbc.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-68c70b13f898e182.rmeta --extern rand_distr=/opt/rustwide/target/debug/deps/librand_distr-bc4b3cb46649ccf4.rmeta --extern resvg=/opt/rustwide/target/debug/deps/libresvg-eac621ea68edc118.rmeta --extern tabled=/opt/rustwide/target/debug/deps/libtabled-068a70253d4e56e3.rmeta --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-a7581995cd1e6681.rmeta --extern test_log=/opt/rustwide/target/debug/deps/libtest_log-14cfb3875fe1aaf4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-efabd72dd7735937.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-3460166ac8159d5c.rmeta --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-394d195ccd5c6b40.rmeta --extern usvg=/opt/rustwide/target/debug/deps/libusvg-6554f6762b559b4d.rmeta --cap-lints=warn` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "f2f56bf9db3bfb7b6687d14adf15e0c0f5836d8339d2961048718dd9389a900d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2f56bf9db3bfb7b6687d14adf15e0c0f5836d8339d2961048718dd9389a900d", kill_on_drop: false }` [INFO] [stdout] f2f56bf9db3bfb7b6687d14adf15e0c0f5836d8339d2961048718dd9389a900d