[INFO] cloning repository https://github.com/manpat/scripting-again
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/manpat/scripting-again" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanpat%2Fscripting-again", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanpat%2Fscripting-again'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f82d7738e607ce49aaf2fc8eb6bf21097844abc3
[INFO] testing manpat/scripting-again against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanpat%2Fscripting-again" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/manpat/scripting-again
[INFO] finished tweaking git repo https://github.com/manpat/scripting-again
[INFO] tweaked toml for git repo https://github.com/manpat/scripting-again written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/manpat/scripting-again on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/manpat/scripting-again already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b4a3727d7bc43b1c269acff8e3b2205e5eb87c1384ab2b0d9ee3d730ac672681
[INFO] running `Command { std: "docker" "start" "b4a3727d7bc43b1c269acff8e3b2205e5eb87c1384ab2b0d9ee3d730ac672681", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b4a3727d7bc43b1c269acff8e3b2205e5eb87c1384ab2b0d9ee3d730ac672681", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b4a3727d7bc43b1c269acff8e3b2205e5eb87c1384ab2b0d9ee3d730ac672681" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b4a3727d7bc43b1c269acff8e3b2205e5eb87c1384ab2b0d9ee3d730ac672681", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b4a3727d7bc43b1c269acff8e3b2205e5eb87c1384ab2b0d9ee3d730ac672681" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling smol_str v0.3.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling script-test v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `then_block`
[INFO] [stdout]    --> src/script/ssa/compile.rs:395:23
[INFO] [stdout]     |
[INFO] [stdout] 395 |         E::If{condition: _, then_block, else_block: Some(_else_block)} => {
[INFO] [stdout]     |                             ^^^^^^^^^^ help: try ignoring the field: `then_block: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `parameters` is never read
[INFO] [stdout]   --> src/script/ast.rs:20:3
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Fn {
[INFO] [stdout]    |     -- field in this variant
[INFO] [stdout] 19 |         name: SpannedString,
[INFO] [stdout] 20 |         parameters: Vec<SpannedString>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AstItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `parameters` is never read
[INFO] [stdout]   --> src/script/ast.rs:26:3
[INFO] [stdout]    |
[INFO] [stdout] 24 |     Event {
[INFO] [stdout]    |     ----- field in this variant
[INFO] [stdout] 25 |         name: SpannedString,
[INFO] [stdout] 26 |         parameters: Vec<SpannedString>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AstItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/script/ast.rs:34:6
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct AstBlock {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 33 |     pub body: Vec<AstExpression>,
[INFO] [stdout] 34 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AstBlock` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `key` is never read
[INFO] [stdout]   --> src/script/ast.rs:84:3
[INFO] [stdout]    |
[INFO] [stdout] 82 |     Lookup {
[INFO] [stdout]    |     ------ field in this variant
[INFO] [stdout] 83 |         parent: Box<AstExpression>,
[INFO] [stdout] 84 |         key: SpannedString,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AstExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]   --> src/script/ast.rs:88:18
[INFO] [stdout]    |
[INFO] [stdout] 88 |     LiteralInt(i64, Span),
[INFO] [stdout]    |     ----------      ^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AstExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 88 -     LiteralInt(i64, Span),
[INFO] [stdout] 88 +     LiteralInt(i64, ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]   --> src/script/ast.rs:89:20
[INFO] [stdout]    |
[INFO] [stdout] 89 |     LiteralFloat(f64, Span),
[INFO] [stdout]    |     ------------      ^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AstExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 89 -     LiteralFloat(f64, Span),
[INFO] [stdout] 89 +     LiteralFloat(f64, ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]   --> src/script/ast.rs:90:20
[INFO] [stdout]    |
[INFO] [stdout] 90 |     LiteralBool(bool, Span),
[INFO] [stdout]    |     -----------       ^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AstExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 90 -     LiteralBool(bool, Span),
[INFO] [stdout] 90 +     LiteralBool(bool, ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/script/ast.rs:124:7
[INFO] [stdout]     |
[INFO] [stdout] 124 |     Loop(AstBlock),
[INFO] [stdout]     |     ---- ^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AstExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 124 -     Loop(AstBlock),
[INFO] [stdout] 124 +     Loop(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `span` is never used
[INFO] [stdout]    --> src/script/ast.rs:145:9
[INFO] [stdout]     |
[INFO] [stdout] 134 | impl AstExpression {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 145 |     pub fn span(&self) -> Span {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `LoadGlobal` is never constructed
[INFO] [stdout]   --> src/script/ssa/types.rs:41:2
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub enum InstData {
[INFO] [stdout]    |          -------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 41 |     LoadGlobal(String),
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `InstData` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `users` is never read
[INFO] [stdout]    --> src/script/ssa/types.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 130 | pub struct Inst {
[INFO] [stdout]     |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 133 |     pub users: SmallVec<[InstKey; 2]>,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Inst` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]    --> src/script/ssa/types.rs:139:6
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub struct BasicBlock {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] 139 |     pub id: BasicBlockKey,
[INFO] [stdout]     |         ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `BasicBlock` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `condition_block`, `body_block`, and `exit_block` are never read
[INFO] [stdout]   --> src/script/ssa/compile.rs:54:2
[INFO] [stdout]    |
[INFO] [stdout] 53 | struct LoopContext {
[INFO] [stdout]    |        ----------- fields in this struct
[INFO] [stdout] 54 |     condition_block: ssa::BasicBlockKey,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 55 |     body_block: ssa::BasicBlockKey,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 56 |     exit_block: ssa::BasicBlockKey,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 6.18s
[INFO] running `Command { std: "docker" "inspect" "b4a3727d7bc43b1c269acff8e3b2205e5eb87c1384ab2b0d9ee3d730ac672681", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b4a3727d7bc43b1c269acff8e3b2205e5eb87c1384ab2b0d9ee3d730ac672681" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling script-test v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `then_block`
[INFO] [stdout]    --> src/script/ssa/compile.rs:395:23
[INFO] [stdout]     |
[INFO] [stdout] 395 |         E::If{condition: _, then_block, else_block: Some(_else_block)} => {
[INFO] [stdout]     |                             ^^^^^^^^^^ help: try ignoring the field: `then_block: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `parameters` is never read
[INFO] [stdout]   --> src/script/ast.rs:20:3
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Fn {
[INFO] [stdout]    |     -- field in this variant
[INFO] [stdout] 19 |         name: SpannedString,
[INFO] [stdout] 20 |         parameters: Vec<SpannedString>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AstItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `parameters` is never read
[INFO] [stdout]   --> src/script/ast.rs:26:3
[INFO] [stdout]    |
[INFO] [stdout] 24 |     Event {
[INFO] [stdout]    |     ----- field in this variant
[INFO] [stdout] 25 |         name: SpannedString,
[INFO] [stdout] 26 |         parameters: Vec<SpannedString>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AstItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/script/ast.rs:34:6
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct AstBlock {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 33 |     pub body: Vec<AstExpression>,
[INFO] [stdout] 34 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AstBlock` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `key` is never read
[INFO] [stdout]   --> src/script/ast.rs:84:3
[INFO] [stdout]    |
[INFO] [stdout] 82 |     Lookup {
[INFO] [stdout]    |     ------ field in this variant
[INFO] [stdout] 83 |         parent: Box<AstExpression>,
[INFO] [stdout] 84 |         key: SpannedString,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AstExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]   --> src/script/ast.rs:88:18
[INFO] [stdout]    |
[INFO] [stdout] 88 |     LiteralInt(i64, Span),
[INFO] [stdout]    |     ----------      ^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AstExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 88 -     LiteralInt(i64, Span),
[INFO] [stdout] 88 +     LiteralInt(i64, ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]   --> src/script/ast.rs:89:20
[INFO] [stdout]    |
[INFO] [stdout] 89 |     LiteralFloat(f64, Span),
[INFO] [stdout]    |     ------------      ^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AstExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 89 -     LiteralFloat(f64, Span),
[INFO] [stdout] 89 +     LiteralFloat(f64, ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]   --> src/script/ast.rs:90:20
[INFO] [stdout]    |
[INFO] [stdout] 90 |     LiteralBool(bool, Span),
[INFO] [stdout]    |     -----------       ^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AstExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 90 -     LiteralBool(bool, Span),
[INFO] [stdout] 90 +     LiteralBool(bool, ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/script/ast.rs:124:7
[INFO] [stdout]     |
[INFO] [stdout] 124 |     Loop(AstBlock),
[INFO] [stdout]     |     ---- ^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AstExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 124 -     Loop(AstBlock),
[INFO] [stdout] 124 +     Loop(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `span` is never used
[INFO] [stdout]    --> src/script/ast.rs:145:9
[INFO] [stdout]     |
[INFO] [stdout] 134 | impl AstExpression {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 145 |     pub fn span(&self) -> Span {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `LoadGlobal` is never constructed
[INFO] [stdout]   --> src/script/ssa/types.rs:41:2
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub enum InstData {
[INFO] [stdout]    |          -------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 41 |     LoadGlobal(String),
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `InstData` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `users` is never read
[INFO] [stdout]    --> src/script/ssa/types.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 130 | pub struct Inst {
[INFO] [stdout]     |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 133 |     pub users: SmallVec<[InstKey; 2]>,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Inst` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]    --> src/script/ssa/types.rs:139:6
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub struct BasicBlock {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] 139 |     pub id: BasicBlockKey,
[INFO] [stdout]     |         ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `BasicBlock` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `condition_block`, `body_block`, and `exit_block` are never read
[INFO] [stdout]   --> src/script/ssa/compile.rs:54:2
[INFO] [stdout]    |
[INFO] [stdout] 53 | struct LoopContext {
[INFO] [stdout]    |        ----------- fields in this struct
[INFO] [stdout] 54 |     condition_block: ssa::BasicBlockKey,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 55 |     body_block: ssa::BasicBlockKey,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 56 |     exit_block: ssa::BasicBlockKey,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 3.17s
[INFO] running `Command { std: "docker" "inspect" "b4a3727d7bc43b1c269acff8e3b2205e5eb87c1384ab2b0d9ee3d730ac672681", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b4a3727d7bc43b1c269acff8e3b2205e5eb87c1384ab2b0d9ee3d730ac672681" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `then_block`
[INFO] [stderr]    --> src/script/ssa/compile.rs:395:23
[INFO] [stderr]     |
[INFO] [stderr] 395 |         E::If{condition: _, then_block, else_block: Some(_else_block)} => {
[INFO] [stderr]     |                             ^^^^^^^^^^ help: try ignoring the field: `then_block: _`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `parameters` is never read
[INFO] [stderr]   --> src/script/ast.rs:20:3
[INFO] [stderr]    |
[INFO] [stderr] 18 |     Fn {
[INFO] [stderr]    |     -- field in this variant
[INFO] [stderr] 19 |         name: SpannedString,
[INFO] [stderr] 20 |         parameters: Vec<SpannedString>,
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AstItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `parameters` is never read
[INFO] [stderr]   --> src/script/ast.rs:26:3
[INFO] [stderr]    |
[INFO] [stderr] 24 |     Event {
[INFO] [stderr]    |     ----- field in this variant
[INFO] [stderr] 25 |         name: SpannedString,
[INFO] [stderr] 26 |         parameters: Vec<SpannedString>,
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AstItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `span` is never read
[INFO] [stderr]   --> src/script/ast.rs:34:6
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub struct AstBlock {
[INFO] [stderr]    |            -------- field in this struct
[INFO] [stderr] 33 |     pub body: Vec<AstExpression>,
[INFO] [stderr] 34 |     pub span: Span,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AstBlock` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `key` is never read
[INFO] [stderr]   --> src/script/ast.rs:84:3
[INFO] [stderr]    |
[INFO] [stderr] 82 |     Lookup {
[INFO] [stderr]    |     ------ field in this variant
[INFO] [stderr] 83 |         parent: Box<AstExpression>,
[INFO] [stderr] 84 |         key: SpannedString,
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AstExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `1` is never read
[INFO] [stderr]   --> src/script/ast.rs:88:18
[INFO] [stderr]    |
[INFO] [stderr] 88 |     LiteralInt(i64, Span),
[INFO] [stderr]    |     ----------      ^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AstExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 88 -     LiteralInt(i64, Span),
[INFO] [stderr] 88 +     LiteralInt(i64, ()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: field `1` is never read
[INFO] [stderr]   --> src/script/ast.rs:89:20
[INFO] [stderr]    |
[INFO] [stderr] 89 |     LiteralFloat(f64, Span),
[INFO] [stderr]    |     ------------      ^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AstExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 89 -     LiteralFloat(f64, Span),
[INFO] [stderr] 89 +     LiteralFloat(f64, ()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: field `1` is never read
[INFO] [stderr]   --> src/script/ast.rs:90:20
[INFO] [stderr]    |
[INFO] [stderr] 90 |     LiteralBool(bool, Span),
[INFO] [stderr]    |     -----------       ^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AstExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 90 -     LiteralBool(bool, Span),
[INFO] [stderr] 90 +     LiteralBool(bool, ()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/script/ast.rs:124:7
[INFO] [stderr]     |
[INFO] [stderr] 124 |     Loop(AstBlock),
[INFO] [stderr]     |     ---- ^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `AstExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 124 -     Loop(AstBlock),
[INFO] [stderr] 124 +     Loop(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: method `span` is never used
[INFO] [stderr]    --> src/script/ast.rs:145:9
[INFO] [stderr]     |
[INFO] [stderr] 134 | impl AstExpression {
[INFO] [stderr]     | ------------------ method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 145 |     pub fn span(&self) -> Span {
[INFO] [stderr]     |            ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `LoadGlobal` is never constructed
[INFO] [stderr]   --> src/script/ssa/types.rs:41:2
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub enum InstData {
[INFO] [stderr]    |          -------- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 41 |     LoadGlobal(String),
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `InstData` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `users` is never read
[INFO] [stderr]    --> src/script/ssa/types.rs:133:6
[INFO] [stderr]     |
[INFO] [stderr] 130 | pub struct Inst {
[INFO] [stderr]     |            ---- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 133 |     pub users: SmallVec<[InstKey; 2]>,
[INFO] [stderr]     |         ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Inst` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `id` is never read
[INFO] [stderr]    --> src/script/ssa/types.rs:139:6
[INFO] [stderr]     |
[INFO] [stderr] 138 | pub struct BasicBlock {
[INFO] [stderr]     |            ---------- field in this struct
[INFO] [stderr] 139 |     pub id: BasicBlockKey,
[INFO] [stderr]     |         ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `BasicBlock` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `condition_block`, `body_block`, and `exit_block` are never read
[INFO] [stderr]   --> src/script/ssa/compile.rs:54:2
[INFO] [stderr]    |
[INFO] [stderr] 53 | struct LoopContext {
[INFO] [stderr]    |        ----------- fields in this struct
[INFO] [stderr] 54 |     condition_block: ssa::BasicBlockKey,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 55 |     body_block: ssa::BasicBlockKey,
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] 56 |     exit_block: ssa::BasicBlockKey,
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `script-test` (bin "script-test" test) generated 14 warnings (run `cargo fix --bin "script-test" -p script-test --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/script_test-0ea8fdc7b7306de5)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test script::execution::tests::test_add ... ok
[INFO] [stdout] test script::execution::tests::test_call ... ok
[INFO] [stdout] test script::execution::tests::test_divide ... ok
[INFO] [stdout] test script::execution::tests::test_remainder ... ok
[INFO] [stdout] test script::execution::tests::test_push ... ok
[INFO] [stdout] test script::execution::tests::test_subtract ... ok
[INFO] [stdout] test script::lexer::tests::basic ... ok
[INFO] [stdout] test script::lexer::tests::arithmetic ... ok
[INFO] [stdout] test script::lexer::tests::comments ... ok
[INFO] [stdout] test script::lexer::tests::arithmetic_assign ... ok
[INFO] [stdout] test script::lexer::tests::compare ... ok
[INFO] [stdout] test script::lexer::tests::empty ... ok
[INFO] [stdout] test script::lexer::tests::numbers ... ok
[INFO] [stdout] test script::lexer::tests::strings ... ok
[INFO] [stdout] test script::lexer::tests::words ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b4a3727d7bc43b1c269acff8e3b2205e5eb87c1384ab2b0d9ee3d730ac672681", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4a3727d7bc43b1c269acff8e3b2205e5eb87c1384ab2b0d9ee3d730ac672681", kill_on_drop: false }`
[INFO] [stdout] b4a3727d7bc43b1c269acff8e3b2205e5eb87c1384ab2b0d9ee3d730ac672681
