[INFO] cloning repository https://github.com/elegaanz/berlioz [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/elegaanz/berlioz" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felegaanz%2Fberlioz", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felegaanz%2Fberlioz'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c59880f557a0be4822e6c9d39bc68eb9a136b1af [INFO] testing elegaanz/berlioz against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felegaanz%2Fberlioz" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/elegaanz/berlioz [INFO] finished tweaking git repo https://github.com/elegaanz/berlioz [INFO] tweaked toml for git repo https://github.com/elegaanz/berlioz written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/elegaanz/berlioz on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/elegaanz/berlioz 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" "+b83b707f97d809763b7861afa7638871f3339a33" "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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bdd5785215d60f0b346d6545dfcb73d1d869c2afacd6a71f0d6bd85ab3abb7ef [INFO] running `Command { std: "docker" "start" "-a" "bdd5785215d60f0b346d6545dfcb73d1d869c2afacd6a71f0d6bd85ab3abb7ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bdd5785215d60f0b346d6545dfcb73d1d869c2afacd6a71f0d6bd85ab3abb7ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdd5785215d60f0b346d6545dfcb73d1d869c2afacd6a71f0d6bd85ab3abb7ef", kill_on_drop: false }` [INFO] [stdout] bdd5785215d60f0b346d6545dfcb73d1d869c2afacd6a71f0d6bd85ab3abb7ef [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1c20523e841f8dfa44662434327ca1d8f1d7c04f7119321e7da8af0145daa29e [INFO] running `Command { std: "docker" "start" "-a" "1c20523e841f8dfa44662434327ca1d8f1d7c04f7119321e7da8af0145daa29e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling pkg-config v0.3.28 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling smallvec v1.11.2 [INFO] [stderr] Compiling beef v0.5.2 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling case v1.0.0 [INFO] [stderr] Compiling cpal v0.15.2 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling text-size v1.1.1 [INFO] [stderr] Compiling countme v3.0.1 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling ungrammar v1.16.1 [INFO] [stderr] Compiling dasp_sample v0.11.0 [INFO] [stderr] Compiling siphasher v1.0.0 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling rowan v0.15.13 [INFO] [stderr] Compiling berlioz v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling nix v0.24.3 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling alsa v0.7.1 [INFO] [stderr] Compiling logos-codegen v0.13.0 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling enum-ordinalize-derive v4.2.0 [INFO] [stderr] Compiling comemo-macros v0.3.1 [INFO] [stderr] Compiling logos-derive v0.13.0 [INFO] [stderr] Compiling logos v0.13.0 [INFO] [stderr] Compiling rowan-nom v0.1.0 [INFO] [stderr] Compiling comemo v0.3.1 [INFO] [stderr] Compiling enum-ordinalize v4.2.0 [INFO] [stdout] warning: associated items `expect`, `clone_for_update`, and `clone_subtree` are never used [INFO] [stdout] --> src/ast.rs:22:8 [INFO] [stdout] | [INFO] [stdout] 14 | pub trait AstNode { [INFO] [stdout] | ------- associated items in this trait [INFO] [stdout] ... [INFO] [stdout] 22 | fn expect(syntax: SyntaxNode) -> Self [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | fn clone_for_update(&self) -> Self [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 33 | fn clone_subtree(&self) -> Self [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `expect` is never used [INFO] [stdout] --> src/ast.rs:50:8 [INFO] [stdout] | [INFO] [stdout] 41 | pub trait AstToken { [INFO] [stdout] | -------- associated function in this trait [INFO] [stdout] ... [INFO] [stdout] 50 | fn expect(syntax: SyntaxToken) -> Self [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `msg` and `cause` are never read [INFO] [stdout] --> src/parser.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 40 | pub struct ParserError { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 41 | pub span: Range, [INFO] [stdout] 42 | pub msg: String, [INFO] [stdout] | ^^^ [INFO] [stdout] 43 | pub cause: Option>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ParserError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.51s [INFO] running `Command { std: "docker" "inspect" "1c20523e841f8dfa44662434327ca1d8f1d7c04f7119321e7da8af0145daa29e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c20523e841f8dfa44662434327ca1d8f1d7c04f7119321e7da8af0145daa29e", kill_on_drop: false }` [INFO] [stdout] 1c20523e841f8dfa44662434327ca1d8f1d7c04f7119321e7da8af0145daa29e [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 572ebc2d0ce1ea93c015fa6b22795782f33cfd8e52745d02645d5f4927bdb9c1 [INFO] running `Command { std: "docker" "start" "-a" "572ebc2d0ce1ea93c015fa6b22795782f33cfd8e52745d02645d5f4927bdb9c1", kill_on_drop: false }` [INFO] [stderr] Compiling berlioz v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated items `expect`, `clone_for_update`, and `clone_subtree` are never used [INFO] [stdout] --> src/ast.rs:22:8 [INFO] [stdout] | [INFO] [stdout] 14 | pub trait AstNode { [INFO] [stdout] | ------- associated items in this trait [INFO] [stdout] ... [INFO] [stdout] 22 | fn expect(syntax: SyntaxNode) -> Self [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | fn clone_for_update(&self) -> Self [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 33 | fn clone_subtree(&self) -> Self [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `expect` is never used [INFO] [stdout] --> src/ast.rs:50:8 [INFO] [stdout] | [INFO] [stdout] 41 | pub trait AstToken { [INFO] [stdout] | -------- associated function in this trait [INFO] [stdout] ... [INFO] [stdout] 50 | fn expect(syntax: SyntaxToken) -> Self [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `msg` and `cause` are never read [INFO] [stdout] --> src/parser.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 40 | pub struct ParserError { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 41 | pub span: Range, [INFO] [stdout] 42 | pub msg: String, [INFO] [stdout] | ^^^ [INFO] [stdout] 43 | pub cause: Option>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ParserError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.16s [INFO] running `Command { std: "docker" "inspect" "572ebc2d0ce1ea93c015fa6b22795782f33cfd8e52745d02645d5f4927bdb9c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "572ebc2d0ce1ea93c015fa6b22795782f33cfd8e52745d02645d5f4927bdb9c1", kill_on_drop: false }` [INFO] [stdout] 572ebc2d0ce1ea93c015fa6b22795782f33cfd8e52745d02645d5f4927bdb9c1 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fc1014b90fc3b237d4233712fc134bddcb091895a28cded3d960acaa3ffdd870 [INFO] running `Command { std: "docker" "start" "-a" "fc1014b90fc3b237d4233712fc134bddcb091895a28cded3d960acaa3ffdd870", kill_on_drop: false }` [INFO] [stderr] warning: associated items `expect`, `clone_for_update`, and `clone_subtree` are never used [INFO] [stderr] --> src/ast.rs:22:8 [INFO] [stderr] | [INFO] [stderr] 14 | pub trait AstNode { [INFO] [stderr] | ------- associated items in this trait [INFO] [stderr] ... [INFO] [stderr] 22 | fn expect(syntax: SyntaxNode) -> Self [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 27 | fn clone_for_update(&self) -> Self [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 33 | fn clone_subtree(&self) -> Self [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: associated function `expect` is never used [INFO] [stderr] --> src/ast.rs:50:8 [INFO] [stderr] | [INFO] [stderr] 41 | pub trait AstToken { [INFO] [stderr] | -------- associated function in this trait [INFO] [stderr] ... [INFO] [stderr] 50 | fn expect(syntax: SyntaxToken) -> Self [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: fields `msg` and `cause` are never read [INFO] [stderr] --> src/parser.rs:42:9 [INFO] [stderr] | [INFO] [stderr] 40 | pub struct ParserError { [INFO] [stderr] | ----------- fields in this struct [INFO] [stderr] 41 | pub span: Range, [INFO] [stderr] 42 | pub msg: String, [INFO] [stderr] | ^^^ [INFO] [stderr] 43 | pub cause: Option>, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ParserError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: `berlioz` (bin "berlioz" test) generated 3 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/berlioz-ca236244d22e743d) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test lexer::tests::lex ... ok [INFO] [stdout] test parser::tests::const_bind ... ok [INFO] [stdout] test parser::tests::const_bind4 ... ok [INFO] [stdout] test parser::tests::const_bind2 ... ok [INFO] [stdout] test parser::tests::constant ... ok [INFO] [stdout] test parser::tests::const_bind3 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fc1014b90fc3b237d4233712fc134bddcb091895a28cded3d960acaa3ffdd870", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc1014b90fc3b237d4233712fc134bddcb091895a28cded3d960acaa3ffdd870", kill_on_drop: false }` [INFO] [stdout] fc1014b90fc3b237d4233712fc134bddcb091895a28cded3d960acaa3ffdd870