[INFO] cloning repository https://github.com/talpalang/talpa [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/talpalang/talpa" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftalpalang%2Ftalpa", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftalpalang%2Ftalpa'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f0da21ff9f54a16bb3cc368478eef78984cffd63 [INFO] testing talpalang/talpa against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftalpalang%2Ftalpa" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/talpalang/talpa on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/talpalang/talpa [INFO] finished tweaking git repo https://github.com/talpalang/talpa [INFO] tweaked toml for git repo https://github.com/talpalang/talpa written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/talpalang/talpa already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9236624d5dee13da567020a5d5c21d6a9320072d667303da4f98b54f02fc88ad [INFO] running `Command { std: "docker" "start" "-a" "9236624d5dee13da567020a5d5c21d6a9320072d667303da4f98b54f02fc88ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9236624d5dee13da567020a5d5c21d6a9320072d667303da4f98b54f02fc88ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9236624d5dee13da567020a5d5c21d6a9320072d667303da4f98b54f02fc88ad", kill_on_drop: false }` [INFO] [stdout] 9236624d5dee13da567020a5d5c21d6a9320072d667303da4f98b54f02fc88ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0f5d31ffb60a7ee9b47be2f312ce07a7133fe29e68e68e645053aee736d82c28 [INFO] running `Command { std: "docker" "start" "-a" "0f5d31ffb60a7ee9b47be2f312ce07a7133fe29e68e68e645053aee736d82c28", kill_on_drop: false }` [INFO] [stderr] Compiling talpa v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `file` [INFO] [stdout] --> src/compiler/anylize/mod.rs:104:3 [INFO] [stdout] | [INFO] [stdout] 104 | file: File, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `functions` [INFO] [stdout] --> src/compiler/anylize/mod.rs:115:3 [INFO] [stdout] | [INFO] [stdout] 115 | pub functions: &'a HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vars` [INFO] [stdout] --> src/compiler/anylize/mod.rs:116:3 [INFO] [stdout] | [INFO] [stdout] 116 | pub vars: &'a HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `structs` [INFO] [stdout] --> src/compiler/anylize/mod.rs:117:3 [INFO] [stdout] | [INFO] [stdout] 117 | pub structs: &'a HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enums` [INFO] [stdout] --> src/compiler/anylize/mod.rs:118:3 [INFO] [stdout] | [INFO] [stdout] 118 | pub enums: &'a HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `types` [INFO] [stdout] --> src/compiler/anylize/mod.rs:119:3 [INFO] [stdout] | [INFO] [stdout] 119 | pub types: &'a HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `imports` [INFO] [stdout] --> src/compiler/anylize/mod.rs:120:3 [INFO] [stdout] | [INFO] [stdout] 120 | pub imports: &'a HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `functions` [INFO] [stdout] --> src/compiler/tokenize/globals.rs:26:3 [INFO] [stdout] | [INFO] [stdout] 26 | pub functions: &'a Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vars` [INFO] [stdout] --> src/compiler/tokenize/globals.rs:27:3 [INFO] [stdout] | [INFO] [stdout] 27 | pub vars: &'a Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `structs` [INFO] [stdout] --> src/compiler/tokenize/globals.rs:28:3 [INFO] [stdout] | [INFO] [stdout] 28 | pub structs: &'a Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enums` [INFO] [stdout] --> src/compiler/tokenize/globals.rs:29:3 [INFO] [stdout] | [INFO] [stdout] 29 | pub enums: &'a Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `types` [INFO] [stdout] --> src/compiler/tokenize/globals.rs:30:3 [INFO] [stdout] | [INFO] [stdout] 30 | pub types: &'a Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `imports` [INFO] [stdout] --> src/compiler/tokenize/globals.rs:31:3 [INFO] [stdout] | [INFO] [stdout] 31 | pub imports: &'a Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.88s [INFO] running `Command { std: "docker" "inspect" "0f5d31ffb60a7ee9b47be2f312ce07a7133fe29e68e68e645053aee736d82c28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f5d31ffb60a7ee9b47be2f312ce07a7133fe29e68e68e645053aee736d82c28", kill_on_drop: false }` [INFO] [stdout] 0f5d31ffb60a7ee9b47be2f312ce07a7133fe29e68e68e645053aee736d82c28 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] de312811e1316b409102075858036f0963a7e9cadeafc85a2b53ee5d3667d88d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "de312811e1316b409102075858036f0963a7e9cadeafc85a2b53ee5d3667d88d", kill_on_drop: false }` [INFO] [stderr] Compiling talpa v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `file` [INFO] [stdout] --> src/compiler/anylize/mod.rs:104:3 [INFO] [stdout] | [INFO] [stdout] 104 | file: File, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `functions` [INFO] [stdout] --> src/compiler/anylize/mod.rs:115:3 [INFO] [stdout] | [INFO] [stdout] 115 | pub functions: &'a HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vars` [INFO] [stdout] --> src/compiler/anylize/mod.rs:116:3 [INFO] [stdout] | [INFO] [stdout] 116 | pub vars: &'a HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `structs` [INFO] [stdout] --> src/compiler/anylize/mod.rs:117:3 [INFO] [stdout] | [INFO] [stdout] 117 | pub structs: &'a HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enums` [INFO] [stdout] --> src/compiler/anylize/mod.rs:118:3 [INFO] [stdout] | [INFO] [stdout] 118 | pub enums: &'a HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `types` [INFO] [stdout] --> src/compiler/anylize/mod.rs:119:3 [INFO] [stdout] | [INFO] [stdout] 119 | pub types: &'a HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `imports` [INFO] [stdout] --> src/compiler/anylize/mod.rs:120:3 [INFO] [stdout] | [INFO] [stdout] 120 | pub imports: &'a HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `functions` [INFO] [stdout] --> src/compiler/tokenize/globals.rs:26:3 [INFO] [stdout] | [INFO] [stdout] 26 | pub functions: &'a Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vars` [INFO] [stdout] --> src/compiler/tokenize/globals.rs:27:3 [INFO] [stdout] | [INFO] [stdout] 27 | pub vars: &'a Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `structs` [INFO] [stdout] --> src/compiler/tokenize/globals.rs:28:3 [INFO] [stdout] | [INFO] [stdout] 28 | pub structs: &'a Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enums` [INFO] [stdout] --> src/compiler/tokenize/globals.rs:29:3 [INFO] [stdout] | [INFO] [stdout] 29 | pub enums: &'a Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `types` [INFO] [stdout] --> src/compiler/tokenize/globals.rs:30:3 [INFO] [stdout] | [INFO] [stdout] 30 | pub types: &'a Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `imports` [INFO] [stdout] --> src/compiler/tokenize/globals.rs:31:3 [INFO] [stdout] | [INFO] [stdout] 31 | pub imports: &'a Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.95s [INFO] running `Command { std: "docker" "inspect" "de312811e1316b409102075858036f0963a7e9cadeafc85a2b53ee5d3667d88d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de312811e1316b409102075858036f0963a7e9cadeafc85a2b53ee5d3667d88d", kill_on_drop: false }` [INFO] [stdout] de312811e1316b409102075858036f0963a7e9cadeafc85a2b53ee5d3667d88d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3abe7c596a4df1d23babf1147269c95c7664c84cc46196300b51f9462325c57d [INFO] running `Command { std: "docker" "start" "-a" "3abe7c596a4df1d23babf1147269c95c7664c84cc46196300b51f9462325c57d", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `file` [INFO] [stderr] --> src/compiler/anylize/mod.rs:104:3 [INFO] [stderr] | [INFO] [stderr] 104 | file: File, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `functions` [INFO] [stderr] --> src/compiler/anylize/mod.rs:115:3 [INFO] [stderr] | [INFO] [stderr] 115 | pub functions: &'a HashMap, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `vars` [INFO] [stderr] --> src/compiler/anylize/mod.rs:116:3 [INFO] [stderr] | [INFO] [stderr] 116 | pub vars: &'a HashMap, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `structs` [INFO] [stderr] --> src/compiler/anylize/mod.rs:117:3 [INFO] [stderr] | [INFO] [stderr] 117 | pub structs: &'a HashMap, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `enums` [INFO] [stderr] --> src/compiler/anylize/mod.rs:118:3 [INFO] [stderr] | [INFO] [stderr] 118 | pub enums: &'a HashMap, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `types` [INFO] [stderr] --> src/compiler/anylize/mod.rs:119:3 [INFO] [stderr] | [INFO] [stderr] 119 | pub types: &'a HashMap, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `imports` [INFO] [stderr] --> src/compiler/anylize/mod.rs:120:3 [INFO] [stderr] | [INFO] [stderr] 120 | pub imports: &'a HashMap, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `functions` [INFO] [stderr] --> src/compiler/tokenize/globals.rs:26:3 [INFO] [stderr] | [INFO] [stderr] 26 | pub functions: &'a Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `vars` [INFO] [stderr] --> src/compiler/tokenize/globals.rs:27:3 [INFO] [stderr] | [INFO] [stderr] 27 | pub vars: &'a Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `structs` [INFO] [stderr] --> src/compiler/tokenize/globals.rs:28:3 [INFO] [stderr] | [INFO] [stderr] 28 | pub structs: &'a Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `enums` [INFO] [stderr] --> src/compiler/tokenize/globals.rs:29:3 [INFO] [stderr] | [INFO] [stderr] 29 | pub enums: &'a Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `types` [INFO] [stderr] --> src/compiler/tokenize/globals.rs:30:3 [INFO] [stderr] | [INFO] [stderr] 30 | pub types: &'a Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `imports` [INFO] [stderr] --> src/compiler/tokenize/globals.rs:31:3 [INFO] [stderr] | [INFO] [stderr] 31 | pub imports: &'a Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `talpa` (bin "talpa" test) generated 13 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/talpa-c519e01c02f8f872) [INFO] [stdout] [INFO] [stdout] running 107 tests [INFO] [stdout] test compiler::anylize::tests::comments::test_comments_in_combination_with_functions ... ok [INFO] [stdout] test compiler::anylize::tests::comments::test_comments_inside_of_function ... ok [INFO] [stdout] test compiler::anylize::tests::comments::test_multi_line_comment_direct_eof_1 ... ok [INFO] [stdout] test compiler::anylize::tests::enums::test_enum_with_simple_field ... ok [INFO] [stdout] test compiler::anylize::tests::enums::test_enum_with_multiple_simple_fields ... ok [INFO] [stdout] test compiler::anylize::tests::comments::test_comment_direct_eof_2 ... ok [INFO] [stdout] test compiler::anylize::tests::comments::test_comment_multi_line ... ok [INFO] [stdout] test compiler::anylize::tests::comments::test_comment_direct_eof_3 ... ok [INFO] [stdout] test compiler::anylize::tests::comments::test_multi_line_comment_direct_eof_2 ... ok [INFO] [stdout] test compiler::anylize::tests::enums::test_enum_with_field ... ok [INFO] [stdout] test compiler::anylize::tests::comments::test_multi_line_comment_direct_eof_3 ... ok [INFO] [stdout] test compiler::anylize::tests::functions::test_function_call_without_args ... ok [INFO] [stdout] test compiler::anylize::tests::enums::test_enum_with_multiple_fields ... ok [INFO] [stdout] test compiler::anylize::tests::functions::test_function_with_arg ... ok [INFO] [stdout] test compiler::anylize::tests::functions::test_function_with_args ... ok [INFO] [stdout] test compiler::anylize::tests::functions::test_function_with_arg_and_result ... ok [INFO] [stdout] test compiler::anylize::tests::functions::test_function_with_arg_invalid_name_warning ... ok [INFO] [stdout] test compiler::anylize::tests::functions::test_function_with_args_multiple_equal_names_fail ... ok [INFO] [stdout] test compiler::anylize::tests::functions::test_function_with_args_multiple_invalid_names_warnings ... ok [INFO] [stdout] test compiler::anylize::tests::functions::test_function_with_result ... ok [INFO] [stdout] test compiler::anylize::tests::general::test_empty ... ok [INFO] [stdout] test compiler::anylize::tests::functions::test_function_empty ... ok [INFO] [stdout] test compiler::anylize::tests::functions::test_invalid_function_name ... ok [INFO] [stdout] test compiler::anylize::tests::enums::test_enum_with_multiple_fields_invalid_names ... ok [INFO] [stdout] test compiler::anylize::tests::global_types::test_advanced_global_type_1 ... ok [INFO] [stdout] test compiler::anylize::tests::global_types::test_advanced_global_type_4 ... ok [INFO] [stdout] test compiler::anylize::tests::enums::test_invalid_inline_enum_in_global ... ok [INFO] [stdout] test compiler::anylize::tests::enums::test_multiple_enums_equal_names_fail ... ok [INFO] [stdout] test compiler::anylize::tests::enums::test_multiple_simple_enums ... ok [INFO] [stdout] test compiler::anylize::tests::global_types::test_global_type_invalid_name_warning ... ok [INFO] [stdout] test compiler::anylize::tests::global_types::test_advanced_global_type_2 ... ok [INFO] [stdout] test compiler::anylize::tests::global_types::test_multiple_global_types_equal_names_fail ... ok [INFO] [stdout] test compiler::anylize::tests::global_types::test_simple_global_type_1 ... ok [INFO] [stdout] test compiler::anylize::tests::global_types::test_multiple_simple_global_types ... ok [INFO] [stdout] test compiler::anylize::tests::global_types::test_simple_global_type_2 ... ok [INFO] [stdout] test compiler::anylize::tests::global_types::test_advanced_global_type_3 ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_if_else ... ok [INFO] [stdout] test compiler::anylize::tests::global_types::test_simple_invalid_global_type_1 ... ok [INFO] [stdout] test compiler::anylize::tests::global_types::test_simple_invalid_global_type_2 ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_if_names ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_invalid_if ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_if ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_invalid_if_else_if ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_if_else_if ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_invalid_if_else ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_wired_if ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_invalid_if_else_if_else ... ok [INFO] [stdout] test compiler::anylize::tests::functions::test_functions_empty_equal_name_fail ... ok [INFO] [stdout] test compiler::anylize::tests::functions::test_function_call_with_args ... ok [INFO] [stdout] test compiler::anylize::tests::imports::simple_import_with_something_after ... ok [INFO] [stdout] test compiler::anylize::tests::functions::test_functions_empty ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_if_else_if_else ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_break ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_wired_if_else_if ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_wired_if_else ... ok [INFO] [stdout] test compiler::anylize::tests::imports::simple_import ... ok [INFO] [stdout] test compiler::anylize::tests::comments::test_comment_direct_eof_1 ... ok [INFO] [stdout] test compiler::anylize::tests::enums::test_simple_enum ... ok [INFO] [stdout] test compiler::anylize::tests::enums::test_invalid_enum_name ... ok [INFO] [stdout] test compiler::anylize::tests::imports::multiple_import ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_loop_incorrect_args ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_for_no_args ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_loop_unreachable_code_warning_break ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_for_incorrect_args_1 ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_for_incorrect_args_2 ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_break_outside_of_loop_fail ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_continue ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_for_incorrect_args_3 ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_continue_outside_of_loop_fail ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_loop_unreachable_code_warning_continue ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_multiple_simple_fors ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_loop_unreachable_code_warning_return ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_simple_loop ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_simple_while ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_multiple_simple_loops ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_incorrect_while_no_args ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_multiple_simple_whiles ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_simple_for ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_while_incorrect_args ... ok [INFO] [stdout] test compiler::anylize::tests::comments::test_comment_single_line ... ok [INFO] [stdout] test compiler::anylize::tests::enums::test_enum_with_multiple_fields_equal_names ... ok [INFO] [stdout] test compiler::anylize::tests::structs::test_invalid_struct_data ... ok [INFO] [stdout] test compiler::anylize::tests::structs::test_struct_invalid_name_warning ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_wired_if_else_if_else ... ok [INFO] [stdout] test compiler::anylize::tests::structs::test_struct_with_simple_field ... ok [INFO] [stdout] test compiler::anylize::tests::structs::test_multiple_simple_structs ... ok [INFO] [stdout] test compiler::anylize::tests::structs::test_struct_with_multiple_fields_equal_names_fail ... ok [INFO] [stdout] test compiler::anylize::tests::structs::test_struct_with_inner_struct_2 ... ok [INFO] [stdout] test compiler::anylize::tests::structs::test_struct_with_field_invalid_name_warning ... ok [INFO] [stdout] test compiler::anylize::tests::variables::test_duplicated_vars_fail_1 ... ok [INFO] [stdout] test compiler::anylize::tests::structs::test_struct_with_inner_struct_1 ... ok [INFO] [stdout] test compiler::anylize::tests::structs::test_struct_with_multiple_simple_fields ... ok [INFO] [stdout] test compiler::anylize::tests::structs::test_struct_with_inner_struct_3 ... ok [INFO] [stdout] test compiler::anylize::tests::structs::test_multiple_structs_equal_names_fail ... ok [INFO] [stdout] test compiler::anylize::tests::structs::test_simple_struct ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_simple_for_names ... ok [INFO] [stdout] test compiler::anylize::tests::variables::test_duplicated_vars_fail_2 ... ok [INFO] [stdout] test compiler::anylize::tests::variables::test_variable ... ok [INFO] [stdout] test compiler::anylize::tests::variables::test_multiple_variable_equal_names_fail ... ok [INFO] [stdout] test compiler::anylize::tests::variables::test_variable_invalid_name_warning ... ok [INFO] [stdout] test compiler::anylize::tests::structs::test_invalid_inline_struct_in_global ... ok [INFO] [stdout] test compiler::anylize::tests::variables::test_variable_strings_with_backslashes ... ok [INFO] [stdout] test compiler::anylize::tests::variables::test_variable_global_let_fails ... ok [INFO] [stdout] test compiler::anylize::tests::variables::test_variable_string_with_spaces ... ok [INFO] [stdout] test compiler::anylize::tests::variables::test_variable_starts_with_number_fails ... ok [INFO] [stdout] test compiler::anylize::tests::variables::test_undecleared_var_fail ... ok [INFO] [stdout] test compiler::anylize::tests::general::fail_random_chars ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 107 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.67s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3abe7c596a4df1d23babf1147269c95c7664c84cc46196300b51f9462325c57d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3abe7c596a4df1d23babf1147269c95c7664c84cc46196300b51f9462325c57d", kill_on_drop: false }` [INFO] [stdout] 3abe7c596a4df1d23babf1147269c95c7664c84cc46196300b51f9462325c57d