[INFO] cloning repository https://github.com/EngineOrion/container [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EngineOrion/container" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEngineOrion%2Fcontainer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEngineOrion%2Fcontainer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 91344fa17aea1527c6d8adf304b71d68e4e5d732 [INFO] checking EngineOrion/container against try#b20a093d9fb1ffaa04ae9852cb034864a992bafd for pr-85073 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEngineOrion%2Fcontainer" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/EngineOrion/container on toolchain b20a093d9fb1ffaa04ae9852cb034864a992bafd [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/EngineOrion/container [INFO] finished tweaking git repo https://github.com/EngineOrion/container [INFO] tweaked toml for git repo https://github.com/EngineOrion/container written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/EngineOrion/container already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cf78ed290f19edcc65a68bfe1d290c49b774a4f812b8a9c0a6c96030e76af2ab [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cf78ed290f19edcc65a68bfe1d290c49b774a4f812b8a9c0a6c96030e76af2ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cf78ed290f19edcc65a68bfe1d290c49b774a4f812b8a9c0a6c96030e76af2ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf78ed290f19edcc65a68bfe1d290c49b774a4f812b8a9c0a6c96030e76af2ab", kill_on_drop: false }` [INFO] [stdout] cf78ed290f19edcc65a68bfe1d290c49b774a4f812b8a9c0a6c96030e76af2ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e8551316cf260263ef39d8cc51dc89e809600330ad9041446c2083e6dd6b6a5c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e8551316cf260263ef39d8cc51dc89e809600330ad9041446c2083e6dd6b6a5c", kill_on_drop: false }` [INFO] [stderr] Checking container v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::variable::Variable` [INFO] [stdout] --> src/function.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::variable::Variable; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::variable::Variable` [INFO] [stdout] --> src/function.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::variable::Variable; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/variable.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | _ => Err(String::from("Couldn't be converted.")), [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/main.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | for i in 1..30 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/main.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | for i in 1..10 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `nested` [INFO] [stdout] --> src/defun.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | let mut nested = false; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_nested` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `bracket_count` is assigned to, but never used [INFO] [stdout] --> src/defun.rs:22:17 [INFO] [stdout] | [INFO] [stdout] 22 | let mut bracket_count = 0; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_bracket_count` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/defun.rs:79:7 [INFO] [stdout] | [INFO] [stdout] 79 | for (i, e) in self.functions.iter().enumerate() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/variable.rs:26:28 [INFO] [stdout] | [INFO] [stdout] 26 | Self::String { name, value } => Ok(String::from(value)), [INFO] [stdout] | ^^^^ help: try ignoring the field: `name: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/variable.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | Self::Integer { name, value } => Ok(value.to_string()), [INFO] [stdout] | ^^^^ help: try ignoring the field: `name: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/variable.rs:28:26 [INFO] [stdout] | [INFO] [stdout] 28 | Self::Bool { name, value } => match value { [INFO] [stdout] | ^^^^ help: try ignoring the field: `name: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/variable.rs:38:28 [INFO] [stdout] | [INFO] [stdout] 38 | Self::String { name, value } => match value.parse::() { [INFO] [stdout] | ^^^^ help: try ignoring the field: `name: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `err` [INFO] [stdout] --> src/variable.rs:40:21 [INFO] [stdout] | [INFO] [stdout] 40 | Err(err) => Err(String::from("Couldn't convert")), [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_err` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/variable.rs:42:29 [INFO] [stdout] | [INFO] [stdout] 42 | Self::Integer { name, value } => Ok(value.clone()), [INFO] [stdout] | ^^^^ help: try ignoring the field: `name: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/variable.rs:43:26 [INFO] [stdout] | [INFO] [stdout] 43 | Self::Bool { name, value } => match value { [INFO] [stdout] | ^^^^ help: try ignoring the field: `name: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/variable.rs:52:28 [INFO] [stdout] | [INFO] [stdout] 52 | Self::String { name, value } => match value.as_str() { [INFO] [stdout] | ^^^^ help: try ignoring the field: `name: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/variable.rs:57:29 [INFO] [stdout] | [INFO] [stdout] 57 | Self::Integer { name, value } => match value { [INFO] [stdout] | ^^^^ help: try ignoring the field: `name: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/variable.rs:61:26 [INFO] [stdout] | [INFO] [stdout] 61 | Self::Bool { name, value } => Ok(value.clone()), [INFO] [stdout] | ^^^^ help: try ignoring the field: `name: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `var1` [INFO] [stdout] --> src/function.rs:35:12 [INFO] [stdout] | [INFO] [stdout] 35 | fn add(var1: String, var2: String) -> bool { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_var1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `var2` [INFO] [stdout] --> src/function.rs:35:26 [INFO] [stdout] | [INFO] [stdout] 35 | fn add(var1: String, var2: String) -> bool { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_var2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `var1` [INFO] [stdout] --> src/function.rs:39:14 [INFO] [stdout] | [INFO] [stdout] 39 | fn route(var1: String, var2: String) -> bool { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_var1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `var2` [INFO] [stdout] --> src/function.rs:39:28 [INFO] [stdout] | [INFO] [stdout] 39 | fn route(var1: String, var2: String) -> bool { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_var2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `process_threads` [INFO] [stdout] --> src/interface.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | process_threads: &mut Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_process_threads` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/defun.rs:17:13 [INFO] [stdout] | [INFO] [stdout] 17 | let mut name = String::new(); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/defun.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | let mut params: Vec = vec![]; [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/defun.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | let mut nested = false; [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `socket_path_rcv` [INFO] [stdout] --> src/configuration.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | socket_path_rcv: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `socket_path_snd` [INFO] [stdout] --> src/configuration.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | socket_path_snd: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `available_containers` [INFO] [stdout] --> src/configuration.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | available_containers: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_socket_path_rcv` [INFO] [stdout] --> src/configuration.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn get_socket_path_rcv(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_socket_path_snd` [INFO] [stdout] --> src/configuration.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn get_socket_path_snd(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_available_containers` [INFO] [stdout] --> src/configuration.rs:114:12 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn get_available_containers(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Integer` [INFO] [stdout] --> src/variable.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | Integer { name: String, value: i64 }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Bool` [INFO] [stdout] --> src/variable.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | Bool { name: String, value: bool }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_val_as_int` [INFO] [stdout] --> src/variable.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn get_val_as_int(&self) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_val_as_bool` [INFO] [stdout] --> src/variable.rs:50:12 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn get_val_as_bool(&self) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `interface` [INFO] [stdout] --> src/interface.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn interface( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Process` [INFO] [stdout] --> src/process.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct Process { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `create_process` [INFO] [stdout] --> src/process.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn create_process( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update_pending` [INFO] [stdout] --> src/process.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn update_pending(&mut self, status: bool) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_pending` [INFO] [stdout] --> src/process.rs:74:12 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn get_pending(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update_status` [INFO] [stdout] --> src/process.rs:86:12 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn update_status(&mut self, new_status: i16) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_status` [INFO] [stdout] --> src/process.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn get_status(&self) -> i16 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update_body` [INFO] [stdout] --> src/process.rs:115:12 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn update_body(&mut self, new_body: &'static str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_body` [INFO] [stdout] --> src/process.rs:131:12 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn get_body(&self) -> &str { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_sender` [INFO] [stdout] --> src/process.rs:142:12 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn get_sender(&self) -> &str { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update_return_value` [INFO] [stdout] --> src/process.rs:154:12 [INFO] [stdout] | [INFO] [stdout] 154 | pub fn update_return_value(&mut self, new_return_value: &'static str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `create_thread` [INFO] [stdout] --> src/threading.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn create_thread() -> JoinHandle<()> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 47 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/defun.rs:108:31 [INFO] [stdout] | [INFO] [stdout] 108 | assert_eq!(Defun::new(code), expected); [INFO] [stdout] | ^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected struct `String`, found `&str` [INFO] [stdout] | help: try using a conversion method: `code.to_string()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `defun::Defun` [INFO] [stdout] --> src/defun.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | assert_eq!(Defun::new(code), expected); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | defun::Defun [INFO] [stdout] | defun::Defun [INFO] [stdout] | [INFO] [stdout] = note: an implementation of `std::cmp::PartialEq` might be missing for `defun::Defun` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/function.rs:55:52 [INFO] [stdout] | [INFO] [stdout] 55 | Function::new(String::from("message"), String::from("test")), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ expected struct `Vec`, found struct `String` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [INFO] [stdout] found struct `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `function::Function` [INFO] [stdout] --> src/function.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | assert_eq!( [INFO] [stdout] | _________^ [INFO] [stdout] | |_________| [INFO] [stdout] | | [INFO] [stdout] 55 | | Function::new(String::from("message"), String::from("test")), [INFO] [stdout] 56 | | expected [INFO] [stdout] 57 | | ); [INFO] [stdout] | | ^ [INFO] [stdout] | |__________| [INFO] [stdout] | |__________function::Function [INFO] [stdout] | function::Function [INFO] [stdout] | [INFO] [stdout] = note: an implementation of `std::cmp::PartialEq` might be missing for `function::Function` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0369. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `container` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "e8551316cf260263ef39d8cc51dc89e809600330ad9041446c2083e6dd6b6a5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8551316cf260263ef39d8cc51dc89e809600330ad9041446c2083e6dd6b6a5c", kill_on_drop: false }` [INFO] [stdout] e8551316cf260263ef39d8cc51dc89e809600330ad9041446c2083e6dd6b6a5c