[INFO] cloning repository https://github.com/vgarleanu/quicksocks [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vgarleanu/quicksocks" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvgarleanu%2Fquicksocks", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvgarleanu%2Fquicksocks'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8b0995c6d54b99a16dc51acb99dc3672c1014008 [INFO] testing vgarleanu/quicksocks against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvgarleanu%2Fquicksocks" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/vgarleanu/quicksocks on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/vgarleanu/quicksocks [INFO] finished tweaking git repo https://github.com/vgarleanu/quicksocks [INFO] tweaked toml for git repo https://github.com/vgarleanu/quicksocks written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/vgarleanu/quicksocks already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4f41c4c6be34b74a0220704731bfa2fc5a9173a2e9afb62ed4ac7897c7531943 [INFO] running `Command { std: "docker" "start" "-a" "4f41c4c6be34b74a0220704731bfa2fc5a9173a2e9afb62ed4ac7897c7531943", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4f41c4c6be34b74a0220704731bfa2fc5a9173a2e9afb62ed4ac7897c7531943", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f41c4c6be34b74a0220704731bfa2fc5a9173a2e9afb62ed4ac7897c7531943", kill_on_drop: false }` [INFO] [stdout] 4f41c4c6be34b74a0220704731bfa2fc5a9173a2e9afb62ed4ac7897c7531943 [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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ee44f242a2d62309a1ce19be407ab3325c7a5450280fe8a1b7a01e986ff0d0ff [INFO] running `Command { std: "docker" "start" "-a" "ee44f242a2d62309a1ce19be407ab3325c7a5450280fe8a1b7a01e986ff0d0ff", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling futures-core v0.3.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling futures-sink v0.3.1 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling pin-project-lite v0.1.4 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling openssl v0.10.26 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling futures-task v0.3.1 [INFO] [stderr] Compiling futures-io v0.3.1 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling futures-channel v0.3.1 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling openssl-sys v0.9.53 [INFO] [stderr] Compiling ring v0.16.9 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling webpki v0.21.0 [INFO] [stderr] Compiling rustls v0.16.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tokio-macros v0.2.3 [INFO] [stderr] Compiling async-trait v0.1.22 [INFO] [stderr] Compiling tokio v0.2.10 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Compiling futures-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.0 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling tokio-rustls v0.12.2 [INFO] [stderr] Compiling futures-executor v0.3.1 [INFO] [stderr] Compiling futures v0.3.1 [INFO] [stderr] Compiling quicksockets v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.41s [INFO] running `Command { std: "docker" "inspect" "ee44f242a2d62309a1ce19be407ab3325c7a5450280fe8a1b7a01e986ff0d0ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee44f242a2d62309a1ce19be407ab3325c7a5450280fe8a1b7a01e986ff0d0ff", kill_on_drop: false }` [INFO] [stdout] ee44f242a2d62309a1ce19be407ab3325c7a5450280fe8a1b7a01e986ff0d0ff [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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0f98f9bc3441fa4e838bb8969a22848c646fddc4be2711d0cf4ea3da75880a47 [INFO] running `Command { std: "docker" "start" "-a" "0f98f9bc3441fa4e838bb8969a22848c646fddc4be2711d0cf4ea3da75880a47", kill_on_drop: false }` [INFO] [stderr] Compiling quicksockets v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.95s [INFO] running `Command { std: "docker" "inspect" "0f98f9bc3441fa4e838bb8969a22848c646fddc4be2711d0cf4ea3da75880a47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f98f9bc3441fa4e838bb8969a22848c646fddc4be2711d0cf4ea3da75880a47", kill_on_drop: false }` [INFO] [stdout] 0f98f9bc3441fa4e838bb8969a22848c646fddc4be2711d0cf4ea3da75880a47 [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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d0c5adc1edebc9cb108b4df573047e073c87c23a306d5fd6fe99e477ea3be291 [INFO] running `Command { std: "docker" "start" "-a" "d0c5adc1edebc9cb108b4df573047e073c87c23a306d5fd6fe99e477ea3be291", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/quicksockets-cbed6f13f8cd56fb) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/quicksockets-fd0f478251cbe28f) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests quicksockets [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - (line 65) - compile ... FAILED [INFO] [stdout] test src/lib.rs - (line 36) - compile ... FAILED [INFO] [stdout] test src/lib.rs - (line 10) - compile ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 65) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `x` in this scope [INFO] [stdout] --> src/lib.rs:84:75 [INFO] [stdout] | [INFO] [stdout] 21 | Websocket::::build("127.0.0.1:4545", Example { conn: x }) [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `x` in this scope [INFO] [stdout] --> src/lib.rs:88:75 [INFO] [stdout] | [INFO] [stdout] 25 | Websocket::::build("127.0.0.1:4646", Example { conn: x }) [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `on_close` [INFO] [stdout] --> src/lib.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 10 | impl SocketCallback for Example { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `on_close` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn on_close(&'life0 mut self, _: Option, _: String) -> Pin + Send + 'async_trait)>> { todo!() }` [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:78:24 [INFO] [stdout] | [INFO] [stdout] 15 | self.conn.send(msg).await.unwrap(); [INFO] [stdout] | ^^^ expected struct `quicksockets::message::Message`, found struct `String` [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/lib.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 21 | Websocket::::build("127.0.0.1:4545", Example { conn: x }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---------------- ------------------- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:211:12 [INFO] [stdout] | [INFO] [stdout] 211 | pub fn build(addr: &str, callback: R, cert: &str) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0277]: expected a `Fn<(quicksockets::connection::Connection,)>` closure, found `Example<_>` [INFO] [stdout] --> src/lib.rs:88:59 [INFO] [stdout] | [INFO] [stdout] 25 | Websocket::::build("127.0.0.1:4646", Example { conn: x }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ expected an `Fn<(quicksockets::connection::Connection,)>` closure, found `Example<_>` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Fn<(quicksockets::connection::Connection,)>` is not implemented for `Example<_>` [INFO] [stdout] = note: required by `Websocket::::build` [INFO] [stdout] [INFO] [stdout] error[E0277]: expected a `Fn<(quicksockets::connection::Connection,)>` closure, found `Example<_>` [INFO] [stdout] --> src/lib.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 25 | Websocket::::build("127.0.0.1:4646", Example { conn: x }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected an `Fn<(quicksockets::connection::Connection,)>` closure, found `Example<_>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:154:8 [INFO] [stdout] | [INFO] [stdout] 154 | R: (Fn(Connection) -> F) + Send + 'static, [INFO] [stdout] | ------------------------ required by this bound in `Websocket` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Fn<(quicksockets::connection::Connection,)>` is not implemented for `Example<_>` [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `listen` exists for struct `Websocket, _>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 5 | struct Example { [INFO] [stdout] | ----------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | doesn't satisfy `<_ as FnOnce<(quicksockets::connection::Connection,)>>::Output = _` [INFO] [stdout] | doesn't satisfy `_: Fn<(quicksockets::connection::Connection,)>` [INFO] [stdout] ... [INFO] [stdout] 26 | .listen() [INFO] [stdout] | ^^^^^^ method cannot be called on `Websocket, _>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] ` as FnOnce<(quicksockets::connection::Connection,)>>::Output = _` [INFO] [stdout] `Example<_>: Fn<(quicksockets::connection::Connection,)>` [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0046, E0061, E0277, E0308, E0425, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0046`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 36) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `x` in this scope [INFO] [stdout] --> src/lib.rs:55:75 [INFO] [stdout] | [INFO] [stdout] 21 | Websocket::::build("127.0.0.1:4545", Example { conn: x }) [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `on_close` [INFO] [stdout] --> src/lib.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 10 | impl SocketCallback for Example { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `on_close` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn on_close(&'life0 mut self, _: Option, _: String) -> Pin + Send + 'async_trait)>> { todo!() }` [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:49:24 [INFO] [stdout] | [INFO] [stdout] 15 | self.conn.send(msg).await.unwrap(); [INFO] [stdout] | ^^^ expected struct `quicksockets::message::Message`, found struct `String` [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/lib.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 21 | Websocket::::build("127.0.0.1:4545", Example { conn: x }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---------------- ------------------- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:211:12 [INFO] [stdout] | [INFO] [stdout] 211 | pub fn build(addr: &str, callback: R, cert: &str) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0046, E0061, E0308, E0425. [INFO] [stdout] For more information about an error, try `rustc --explain E0046`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 10) stdout ---- [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `on_close` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 10 | impl SocketCallback for Example { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `on_close` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn on_close(&'life0 mut self, _: Option, _: String) -> Pin + Send + 'async_trait)>> { todo!() }` [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:23:24 [INFO] [stdout] | [INFO] [stdout] 15 | self.conn.send(msg).await.unwrap(); [INFO] [stdout] | ^^^ expected struct `quicksockets::message::Message`, found struct `String` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0046, E0308. [INFO] [stdout] For more information about an error, try `rustc --explain E0046`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 10) [INFO] [stdout] src/lib.rs - (line 36) [INFO] [stdout] src/lib.rs - (line 65) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.74s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d0c5adc1edebc9cb108b4df573047e073c87c23a306d5fd6fe99e477ea3be291", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0c5adc1edebc9cb108b4df573047e073c87c23a306d5fd6fe99e477ea3be291", kill_on_drop: false }` [INFO] [stdout] d0c5adc1edebc9cb108b4df573047e073c87c23a306d5fd6fe99e477ea3be291