[INFO] fetching crate mica 0.7.1... [INFO] testing mica-0.7.1 against 1.90.0 for beta-1.91-3 [INFO] extracting crate mica 0.7.1 into /workspace/builds/worker-2-tc1/source [INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml [INFO] started tweaking crates.io crate mica 0.7.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate mica 0.7.1 [INFO] tweaked toml for crates.io crate mica 0.7.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate mica 0.7.1 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 40 packages to latest compatible versions [INFO] [stderr] Adding clap v3.2.25 (available: v4.5.48) [INFO] [stderr] Adding hashbrown v0.12.3 (available: v0.16.0) [INFO] [stderr] Adding owo-colors v3.5.0 (available: v4.2.3) [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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] c38ce54b9fec454b992d5cd96eb6da2465454b93f85e7e029ce9b0b4bcceee1f [INFO] running `Command { std: "docker" "start" "-a" "c38ce54b9fec454b992d5cd96eb6da2465454b93f85e7e029ce9b0b4bcceee1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c38ce54b9fec454b992d5cd96eb6da2465454b93f85e7e029ce9b0b4bcceee1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c38ce54b9fec454b992d5cd96eb6da2465454b93f85e7e029ce9b0b4bcceee1f", kill_on_drop: false }` [INFO] [stdout] c38ce54b9fec454b992d5cd96eb6da2465454b93f85e7e029ce9b0b4bcceee1f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 957a7bae761621f78cf8e304859a90081a89b513e0b545ccf76c8c66a2ec3844 [INFO] running `Command { std: "docker" "start" "-a" "957a7bae761621f78cf8e304859a90081a89b513e0b545ccf76c8c66a2ec3844", kill_on_drop: false }` [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling mica v0.7.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:109:27 [INFO] [stdout] | [INFO] [stdout] 109 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see 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: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:232:15 [INFO] [stdout] | [INFO] [stdout] 232 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:237:19 [INFO] [stdout] | [INFO] [stdout] 237 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:250:15 [INFO] [stdout] | [INFO] [stdout] 250 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:358:15 [INFO] [stdout] | [INFO] [stdout] 358 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:371:15 [INFO] [stdout] | [INFO] [stdout] 371 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:387:15 [INFO] [stdout] | [INFO] [stdout] 387 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:401:11 [INFO] [stdout] | [INFO] [stdout] 401 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-vm-stack-ops` [INFO] [stdout] --> src/ll/vm.rs:154:15 [INFO] [stdout] | [INFO] [stdout] 154 | #[cfg(feature = "trace-vm-stack-ops")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-vm-stack-ops` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-vm-stack-ops` [INFO] [stdout] --> src/ll/vm.rs:166:15 [INFO] [stdout] | [INFO] [stdout] 166 | #[cfg(feature = "trace-vm-stack-ops")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-vm-stack-ops` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-vm-opcodes` [INFO] [stdout] --> src/ll/vm.rs:487:19 [INFO] [stdout] | [INFO] [stdout] 487 | #[cfg(feature = "trace-vm-opcodes")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-vm-opcodes` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-vm-opcodes` [INFO] [stdout] --> src/ll/vm.rs:492:19 [INFO] [stdout] | [INFO] [stdout] 492 | #[cfg(feature = "trace-vm-opcodes")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-vm-opcodes` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-vm-calls` [INFO] [stdout] --> src/ll/vm.rs:724:27 [INFO] [stdout] | [INFO] [stdout] 724 | #[cfg(feature = "trace-vm-calls")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-vm-calls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hl/engine.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 166 | ) -> Result { [INFO] [stdout] | ------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 166 | ) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hl/engine.rs:202:9 [INFO] [stdout] | [INFO] [stdout] 202 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 205 | ) -> Result { [INFO] [stdout] | ----- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 205 | ) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hl/engine.rs:600:18 [INFO] [stdout] | [INFO] [stdout] 600 | pub fn start(&mut self) -> Fiber { [INFO] [stdout] | ^^^^^^^^^ ----- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 600 | pub fn start(&mut self) -> Fiber<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/ll/value/impls/nanbox.rs:71:23 [INFO] [stdout] | [INFO] [stdout] 71 | Self(unsafe { std::mem::transmute(f) }) [INFO] [stdout] | -------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::to_bits` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/ll/value/structs.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 69 | *(*self.fields.get()).get_unchecked(index) [INFO] [stdout] | ^^-----------------^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[RawValue]` [INFO] [stdout] --> src/ll/value/structs.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 69 | *(*self.fields.get()).get_unchecked(index) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: method calls to `get_unchecked` require a reference [INFO] [stdout] --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/slice/mod.rs:637:5 [INFO] [stdout] = note: `#[warn(dangerous_implicit_autorefs)]` on by default [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 69 | *(&(*self.fields.get())).get_unchecked(index) [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/ll/value/structs.rs:77:10 [INFO] [stdout] | [INFO] [stdout] 77 | *(*self.fields.get()).get_unchecked_mut(index) = value; [INFO] [stdout] | ^^-----------------^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [RawValue]` [INFO] [stdout] --> src/ll/value/structs.rs:77:10 [INFO] [stdout] | [INFO] [stdout] 77 | *(*self.fields.get()).get_unchecked_mut(index) = value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: method calls to `get_unchecked_mut` require a reference [INFO] [stdout] --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/slice/mod.rs:682:5 [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 77 | *(&mut (*self.fields.get())).get_unchecked_mut(index) = value; [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.53s [INFO] running `Command { std: "docker" "inspect" "957a7bae761621f78cf8e304859a90081a89b513e0b545ccf76c8c66a2ec3844", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "957a7bae761621f78cf8e304859a90081a89b513e0b545ccf76c8c66a2ec3844", kill_on_drop: false }` [INFO] [stdout] 957a7bae761621f78cf8e304859a90081a89b513e0b545ccf76c8c66a2ec3844 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 554ee2b9d923990160fc2691007a13661db84341fcf92e86cc743b39a9a7342b [INFO] running `Command { std: "docker" "start" "-a" "554ee2b9d923990160fc2691007a13661db84341fcf92e86cc743b39a9a7342b", kill_on_drop: false }` [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling clap_derive v3.2.25 [INFO] [stderr] Compiling mica v0.7.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:109:27 [INFO] [stdout] | [INFO] [stdout] 109 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see 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: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:232:15 [INFO] [stdout] | [INFO] [stdout] 232 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:237:19 [INFO] [stdout] | [INFO] [stdout] 237 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:250:15 [INFO] [stdout] | [INFO] [stdout] 250 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:358:15 [INFO] [stdout] | [INFO] [stdout] 358 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:371:15 [INFO] [stdout] | [INFO] [stdout] 371 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:387:15 [INFO] [stdout] | [INFO] [stdout] 387 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:401:11 [INFO] [stdout] | [INFO] [stdout] 401 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-vm-stack-ops` [INFO] [stdout] --> src/ll/vm.rs:154:15 [INFO] [stdout] | [INFO] [stdout] 154 | #[cfg(feature = "trace-vm-stack-ops")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-vm-stack-ops` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-vm-stack-ops` [INFO] [stdout] --> src/ll/vm.rs:166:15 [INFO] [stdout] | [INFO] [stdout] 166 | #[cfg(feature = "trace-vm-stack-ops")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-vm-stack-ops` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-vm-opcodes` [INFO] [stdout] --> src/ll/vm.rs:487:19 [INFO] [stdout] | [INFO] [stdout] 487 | #[cfg(feature = "trace-vm-opcodes")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-vm-opcodes` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-vm-opcodes` [INFO] [stdout] --> src/ll/vm.rs:492:19 [INFO] [stdout] | [INFO] [stdout] 492 | #[cfg(feature = "trace-vm-opcodes")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-vm-opcodes` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-vm-calls` [INFO] [stdout] --> src/ll/vm.rs:724:27 [INFO] [stdout] | [INFO] [stdout] 724 | #[cfg(feature = "trace-vm-calls")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-vm-calls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hl/engine.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 166 | ) -> Result { [INFO] [stdout] | ------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 166 | ) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hl/engine.rs:202:9 [INFO] [stdout] | [INFO] [stdout] 202 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 205 | ) -> Result { [INFO] [stdout] | ----- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 205 | ) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hl/engine.rs:600:18 [INFO] [stdout] | [INFO] [stdout] 600 | pub fn start(&mut self) -> Fiber { [INFO] [stdout] | ^^^^^^^^^ ----- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 600 | pub fn start(&mut self) -> Fiber<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/ll/value/impls/nanbox.rs:71:23 [INFO] [stdout] | [INFO] [stdout] 71 | Self(unsafe { std::mem::transmute(f) }) [INFO] [stdout] | -------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::to_bits` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/ll/value/structs.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 69 | *(*self.fields.get()).get_unchecked(index) [INFO] [stdout] | ^^-----------------^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[RawValue]` [INFO] [stdout] --> src/ll/value/structs.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 69 | *(*self.fields.get()).get_unchecked(index) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: method calls to `get_unchecked` require a reference [INFO] [stdout] --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/slice/mod.rs:637:5 [INFO] [stdout] = note: `#[warn(dangerous_implicit_autorefs)]` on by default [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 69 | *(&(*self.fields.get())).get_unchecked(index) [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/ll/value/structs.rs:77:10 [INFO] [stdout] | [INFO] [stdout] 77 | *(*self.fields.get()).get_unchecked_mut(index) = value; [INFO] [stdout] | ^^-----------------^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [RawValue]` [INFO] [stdout] --> src/ll/value/structs.rs:77:10 [INFO] [stdout] | [INFO] [stdout] 77 | *(*self.fields.get()).get_unchecked_mut(index) = value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: method calls to `get_unchecked_mut` require a reference [INFO] [stdout] --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/slice/mod.rs:682:5 [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 77 | *(&mut (*self.fields.get())).get_unchecked_mut(index) = value; [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:109:27 [INFO] [stdout] | [INFO] [stdout] 109 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see 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: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:232:15 [INFO] [stdout] | [INFO] [stdout] 232 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:237:19 [INFO] [stdout] | [INFO] [stdout] 237 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:250:15 [INFO] [stdout] | [INFO] [stdout] 250 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:358:15 [INFO] [stdout] | [INFO] [stdout] 358 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:371:15 [INFO] [stdout] | [INFO] [stdout] 371 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:387:15 [INFO] [stdout] | [INFO] [stdout] 387 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stdout] --> src/ll/gc.rs:401:11 [INFO] [stdout] | [INFO] [stdout] 401 | #[cfg(feature = "trace-gc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-vm-stack-ops` [INFO] [stdout] --> src/ll/vm.rs:154:15 [INFO] [stdout] | [INFO] [stdout] 154 | #[cfg(feature = "trace-vm-stack-ops")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-vm-stack-ops` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-vm-stack-ops` [INFO] [stdout] --> src/ll/vm.rs:166:15 [INFO] [stdout] | [INFO] [stdout] 166 | #[cfg(feature = "trace-vm-stack-ops")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-vm-stack-ops` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-vm-opcodes` [INFO] [stdout] --> src/ll/vm.rs:487:19 [INFO] [stdout] | [INFO] [stdout] 487 | #[cfg(feature = "trace-vm-opcodes")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-vm-opcodes` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-vm-opcodes` [INFO] [stdout] --> src/ll/vm.rs:492:19 [INFO] [stdout] | [INFO] [stdout] 492 | #[cfg(feature = "trace-vm-opcodes")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-vm-opcodes` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `trace-vm-calls` [INFO] [stdout] --> src/ll/vm.rs:724:27 [INFO] [stdout] | [INFO] [stdout] 724 | #[cfg(feature = "trace-vm-calls")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `trace-vm-calls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hl/engine.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 166 | ) -> Result { [INFO] [stdout] | ------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 166 | ) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hl/engine.rs:202:9 [INFO] [stdout] | [INFO] [stdout] 202 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 205 | ) -> Result { [INFO] [stdout] | ----- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 205 | ) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hl/engine.rs:600:18 [INFO] [stdout] | [INFO] [stdout] 600 | pub fn start(&mut self) -> Fiber { [INFO] [stdout] | ^^^^^^^^^ ----- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 600 | pub fn start(&mut self) -> Fiber<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/ll/value/impls/nanbox.rs:71:23 [INFO] [stdout] | [INFO] [stdout] 71 | Self(unsafe { std::mem::transmute(f) }) [INFO] [stdout] | -------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::to_bits` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/ll/value/structs.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 69 | *(*self.fields.get()).get_unchecked(index) [INFO] [stdout] | ^^-----------------^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[RawValue]` [INFO] [stdout] --> src/ll/value/structs.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 69 | *(*self.fields.get()).get_unchecked(index) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: method calls to `get_unchecked` require a reference [INFO] [stdout] --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/slice/mod.rs:637:5 [INFO] [stdout] = note: `#[warn(dangerous_implicit_autorefs)]` on by default [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 69 | *(&(*self.fields.get())).get_unchecked(index) [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/ll/value/structs.rs:77:10 [INFO] [stdout] | [INFO] [stdout] 77 | *(*self.fields.get()).get_unchecked_mut(index) = value; [INFO] [stdout] | ^^-----------------^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [RawValue]` [INFO] [stdout] --> src/ll/value/structs.rs:77:10 [INFO] [stdout] | [INFO] [stdout] 77 | *(*self.fields.get()).get_unchecked_mut(index) = value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: method calls to `get_unchecked_mut` require a reference [INFO] [stdout] --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/slice/mod.rs:682:5 [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 77 | *(&mut (*self.fields.get())).get_unchecked_mut(index) = value; [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 23.12s [INFO] running `Command { std: "docker" "inspect" "554ee2b9d923990160fc2691007a13661db84341fcf92e86cc743b39a9a7342b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "554ee2b9d923990160fc2691007a13661db84341fcf92e86cc743b39a9a7342b", kill_on_drop: false }` [INFO] [stdout] 554ee2b9d923990160fc2691007a13661db84341fcf92e86cc743b39a9a7342b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0c34a07db6b8a66c27cb4bdd42fc18e688a8f0476355d258a6b409255b796451 [INFO] running `Command { std: "docker" "start" "-a" "0c34a07db6b8a66c27cb4bdd42fc18e688a8f0476355d258a6b409255b796451", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stderr] --> src/ll/gc.rs:109:27 [INFO] [stderr] | [INFO] [stderr] 109 | #[cfg(feature = "trace-gc")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` [INFO] [stderr] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stderr] --> src/ll/gc.rs:232:15 [INFO] [stderr] | [INFO] [stderr] 232 | #[cfg(feature = "trace-gc")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` [INFO] [stderr] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stderr] --> src/ll/gc.rs:237:19 [INFO] [stderr] | [INFO] [stderr] 237 | #[cfg(feature = "trace-gc")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` [INFO] [stderr] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stderr] --> src/ll/gc.rs:250:15 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg(feature = "trace-gc")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` [INFO] [stderr] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stderr] --> src/ll/gc.rs:358:15 [INFO] [stderr] | [INFO] [stderr] 358 | #[cfg(feature = "trace-gc")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` [INFO] [stderr] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stderr] --> src/ll/gc.rs:371:15 [INFO] [stderr] | [INFO] [stderr] 371 | #[cfg(feature = "trace-gc")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` [INFO] [stderr] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stderr] --> src/ll/gc.rs:387:15 [INFO] [stderr] | [INFO] [stderr] 387 | #[cfg(feature = "trace-gc")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` [INFO] [stderr] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trace-gc` [INFO] [stderr] --> src/ll/gc.rs:401:11 [INFO] [stderr] | [INFO] [stderr] 401 | #[cfg(feature = "trace-gc")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` [INFO] [stderr] = help: consider adding `trace-gc` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trace-vm-stack-ops` [INFO] [stderr] --> src/ll/vm.rs:154:15 [INFO] [stderr] | [INFO] [stderr] 154 | #[cfg(feature = "trace-vm-stack-ops")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` [INFO] [stderr] = help: consider adding `trace-vm-stack-ops` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trace-vm-stack-ops` [INFO] [stderr] --> src/ll/vm.rs:166:15 [INFO] [stderr] | [INFO] [stderr] 166 | #[cfg(feature = "trace-vm-stack-ops")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` [INFO] [stderr] = help: consider adding `trace-vm-stack-ops` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trace-vm-opcodes` [INFO] [stderr] --> src/ll/vm.rs:487:19 [INFO] [stderr] | [INFO] [stderr] 487 | #[cfg(feature = "trace-vm-opcodes")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` [INFO] [stderr] = help: consider adding `trace-vm-opcodes` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trace-vm-opcodes` [INFO] [stderr] --> src/ll/vm.rs:492:19 [INFO] [stderr] | [INFO] [stderr] 492 | #[cfg(feature = "trace-vm-opcodes")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` [INFO] [stderr] = help: consider adding `trace-vm-opcodes` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `trace-vm-calls` [INFO] [stderr] --> src/ll/vm.rs:724:27 [INFO] [stderr] | [INFO] [stderr] 724 | #[cfg(feature = "trace-vm-calls")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` [INFO] [stderr] = help: consider adding `trace-vm-calls` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/hl/engine.rs:163:9 [INFO] [stderr] | [INFO] [stderr] 163 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 166 | ) -> Result { [INFO] [stderr] | ------ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 166 | ) -> Result, Error> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/hl/engine.rs:202:9 [INFO] [stderr] | [INFO] [stderr] 202 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 205 | ) -> Result { [INFO] [stderr] | ----- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 205 | ) -> Result, Error> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/hl/engine.rs:600:18 [INFO] [stderr] | [INFO] [stderr] 600 | pub fn start(&mut self) -> Fiber { [INFO] [stderr] | ^^^^^^^^^ ----- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 600 | pub fn start(&mut self) -> Fiber<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/ll/value/impls/nanbox.rs:71:23 [INFO] [stderr] | [INFO] [stderr] 71 | Self(unsafe { std::mem::transmute(f) }) [INFO] [stderr] | -------------------^^^ [INFO] [stderr] | | [INFO] [stderr] | help: replace this with: `f64::to_bits` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> src/ll/value/structs.rs:69:10 [INFO] [stderr] | [INFO] [stderr] 69 | *(*self.fields.get()).get_unchecked(index) [INFO] [stderr] | ^^-----------------^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*mut Vec` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&[RawValue]` [INFO] [stderr] --> src/ll/value/structs.rs:69:10 [INFO] [stderr] | [INFO] [stderr] 69 | *(*self.fields.get()).get_unchecked(index) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: method calls to `get_unchecked` require a reference [INFO] [stderr] --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/slice/mod.rs:637:5 [INFO] [stderr] = note: `#[warn(dangerous_implicit_autorefs)]` on by default [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 69 | *(&(*self.fields.get())).get_unchecked(index) [INFO] [stderr] | ++ + [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> src/ll/value/structs.rs:77:10 [INFO] [stderr] | [INFO] [stderr] 77 | *(*self.fields.get()).get_unchecked_mut(index) = value; [INFO] [stderr] | ^^-----------------^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*mut Vec` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&mut [RawValue]` [INFO] [stderr] --> src/ll/value/structs.rs:77:10 [INFO] [stderr] | [INFO] [stderr] 77 | *(*self.fields.get()).get_unchecked_mut(index) = value; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: method calls to `get_unchecked_mut` require a reference [INFO] [stderr] --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/slice/mod.rs:682:5 [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 77 | *(&mut (*self.fields.get())).get_unchecked_mut(index) = value; [INFO] [stderr] | +++++ + [INFO] [stderr] [INFO] [stderr] warning: `mica` (lib) generated 19 warnings (run `cargo fix --lib -p mica` to apply 1 suggestion) [INFO] [stderr] warning: `mica` (lib test) generated 19 warnings (19 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mica-60e7a101ce7e16ca) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/integration_api.rs (/opt/rustwide/target/debug/deps/integration_api-a88ea4ce2cbc86c4) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test api::functions::unregistered_user_data_parameters_cause_type_errors ... ok [INFO] [stdout] test api::functions::user_data_parameters_can_be_passed_into_functions ... ok [INFO] [stdout] test api::traits::exposing_traits_from_rust ... ok [INFO] [stdout] test api::functions::mutable_aliasing_of_user_data_is_not_allowed ... ok [INFO] [stdout] test api::functions::user_data_parameters_cause_type_errors ... ok [INFO] [stdout] test api::stress::gc_collect_should_not_cause_use_after_free ... ok [INFO] [stdout] test api::traits::binding_type_that_implements_builtin_traits ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/runner.rs (/opt/rustwide/target/debug/deps/language-b9287fea7cb300b0) [INFO] [stdout] [INFO] [stdout] test language.while.count-down OK [INFO] [stdout] test stdlib.dict.iter-modify-len OK [INFO] [stdout] test language.func.recursion-deep IGNORED [INFO] [stdout] test language.operator.relation.trait OK [INFO] [stdout] test stdlib.dict.iter OK [INFO] [stdout] test stdlib.string OK [INFO] [stdout] test language.closure.immutable-captures OK [INFO] [stdout] test language.operator.relation.struct-instance OK [INFO] [stdout] test stdlib.string.iter-rsplit OK [INFO] [stdout] test language.closure.no-captures OK [INFO] [stdout] test language.closure.mutable-captures OK [INFO] [stdout] test stdlib.string.iter-split OK [INFO] [stdout] test language.closure.double-indirection OK [INFO] [stdout] test language.closure.same-variable OK [INFO] [stdout] test language.while.break OK [INFO] [stdout] test language.operator.not.boolean OK [INFO] [stdout] test language.func.item-result OK [INFO] [stdout] test stdlib.counter.up OK [INFO] [stdout] test stdlib.string.iter-chars OK [INFO] [stdout] test gc.delete-builtin-globals OK [INFO] [stdout] test stdlib.string.iter-bytes OK [INFO] [stdout] test gc.segv-1 OK [INFO] [stdout] test stdlib.string.iter-code-points OK [INFO] [stdout] test language.func.equality OK [INFO] [stdout] test language.func.arguments-unused OK [INFO] [stdout] test language.operator.not.truth OK [INFO] [stdout] test language.operator.arithmetic-number OK [INFO] [stdout] test language.func.nop OK [INFO] [stdout] test language.while.break-with-value OK [INFO] [stdout] test language.closure.mutating-double-indirection OK [INFO] [stdout] test language.struct.impl-constructor-instance OK [INFO] [stdout] test language.while.two-conditions OK [INFO] [stdout] test language.operator.logic-boolean OK [INFO] [stdout] test stdlib.counter.down-alias OK [INFO] [stdout] test stdlib.counter.down OK [INFO] [stdout] test language.trait.animal OK [INFO] [stdout] test stdlib.list OK [INFO] [stdout] test gc.stress-1 IGNORED [INFO] [stdout] test language.operator.relation.struct-type OK [INFO] [stdout] test language.func.return OK [INFO] [stdout] test language.struct.impl-static OK [INFO] [stdout] test language.func.locals OK [INFO] [stdout] test language.func.resulting-expression OK [INFO] [stdout] test language.operator.relation.number OK [INFO] [stdout] test language.comments OK [INFO] [stdout] test language.struct.ergonomics-impl OK [INFO] [stdout] test language.failing OK [INFO] [stdout] test language.empty-file OK [INFO] [stdout] test language.variable.do.undeclared OK [INFO] [stdout] test language.struct.ergonomics-declaration OK [INFO] [stdout] test language.trait.animal-impl OK [INFO] [stdout] test stdlib.dict OK [INFO] [stdout] test language.trait.ergonomics-expression OK [INFO] [stdout] test stdlib.counter.up-alias OK [INFO] [stdout] test language.literal.number.char OK [INFO] [stdout] test stdlib.gc OK [INFO] [stdout] test language.for.range OK [INFO] [stdout] test language.trait.empty OK [INFO] [stdout] test language.variable.global-shadow OK [INFO] [stdout] test language.trait.function-call OK [INFO] [stdout] test language.literal.number.underscores OK [INFO] [stdout] test language.literal.number.decimal-points OK [INFO] [stdout] test gc.delete-function-during-call OK [INFO] [stdout] test gc.stack-overflow-1 IGNORED [INFO] [stdout] test gc.stress-2 IGNORED [INFO] [stdout] test language.for.error.invalid-pattern OK [INFO] [stdout] test language.if.true-no-else OK [INFO] [stdout] test language.if.true-else OK [INFO] [stdout] test language.if.elif-nil OK [INFO] [stdout] test stdlib.list.iter-modify-len OK [INFO] [stdout] test language.variable.do.empty OK [INFO] [stdout] test language.literal.number.radix OK [INFO] [stdout] test language.if.elif-2 OK [INFO] [stdout] test language.literal.number.exponents OK [INFO] [stdout] test language.while.count-up OK [INFO] [stdout] test language.variable.do.scope OK [INFO] [stdout] test language.if.false-no-else OK [INFO] [stdout] test language.literal.number.radix-common OK [INFO] [stdout] test language.if.elif-1 OK [INFO] [stdout] test language.variable.copy OK [INFO] [stdout] test language.variable.undeclared OK [INFO] [stdout] test language.if.false-else OK [INFO] [stdout] test stdlib.string.iter-lines OK [INFO] [stdout] test language.literal.string.escapes OK [INFO] [stdout] test language.if.elif-else OK [INFO] [stdout] test language.literal.string.raw OK [INFO] [stdout] test language.if.empty-branches OK [INFO] [stdout] test stdlib.list.iter OK [INFO] [stdout] test language.assert OK [INFO] [stdout] test language.variable.declaration OK [INFO] [stdout] test stdlib.number OK [INFO] [stdout] test language.literal.string.long OK [INFO] [stdout] test language.func.recursion OK [INFO] [stdout] [INFO] [stdout] summary: [INFO] [stdout] 93 tests in total [INFO] [stdout] 89 passed (95.7%) [INFO] [stdout] no tests failed! ✓ [INFO] [stdout] 4 tests were ignored [INFO] [stdout] took 137.16ms [INFO] [stdout] [INFO] [stderr] Doc-tests mica [INFO] [stdout] [INFO] [stdout] running 39 tests [INFO] [stdout] test src/hl/engine.rs - hl::engine::Engine::create_value (line 355) ... ok [INFO] [stdout] test src/hl/engine.rs - hl::engine::Engine::call_method (line 287) ... ok [INFO] [stdout] test src/hl/engine.rs - hl::engine::Engine::call (line 216) ... ok [INFO] [stdout] test src/hl/engine.rs - hl::engine::Engine::global_id (line 399) ... ok [INFO] [stdout] test src/hl/engine.rs - hl::engine::Engine::add_function (line 528) ... ok [INFO] [stdout] test src/hl/engine.rs - hl::engine::Engine::get (line 446) ... ok [INFO] [stdout] test src/hl/engine.rs - hl::engine::Engine::compile (line 153) ... ok [INFO] [stdout] test src/hl/engine.rs - hl::engine::Engine::start (line 192) ... ok [INFO] [stdout] test src/hl/engine.rs - hl::engine::Engine::method_id (line 261) ... ok [INFO] [stdout] test src/hl/engine.rs - hl::engine::Engine::add_raw_function (line 483) ... ok [INFO] [stdout] test src/hl/engine.rs - hl::engine::Engine::with_corelib (line 72) ... ok [INFO] [stdout] test src/hl/engine.rs - hl::engine::Engine::new (line 56) ... ok [INFO] [stdout] test src/hl/engine.rs - hl::engine::Engine::set (line 423) ... ok [INFO] [stdout] test src/hl/engine.rs - hl::engine::Engine::with_debug_options (line 92) ... ok [INFO] [stdout] test src/hl/traits.rs - hl::traits::TraitBuilder (line 28) ... ok [INFO] [stdout] test src/hl/types.rs - hl::types::TypeBuilder::add_builtin_trait_function (line 260) ... ok [INFO] [stdout] test src/hl/userdata.rs - hl::userdata::UserData::visit_references (line 34) ... ok [INFO] [stdout] test src/hl/value.rs - hl::value::Value::new (line 72) ... ok [INFO] [stdout] test src/hl/value.rs - hl::value::Value::new (line 78) - compile fail ... ok [INFO] [stdout] test src/hl/types.rs - hl::types::TypeBuilder::new (line 122) ... ok [INFO] [stdout] test src/lib.rs - (line 118) ... ok [INFO] [stdout] test src/hl/types.rs - hl::types::TypeBuilder::add_function (line 200) ... ok [INFO] [stdout] test src/lib.rs - (line 146) ... ok [INFO] [stdout] test src/hl/types.rs - hl::types::TypeBuilder::add_static (line 162) ... ok [INFO] [stdout] test src/lib.rs - (line 133) ... ok [INFO] [stdout] test src/lib.rs - (line 203) ... ok [INFO] [stdout] test src/lib.rs - (line 231) ... ok [INFO] [stdout] test src/lib.rs - (line 168) ... ok [INFO] [stdout] test src/lib.rs - (line 185) ... ok [INFO] [stdout] test src/lib.rs - (line 288) ... ok [INFO] [stdout] test src/lib.rs - (line 68) ... ok [INFO] [stdout] test src/lib.rs - (line 42) ... ok [INFO] [stdout] test src/lib.rs - (line 55) ... ok [INFO] [stdout] test src/lib.rs - (line 244) ... ok [INFO] [stdout] test src/lib.rs - (line 319) ... ok [INFO] [stdout] test src/lib.rs - (line 299) ... ok [INFO] [stdout] test src/lib.rs - (line 78) ... ok [INFO] [stdout] test src/lib.rs - (line 356) ... ok [INFO] [stdout] test src/lib.rs - (line 98) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 39 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.93s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0c34a07db6b8a66c27cb4bdd42fc18e688a8f0476355d258a6b409255b796451", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c34a07db6b8a66c27cb4bdd42fc18e688a8f0476355d258a6b409255b796451", kill_on_drop: false }` [INFO] [stdout] 0c34a07db6b8a66c27cb4bdd42fc18e688a8f0476355d258a6b409255b796451