[INFO] cloning repository https://github.com/migouche/suslang [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/migouche/suslang" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmigouche%2Fsuslang", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmigouche%2Fsuslang'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2fdf19e96f3d0f881a95923fdac4f490c3ba42d1 [INFO] testing migouche/suslang against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmigouche%2Fsuslang" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/migouche/suslang on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/migouche/suslang [INFO] finished tweaking git repo https://github.com/migouche/suslang [INFO] tweaked toml for git repo https://github.com/migouche/suslang written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/migouche/suslang 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" "+1.85.0" "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-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2022ecff1c4ab23f22d3a79b8f3dc0cd788f62870fc95231f3852748ee096b87 [INFO] running `Command { std: "docker" "start" "-a" "2022ecff1c4ab23f22d3a79b8f3dc0cd788f62870fc95231f3852748ee096b87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2022ecff1c4ab23f22d3a79b8f3dc0cd788f62870fc95231f3852748ee096b87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2022ecff1c4ab23f22d3a79b8f3dc0cd788f62870fc95231f3852748ee096b87", kill_on_drop: false }` [INFO] [stdout] 2022ecff1c4ab23f22d3a79b8f3dc0cd788f62870fc95231f3852748ee096b87 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b3a67489437e8e888ccf8e777db75150584ecada4c5dd8a29ef76d7178966a37 [INFO] running `Command { std: "docker" "start" "-a" "b3a67489437e8e888ccf8e777db75150584ecada4c5dd8a29ef76d7178966a37", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling rustix v0.38.4 [INFO] [stderr] Compiling proc-macro2 v1.0.64 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling bitflags v2.3.3 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling linux-raw-sys v0.4.3 [INFO] [stderr] Compiling quote v1.0.29 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling once_cell v1.17.0 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling gimli v0.27.1 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling anstyle-parse v0.2.1 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling anstyle v1.0.1 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling thiserror v1.0.43 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling smawk v0.3.1 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling clap_lex v0.5.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling is_ci v1.1.1 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling bytecount v0.6.3 [INFO] [stderr] Compiling object v0.30.3 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling indent_write v2.2.0 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling brownstone v3.0.0 [INFO] [stderr] Compiling backtrace v0.3.67 [INFO] [stderr] Compiling joinery v2.1.0 [INFO] [stderr] Compiling syn v2.0.25 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling anstream v0.3.2 [INFO] [stderr] Compiling supports-unicode v2.0.0 [INFO] [stderr] Compiling supports-hyperlinks v2.1.0 [INFO] [stderr] Compiling supports-color v2.0.0 [INFO] [stderr] Compiling clap_builder v4.3.11 [INFO] [stderr] Compiling addr2line v0.19.0 [INFO] [stderr] Compiling regex v1.7.1 [INFO] [stderr] Compiling nom-supreme v0.8.0 [INFO] [stderr] Compiling nom_locate v4.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.43 [INFO] [stderr] Compiling clap_derive v4.3.2 [INFO] [stderr] Compiling miette-derive v5.9.0 [INFO] [stderr] Compiling unicode-linebreak v0.1.4 [INFO] [stderr] Compiling backtrace-ext v0.2.1 [INFO] [stderr] Compiling clap v4.3.11 [INFO] [stderr] Compiling textwrap v0.15.2 [INFO] [stderr] Compiling miette v5.9.0 [INFO] [stderr] Compiling suslang v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/ast/parse/expression.rs:32:53 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn parse_bool_lit<'a, E>(i: Span<'a>) -> IResult [INFO] [stdout] | -- ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | lifetime `'a` declared here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/ast/parse/expression.rs:44:55 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn parse_string_lit<'a, E>(i: Span<'a>) -> IResult [INFO] [stdout] | -- ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/ast/parse/expression.rs:53:55 [INFO] [stdout] | [INFO] [stdout] 53 | fn parse_parens<'a, E>(i: Span<'a>) -> IResult<'a, E, Expression> [INFO] [stdout] | -- lifetime `'a` declared here ^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/ast/parse/expression.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 63 | fn parse_call<'a, E>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 64 | i: Span<'a>, [INFO] [stdout] 65 | ) -> IResult<'a, E, (Span<'a, Identifier>, Vec>)> [INFO] [stdout] | ^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/ast/parse/expression.rs:65:57 [INFO] [stdout] | [INFO] [stdout] 63 | fn parse_call<'a, E>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 64 | i: Span<'a>, [INFO] [stdout] 65 | ) -> IResult<'a, E, (Span<'a, Identifier>, Vec>)> [INFO] [stdout] | ^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/ast/parse/expression.rs:97:18 [INFO] [stdout] | [INFO] [stdout] 90 | fn parse_binary_operation<'a, E>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 97 | Span<'a, Expression>, [INFO] [stdout] | ^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/ast/parse/expression.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 90 | fn parse_binary_operation<'a, E>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 98 | Span<'a, Expression>, [INFO] [stdout] | ^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/ast/parse/expression.rs:112:49 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn parse_expr<'a, E>(i: Span<'a>) -> IResult [INFO] [stdout] | -- ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/ast/parse/expression.rs:112:53 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn parse_expr<'a, E>(i: Span<'a>) -> IResult [INFO] [stdout] | -- lifetime `'a` declared here ^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/ast/parse/items.rs:30:61 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn parse_ast_item<'a, E>(i: Span<'a>) -> IResult<'a, E, Ast> [INFO] [stdout] | -- lifetime `'a` declared here ^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/ast/parse/items.rs:88:79 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn parse_items<'a, E>(i: Span<'a>) -> nom::IResult, Vec>, E> [INFO] [stdout] | -- lifetime `'a` declared here ^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/ast/parse/statement.rs:31:83 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn parse_if<'a, E>(suslevel: usize) -> impl FnMut(Span<'a>) -> IResult<'a, E, Statement> [INFO] [stdout] | -- lifetime `'a` declared here ^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/ast/parse/statement.rs:55:86 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn parse_while<'a, E>(suslevel: usize) -> impl FnMut(Span<'a>) -> IResult<'a, E, Statement> [INFO] [stdout] | -- lifetime `'a` declared here ^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/ast/parse/statement.rs:73:58 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn parse_block<'a, E>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 72 | suslevel: usize, [INFO] [stdout] 73 | ) -> impl FnMut(Span<'a>) -> IResult<'a, E, Vec>> [INFO] [stdout] | ^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/ast/parse/statement.rs:97:90 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn parse_statement<'a, E>(suslevel: usize) -> impl FnMut(Span<'a>) -> IResult<'a, E, Statement> [INFO] [stdout] | -- lifetime `'a` declared here ^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/ast/parse.rs:46:61 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn identifier<'a, E>(input: Span<'a>) -> IResult<'a, E, Identifier> [INFO] [stdout] | -- lifetime `'a` declared here ^^^^^^^^^^ this elided lifetime gets resolved as `'a` [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 `suslang` (lib); 16 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.85.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name suslang --edition=2021 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="backend-c"' --cfg 'feature="backend-js"' --cfg 'feature="backend-python"' --cfg 'feature="backend-scm"' --cfg 'feature="default"' --cfg 'feature="frontend-lisp"' --cfg 'feature="frontend-suslang"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-c", "backend-js", "backend-python", "backend-scm", "default", "frontend-lisp", "frontend-suslang"))' -C metadata=6439de10007b21f1 -C extra-filename=-f3e96f61fa3696a0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-3761542de0062659.rmeta --extern miette=/opt/rustwide/target/debug/deps/libmiette-16e42348e7c5aa78.rmeta --extern nom=/opt/rustwide/target/debug/deps/libnom-62b096f4edf2d2a2.rmeta --extern nom_supreme=/opt/rustwide/target/debug/deps/libnom_supreme-cc2aa2c64b4d68a5.rmeta --extern nom_locate=/opt/rustwide/target/debug/deps/libnom_locate-4f3298eb84e4b26d.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-eef672ebc51e57f4.rmeta --cap-lints=warn` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "b3a67489437e8e888ccf8e777db75150584ecada4c5dd8a29ef76d7178966a37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3a67489437e8e888ccf8e777db75150584ecada4c5dd8a29ef76d7178966a37", kill_on_drop: false }` [INFO] [stdout] b3a67489437e8e888ccf8e777db75150584ecada4c5dd8a29ef76d7178966a37