[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 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftalpalang%2Ftalpa" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/talpalang/talpa on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-0/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" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "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] 418fdac4c2a3f6824af9bdbdafac6d258165a948896e72eefa1630ae23c1f973 [INFO] running `Command { std: "docker" "start" "-a" "418fdac4c2a3f6824af9bdbdafac6d258165a948896e72eefa1630ae23c1f973", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "418fdac4c2a3f6824af9bdbdafac6d258165a948896e72eefa1630ae23c1f973", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "418fdac4c2a3f6824af9bdbdafac6d258165a948896e72eefa1630ae23c1f973", kill_on_drop: false }` [INFO] [stdout] 418fdac4c2a3f6824af9bdbdafac6d258165a948896e72eefa1630ae23c1f973 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] abf318eb12f5cc987f6f72975c0f8507cab16d731cc9e98bdc85d5406709dc11 [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" "abf318eb12f5cc987f6f72975c0f8507cab16d731cc9e98bdc85d5406709dc11", 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] note: `AnilizedTokens` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/anylize/mod.rs:102:10 [INFO] [stdout] | [INFO] [stdout] 102 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleAnilizedTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/anylize/mod.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleAnilizedTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/anylize/mod.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleAnilizedTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/anylize/mod.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleAnilizedTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/anylize/mod.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleAnilizedTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/anylize/mod.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleAnilizedTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/anylize/mod.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleTokenizer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/tokenize/globals.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleTokenizer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/tokenize/globals.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleTokenizer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/tokenize/globals.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleTokenizer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/tokenize/globals.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleTokenizer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/tokenize/globals.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleTokenizer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/tokenize/globals.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.56s [INFO] running `Command { std: "docker" "inspect" "abf318eb12f5cc987f6f72975c0f8507cab16d731cc9e98bdc85d5406709dc11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "abf318eb12f5cc987f6f72975c0f8507cab16d731cc9e98bdc85d5406709dc11", kill_on_drop: false }` [INFO] [stdout] abf318eb12f5cc987f6f72975c0f8507cab16d731cc9e98bdc85d5406709dc11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--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] 48fadbd443dbb4e90c3f6dafbefd257c00c878cb13b4dde25897cf0a0b519ea4 [INFO] running `Command { std: "docker" "start" "-a" "48fadbd443dbb4e90c3f6dafbefd257c00c878cb13b4dde25897cf0a0b519ea4", 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] note: `AnilizedTokens` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/anylize/mod.rs:102:10 [INFO] [stdout] | [INFO] [stdout] 102 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleAnilizedTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/anylize/mod.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleAnilizedTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/anylize/mod.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleAnilizedTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/anylize/mod.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleAnilizedTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/anylize/mod.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleAnilizedTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/anylize/mod.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleAnilizedTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/anylize/mod.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleTokenizer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/tokenize/globals.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleTokenizer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/tokenize/globals.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleTokenizer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/tokenize/globals.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleTokenizer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/tokenize/globals.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleTokenizer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/tokenize/globals.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleTokenizer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/tokenize/globals.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.72s [INFO] running `Command { std: "docker" "inspect" "48fadbd443dbb4e90c3f6dafbefd257c00c878cb13b4dde25897cf0a0b519ea4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48fadbd443dbb4e90c3f6dafbefd257c00c878cb13b4dde25897cf0a0b519ea4", kill_on_drop: false }` [INFO] [stdout] 48fadbd443dbb4e90c3f6dafbefd257c00c878cb13b4dde25897cf0a0b519ea4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b9dd56c2fee7dfc4b12011768e80ced1601bf679bfcf34ced03fbd5d7fbda49f [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" "b9dd56c2fee7dfc4b12011768e80ced1601bf679bfcf34ced03fbd5d7fbda49f", 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] note: `AnilizedTokens` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/compiler/anylize/mod.rs:102:10 [INFO] [stderr] | [INFO] [stderr] 102 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleAnilizedTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/compiler/anylize/mod.rs:113:10 [INFO] [stderr] | [INFO] [stderr] 113 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleAnilizedTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/compiler/anylize/mod.rs:113:10 [INFO] [stderr] | [INFO] [stderr] 113 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleAnilizedTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/compiler/anylize/mod.rs:113:10 [INFO] [stderr] | [INFO] [stderr] 113 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleAnilizedTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/compiler/anylize/mod.rs:113:10 [INFO] [stderr] | [INFO] [stderr] 113 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleAnilizedTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/compiler/anylize/mod.rs:113:10 [INFO] [stderr] | [INFO] [stderr] 113 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleAnilizedTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/compiler/anylize/mod.rs:113:10 [INFO] [stderr] | [INFO] [stderr] 113 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleTokenizer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/compiler/tokenize/globals.rs:24:10 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleTokenizer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/compiler/tokenize/globals.rs:24:10 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleTokenizer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/compiler/tokenize/globals.rs:24:10 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleTokenizer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/compiler/tokenize/globals.rs:24:10 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleTokenizer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/compiler/tokenize/globals.rs:24:10 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `SimpleTokenizer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/compiler/tokenize/globals.rs:24:10 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `talpa` (bin "talpa" test) generated 13 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/talpa-5327b51b022029b7) [INFO] [stdout] running 107 tests [INFO] [stdout] test compiler::anylize::tests::comments::test_comment_direct_eof_2 ... ok [INFO] [stdout] test compiler::anylize::tests::comments::test_comment_direct_eof_3 ... ok [INFO] [stdout] test compiler::anylize::tests::comments::test_comment_multi_line ... ok [INFO] [stdout] test compiler::anylize::tests::enums::test_enum_with_field ... ok [INFO] [stdout] test compiler::anylize::tests::comments::test_comment_single_line ... 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::comments::test_multi_line_comment_direct_eof_3 ... ok [INFO] [stdout] test compiler::anylize::tests::enums::test_enum_with_multiple_fields ... ok [INFO] [stdout] test compiler::anylize::tests::comments::test_multi_line_comment_direct_eof_2 ... ok [INFO] [stdout] test compiler::anylize::tests::comments::test_comments_in_combination_with_functions ... ok [INFO] [stdout] test compiler::anylize::tests::enums::test_enum_with_multiple_fields_equal_names ... ok [INFO] [stdout] test compiler::anylize::tests::enums::test_enum_with_multiple_fields_invalid_names ... ok [INFO] [stdout] test compiler::anylize::tests::enums::test_enum_with_multiple_simple_fields ... ok [INFO] [stdout] test compiler::anylize::tests::enums::test_invalid_enum_name ... ok [INFO] [stdout] test compiler::anylize::tests::enums::test_invalid_inline_enum_in_global ... ok [INFO] [stdout] test compiler::anylize::tests::enums::test_simple_enum ... ok [INFO] [stdout] test compiler::anylize::tests::enums::test_enum_with_simple_field ... 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::functions::test_function_call_without_args ... ok [INFO] [stdout] test compiler::anylize::tests::functions::test_function_empty ... ok [INFO] [stdout] test compiler::anylize::tests::comments::test_comment_direct_eof_1 ... ok [INFO] [stdout] test compiler::anylize::tests::functions::test_function_with_args ... ok [INFO] [stdout] test compiler::anylize::tests::functions::test_functions_empty_equal_name_fail ... ok [INFO] [stdout] test compiler::anylize::tests::functions::test_invalid_function_name ... 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_result ... ok [INFO] [stdout] test compiler::anylize::tests::functions::test_function_call_with_args ... 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_functions_empty ... ok [INFO] [stdout] test compiler::anylize::tests::functions::test_function_with_arg_invalid_name_warning ... ok [INFO] [stdout] test compiler::anylize::tests::general::test_empty ... 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_2 ... ok [INFO] [stdout] test compiler::anylize::tests::global_types::test_advanced_global_type_3 ... 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 ... ok [INFO] [stdout] test compiler::anylize::tests::global_types::test_advanced_global_type_4 ... 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_multiple_global_types_equal_names_fail ... 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_1 ... ok [INFO] [stdout] test compiler::anylize::tests::global_types::test_simple_global_type_2 ... 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_else_if ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_if_else_if_else ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_if ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_if_else ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_invalid_if ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_invalid_if_else ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_invalid_if_else_if ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_invalid_if_else_if_else ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_wired_if ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_wired_if_else ... ok [INFO] [stdout] test compiler::anylize::tests::global_types::test_simple_invalid_global_type_1 ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_wired_if_else_if ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_if_names ... ok [INFO] [stdout] test compiler::anylize::tests::ifs::test_wired_if_else_if_else ... ok [INFO] [stdout] test compiler::anylize::tests::imports::multiple_import ... 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_continue_outside_of_loop_fail ... 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_for_incorrect_args_3 ... 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_return ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_while_incorrect_args ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_simple_while ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_simple_loop ... ok [INFO] [stdout] test compiler::anylize::tests::structs::test_multiple_simple_structs ... ok [INFO] [stdout] test compiler::anylize::tests::structs::test_invalid_struct_data ... ok [INFO] [stdout] test compiler::anylize::tests::structs::test_invalid_inline_struct_in_global ... ok [INFO] [stdout] test compiler::anylize::tests::structs::test_simple_struct ... ok [INFO] [stdout] test compiler::anylize::tests::structs::test_multiple_structs_equal_names_fail ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_loop_incorrect_args ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_incorrect_while_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_loop_unreachable_code_warning_continue ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_break ... ok [INFO] [stdout] test compiler::anylize::tests::imports::simple_import_with_something_after ... ok [INFO] [stdout] test compiler::anylize::tests::imports::simple_import ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_multiple_simple_fors ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_multiple_simple_loops ... 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::structs::test_struct_with_field_invalid_name_warning ... ok [INFO] [stdout] test compiler::anylize::tests::structs::test_struct_with_inner_struct_2 ... ok [INFO] [stdout] test compiler::anylize::tests::loops::test_simple_for_names ... 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_fields_equal_names_fail ... ok [INFO] [stdout] test compiler::anylize::tests::structs::test_struct_invalid_name_warning ... ok [INFO] [stdout] test compiler::anylize::tests::structs::test_struct_with_inner_struct_3 ... 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_simple_field ... ok [INFO] [stdout] test compiler::anylize::tests::variables::test_duplicated_vars_fail_1 ... ok [INFO] [stdout] test compiler::anylize::tests::variables::test_duplicated_vars_fail_2 ... ok [INFO] [stdout] test compiler::anylize::tests::variables::test_multiple_variable_equal_names_fail ... ok [INFO] [stdout] test compiler::anylize::tests::variables::test_undecleared_var_fail ... ok [INFO] [stdout] test compiler::anylize::tests::variables::test_variable ... ok [INFO] [stdout] test compiler::anylize::tests::variables::test_variable_invalid_name_warning ... ok [INFO] [stdout] test compiler::anylize::tests::variables::test_variable_starts_with_number_fails ... ok [INFO] [stdout] test compiler::anylize::tests::variables::test_variable_global_let_fails ... ok [INFO] [stdout] test compiler::anylize::tests::variables::test_variable_strings_with_backslashes ... ok [INFO] [stdout] test compiler::anylize::tests::variables::test_variable_string_with_spaces ... 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.39s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b9dd56c2fee7dfc4b12011768e80ced1601bf679bfcf34ced03fbd5d7fbda49f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9dd56c2fee7dfc4b12011768e80ced1601bf679bfcf34ced03fbd5d7fbda49f", kill_on_drop: false }` [INFO] [stdout] b9dd56c2fee7dfc4b12011768e80ced1601bf679bfcf34ced03fbd5d7fbda49f