[INFO] cloning repository https://github.com/memoryleak47/constraint-lang [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/memoryleak47/constraint-lang" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmemoryleak47%2Fconstraint-lang", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmemoryleak47%2Fconstraint-lang'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a17e347d8fe9b30c8533ab65fc57a1288bbf5dc6 [INFO] testing memoryleak47/constraint-lang against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmemoryleak47%2Fconstraint-lang" "/workspace/builds/worker-61/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-61/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/memoryleak47/constraint-lang on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/memoryleak47/constraint-lang [INFO] finished tweaking git repo https://github.com/memoryleak47/constraint-lang [INFO] tweaked toml for git repo https://github.com/memoryleak47/constraint-lang written to /workspace/builds/worker-61/source/Cargo.toml [INFO] crate git repo https://github.com/memoryleak47/constraint-lang already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f10d7c0c913bed15717f12af2b072e724fdbd54f0a6110b43ea523b2afa73347 [INFO] running `Command { std: "docker" "start" "-a" "f10d7c0c913bed15717f12af2b072e724fdbd54f0a6110b43ea523b2afa73347", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f10d7c0c913bed15717f12af2b072e724fdbd54f0a6110b43ea523b2afa73347", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f10d7c0c913bed15717f12af2b072e724fdbd54f0a6110b43ea523b2afa73347", kill_on_drop: false }` [INFO] [stdout] f10d7c0c913bed15717f12af2b072e724fdbd54f0a6110b43ea523b2afa73347 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f53b54f4bff6a73a2a97a317c844c8895dca6f693916359e50f0185ad8fde3f4 [INFO] running `Command { std: "docker" "start" "-a" "f53b54f4bff6a73a2a97a317c844c8895dca6f693916359e50f0185ad8fde3f4", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.39 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling productivity-lang-compiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `String` [INFO] [stdout] --> src/ast/mod.rs:154:2 [INFO] [stdout] | [INFO] [stdout] 154 | String(String), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast/mod.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | #[derive(Debug, Clone)] [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: variant is never constructed: `Null` [INFO] [stdout] --> src/ast/mod.rs:156:2 [INFO] [stdout] | [INFO] [stdout] 156 | Null, // the `null` expression [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast/mod.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | #[derive(Debug, Clone)] [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: variant is never constructed: `Array` [INFO] [stdout] --> src/ast/mod.rs:159:2 [INFO] [stdout] | [INFO] [stdout] 159 | Array(Vec), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast/mod.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | #[derive(Debug, Clone)] [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: variant is never constructed: `Tuple` [INFO] [stdout] --> src/ast/mod.rs:160:2 [INFO] [stdout] | [INFO] [stdout] 160 | Tuple(Vec), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast/mod.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | #[derive(Debug, Clone)] [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: variant is never constructed: `Object` [INFO] [stdout] --> src/ast/mod.rs:161:2 [INFO] [stdout] | [INFO] [stdout] 161 | Object(HashMap>), // { f = 2 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast/mod.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | #[derive(Debug, Clone)] [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: associated function is never used: `dealloc` [INFO] [stdout] --> src/exec/heap.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn dealloc(&mut self, index: usize) -> Option { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.52s [INFO] running `Command { std: "docker" "inspect" "f53b54f4bff6a73a2a97a317c844c8895dca6f693916359e50f0185ad8fde3f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f53b54f4bff6a73a2a97a317c844c8895dca6f693916359e50f0185ad8fde3f4", kill_on_drop: false }` [INFO] [stdout] f53b54f4bff6a73a2a97a317c844c8895dca6f693916359e50f0185ad8fde3f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3f9f4ca0f5d8ea8ae25bcea88fa972f77e135f011c9dce19b23d46a5987a9687 [INFO] running `Command { std: "docker" "start" "-a" "3f9f4ca0f5d8ea8ae25bcea88fa972f77e135f011c9dce19b23d46a5987a9687", kill_on_drop: false }` [INFO] [stderr] Compiling productivity-lang-compiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `String` [INFO] [stdout] --> src/ast/mod.rs:154:2 [INFO] [stdout] | [INFO] [stdout] 154 | String(String), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast/mod.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | #[derive(Debug, Clone)] [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: variant is never constructed: `Null` [INFO] [stdout] --> src/ast/mod.rs:156:2 [INFO] [stdout] | [INFO] [stdout] 156 | Null, // the `null` expression [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast/mod.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | #[derive(Debug, Clone)] [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: variant is never constructed: `Array` [INFO] [stdout] --> src/ast/mod.rs:159:2 [INFO] [stdout] | [INFO] [stdout] 159 | Array(Vec), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast/mod.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | #[derive(Debug, Clone)] [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: variant is never constructed: `Tuple` [INFO] [stdout] --> src/ast/mod.rs:160:2 [INFO] [stdout] | [INFO] [stdout] 160 | Tuple(Vec), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast/mod.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | #[derive(Debug, Clone)] [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: variant is never constructed: `Object` [INFO] [stdout] --> src/ast/mod.rs:161:2 [INFO] [stdout] | [INFO] [stdout] 161 | Object(HashMap>), // { f = 2 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast/mod.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | #[derive(Debug, Clone)] [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: associated function is never used: `dealloc` [INFO] [stdout] --> src/exec/heap.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn dealloc(&mut self, index: usize) -> Option { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.48s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/productivity_lang_compiler-8058ecfca960278d) [INFO] running `Command { std: "docker" "inspect" "3f9f4ca0f5d8ea8ae25bcea88fa972f77e135f011c9dce19b23d46a5987a9687", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f9f4ca0f5d8ea8ae25bcea88fa972f77e135f011c9dce19b23d46a5987a9687", kill_on_drop: false }` [INFO] [stdout] 3f9f4ca0f5d8ea8ae25bcea88fa972f77e135f011c9dce19b23d46a5987a9687 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5d6f7eea131ac83c197f754e141d68299e6367b817987eff896b21dff3e9dc73 [INFO] running `Command { std: "docker" "start" "-a" "5d6f7eea131ac83c197f754e141d68299e6367b817987eff896b21dff3e9dc73", kill_on_drop: false }` [INFO] [stderr] warning: variant is never constructed: `String` [INFO] [stderr] --> src/ast/mod.rs:154:2 [INFO] [stderr] | [INFO] [stderr] 154 | String(String), [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/ast/mod.rs:145:10 [INFO] [stderr] | [INFO] [stderr] 145 | #[derive(Debug, Clone)] [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: variant is never constructed: `Null` [INFO] [stderr] --> src/ast/mod.rs:156:2 [INFO] [stderr] | [INFO] [stderr] 156 | Null, // the `null` expression [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/ast/mod.rs:145:10 [INFO] [stderr] | [INFO] [stderr] 145 | #[derive(Debug, Clone)] [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: variant is never constructed: `Array` [INFO] [stderr] --> src/ast/mod.rs:159:2 [INFO] [stderr] | [INFO] [stderr] 159 | Array(Vec), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/ast/mod.rs:145:10 [INFO] [stderr] | [INFO] [stderr] 145 | #[derive(Debug, Clone)] [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: variant is never constructed: `Tuple` [INFO] [stderr] --> src/ast/mod.rs:160:2 [INFO] [stderr] | [INFO] [stderr] 160 | Tuple(Vec), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/ast/mod.rs:145:10 [INFO] [stderr] | [INFO] [stderr] 145 | #[derive(Debug, Clone)] [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: variant is never constructed: `Object` [INFO] [stderr] --> src/ast/mod.rs:161:2 [INFO] [stderr] | [INFO] [stderr] 161 | Object(HashMap>), // { f = 2 } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/ast/mod.rs:145:10 [INFO] [stderr] | [INFO] [stderr] 145 | #[derive(Debug, Clone)] [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: associated function is never used: `dealloc` [INFO] [stderr] --> src/exec/heap.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn dealloc(&mut self, index: usize) -> Option { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `productivity-lang-compiler` (bin "productivity-lang-compiler" test) generated 6 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/productivity_lang_compiler-8058ecfca960278d) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test ast::parse::expr::fun::test_empty_fun ... ok [INFO] [stdout] test ast::parse::expr::fun_call::test1 ... ok [INFO] [stdout] test ast::parse::expr::fun::test_fun ... ok [INFO] [stdout] test ast::parse::expr::test_fun_call_expr ... ok [INFO] [stdout] test ast::parse::keyword::test_parse_keyword_good ... ok [INFO] [stdout] test ast::parse::expr::test_fun_call_expr_statement ... ok [INFO] [stdout] test ast::parse::test_fun_call ... ok [INFO] [stdout] test ast::parse::keyword::test_parse_keyword_bad - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5d6f7eea131ac83c197f754e141d68299e6367b817987eff896b21dff3e9dc73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d6f7eea131ac83c197f754e141d68299e6367b817987eff896b21dff3e9dc73", kill_on_drop: false }` [INFO] [stdout] 5d6f7eea131ac83c197f754e141d68299e6367b817987eff896b21dff3e9dc73