[INFO] fetching crate quad-compat-rhai 1.4.0...
[INFO] checking quad-compat-rhai-1.4.0 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate quad-compat-rhai 1.4.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate quad-compat-rhai 1.4.0 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate quad-compat-rhai 1.4.0
[INFO] finished tweaking crates.io crate quad-compat-rhai 1.4.0
[INFO] tweaked toml for crates.io crate quad-compat-rhai 1.4.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] crate crates.io crate quad-compat-rhai 1.4.0 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" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded smartstring v0.2.9
[INFO] [stderr]   Downloaded rust_decimal v1.17.0
[INFO] [stderr]   Downloaded core-error v0.0.0
[INFO] [stderr]   Downloaded rhai_codegen v1.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5a509f65a955b8c9857fa6335cf7f46dc6be4f732cc3a94b5b6b4e0397f8787d
[INFO] running `Command { std: "docker" "start" "-a" "5a509f65a955b8c9857fa6335cf7f46dc6be4f732cc3a94b5b6b4e0397f8787d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5a509f65a955b8c9857fa6335cf7f46dc6be4f732cc3a94b5b6b4e0397f8787d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a509f65a955b8c9857fa6335cf7f46dc6be4f732cc3a94b5b6b4e0397f8787d", kill_on_drop: false }`
[INFO] [stdout] 5a509f65a955b8c9857fa6335cf7f46dc6be4f732cc3a94b5b6b4e0397f8787d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e345d86ad0f4fdb8f4a30dbda9e64f35ce3ee84a83513d77884a35f126a8dd1b
[INFO] running `Command { std: "docker" "start" "-a" "e345d86ad0f4fdb8f4a30dbda9e64f35ce3ee84a83513d77884a35f126a8dd1b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]     Checking smallvec v1.7.0
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]     Checking smartstring v0.2.9
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]     Checking serde_bytes v0.11.5
[INFO] [stderr]    Compiling rhai_codegen v1.2.0
[INFO] [stderr]     Checking quad-compat-rhai v1.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:229:42
[INFO] [stdout]     |
[INFO] [stdout] 229 | gen_arithmetic_functions!(arith_basic => INT);
[INFO] [stdout]     |                                          ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:229:42
[INFO] [stdout]     |
[INFO] [stdout] 229 | gen_arithmetic_functions!(arith_basic => INT);
[INFO] [stdout]     |                                          ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:233:44
[INFO] [stdout]     |
[INFO] [stdout] 233 | gen_arithmetic_functions!(arith_numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]     |                                            ^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:233:48
[INFO] [stdout]     |
[INFO] [stdout] 233 | gen_arithmetic_functions!(arith_numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]     |                                                ^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:233:44
[INFO] [stdout]     |
[INFO] [stdout] 233 | gen_arithmetic_functions!(arith_numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]     |                                            ^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:233:52
[INFO] [stdout]     |
[INFO] [stdout] 233 | gen_arithmetic_functions!(arith_numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]     |                                                    ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:233:48
[INFO] [stdout]     |
[INFO] [stdout] 233 | gen_arithmetic_functions!(arith_numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]     |                                                ^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:233:57
[INFO] [stdout]     |
[INFO] [stdout] 233 | gen_arithmetic_functions!(arith_numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]     |                                                         ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:233:52
[INFO] [stdout]     |
[INFO] [stdout] 233 | gen_arithmetic_functions!(arith_numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]     |                                                    ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:233:62
[INFO] [stdout]     |
[INFO] [stdout] 233 | gen_arithmetic_functions!(arith_numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]     |                                                              ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:233:57
[INFO] [stdout]     |
[INFO] [stdout] 233 | gen_arithmetic_functions!(arith_numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]     |                                                         ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:233:67
[INFO] [stdout]     |
[INFO] [stdout] 233 | gen_arithmetic_functions!(arith_numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]     |                                                                   ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:233:62
[INFO] [stdout]     |
[INFO] [stdout] 233 | gen_arithmetic_functions!(arith_numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]     |                                                              ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:233:72
[INFO] [stdout]     |
[INFO] [stdout] 233 | gen_arithmetic_functions!(arith_numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]     |                                                                        ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:233:67
[INFO] [stdout]     |
[INFO] [stdout] 233 | gen_arithmetic_functions!(arith_numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]     |                                                                   ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:238:44
[INFO] [stdout]     |
[INFO] [stdout] 238 | gen_arithmetic_functions!(arith_num_128 => i128, u128);
[INFO] [stdout]     |                                            ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:238:50
[INFO] [stdout]     |
[INFO] [stdout] 238 | gen_arithmetic_functions!(arith_num_128 => i128, u128);
[INFO] [stdout]     |                                                  ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:233:72
[INFO] [stdout]     |
[INFO] [stdout] 233 | gen_arithmetic_functions!(arith_numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]     |                                                                        ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:240:39
[INFO] [stdout]     |
[INFO] [stdout] 240 | gen_signed_functions!(signed_basic => INT);
[INFO] [stdout]     |                                       ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:244:41
[INFO] [stdout]     |
[INFO] [stdout] 244 | gen_signed_functions!(signed_numbers => i8, i16, i32);
[INFO] [stdout]     |                                         ^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:238:44
[INFO] [stdout]     |
[INFO] [stdout] 238 | gen_arithmetic_functions!(arith_num_128 => i128, u128);
[INFO] [stdout]     |                                            ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:244:45
[INFO] [stdout]     |
[INFO] [stdout] 244 | gen_signed_functions!(signed_numbers => i8, i16, i32);
[INFO] [stdout]     |                                             ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:244:50
[INFO] [stdout]     |
[INFO] [stdout] 244 | gen_signed_functions!(signed_numbers => i8, i16, i32);
[INFO] [stdout]     |                                                  ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:249:41
[INFO] [stdout]     |
[INFO] [stdout] 249 | gen_signed_functions!(signed_num_128 => i128);
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]   --> src/packages/logic.rs:76:31
[INFO] [stdout]    |
[INFO] [stdout] 76 | gen_cmp_functions!(numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]    |                               ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this function:
[INFO] [stdout]            std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:238:50
[INFO] [stdout]     |
[INFO] [stdout] 238 | gen_arithmetic_functions!(arith_num_128 => i128, u128);
[INFO] [stdout]     |                                                  ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]   --> src/packages/logic.rs:76:35
[INFO] [stdout]    |
[INFO] [stdout] 76 | gen_cmp_functions!(numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]    |                                   ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this function:
[INFO] [stdout]            std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]   --> src/packages/logic.rs:76:39
[INFO] [stdout]    |
[INFO] [stdout] 76 | gen_cmp_functions!(numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]    |                                       ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this function:
[INFO] [stdout]            std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:240:39
[INFO] [stdout]     |
[INFO] [stdout] 240 | gen_signed_functions!(signed_basic => INT);
[INFO] [stdout]     |                                       ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]   --> src/packages/logic.rs:76:44
[INFO] [stdout]    |
[INFO] [stdout] 76 | gen_cmp_functions!(numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]    |                                            ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this function:
[INFO] [stdout]            std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:244:41
[INFO] [stdout]     |
[INFO] [stdout] 244 | gen_signed_functions!(signed_numbers => i8, i16, i32);
[INFO] [stdout]     |                                         ^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:244:45
[INFO] [stdout]     |
[INFO] [stdout] 244 | gen_signed_functions!(signed_numbers => i8, i16, i32);
[INFO] [stdout]     |                                             ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:244:50
[INFO] [stdout]     |
[INFO] [stdout] 244 | gen_signed_functions!(signed_numbers => i8, i16, i32);
[INFO] [stdout]     |                                                  ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]   --> src/packages/logic.rs:76:49
[INFO] [stdout]    |
[INFO] [stdout] 76 | gen_cmp_functions!(numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]    |                                                 ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this function:
[INFO] [stdout]            std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/arithmetic.rs:249:41
[INFO] [stdout]     |
[INFO] [stdout] 249 | gen_signed_functions!(signed_num_128 => i128);
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]   --> src/packages/logic.rs:76:31
[INFO] [stdout]    |
[INFO] [stdout] 76 | gen_cmp_functions!(numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]    |                               ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this function:
[INFO] [stdout]            std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]   --> src/packages/logic.rs:76:54
[INFO] [stdout]    |
[INFO] [stdout] 76 | gen_cmp_functions!(numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]    |                                                      ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this function:
[INFO] [stdout]            std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]   --> src/packages/logic.rs:76:35
[INFO] [stdout]    |
[INFO] [stdout] 76 | gen_cmp_functions!(numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]    |                                   ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this function:
[INFO] [stdout]            std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]   --> src/packages/logic.rs:76:59
[INFO] [stdout]    |
[INFO] [stdout] 76 | gen_cmp_functions!(numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]    |                                                           ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this function:
[INFO] [stdout]            std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]   --> src/packages/logic.rs:76:39
[INFO] [stdout]    |
[INFO] [stdout] 76 | gen_cmp_functions!(numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]    |                                       ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this function:
[INFO] [stdout]            std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]   --> src/packages/logic.rs:81:31
[INFO] [stdout]    |
[INFO] [stdout] 81 | gen_cmp_functions!(num_128 => i128, u128);
[INFO] [stdout]    |                               ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this function:
[INFO] [stdout]            std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]   --> src/packages/logic.rs:81:37
[INFO] [stdout]    |
[INFO] [stdout] 81 | gen_cmp_functions!(num_128 => i128, u128);
[INFO] [stdout]    |                                     ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this function:
[INFO] [stdout]            std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]   --> src/packages/logic.rs:76:44
[INFO] [stdout]    |
[INFO] [stdout] 76 | gen_cmp_functions!(numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]    |                                            ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this function:
[INFO] [stdout]            std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]   --> src/packages/logic.rs:85:29
[INFO] [stdout]    |
[INFO] [stdout] 85 | gen_cmp_functions!(float => f32);
[INFO] [stdout]    |                             ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this function:
[INFO] [stdout]            std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]   --> src/packages/logic.rs:76:49
[INFO] [stdout]    |
[INFO] [stdout] 76 | gen_cmp_functions!(numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]    |                                                 ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this function:
[INFO] [stdout]            std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:517:58
[INFO] [stdout]     |
[INFO] [stdout] 517 | gen_conversion_as_functions!(basic_to_float => to_float (INT) -> FLOAT);
[INFO] [stdout]     |                                                          ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:522:60
[INFO] [stdout]     |
[INFO] [stdout] 522 | gen_conversion_as_functions!(numbers_to_float => to_float (i8, u8, i16, u16, i32, u32, i64, u64) -> FLOAT);
[INFO] [stdout]     |                                                            ^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:522:64
[INFO] [stdout]     |
[INFO] [stdout] 522 | gen_conversion_as_functions!(numbers_to_float => to_float (i8, u8, i16, u16, i32, u32, i64, u64) -> FLOAT);
[INFO] [stdout]     |                                                                ^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:522:68
[INFO] [stdout]     |
[INFO] [stdout] 522 | gen_conversion_as_functions!(numbers_to_float => to_float (i8, u8, i16, u16, i32, u32, i64, u64) -> FLOAT);
[INFO] [stdout]     |                                                                    ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]   --> src/packages/logic.rs:76:54
[INFO] [stdout]    |
[INFO] [stdout] 76 | gen_cmp_functions!(numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]    |                                                      ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this function:
[INFO] [stdout]            std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:522:73
[INFO] [stdout]     |
[INFO] [stdout] 522 | gen_conversion_as_functions!(numbers_to_float => to_float (i8, u8, i16, u16, i32, u32, i64, u64) -> FLOAT);
[INFO] [stdout]     |                                                                         ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:522:78
[INFO] [stdout]     |
[INFO] [stdout] 522 | gen_conversion_as_functions!(numbers_to_float => to_float (i8, u8, i16, u16, i32, u32, i64, u64) -> FLOAT);
[INFO] [stdout]     |                                                                              ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:522:83
[INFO] [stdout]     |
[INFO] [stdout] 522 | gen_conversion_as_functions!(numbers_to_float => to_float (i8, u8, i16, u16, i32, u32, i64, u64) -> FLOAT);
[INFO] [stdout]     |                                                                                   ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:522:88
[INFO] [stdout]     |
[INFO] [stdout] 522 | gen_conversion_as_functions!(numbers_to_float => to_float (i8, u8, i16, u16, i32, u32, i64, u64) -> FLOAT);
[INFO] [stdout]     |                                                                                        ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:522:93
[INFO] [stdout]     |
[INFO] [stdout] 522 | gen_conversion_as_functions!(numbers_to_float => to_float (i8, u8, i16, u16, i32, u32, i64, u64) -> FLOAT);
[INFO] [stdout]     |                                                                                             ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:528:60
[INFO] [stdout]     |
[INFO] [stdout] 528 | gen_conversion_as_functions!(num_128_to_float => to_float (i128, u128) -> FLOAT);
[INFO] [stdout]     |                                                            ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:528:66
[INFO] [stdout]     |
[INFO] [stdout] 528 | gen_conversion_as_functions!(num_128_to_float => to_float (i128, u128) -> FLOAT);
[INFO] [stdout]     |                                                                  ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:530:54
[INFO] [stdout]     |
[INFO] [stdout] 530 | gen_conversion_as_functions!(basic_to_int => to_int (char) -> INT);
[INFO] [stdout]     |                                                      ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:534:56
[INFO] [stdout]     |
[INFO] [stdout] 534 | gen_conversion_as_functions!(numbers_to_int => to_int (i8, u8, i16, u16, i32, u32, i64, u64) -> INT);
[INFO] [stdout]     |                                                        ^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:534:60
[INFO] [stdout]     |
[INFO] [stdout] 534 | gen_conversion_as_functions!(numbers_to_int => to_int (i8, u8, i16, u16, i32, u32, i64, u64) -> INT);
[INFO] [stdout]     |                                                            ^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:534:64
[INFO] [stdout]     |
[INFO] [stdout] 534 | gen_conversion_as_functions!(numbers_to_int => to_int (i8, u8, i16, u16, i32, u32, i64, u64) -> INT);
[INFO] [stdout]     |                                                                ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:534:69
[INFO] [stdout]     |
[INFO] [stdout] 534 | gen_conversion_as_functions!(numbers_to_int => to_int (i8, u8, i16, u16, i32, u32, i64, u64) -> INT);
[INFO] [stdout]     |                                                                     ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:534:74
[INFO] [stdout]     |
[INFO] [stdout] 534 | gen_conversion_as_functions!(numbers_to_int => to_int (i8, u8, i16, u16, i32, u32, i64, u64) -> INT);
[INFO] [stdout]     |                                                                          ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]   --> src/packages/logic.rs:76:59
[INFO] [stdout]    |
[INFO] [stdout] 76 | gen_cmp_functions!(numbers => i8, u8, i16, u16, i32, u32, u64);
[INFO] [stdout]    |                                                           ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this function:
[INFO] [stdout]            std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:534:79
[INFO] [stdout]     |
[INFO] [stdout] 534 | gen_conversion_as_functions!(numbers_to_int => to_int (i8, u8, i16, u16, i32, u32, i64, u64) -> INT);
[INFO] [stdout]     |                                                                               ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:534:84
[INFO] [stdout]     |
[INFO] [stdout] 534 | gen_conversion_as_functions!(numbers_to_int => to_int (i8, u8, i16, u16, i32, u32, i64, u64) -> INT);
[INFO] [stdout]     |                                                                                    ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:534:89
[INFO] [stdout]     |
[INFO] [stdout] 534 | gen_conversion_as_functions!(numbers_to_int => to_int (i8, u8, i16, u16, i32, u32, i64, u64) -> INT);
[INFO] [stdout]     |                                                                                         ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:539:56
[INFO] [stdout]     |
[INFO] [stdout] 539 | gen_conversion_as_functions!(num_128_to_int => to_int (i128, u128) -> INT);
[INFO] [stdout]     |                                                        ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:539:62
[INFO] [stdout]     |
[INFO] [stdout] 539 | gen_conversion_as_functions!(num_128_to_int => to_int (i128, u128) -> INT);
[INFO] [stdout]     |                                                              ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `wasm-bindgen`
[INFO] [stdout]    --> src/lib.rs:319:7
[INFO] [stdout]     |
[INFO] [stdout] 319 | #[cfg(feature = "wasm-bindgen")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `core-error`, `decimal`, `default`, `f32_float`, `internals`, `libm`, `metadata`, `no-std-compat`, `no_closure`, `no_float`, `no_function`, `no_index`, `no_module`, `no_object`, `no_optimize`, `no_position`, `no_std`, `only_i32`, `only_i64`, `rust_decimal`, `serde`, `serde_json`, `std`, `sync`, `unchecked`, `unicode-xid`, and `unicode-xid-ident`
[INFO] [stdout]     = help: consider adding `wasm-bindgen` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdweb`
[INFO] [stdout]    --> src/lib.rs:323:7
[INFO] [stdout]     |
[INFO] [stdout] 323 | #[cfg(feature = "stdweb")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `core-error`, `decimal`, `default`, `f32_float`, `internals`, `libm`, `metadata`, `no-std-compat`, `no_closure`, `no_float`, `no_function`, `no_index`, `no_module`, `no_object`, `no_optimize`, `no_position`, `no_std`, `only_i32`, `only_i64`, `rust_decimal`, `serde`, `serde_json`, `std`, `sync`, `unchecked`, `unicode-xid`, and `unicode-xid-ident`
[INFO] [stdout]     = help: consider adding `stdweb` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `wasm-bindgen`
[INFO] [stdout]    --> src/lib.rs:326:7
[INFO] [stdout]     |
[INFO] [stdout] 326 | #[cfg(feature = "wasm-bindgen")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `core-error`, `decimal`, `default`, `f32_float`, `internals`, `libm`, `metadata`, `no-std-compat`, `no_closure`, `no_float`, `no_function`, `no_index`, `no_module`, `no_object`, `no_optimize`, `no_position`, `no_std`, `only_i32`, `only_i64`, `rust_decimal`, `serde`, `serde_json`, `std`, `sync`, `unchecked`, `unicode-xid`, and `unicode-xid-ident`
[INFO] [stdout]     = help: consider adding `wasm-bindgen` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ast.rs:775:65
[INFO] [stdout]     |
[INFO] [stdout] 775 |     pub fn iter_functions<'a>(&'a self) -> impl Iterator<Item = ScriptFnMetadata> + 'a {
[INFO] [stdout]     |                           -- lifetime `'a` declared here        ^^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/func/plugin.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(not(features = "no_module"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(not(feature = "no_module"))]
[INFO] [stdout]    |           ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/func/plugin.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(features = "no_module")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(feature = "no_module")]
[INFO] [stdout]    |       ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FnAny`, `FnPlugin`, `shared_make_mut`, `shared_take`, `shared_try_take`, and `shared_write_lock`
[INFO] [stdout]   --> src/func/mod.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     shared_make_mut, shared_take, shared_take_or_clone, shared_try_take, shared_write_lock,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^  ^^^^^^^^^^^                        ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 24 |     CallableFunction, FnAny, FnPlugin, IteratorFn, Locked, NativeCallContext, SendSync, Shared,
[INFO] [stdout]    |                       ^^^^^  ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `plugin::PluginFunction`
[INFO] [stdout]   --> src/func/mod.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub use plugin::PluginFunction;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]   --> src/packages/logic.rs:81:31
[INFO] [stdout]    |
[INFO] [stdout] 81 | gen_cmp_functions!(num_128 => i128, u128);
[INFO] [stdout]    |                               ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this function:
[INFO] [stdout]            std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]   --> src/packages/logic.rs:81:37
[INFO] [stdout]    |
[INFO] [stdout] 81 | gen_cmp_functions!(num_128 => i128, u128);
[INFO] [stdout]    |                                     ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this function:
[INFO] [stdout]            std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]   --> src/packages/logic.rs:85:29
[INFO] [stdout]    |
[INFO] [stdout] 85 | gen_cmp_functions!(float => f32);
[INFO] [stdout]    |                             ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this function:
[INFO] [stdout]            std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:517:58
[INFO] [stdout]     |
[INFO] [stdout] 517 | gen_conversion_as_functions!(basic_to_float => to_float (INT) -> FLOAT);
[INFO] [stdout]     |                                                          ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:522:60
[INFO] [stdout]     |
[INFO] [stdout] 522 | gen_conversion_as_functions!(numbers_to_float => to_float (i8, u8, i16, u16, i32, u32, i64, u64) -> FLOAT);
[INFO] [stdout]     |                                                            ^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:522:64
[INFO] [stdout]     |
[INFO] [stdout] 522 | gen_conversion_as_functions!(numbers_to_float => to_float (i8, u8, i16, u16, i32, u32, i64, u64) -> FLOAT);
[INFO] [stdout]     |                                                                ^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:522:68
[INFO] [stdout]     |
[INFO] [stdout] 522 | gen_conversion_as_functions!(numbers_to_float => to_float (i8, u8, i16, u16, i32, u32, i64, u64) -> FLOAT);
[INFO] [stdout]     |                                                                    ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:522:73
[INFO] [stdout]     |
[INFO] [stdout] 522 | gen_conversion_as_functions!(numbers_to_float => to_float (i8, u8, i16, u16, i32, u32, i64, u64) -> FLOAT);
[INFO] [stdout]     |                                                                         ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:522:78
[INFO] [stdout]     |
[INFO] [stdout] 522 | gen_conversion_as_functions!(numbers_to_float => to_float (i8, u8, i16, u16, i32, u32, i64, u64) -> FLOAT);
[INFO] [stdout]     |                                                                              ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:522:83
[INFO] [stdout]     |
[INFO] [stdout] 522 | gen_conversion_as_functions!(numbers_to_float => to_float (i8, u8, i16, u16, i32, u32, i64, u64) -> FLOAT);
[INFO] [stdout]     |                                                                                   ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:522:88
[INFO] [stdout]     |
[INFO] [stdout] 522 | gen_conversion_as_functions!(numbers_to_float => to_float (i8, u8, i16, u16, i32, u32, i64, u64) -> FLOAT);
[INFO] [stdout]     |                                                                                        ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:522:93
[INFO] [stdout]     |
[INFO] [stdout] 522 | gen_conversion_as_functions!(numbers_to_float => to_float (i8, u8, i16, u16, i32, u32, i64, u64) -> FLOAT);
[INFO] [stdout]     |                                                                                             ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:528:60
[INFO] [stdout]     |
[INFO] [stdout] 528 | gen_conversion_as_functions!(num_128_to_float => to_float (i128, u128) -> FLOAT);
[INFO] [stdout]     |                                                            ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:528:66
[INFO] [stdout]     |
[INFO] [stdout] 528 | gen_conversion_as_functions!(num_128_to_float => to_float (i128, u128) -> FLOAT);
[INFO] [stdout]     |                                                                  ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:530:54
[INFO] [stdout]     |
[INFO] [stdout] 530 | gen_conversion_as_functions!(basic_to_int => to_int (char) -> INT);
[INFO] [stdout]     |                                                      ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:534:56
[INFO] [stdout]     |
[INFO] [stdout] 534 | gen_conversion_as_functions!(numbers_to_int => to_int (i8, u8, i16, u16, i32, u32, i64, u64) -> INT);
[INFO] [stdout]     |                                                        ^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:534:60
[INFO] [stdout]     |
[INFO] [stdout] 534 | gen_conversion_as_functions!(numbers_to_int => to_int (i8, u8, i16, u16, i32, u32, i64, u64) -> INT);
[INFO] [stdout]     |                                                            ^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:534:64
[INFO] [stdout]     |
[INFO] [stdout] 534 | gen_conversion_as_functions!(numbers_to_int => to_int (i8, u8, i16, u16, i32, u32, i64, u64) -> INT);
[INFO] [stdout]     |                                                                ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:534:69
[INFO] [stdout]     |
[INFO] [stdout] 534 | gen_conversion_as_functions!(numbers_to_int => to_int (i8, u8, i16, u16, i32, u32, i64, u64) -> INT);
[INFO] [stdout]     |                                                                     ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:534:74
[INFO] [stdout]     |
[INFO] [stdout] 534 | gen_conversion_as_functions!(numbers_to_int => to_int (i8, u8, i16, u16, i32, u32, i64, u64) -> INT);
[INFO] [stdout]     |                                                                          ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:534:79
[INFO] [stdout]     |
[INFO] [stdout] 534 | gen_conversion_as_functions!(numbers_to_int => to_int (i8, u8, i16, u16, i32, u32, i64, u64) -> INT);
[INFO] [stdout]     |                                                                               ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:534:84
[INFO] [stdout]     |
[INFO] [stdout] 534 | gen_conversion_as_functions!(numbers_to_int => to_int (i8, u8, i16, u16, i32, u32, i64, u64) -> INT);
[INFO] [stdout]     |                                                                                    ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:534:89
[INFO] [stdout]     |
[INFO] [stdout] 534 | gen_conversion_as_functions!(numbers_to_int => to_int (i8, u8, i16, u16, i32, u32, i64, u64) -> INT);
[INFO] [stdout]     |                                                                                         ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:539:56
[INFO] [stdout]     |
[INFO] [stdout] 539 | gen_conversion_as_functions!(num_128_to_int => to_int (i128, u128) -> INT);
[INFO] [stdout]     |                                                        ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `args` in this scope
[INFO] [stdout]    --> src/packages/math_basic.rs:539:62
[INFO] [stdout]     |
[INFO] [stdout] 539 | gen_conversion_as_functions!(num_128_to_int => to_int (i128, u128) -> INT);
[INFO] [stdout]     |                                                              ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this function:
[INFO] [stdout]             std::env::args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `wasm-bindgen`
[INFO] [stdout]    --> src/lib.rs:319:7
[INFO] [stdout]     |
[INFO] [stdout] 319 | #[cfg(feature = "wasm-bindgen")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `core-error`, `decimal`, `default`, `f32_float`, `internals`, `libm`, `metadata`, `no-std-compat`, `no_closure`, `no_float`, `no_function`, `no_index`, `no_module`, `no_object`, `no_optimize`, `no_position`, `no_std`, `only_i32`, `only_i64`, `rust_decimal`, `serde`, `serde_json`, `std`, `sync`, `unchecked`, `unicode-xid`, and `unicode-xid-ident`
[INFO] [stdout]     = help: consider adding `wasm-bindgen` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdweb`
[INFO] [stdout]    --> src/lib.rs:323:7
[INFO] [stdout]     |
[INFO] [stdout] 323 | #[cfg(feature = "stdweb")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `core-error`, `decimal`, `default`, `f32_float`, `internals`, `libm`, `metadata`, `no-std-compat`, `no_closure`, `no_float`, `no_function`, `no_index`, `no_module`, `no_object`, `no_optimize`, `no_position`, `no_std`, `only_i32`, `only_i64`, `rust_decimal`, `serde`, `serde_json`, `std`, `sync`, `unchecked`, `unicode-xid`, and `unicode-xid-ident`
[INFO] [stdout]     = help: consider adding `stdweb` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `wasm-bindgen`
[INFO] [stdout]    --> src/lib.rs:326:7
[INFO] [stdout]     |
[INFO] [stdout] 326 | #[cfg(feature = "wasm-bindgen")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `core-error`, `decimal`, `default`, `f32_float`, `internals`, `libm`, `metadata`, `no-std-compat`, `no_closure`, `no_float`, `no_function`, `no_index`, `no_module`, `no_object`, `no_optimize`, `no_position`, `no_std`, `only_i32`, `only_i64`, `rust_decimal`, `serde`, `serde_json`, `std`, `sync`, `unchecked`, `unicode-xid`, and `unicode-xid-ident`
[INFO] [stdout]     = help: consider adding `wasm-bindgen` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ast.rs:775:65
[INFO] [stdout]     |
[INFO] [stdout] 775 |     pub fn iter_functions<'a>(&'a self) -> impl Iterator<Item = ScriptFnMetadata> + 'a {
[INFO] [stdout]     |                           -- lifetime `'a` declared here        ^^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/func/plugin.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(not(features = "no_module"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(not(feature = "no_module"))]
[INFO] [stdout]    |           ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/func/plugin.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(features = "no_module")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(feature = "no_module")]
[INFO] [stdout]    |       ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FnAny`, `FnPlugin`, `shared_make_mut`, `shared_take`, `shared_try_take`, and `shared_write_lock`
[INFO] [stdout]   --> src/func/mod.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     shared_make_mut, shared_take, shared_take_or_clone, shared_try_take, shared_write_lock,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^  ^^^^^^^^^^^                        ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 24 |     CallableFunction, FnAny, FnPlugin, IteratorFn, Locked, NativeCallContext, SendSync, Shared,
[INFO] [stdout]    |                       ^^^^^  ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `plugin::PluginFunction`
[INFO] [stdout]   --> src/func/mod.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub use plugin::PluginFunction;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `quad-compat-rhai` (lib) due to 47 previous errors; 8 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `quad-compat-rhai` (lib test) due to 47 previous errors; 8 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "e345d86ad0f4fdb8f4a30dbda9e64f35ce3ee84a83513d77884a35f126a8dd1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e345d86ad0f4fdb8f4a30dbda9e64f35ce3ee84a83513d77884a35f126a8dd1b", kill_on_drop: false }`
[INFO] [stdout] e345d86ad0f4fdb8f4a30dbda9e64f35ce3ee84a83513d77884a35f126a8dd1b
