[INFO] fetching crate goxoy-interpreter 0.1.0... [INFO] testing goxoy-interpreter-0.1.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate goxoy-interpreter 0.1.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate goxoy-interpreter 0.1.0 [INFO] finished tweaking crates.io crate goxoy-interpreter 0.1.0 [INFO] tweaked toml for crates.io crate goxoy-interpreter 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate goxoy-interpreter 0.1.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 goxoy-interpreter 0.1.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] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 219aa16dd725d3eb0a182da07cea39f7c8ddd515f3d8e931894ff5323dab652d [INFO] running `Command { std: "docker" "start" "-a" "219aa16dd725d3eb0a182da07cea39f7c8ddd515f3d8e931894ff5323dab652d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "219aa16dd725d3eb0a182da07cea39f7c8ddd515f3d8e931894ff5323dab652d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "219aa16dd725d3eb0a182da07cea39f7c8ddd515f3d8e931894ff5323dab652d", kill_on_drop: false }` [INFO] [stdout] 219aa16dd725d3eb0a182da07cea39f7c8ddd515f3d8e931894ff5323dab652d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] ab73070b03480c81d2e3c684ca36e4a180f15a0cef1606a10742f92801d3e63b [INFO] running `Command { std: "docker" "start" "-a" "ab73070b03480c81d2e3c684ca36e4a180f15a0cef1606a10742f92801d3e63b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.149 [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling goxoy-interpreter v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `pos` is never read [INFO] [stdout] --> src/core/ast.rs:186:8 [INFO] [stdout] | [INFO] [stdout] 182 | pub struct VarReassignmentExprNode { [INFO] [stdout] | ----------------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 186 | pub pos: (usize, usize), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `VarReassignmentExprNode` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/core/ast.rs:262:8 [INFO] [stdout] | [INFO] [stdout] 261 | pub struct Argument { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 262 | pub name: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Argument` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/core/bytecode.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(FromPrimitive)] [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_OpCode` [INFO] [stdout] 15 | pub enum OpCode { [INFO] [stdout] | ------ `OpCode` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.46s [INFO] running `Command { std: "docker" "inspect" "ab73070b03480c81d2e3c684ca36e4a180f15a0cef1606a10742f92801d3e63b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab73070b03480c81d2e3c684ca36e4a180f15a0cef1606a10742f92801d3e63b", kill_on_drop: false }` [INFO] [stdout] ab73070b03480c81d2e3c684ca36e4a180f15a0cef1606a10742f92801d3e63b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] ac7b494887c041729d8da06a0efc59c91f7fb33c2cbbfc98608385907b0f27ec [INFO] running `Command { std: "docker" "start" "-a" "ac7b494887c041729d8da06a0efc59c91f7fb33c2cbbfc98608385907b0f27ec", kill_on_drop: false }` [INFO] [stderr] Compiling goxoy-interpreter v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `pos` is never read [INFO] [stdout] --> src/core/ast.rs:186:8 [INFO] [stdout] | [INFO] [stdout] 182 | pub struct VarReassignmentExprNode { [INFO] [stdout] | ----------------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 186 | pub pos: (usize, usize), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `VarReassignmentExprNode` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/core/ast.rs:262:8 [INFO] [stdout] | [INFO] [stdout] 261 | pub struct Argument { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 262 | pub name: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Argument` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/core/bytecode.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(FromPrimitive)] [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_OpCode` [INFO] [stdout] 15 | pub enum OpCode { [INFO] [stdout] | ------ `OpCode` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.00s [INFO] running `Command { std: "docker" "inspect" "ac7b494887c041729d8da06a0efc59c91f7fb33c2cbbfc98608385907b0f27ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac7b494887c041729d8da06a0efc59c91f7fb33c2cbbfc98608385907b0f27ec", kill_on_drop: false }` [INFO] [stdout] ac7b494887c041729d8da06a0efc59c91f7fb33c2cbbfc98608385907b0f27ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 937026f200492b661fef11edbab8cf9524b702331d79a2477000f22028011d58 [INFO] running `Command { std: "docker" "start" "-a" "937026f200492b661fef11edbab8cf9524b702331d79a2477000f22028011d58", kill_on_drop: false }` [INFO] [stderr] warning: field `pos` is never read [INFO] [stderr] --> src/core/ast.rs:186:8 [INFO] [stderr] | [INFO] [stderr] 182 | pub struct VarReassignmentExprNode { [INFO] [stderr] | ----------------------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 186 | pub pos: (usize, usize), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `VarReassignmentExprNode` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `name` is never read [INFO] [stderr] --> src/core/ast.rs:262:8 [INFO] [stderr] | [INFO] [stderr] 261 | pub struct Argument { [INFO] [stderr] | -------- field in this struct [INFO] [stderr] 262 | pub name: Option, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Argument` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/core/bytecode.rs:14:10 [INFO] [stderr] | [INFO] [stderr] 14 | #[derive(FromPrimitive)] [INFO] [stderr] | ^------------ [INFO] [stderr] | | [INFO] [stderr] | `FromPrimitive` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_OpCode` [INFO] [stderr] 15 | pub enum OpCode { [INFO] [stderr] | ------ `OpCode` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stderr] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `goxoy-interpreter` (bin "goxoy-interpreter" test) generated 3 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/goxoy_interpreter-bb45aae8afbd0418) [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test tests::compiler::allow_break_inside_compact_while_loop ... ok [INFO] [stdout] test tests::compiler::allow_break_inside_nested_for_loop_scope ... ok [INFO] [stdout] test tests::compiler::allow_return_inside_loop_inside_func ... ok [INFO] [stdout] test tests::compiler::base_func_has_no_arity ... ok [INFO] [stdout] test tests::compiler::base_func_has_no_defaults ... ok [INFO] [stdout] test tests::compiler::allow_break_inside_nested_while_loop_scope ... ok [INFO] [stdout] test tests::compiler::error_if_break_inside_func_inside_loop ... ok [INFO] [stdout] test tests::compiler::cannot_return_from_init ... ok [INFO] [stdout] test tests::compiler::error_if_break_outside_loop ... ok [INFO] [stdout] test tests::compiler::functions_have_access_to_global_vars ... ok [INFO] [stdout] test tests::compiler::error_if_return_outside_func ... ok [INFO] [stdout] test tests::parser::allow_chained_ternary_expressions ... ok [INFO] [stdout] test tests::compiler::allow_break_inside_compact_for_loop ... ok [INFO] [stdout] test tests::parser::allow_double_quoted_strings ... ok [INFO] [stdout] test tests::parser::allow_escaped_double_quoted_strings ... ok [INFO] [stdout] test tests::parser::allow_escaped_single_quoted_strings ... ok [INFO] [stdout] test tests::parser::allow_single_quoted_strings ... ok [INFO] [stdout] test tests::parser::reassignment_on_literal ... ok [INFO] [stdout] test tests::parser::variable_reassignment_operators ... ok [INFO] [stdout] test tests::parser::expect_colon_in_ternary_operator ... ok [INFO] [stdout] test tests::parser::panic_on_unterminated_string ... ok [INFO] [stdout] test tests::compiler::test_const_pool_no_duplicate_items ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "937026f200492b661fef11edbab8cf9524b702331d79a2477000f22028011d58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "937026f200492b661fef11edbab8cf9524b702331d79a2477000f22028011d58", kill_on_drop: false }` [INFO] [stdout] 937026f200492b661fef11edbab8cf9524b702331d79a2477000f22028011d58