[INFO] cloning repository https://github.com/Redlintles/advanced-text-processor
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Redlintles/advanced-text-processor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRedlintles%2Fadvanced-text-processor", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRedlintles%2Fadvanced-text-processor'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5acb86b5d12194fb07e56ad23a0988be5aa39951
[INFO] checking Redlintles/advanced-text-processor/5acb86b5d12194fb07e56ad23a0988be5aa39951 against c9ff496891c278ad660bc0ab85c1f0b72059464a for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRedlintles%2Fadvanced-text-processor" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Redlintles/advanced-text-processor
[INFO] finished tweaking git repo https://github.com/Redlintles/advanced-text-processor
[INFO] tweaked toml for git repo https://github.com/Redlintles/advanced-text-processor written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Redlintles/advanced-text-processor on toolchain c9ff496891c278ad660bc0ab85c1f0b72059464a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Redlintles/advanced-text-processor 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" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded random-string v1.1.0
[INFO] [stderr]   Downloaded utf8-width v0.1.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9e5b35e4156f978dc8f6e8a0193376b78e44fd841582190b7b90d90111e74870
[INFO] running `Command { std: "docker" "start" "9e5b35e4156f978dc8f6e8a0193376b78e44fd841582190b7b90d90111e74870", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9e5b35e4156f978dc8f6e8a0193376b78e44fd841582190b7b90d90111e74870", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9e5b35e4156f978dc8f6e8a0193376b78e44fd841582190b7b90d90111e74870" "/opt/rustwide/cargo-home/bin/cargo" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9e5b35e4156f978dc8f6e8a0193376b78e44fd841582190b7b90d90111e74870", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9e5b35e4156f978dc8f6e8a0193376b78e44fd841582190b7b90d90111e74870" "/opt/rustwide/cargo-home/bin/cargo" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking anstyle-query v1.1.3
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]     Checking utf8-width v0.1.7
[INFO] [stderr]     Checking html-escape v0.2.13
[INFO] [stderr]     Checking shell-words v1.1.0
[INFO] [stderr]     Checking anstream v0.6.19
[INFO] [stderr]     Checking clap_builder v4.5.41
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking clap v4.5.41
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking atp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0407]: method `get_opcode` is not a member of trait `InstructionMethods`
[INFO] [stdout]   --> src/tokens/instructions/blk/mod.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 | /     fn get_opcode(&self) -> u32 {
[INFO] [stdout] 37 | |         0x34
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |_____^ not a member of trait `InstructionMethods`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `to_bytecode` is not a member of trait `InstructionMethods`
[INFO] [stdout]   --> src/tokens/instructions/blk/mod.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 | /     fn to_bytecode(&self) -> Vec<u8> {
[INFO] [stdout] 70 | |         let result = to_bytecode!(self.get_opcode(), [
[INFO] [stdout] 71 | |             AtpParamTypes::String(self.block_name.to_string()),
[INFO] [stdout] 72 | |             AtpParamTypes::Token(self.inner.clone()),
[INFO] [stdout] ...  |
[INFO] [stdout] 75 | |         result
[INFO] [stdout] 76 | |     }
[INFO] [stdout]    | |_____^ not a member of trait `InstructionMethods`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `get_opcode` is not a member of trait `InstructionMethods`
[INFO] [stdout]   --> src/tokens/instructions/cblk/mod.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | /     fn get_opcode(&self) -> u32 {
[INFO] [stdout] 31 | |         0x35
[INFO] [stdout] 32 | |     }
[INFO] [stdout]    | |_____^ not a member of trait `InstructionMethods`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `to_bytecode` is not a member of trait `InstructionMethods`
[INFO] [stdout]   --> src/tokens/instructions/cblk/mod.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 68 | /     fn to_bytecode(&self) -> Vec<u8> {
[INFO] [stdout] 69 | |         let result = to_bytecode!(self.get_opcode(), [
[INFO] [stdout] 70 | |             AtpParamTypes::String(self.block_name.to_string()),
[INFO] [stdout] 71 | |         ]);
[INFO] [stdout] 72 | |
[INFO] [stdout] 73 | |         result
[INFO] [stdout] 74 | |     }
[INFO] [stdout]    | |_____^ not a member of trait `InstructionMethods`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `get_opcode` is not a member of trait `InstructionMethods`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 | /     fn get_opcode(&self) -> u32 {
[INFO] [stdout] 37 | |         0x34
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |_____^ not a member of trait `InstructionMethods`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `to_bytecode` is not a member of trait `InstructionMethods`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 | /     fn to_bytecode(&self) -> Vec<u8> {
[INFO] [stdout] 70 | |         let result = to_bytecode!(self.get_opcode(), [
[INFO] [stdout] 71 | |             AtpParamTypes::String(self.block_name.to_string()),
[INFO] [stdout] 72 | |             AtpParamTypes::Token(self.inner.clone()),
[INFO] [stdout] ...  |
[INFO] [stdout] 75 | |         result
[INFO] [stdout] 76 | |     }
[INFO] [stdout]    | |_____^ not a member of trait `InstructionMethods`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `get_opcode` is not a member of trait `InstructionMethods`
[INFO] [stdout]   --> src/tokens/instructions/blk/mod.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 | /     fn get_opcode(&self) -> u32 {
[INFO] [stdout] 37 | |         0x34
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |_____^ not a member of trait `InstructionMethods`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `to_bytecode` is not a member of trait `InstructionMethods`
[INFO] [stdout]   --> src/tokens/instructions/blk/mod.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 | /     fn to_bytecode(&self) -> Vec<u8> {
[INFO] [stdout] 70 | |         let result = to_bytecode!(self.get_opcode(), [
[INFO] [stdout] 71 | |             AtpParamTypes::String(self.block_name.to_string()),
[INFO] [stdout] 72 | |             AtpParamTypes::Token(self.inner.clone()),
[INFO] [stdout] ...  |
[INFO] [stdout] 75 | |         result
[INFO] [stdout] 76 | |     }
[INFO] [stdout]    | |_____^ not a member of trait `InstructionMethods`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `get_opcode` is not a member of trait `InstructionMethods`
[INFO] [stdout]   --> src/tokens/instructions/cblk/mod.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | /     fn get_opcode(&self) -> u32 {
[INFO] [stdout] 31 | |         0x35
[INFO] [stdout] 32 | |     }
[INFO] [stdout]    | |_____^ not a member of trait `InstructionMethods`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `to_bytecode` is not a member of trait `InstructionMethods`
[INFO] [stdout]   --> src/tokens/instructions/cblk/mod.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 68 | /     fn to_bytecode(&self) -> Vec<u8> {
[INFO] [stdout] 69 | |         let result = to_bytecode!(self.get_opcode(), [
[INFO] [stdout] 70 | |             AtpParamTypes::String(self.block_name.to_string()),
[INFO] [stdout] 71 | |         ]);
[INFO] [stdout] 72 | |
[INFO] [stdout] 73 | |         result
[INFO] [stdout] 74 | |     }
[INFO] [stdout]    | |_____^ not a member of trait `InstructionMethods`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `get_opcode` is not a member of trait `InstructionMethods`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 | /     fn get_opcode(&self) -> u32 {
[INFO] [stdout] 37 | |         0x34
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |_____^ not a member of trait `InstructionMethods`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `to_bytecode` is not a member of trait `InstructionMethods`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 | /     fn to_bytecode(&self) -> Vec<u8> {
[INFO] [stdout] 70 | |         let result = to_bytecode!(self.get_opcode(), [
[INFO] [stdout] 71 | |             AtpParamTypes::String(self.block_name.to_string()),
[INFO] [stdout] 72 | |             AtpParamTypes::Token(self.inner.clone()),
[INFO] [stdout] ...  |
[INFO] [stdout] 75 | |         result
[INFO] [stdout] 76 | |     }
[INFO] [stdout]    | |_____^ not a member of trait `InstructionMethods`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `GlobalExecutionContext` in this scope
[INFO] [stdout]   --> src/utils/params.rs:76:23
[INFO] [stdout]    |
[INFO] [stdout] 76 | fn dummy_context() -> GlobalExecutionContext {
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::context::execution_context::GlobalExecutionContext;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `GlobalExecutionContext` in this scope
[INFO] [stdout]   --> src/utils/params.rs:78:5
[INFO] [stdout]    |
[INFO] [stdout] 78 |     GlobalExecutionContext::new()
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `GlobalExecutionContext`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::context::execution_context::GlobalExecutionContext;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `GlobalExecutionContext` in this scope
[INFO] [stdout]   --> src/utils/params.rs:76:23
[INFO] [stdout]    |
[INFO] [stdout] 76 | fn dummy_context() -> GlobalExecutionContext {
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::context::execution_context::GlobalExecutionContext;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ValType`
[INFO] [stdout]  --> src/context/execution_context.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 |     globals::var::{ TokenWrapper, ValType },
[INFO] [stdout]   |                                   ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `GlobalExecutionContext` in this scope
[INFO] [stdout]   --> src/utils/params.rs:78:5
[INFO] [stdout]    |
[INFO] [stdout] 78 |     GlobalExecutionContext::new()
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `GlobalExecutionContext`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::context::execution_context::GlobalExecutionContext;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ValType`
[INFO] [stdout]  --> src/context/execution_context.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 |     globals::var::{ TokenWrapper, ValType },
[INFO] [stdout]   |                                   ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_bytecode` found for struct `Box<dyn InstructionMethods>` in the current scope
[INFO] [stdout]    --> src/globals/var.rs:143:14
[INFO] [stdout]     |
[INFO] [stdout] 143 |         Ok(t.to_bytecode())
[INFO] [stdout]     |              ^^^^^^^^^^^ method not found in `Box<dyn InstructionMethods>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_bytecode` found for struct `Box<dyn InstructionMethods>` in the current scope
[INFO] [stdout]    --> src/globals/var.rs:143:14
[INFO] [stdout]     |
[INFO] [stdout] 143 |         Ok(t.to_bytecode())
[INFO] [stdout]     |              ^^^^^^^^^^^ method not found in `Box<dyn InstructionMethods>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_opcode` found for reference `&TokenWrapper` in the current scope
[INFO] [stdout]    --> src/globals/var.rs:156:40
[INFO] [stdout]     |
[INFO] [stdout] 156 |         let result = to_bytecode!(self.get_opcode(), unresolved_params);
[INFO] [stdout]     |                                        ^^^^^^^^^^ method not found in `&TokenWrapper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_opcode` found for reference `&TokenWrapper` in the current scope
[INFO] [stdout]    --> src/globals/var.rs:156:40
[INFO] [stdout]     |
[INFO] [stdout] 156 |         let result = to_bytecode!(self.get_opcode(), unresolved_params);
[INFO] [stdout]     |                                        ^^^^^^^^^^ method not found in `&TokenWrapper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `write_as_instruction_param` found for reference `&AtpParamTypes` in the current scope
[INFO] [stdout]    --> src/macros/to_bytecode.rs:64:15
[INFO] [stdout]     |
[INFO] [stdout]  64 |             p.write_as_instruction_param(&mut body, &mut ctx);
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `&AtpParamTypes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/globals/var.rs:156:22
[INFO] [stdout]     |
[INFO] [stdout] 156 |         let result = to_bytecode!(self.get_opcode(), unresolved_params);
[INFO] [stdout]     |                      -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `to_bytecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `write_as_instruction_param` found for reference `&AtpParamTypes` in the current scope
[INFO] [stdout]    --> src/macros/to_bytecode.rs:64:15
[INFO] [stdout]     |
[INFO] [stdout]  64 |             p.write_as_instruction_param(&mut body, &mut ctx);
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `&AtpParamTypes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/globals/var.rs:156:22
[INFO] [stdout]     |
[INFO] [stdout] 156 |         let result = to_bytecode!(self.get_opcode(), unresolved_params);
[INFO] [stdout]     |                      -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `to_bytecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_opcode` found for reference `&instructions::blk::Blk` in the current scope
[INFO] [stdout]   --> src/tokens/instructions/blk/mod.rs:70:40
[INFO] [stdout]    |
[INFO] [stdout] 70 |         let result = to_bytecode!(self.get_opcode(), [
[INFO] [stdout]    |                                        ^^^^^^^^^^ method not found in `&instructions::blk::Blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_opcode` found for reference `&instructions::blk::Blk` in the current scope
[INFO] [stdout]   --> src/tokens/instructions/blk/mod.rs:70:40
[INFO] [stdout]    |
[INFO] [stdout] 70 |         let result = to_bytecode!(self.get_opcode(), [
[INFO] [stdout]    |                                        ^^^^^^^^^^ method not found in `&instructions::blk::Blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `write_as_instruction_param` found for reference `&AtpParamTypes` in the current scope
[INFO] [stdout]   --> src/macros/to_bytecode.rs:25:15
[INFO] [stdout]    |
[INFO] [stdout] 25 |               p.write_as_instruction_param(&mut body, &mut ctx);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `&AtpParamTypes`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/tokens/instructions/blk/mod.rs:70:22
[INFO] [stdout]    |
[INFO] [stdout] 70 |           let result = to_bytecode!(self.get_opcode(), [
[INFO] [stdout]    |  ______________________-
[INFO] [stdout] 71 | |             AtpParamTypes::String(self.block_name.to_string()),
[INFO] [stdout] 72 | |             AtpParamTypes::Token(self.inner.clone()),
[INFO] [stdout] 73 | |         ]);
[INFO] [stdout]    | |__________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `to_bytecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `write_as_instruction_param` found for reference `&AtpParamTypes` in the current scope
[INFO] [stdout]   --> src/macros/to_bytecode.rs:25:15
[INFO] [stdout]    |
[INFO] [stdout] 25 |               p.write_as_instruction_param(&mut body, &mut ctx);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `&AtpParamTypes`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/tokens/instructions/blk/mod.rs:70:22
[INFO] [stdout]    |
[INFO] [stdout] 70 |           let result = to_bytecode!(self.get_opcode(), [
[INFO] [stdout]    |  ______________________-
[INFO] [stdout] 71 | |             AtpParamTypes::String(self.block_name.to_string()),
[INFO] [stdout] 72 | |             AtpParamTypes::Token(self.inner.clone()),
[INFO] [stdout] 73 | |         ]);
[INFO] [stdout]    | |__________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `to_bytecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_opcode` found for reference `&Cblk` in the current scope
[INFO] [stdout]   --> src/tokens/instructions/cblk/mod.rs:69:40
[INFO] [stdout]    |
[INFO] [stdout] 69 |         let result = to_bytecode!(self.get_opcode(), [
[INFO] [stdout]    |                                        ^^^^^^^^^^ method not found in `&Cblk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_opcode` found for reference `&Cblk` in the current scope
[INFO] [stdout]   --> src/tokens/instructions/cblk/mod.rs:69:40
[INFO] [stdout]    |
[INFO] [stdout] 69 |         let result = to_bytecode!(self.get_opcode(), [
[INFO] [stdout]    |                                        ^^^^^^^^^^ method not found in `&Cblk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `write_as_instruction_param` found for reference `&AtpParamTypes` in the current scope
[INFO] [stdout]   --> src/macros/to_bytecode.rs:25:15
[INFO] [stdout]    |
[INFO] [stdout] 25 |               p.write_as_instruction_param(&mut body, &mut ctx);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `&AtpParamTypes`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/tokens/instructions/cblk/mod.rs:69:22
[INFO] [stdout]    |
[INFO] [stdout] 69 |           let result = to_bytecode!(self.get_opcode(), [
[INFO] [stdout]    |  ______________________-
[INFO] [stdout] 70 | |             AtpParamTypes::String(self.block_name.to_string()),
[INFO] [stdout] 71 | |         ]);
[INFO] [stdout]    | |__________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `to_bytecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `write_as_instruction_param` found for reference `&AtpParamTypes` in the current scope
[INFO] [stdout]   --> src/macros/to_bytecode.rs:25:15
[INFO] [stdout]    |
[INFO] [stdout] 25 |               p.write_as_instruction_param(&mut body, &mut ctx);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `&AtpParamTypes`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/tokens/instructions/cblk/mod.rs:69:22
[INFO] [stdout]    |
[INFO] [stdout] 69 |           let result = to_bytecode!(self.get_opcode(), [
[INFO] [stdout]    |  ______________________-
[INFO] [stdout] 70 | |             AtpParamTypes::String(self.block_name.to_string()),
[INFO] [stdout] 71 | |         ]);
[INFO] [stdout]    | |__________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `to_bytecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `val::Blk` has no field named `block_name`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 |             block_name: "x".to_string(),
[INFO] [stdout]    |             ^^^^^^^^^^ `val::Blk` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `val_name`, `val_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `val::Blk` has no field named `block_name`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 |             block_name: "x".to_string(),
[INFO] [stdout]    |             ^^^^^^^^^^ `val::Blk` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `val_name`, `val_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `val::Blk` has no field named `inner`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:23:13
[INFO] [stdout]    |
[INFO] [stdout] 23 |             inner: TokenWrapper::default(),
[INFO] [stdout]    |             ^^^^^ `val::Blk` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `val_name`, `val_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `val::Blk` has no field named `inner`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:23:13
[INFO] [stdout]    |
[INFO] [stdout] 23 |             inner: TokenWrapper::default(),
[INFO] [stdout]    |             ^^^^^ `val::Blk` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `val_name`, `val_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `block_name` on type `&val::Blk`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:44:41
[INFO] [stdout]    |
[INFO] [stdout] 44 |         format!("blk {} assoc {}", self.block_name, self.inner.to_atp_line()).into()
[INFO] [stdout]    |                                         ^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `val_name`, `val_value`, `params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `block_name` on type `&val::Blk`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:44:41
[INFO] [stdout]    |
[INFO] [stdout] 44 |         format!("blk {} assoc {}", self.block_name, self.inner.to_atp_line()).into()
[INFO] [stdout]    |                                         ^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `val_name`, `val_value`, `params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `inner` on type `&val::Blk`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:44:58
[INFO] [stdout]    |
[INFO] [stdout] 44 |         format!("blk {} assoc {}", self.block_name, self.inner.to_atp_line()).into()
[INFO] [stdout]    |                                                          ^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `val_name`, `val_value`, `params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `inner` on type `&val::Blk`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:44:58
[INFO] [stdout]    |
[INFO] [stdout] 44 |         format!("blk {} assoc {}", self.block_name, self.inner.to_atp_line()).into()
[INFO] [stdout]    |                                                          ^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `val_name`, `val_value`, `params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `block_name` on type `&val::Blk`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:52:36
[INFO] [stdout]    |
[INFO] [stdout] 52 |         context.add_to_block(&self.block_name, self.inner.clone())?;
[INFO] [stdout]    |                                    ^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `val_name`, `val_value`, `params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `inner` on type `&val::Blk`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:52:53
[INFO] [stdout]    |
[INFO] [stdout] 52 |         context.add_to_block(&self.block_name, self.inner.clone())?;
[INFO] [stdout]    |                                                     ^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `val_name`, `val_value`, `params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `block_name` on type `&val::Blk`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:52:36
[INFO] [stdout]    |
[INFO] [stdout] 52 |         context.add_to_block(&self.block_name, self.inner.clone())?;
[INFO] [stdout]    |                                    ^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `val_name`, `val_value`, `params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `inner` on type `&val::Blk`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:52:53
[INFO] [stdout]    |
[INFO] [stdout] 52 |         context.add_to_block(&self.block_name, self.inner.clone())?;
[INFO] [stdout]    |                                                     ^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `val_name`, `val_value`, `params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `block_name` on type `&mut val::Blk`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:62:14
[INFO] [stdout]    |
[INFO] [stdout] 62 |         self.block_name = parse_args!(params, 0, String, "Block name should be of string type");
[INFO] [stdout]    |              ^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `val_name`, `val_value`, `params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `block_name` on type `&mut val::Blk`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:62:14
[INFO] [stdout]    |
[INFO] [stdout] 62 |         self.block_name = parse_args!(params, 0, String, "Block name should be of string type");
[INFO] [stdout]    |              ^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `val_name`, `val_value`, `params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `inner` on type `&mut val::Blk`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:64:14
[INFO] [stdout]    |
[INFO] [stdout] 64 |         self.inner = parse_args!(params, 1, Token, "Block inner should be of token type");
[INFO] [stdout]    |              ^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `val_name`, `val_value`, `params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `inner` on type `&mut val::Blk`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:64:14
[INFO] [stdout]    |
[INFO] [stdout] 64 |         self.inner = parse_args!(params, 1, Token, "Block inner should be of token type");
[INFO] [stdout]    |              ^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `val_name`, `val_value`, `params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `block_name` on type `&val::Blk`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:71:40
[INFO] [stdout]    |
[INFO] [stdout] 71 |             AtpParamTypes::String(self.block_name.to_string()),
[INFO] [stdout]    |                                        ^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `val_name`, `val_value`, `params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `inner` on type `&val::Blk`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:72:39
[INFO] [stdout]    |
[INFO] [stdout] 72 |             AtpParamTypes::Token(self.inner.clone()),
[INFO] [stdout]    |                                       ^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `val_name`, `val_value`, `params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `block_name` on type `&val::Blk`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:71:40
[INFO] [stdout]    |
[INFO] [stdout] 71 |             AtpParamTypes::String(self.block_name.to_string()),
[INFO] [stdout]    |                                        ^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `val_name`, `val_value`, `params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `inner` on type `&val::Blk`
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:72:39
[INFO] [stdout]    |
[INFO] [stdout] 72 |             AtpParamTypes::Token(self.inner.clone()),
[INFO] [stdout]    |                                       ^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `val_name`, `val_value`, `params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_opcode` found for reference `&val::Blk` in the current scope
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:70:40
[INFO] [stdout]    |
[INFO] [stdout] 70 |         let result = to_bytecode!(self.get_opcode(), [
[INFO] [stdout]    |                                        ^^^^^^^^^^ method not found in `&val::Blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_opcode` found for reference `&val::Blk` in the current scope
[INFO] [stdout]   --> src/tokens/instructions/val/mod.rs:70:40
[INFO] [stdout]    |
[INFO] [stdout] 70 |         let result = to_bytecode!(self.get_opcode(), [
[INFO] [stdout]    |                                        ^^^^^^^^^^ method not found in `&val::Blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `write_as_instruction_param` found for reference `&AtpParamTypes` in the current scope
[INFO] [stdout]   --> src/macros/to_bytecode.rs:25:15
[INFO] [stdout]    |
[INFO] [stdout] 25 |               p.write_as_instruction_param(&mut body, &mut ctx);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `&AtpParamTypes`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/tokens/instructions/val/mod.rs:70:22
[INFO] [stdout]    |
[INFO] [stdout] 70 |           let result = to_bytecode!(self.get_opcode(), [
[INFO] [stdout]    |  ______________________-
[INFO] [stdout] 71 | |             AtpParamTypes::String(self.block_name.to_string()),
[INFO] [stdout] 72 | |             AtpParamTypes::Token(self.inner.clone()),
[INFO] [stdout] 73 | |         ]);
[INFO] [stdout]    | |__________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `to_bytecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `write_as_instruction_param` found for reference `&AtpParamTypes` in the current scope
[INFO] [stdout]   --> src/macros/to_bytecode.rs:25:15
[INFO] [stdout]    |
[INFO] [stdout] 25 |               p.write_as_instruction_param(&mut body, &mut ctx);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `&AtpParamTypes`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/tokens/instructions/val/mod.rs:70:22
[INFO] [stdout]    |
[INFO] [stdout] 70 |           let result = to_bytecode!(self.get_opcode(), [
[INFO] [stdout]    |  ______________________-
[INFO] [stdout] 71 | |             AtpParamTypes::String(self.block_name.to_string()),
[INFO] [stdout] 72 | |             AtpParamTypes::Token(self.inner.clone()),
[INFO] [stdout] 73 | |         ]);
[INFO] [stdout]    | |__________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `to_bytecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokens::InstructionMethods`
[INFO] [stdout]  --> src/context/execution_context.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     tokens::InstructionMethods,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokens::InstructionMethods`
[INFO] [stdout]  --> src/context/execution_context.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     tokens::InstructionMethods,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0407, E0425, E0433, E0560, E0599, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0407`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `atp` (lib) due to 27 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0407, E0425, E0433, E0560, E0599, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0407`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `atp` (lib test) due to 27 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "9e5b35e4156f978dc8f6e8a0193376b78e44fd841582190b7b90d90111e74870", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e5b35e4156f978dc8f6e8a0193376b78e44fd841582190b7b90d90111e74870", kill_on_drop: false }`
[INFO] [stdout] 9e5b35e4156f978dc8f6e8a0193376b78e44fd841582190b7b90d90111e74870
