[INFO] fetching crate optee-utee-macros 0.0.1... [INFO] testing optee-utee-macros-0.0.1 against try#ecabaf78506b7a4668d42dc20268c086b93f0fad for pr-87041 [INFO] extracting crate optee-utee-macros 0.0.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate optee-utee-macros 0.0.1 on toolchain ecabaf78506b7a4668d42dc20268c086b93f0fad [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate optee-utee-macros 0.0.1 [INFO] finished tweaking crates.io crate optee-utee-macros 0.0.1 [INFO] tweaked toml for crates.io crate optee-utee-macros 0.0.1 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ba406b8ecf14aafe2ff903c1f34b698537290599639538a3ee62a07b974cb2d6 [INFO] running `Command { std: "docker" "start" "-a" "ba406b8ecf14aafe2ff903c1f34b698537290599639538a3ee62a07b974cb2d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ba406b8ecf14aafe2ff903c1f34b698537290599639538a3ee62a07b974cb2d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba406b8ecf14aafe2ff903c1f34b698537290599639538a3ee62a07b974cb2d6", kill_on_drop: false }` [INFO] [stdout] ba406b8ecf14aafe2ff903c1f34b698537290599639538a3ee62a07b974cb2d6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9e6af109907ec204b69fa4653c003e35c977e0a43a86cc40965eb0380f0cc533 [INFO] running `Command { std: "docker" "start" "-a" "9e6af109907ec204b69fa4653c003e35c977e0a43a86cc40965eb0380f0cc533", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling optee-utee-macros v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/lib.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | / &&match f.decl.output { [INFO] [stdout] 79 | | syn::ReturnType::Default => true, [INFO] [stdout] 80 | | _ => false, [INFO] [stdout] 81 | | }; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/lib.rs:220:5 [INFO] [stdout] | [INFO] [stdout] 220 | / &&match f.decl.output { [INFO] [stdout] 221 | | syn::ReturnType::Default => true, [INFO] [stdout] 222 | | _ => false, [INFO] [stdout] 223 | | }; [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.98s [INFO] running `Command { std: "docker" "inspect" "9e6af109907ec204b69fa4653c003e35c977e0a43a86cc40965eb0380f0cc533", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e6af109907ec204b69fa4653c003e35c977e0a43a86cc40965eb0380f0cc533", kill_on_drop: false }` [INFO] [stdout] 9e6af109907ec204b69fa4653c003e35c977e0a43a86cc40965eb0380f0cc533 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0e06a5e82319529717b231538033e27ecfba8349cb3c60ba1a74daf8ce89c07a [INFO] running `Command { std: "docker" "start" "-a" "0e06a5e82319529717b231538033e27ecfba8349cb3c60ba1a74daf8ce89c07a", kill_on_drop: false }` [INFO] [stderr] Compiling optee-utee-macros v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/lib.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | / &&match f.decl.output { [INFO] [stdout] 79 | | syn::ReturnType::Default => true, [INFO] [stdout] 80 | | _ => false, [INFO] [stdout] 81 | | }; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/lib.rs:220:5 [INFO] [stdout] | [INFO] [stdout] 220 | / &&match f.decl.output { [INFO] [stdout] 221 | | syn::ReturnType::Default => true, [INFO] [stdout] 222 | | _ => false, [INFO] [stdout] 223 | | }; [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/lib.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | / &&match f.decl.output { [INFO] [stdout] 79 | | syn::ReturnType::Default => true, [INFO] [stdout] 80 | | _ => false, [INFO] [stdout] 81 | | }; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/lib.rs:220:5 [INFO] [stdout] | [INFO] [stdout] 220 | / &&match f.decl.output { [INFO] [stdout] 221 | | syn::ReturnType::Default => true, [INFO] [stdout] 222 | | _ => false, [INFO] [stdout] 223 | | }; [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.65s [INFO] running `Command { std: "docker" "inspect" "0e06a5e82319529717b231538033e27ecfba8349cb3c60ba1a74daf8ce89c07a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e06a5e82319529717b231538033e27ecfba8349cb3c60ba1a74daf8ce89c07a", kill_on_drop: false }` [INFO] [stdout] 0e06a5e82319529717b231538033e27ecfba8349cb3c60ba1a74daf8ce89c07a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5c248b1932718ed53dc85bba6382f4e5acb2104b61af034002b0df4f7a9fb86a [INFO] running `Command { std: "docker" "start" "-a" "5c248b1932718ed53dc85bba6382f4e5acb2104b61af034002b0df4f7a9fb86a", kill_on_drop: false }` [INFO] [stderr] warning: unused borrow that must be used [INFO] [stderr] --> src/lib.rs:78:5 [INFO] [stderr] | [INFO] [stderr] 78 | / &&match f.decl.output { [INFO] [stderr] 79 | | syn::ReturnType::Default => true, [INFO] [stderr] 80 | | _ => false, [INFO] [stderr] 81 | | }; [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused borrow that must be used [INFO] [stderr] --> src/lib.rs:220:5 [INFO] [stderr] | [INFO] [stderr] 220 | / &&match f.decl.output { [INFO] [stderr] 221 | | syn::ReturnType::Default => true, [INFO] [stderr] 222 | | _ => false, [INFO] [stderr] 223 | | }; [INFO] [stderr] | |_____^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused borrow that must be used [INFO] [stderr] --> src/lib.rs:78:5 [INFO] [stderr] | [INFO] [stderr] 78 | / &&match f.decl.output { [INFO] [stderr] 79 | | syn::ReturnType::Default => true, [INFO] [stderr] 80 | | _ => false, [INFO] [stderr] 81 | | }; [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused borrow that must be used [INFO] [stderr] --> src/lib.rs:220:5 [INFO] [stderr] | [INFO] [stderr] 220 | / &&match f.decl.output { [INFO] [stderr] 221 | | syn::ReturnType::Default => true, [INFO] [stderr] 222 | | _ => false, [INFO] [stderr] 223 | | }; [INFO] [stderr] | |_____^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/optee_utee_macros-6e6505289a5907f6) [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests optee-utee-macros [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] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test src/lib.rs - ta_create (line 12) - compile ... FAILED [INFO] [stdout] test src/lib.rs - ta_close_session (line 198) - compile ... FAILED [INFO] [stdout] test src/lib.rs - ta_destroy (line 59) - compile ... FAILED [INFO] [stdout] test src/lib.rs - ta_open_session (line 109) - compile ... FAILED [INFO] [stdout] test src/lib.rs - ta_invoke_command (line 283) - compile ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - ta_create (line 12) stdout ---- [INFO] [stdout] error: cannot find attribute `ta_crate` in this scope [INFO] [stdout] --> src/lib.rs:13:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[ta_crate] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0107]: this enum takes 2 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/lib.rs:14:18 [INFO] [stdout] | [INFO] [stdout] 4 | fn ta_crate() -> Result<()> { } [INFO] [stdout] | ^^^^^^ -- supplied 1 generic argument [INFO] [stdout] | | [INFO] [stdout] | expected 2 generic arguments [INFO] [stdout] | [INFO] [stdout] note: enum defined here, with 2 generic parameters: `T`, `E` [INFO] [stdout] help: add missing generic argument [INFO] [stdout] | [INFO] [stdout] 4 | fn ta_crate() -> Result<(), E> { } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0107`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ta_close_session (line 198) stdout ---- [INFO] [stdout] error[E0428]: the name `close_session` is defined multiple times [INFO] [stdout] --> src/lib.rs:203:1 [INFO] [stdout] | [INFO] [stdout] 4 | fn close_session(sess_ctx: &mut T) { } [INFO] [stdout] | ---------------------------------- previous definition of the value `close_session` here [INFO] [stdout] ... [INFO] [stdout] 7 | fn close_session() { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `close_session` redefined here [INFO] [stdout] | [INFO] [stdout] = note: `close_session` must be defined only once in the value namespace of this block [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `ta_close_session` in this scope [INFO] [stdout] --> src/lib.rs:202:3 [INFO] [stdout] | [INFO] [stdout] 6 | #[ta_close_session] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `ta_close_session` in this scope [INFO] [stdout] --> src/lib.rs:199:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[ta_close_session] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `T` in this scope [INFO] [stdout] --> src/lib.rs:200:33 [INFO] [stdout] | [INFO] [stdout] 4 | fn close_session(sess_ctx: &mut T) { } [INFO] [stdout] | - ^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0428. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ta_destroy (line 59) stdout ---- [INFO] [stdout] error: cannot find attribute `ta_destroy` in this scope [INFO] [stdout] --> src/lib.rs:60:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[ta_destroy] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ta_open_session (line 109) stdout ---- [INFO] [stdout] error[E0428]: the name `open_session` is defined multiple times [INFO] [stdout] --> src/lib.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 4 | fn open_session(params: &mut Parameters, sess_ctx: *mut *mut T) -> Result<()> { } [INFO] [stdout] | ----------------------------------------------------------------------------- previous definition of the value `open_session` here [INFO] [stdout] ... [INFO] [stdout] 7 | fn open_session(params: &mut Parameters) -> Result<()> { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `open_session` redefined here [INFO] [stdout] | [INFO] [stdout] = note: `open_session` must be defined only once in the value namespace of this block [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `ta_open_session` in this scope [INFO] [stdout] --> src/lib.rs:113:3 [INFO] [stdout] | [INFO] [stdout] 6 | #[ta_open_session] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `ta_open_session` in this scope [INFO] [stdout] --> src/lib.rs:110:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[ta_open_session] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parameters` in this scope [INFO] [stdout] --> src/lib.rs:111:30 [INFO] [stdout] | [INFO] [stdout] 4 | fn open_session(params: &mut Parameters, sess_ctx: *mut *mut T) -> Result<()> { } [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `T` in this scope [INFO] [stdout] --> src/lib.rs:111:62 [INFO] [stdout] | [INFO] [stdout] 4 | fn open_session(params: &mut Parameters, sess_ctx: *mut *mut T) -> Result<()> { } [INFO] [stdout] | - ^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parameters` in this scope [INFO] [stdout] --> src/lib.rs:114:30 [INFO] [stdout] | [INFO] [stdout] 7 | fn open_session(params: &mut Parameters) -> Result<()> { } [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0107]: this enum takes 2 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/lib.rs:114:45 [INFO] [stdout] | [INFO] [stdout] 7 | fn open_session(params: &mut Parameters) -> Result<()> { } [INFO] [stdout] | ^^^^^^ -- supplied 1 generic argument [INFO] [stdout] | | [INFO] [stdout] | expected 2 generic arguments [INFO] [stdout] | [INFO] [stdout] note: enum defined here, with 2 generic parameters: `T`, `E` [INFO] [stdout] help: add missing generic argument [INFO] [stdout] | [INFO] [stdout] 7 | fn open_session(params: &mut Parameters) -> Result<(), E> { } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0107]: this enum takes 2 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/lib.rs:111:68 [INFO] [stdout] | [INFO] [stdout] 4 | fn open_session(params: &mut Parameters, sess_ctx: *mut *mut T) -> Result<()> { } [INFO] [stdout] | ^^^^^^ -- supplied 1 generic argument [INFO] [stdout] | | [INFO] [stdout] | expected 2 generic arguments [INFO] [stdout] | [INFO] [stdout] note: enum defined here, with 2 generic parameters: `T`, `E` [INFO] [stdout] help: add missing generic argument [INFO] [stdout] | [INFO] [stdout] 4 | fn open_session(params: &mut Parameters, sess_ctx: *mut *mut T) -> Result<(), E> { } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0412, E0428. [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ta_invoke_command (line 283) stdout ---- [INFO] [stdout] error[E0428]: the name `invoke_command` is defined multiple times [INFO] [stdout] --> src/lib.rs:288:1 [INFO] [stdout] | [INFO] [stdout] 4 | fn invoke_command(sess_ctx: &mut T, cmd_id: u32, params: &mut Parameters) -> Result<()> { } [INFO] [stdout] | --------------------------------------------------------------------------------------- previous definition of the value `invoke_command` here [INFO] [stdout] ... [INFO] [stdout] 7 | fn invoke_command(cmd_id: u32, params: &mut Parameters) -> Result<()> { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `invoke_command` redefined here [INFO] [stdout] | [INFO] [stdout] = note: `invoke_command` must be defined only once in the value namespace of this block [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `ta_invoke_command` in this scope [INFO] [stdout] --> src/lib.rs:287:3 [INFO] [stdout] | [INFO] [stdout] 6 | #[ta_invoke_command] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `ta_invoke_command` in this scope [INFO] [stdout] --> src/lib.rs:284:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[ta_invoke_command] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `T` in this scope [INFO] [stdout] --> src/lib.rs:285:34 [INFO] [stdout] | [INFO] [stdout] 4 | fn invoke_command(sess_ctx: &mut T, cmd_id: u32, params: &mut Parameters) -> Result<()> { } [INFO] [stdout] | - ^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parameters` in this scope [INFO] [stdout] --> src/lib.rs:285:63 [INFO] [stdout] | [INFO] [stdout] 4 | fn invoke_command(sess_ctx: &mut T, cmd_id: u32, params: &mut Parameters) -> Result<()> { } [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parameters` in this scope [INFO] [stdout] --> src/lib.rs:288:45 [INFO] [stdout] | [INFO] [stdout] 7 | fn invoke_command(cmd_id: u32, params: &mut Parameters) -> Result<()> { } [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0107]: this enum takes 2 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/lib.rs:288:60 [INFO] [stdout] | [INFO] [stdout] 7 | fn invoke_command(cmd_id: u32, params: &mut Parameters) -> Result<()> { } [INFO] [stdout] | ^^^^^^ -- supplied 1 generic argument [INFO] [stdout] | | [INFO] [stdout] | expected 2 generic arguments [INFO] [stdout] | [INFO] [stdout] note: enum defined here, with 2 generic parameters: `T`, `E` [INFO] [stdout] help: add missing generic argument [INFO] [stdout] | [INFO] [stdout] 7 | fn invoke_command(cmd_id: u32, params: &mut Parameters) -> Result<(), E> { } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0107]: this enum takes 2 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/lib.rs:285:78 [INFO] [stdout] | [INFO] [stdout] 4 | fn invoke_command(sess_ctx: &mut T, cmd_id: u32, params: &mut Parameters) -> Result<()> { } [INFO] [stdout] | ^^^^^^ -- supplied 1 generic argument [INFO] [stdout] | | [INFO] [stdout] | expected 2 generic arguments [INFO] [stdout] | [INFO] [stdout] note: enum defined here, with 2 generic parameters: `T`, `E` [INFO] [stdout] help: add missing generic argument [INFO] [stdout] | [INFO] [stdout] 4 | fn invoke_command(sess_ctx: &mut T, cmd_id: u32, params: &mut Parameters) -> Result<(), E> { } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0412, E0428. [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - ta_close_session (line 198) [INFO] [stdout] src/lib.rs - ta_create (line 12) [INFO] [stdout] src/lib.rs - ta_destroy (line 59) [INFO] [stdout] src/lib.rs - ta_invoke_command (line 283) [INFO] [stdout] src/lib.rs - ta_open_session (line 109) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "5c248b1932718ed53dc85bba6382f4e5acb2104b61af034002b0df4f7a9fb86a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c248b1932718ed53dc85bba6382f4e5acb2104b61af034002b0df4f7a9fb86a", kill_on_drop: false }` [INFO] [stdout] 5c248b1932718ed53dc85bba6382f4e5acb2104b61af034002b0df4f7a9fb86a