[INFO] fetching crate quad-compat-rhai 1.4.0...
[INFO] testing quad-compat-rhai-1.4.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate quad-compat-rhai 1.4.0 into /workspace/builds/worker-1-tc1/source
[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-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate quad-compat-rhai 1.4.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded core-error v0.0.0
[INFO] [stderr]   Downloaded serde_bytes v0.11.5
[INFO] [stderr]   Downloaded rhai_codegen v1.2.0
[INFO] [stderr]   Downloaded smartstring v0.2.9
[INFO] [stderr]   Downloaded libm v0.2.1
[INFO] [stderr]   Downloaded rust_decimal v1.17.0
[INFO] [stderr]   Downloaded serde_json v1.0.69
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9fd0e9bd6949eee13e55ec7e5de7ac6eb65fb780a98bed28379fc600decaf795
[INFO] running `Command { std: "docker" "start" "-a" "9fd0e9bd6949eee13e55ec7e5de7ac6eb65fb780a98bed28379fc600decaf795", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9fd0e9bd6949eee13e55ec7e5de7ac6eb65fb780a98bed28379fc600decaf795", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9fd0e9bd6949eee13e55ec7e5de7ac6eb65fb780a98bed28379fc600decaf795", kill_on_drop: false }`
[INFO] [stdout] 9fd0e9bd6949eee13e55ec7e5de7ac6eb65fb780a98bed28379fc600decaf795
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c1a53a9b939be7558e6decfd547211d3fe75ae87d3cf66f5831077ad34e7ce84
[INFO] running `Command { std: "docker" "start" "-a" "c1a53a9b939be7558e6decfd547211d3fe75ae87d3cf66f5831077ad34e7ce84", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling smallvec v1.7.0
[INFO] [stderr]    Compiling smartstring v0.2.9
[INFO] [stderr]    Compiling rhai_codegen v1.2.0
[INFO] [stderr]    Compiling 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: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: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: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: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: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: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: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: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: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/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/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: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/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: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: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: 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(features = "no_module"))]
[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(features = "no_module")]
[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] warning: `#[must_use]` has no effect when applied to a provided trait method
[INFO] [stdout]    --> src/engine.rs:779:5
[INFO] [stdout]     |
[INFO] [stdout] 779 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method
[INFO] [stdout]    --> src/types/dynamic.rs:792:5
[INFO] [stdout]     |
[INFO] [stdout] 792 |     #[must_use]
[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; 9 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "c1a53a9b939be7558e6decfd547211d3fe75ae87d3cf66f5831077ad34e7ce84", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1a53a9b939be7558e6decfd547211d3fe75ae87d3cf66f5831077ad34e7ce84", kill_on_drop: false }`
[INFO] [stdout] c1a53a9b939be7558e6decfd547211d3fe75ae87d3cf66f5831077ad34e7ce84
