[INFO] cloning repository https://github.com/Shfty/glasgae
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Shfty/glasgae" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShfty%2Fglasgae", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShfty%2Fglasgae'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 304dee4503c66676affb17edb6809e9b211464af
[INFO] testing Shfty/glasgae against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShfty%2Fglasgae" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Shfty/glasgae
[INFO] finished tweaking git repo https://github.com/Shfty/glasgae
[INFO] tweaked toml for git repo https://github.com/Shfty/glasgae written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Shfty/glasgae on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Shfty/glasgae already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded prettyplease v0.2.16
[INFO] [stderr]   Downloaded contracts v0.4.0
[INFO] [stderr]   Downloaded vector-map v1.0.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 96fe31c3b23ac39a568f7b3e0d15aaabf0054c3b3e687c323e0f8d161afe1772
[INFO] running `Command { std: "docker" "start" "-a" "96fe31c3b23ac39a568f7b3e0d15aaabf0054c3b3e687c323e0f8d161afe1772", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "96fe31c3b23ac39a568f7b3e0d15aaabf0054c3b3e687c323e0f8d161afe1772", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "96fe31c3b23ac39a568f7b3e0d15aaabf0054c3b3e687c323e0f8d161afe1772", kill_on_drop: false }`
[INFO] [stdout] 96fe31c3b23ac39a568f7b3e0d15aaabf0054c3b3e687c323e0f8d161afe1772
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4cdac19b08d12b7d70772b9e470373859dd517dac65cd36b568b5bc9ad3c56cb
[INFO] running `Command { std: "docker" "start" "-a" "4cdac19b08d12b7d70772b9e470373859dd517dac65cd36b568b5bc9ad3c56cb", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling prettyplease v0.2.16
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling anstyle v1.0.6
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling anstream v0.6.13
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling env_filter v0.1.0
[INFO] [stderr]    Compiling env_logger v0.11.3
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling contracts v0.4.0
[INFO] [stderr]    Compiling vector-map v1.0.1
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling glasgae-kiss v0.1.0 (/opt/rustwide/workdir/crates/glasgae-kiss)
[INFO] [stderr]    Compiling glasgae-macros v0.1.0 (/opt/rustwide/workdir/crates/glasgae-macros)
[INFO] [stdout] warning: unused import: `glasgae_kiss::*`
[INFO] [stdout]  --> crates/glasgae-macros/build.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use glasgae_kiss::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `read_operators`
[INFO] [stdout]  --> crates/glasgae-macros/src/op.rs:1:20
[INFO] [stdout]   |
[INFO] [stdout] 1 | use glasgae_kiss::{read_operators, Fixity, Operator};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Spacing`
[INFO] [stdout]  --> crates/glasgae-macros/src/op.rs:3:19
[INFO] [stdout]   |
[INFO] [stdout] 3 | use proc_macro2::{Spacing, TokenStream as TokenStream2, TokenTree as TokenTree2};
[INFO] [stdout]   |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `read_operators`
[INFO] [stdout]  --> crates/glasgae-macros/src/op.rs:1:20
[INFO] [stdout]   |
[INFO] [stdout] 1 | use glasgae_kiss::{read_operators, Fixity, Operator};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Spacing`
[INFO] [stdout]  --> crates/glasgae-macros/src/op.rs:3:19
[INFO] [stdout]   |
[INFO] [stdout] 3 | use proc_macro2::{Spacing, TokenStream as TokenStream2, TokenTree as TokenTree2};
[INFO] [stdout]   |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling glasgae v0.3.0 (/opt/rustwide/workdir/crates/glasgae)
[INFO] [stdout] warning: unused imports: `derive_applicative` and `derive_functor`
[INFO] [stdout]   --> crates/glasgae/src/base/control/zipper/mod.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use crate::{derive_applicative, derive_functor, derive_pointed, derive_with_pointed, prelude::*};
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `this`
[INFO] [stdout]   --> crates/glasgae/src/base/data/bifoldable.rs:38:36
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn bifoldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stdout]    |                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_this`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]   --> crates/glasgae/src/base/data/bifoldable.rs:38:48
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn bifoldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stdout]    |                                                ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]   --> crates/glasgae/src/base/data/bifoldable.rs:38:73
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn bifoldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stdout]    |                                                                         ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `this`
[INFO] [stdout]   --> crates/glasgae/src/base/data/foldable.rs:96:34
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub fn foldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stdout]    |                                  ^^^^ help: if this is intentional, prefix it with an underscore: `_this`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]   --> crates/glasgae/src/base/data/foldable.rs:96:46
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub fn foldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stdout]    |                                              ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]   --> crates/glasgae/src/base/data/foldable.rs:96:71
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub fn foldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stdout]    |                                                                       ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/except.rs:324:23
[INFO] [stdout]     |
[INFO] [stdout] 324 |     fn fold_map(self, f: impl FunctionT<A, B>) -> B {
[INFO] [stdout]     |                       ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/except.rs:335:20
[INFO] [stdout]     |
[INFO] [stdout] 335 |     fn foldr(self, f: impl BifunT<A, B, B>, z: B) -> B {
[INFO] [stdout]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]    --> crates/glasgae/src/transformers/except.rs:335:45
[INFO] [stdout]     |
[INFO] [stdout] 335 |     fn foldr(self, f: impl BifunT<A, B, B>, z: B) -> B {
[INFO] [stdout]     |                                             ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/except.rs:339:20
[INFO] [stdout]     |
[INFO] [stdout] 339 |     fn foldl(self, f: impl BifunT<B, A, B>, z: B) -> B {
[INFO] [stdout]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]    --> crates/glasgae/src/transformers/except.rs:339:45
[INFO] [stdout]     |
[INFO] [stdout] 339 |     fn foldl(self, f: impl BifunT<B, A, B>, z: B) -> B {
[INFO] [stdout]     |                                             ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/maybe.rs:152:20
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn foldr(self, f: impl crate::base::data::function::bifunction::BifunT<A, B, B>, z: B) -> B {
[INFO] [stdout]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]    --> crates/glasgae/src/transformers/maybe.rs:152:86
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn foldr(self, f: impl crate::base::data::function::bifunction::BifunT<A, B, B>, z: B) -> B {
[INFO] [stdout]     |                                                                                      ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/maybe.rs:156:20
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn foldl(self, f: impl crate::base::data::function::bifunction::BifunT<B, A, B>, z: B) -> B {
[INFO] [stdout]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]    --> crates/glasgae/src/transformers/maybe.rs:156:86
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn foldl(self, f: impl crate::base::data::function::bifunction::BifunT<B, A, B>, z: B) -> B {
[INFO] [stdout]     |                                                                                      ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]    --> crates/glasgae/src/transformers/maybe.rs:211:13
[INFO] [stdout]     |
[INFO] [stdout] 211 |     fn lift(m: MI) -> Self {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/state.rs:348:25
[INFO] [stdout]     |
[INFO] [stdout] 348 |     fn traverse_t(self, f: impl FunctionT<Self::Pointed, MB>) -> MC {
[INFO] [stdout]     |                         ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/lift.rs:132:20
[INFO] [stdout]     |
[INFO] [stdout] 132 |     fn foldr(self, f: impl BifunT<Self::Pointed, B, B>, z: B) -> B {
[INFO] [stdout]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]    --> crates/glasgae/src/transformers/lift.rs:132:57
[INFO] [stdout]     |
[INFO] [stdout] 132 |     fn foldr(self, f: impl BifunT<Self::Pointed, B, B>, z: B) -> B {
[INFO] [stdout]     |                                                         ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/lift.rs:136:20
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn foldl(self, f: impl BifunT<B, Self::Pointed, B>, z: B) -> B {
[INFO] [stdout]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]    --> crates/glasgae/src/transformers/lift.rs:136:57
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn foldl(self, f: impl BifunT<B, Self::Pointed, B>, z: B) -> B {
[INFO] [stdout]     |                                                         ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/zipper_cont.rs:181:21
[INFO] [stdout]     |
[INFO] [stdout] 181 |     fn foldr1(self, f: impl BifunT<String, String, String>) -> String {
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/zipper_cont.rs:185:21
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn foldl1(self, f: impl BifunT<String, String, String>) -> String {
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test` is never used
[INFO] [stdout]    --> crates/glasgae/src/base/data/functor/identity.rs:120:4
[INFO] [stdout]     |
[INFO] [stdout] 120 | fn test() {
[INFO] [stdout]     |    ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `LowerEither` is never used
[INFO] [stdout]    --> crates/glasgae/src/transformers/except.rs:423:7
[INFO] [stdout]     |
[INFO] [stdout] 423 | trait LowerEither<E, A>: Pointed<Pointed = Either<E, A>> + WithPointed<A> {
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 51s
[INFO] running `Command { std: "docker" "inspect" "4cdac19b08d12b7d70772b9e470373859dd517dac65cd36b568b5bc9ad3c56cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4cdac19b08d12b7d70772b9e470373859dd517dac65cd36b568b5bc9ad3c56cb", kill_on_drop: false }`
[INFO] [stdout] 4cdac19b08d12b7d70772b9e470373859dd517dac65cd36b568b5bc9ad3c56cb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 02fee50ca240342939b816f02611e2d108091a212f070429c50328cb6f8be93f
[INFO] running `Command { std: "docker" "start" "-a" "02fee50ca240342939b816f02611e2d108091a212f070429c50328cb6f8be93f", kill_on_drop: false }`
[INFO] [stderr]    Compiling glasgae-kiss v0.1.0 (/opt/rustwide/workdir/crates/glasgae-kiss)
[INFO] [stderr]    Compiling glasgae-macros v0.1.0 (/opt/rustwide/workdir/crates/glasgae-macros)
[INFO] [stdout] warning: unused import: `glasgae_kiss::*`
[INFO] [stdout]  --> crates/glasgae-macros/build.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use glasgae_kiss::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `read_operators`
[INFO] [stdout]  --> crates/glasgae-macros/src/op.rs:1:20
[INFO] [stdout]   |
[INFO] [stdout] 1 | use glasgae_kiss::{read_operators, Fixity, Operator};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Spacing`
[INFO] [stdout]  --> crates/glasgae-macros/src/op.rs:3:19
[INFO] [stdout]   |
[INFO] [stdout] 3 | use proc_macro2::{Spacing, TokenStream as TokenStream2, TokenTree as TokenTree2};
[INFO] [stdout]   |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `derive_applicative` and `derive_functor`
[INFO] [stdout]   --> crates/glasgae/src/base/control/zipper/mod.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use crate::{derive_applicative, derive_functor, derive_pointed, derive_with_pointed, prelude::*};
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `this`
[INFO] [stdout]   --> crates/glasgae/src/base/data/bifoldable.rs:38:36
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn bifoldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stdout]    |                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_this`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]   --> crates/glasgae/src/base/data/bifoldable.rs:38:48
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn bifoldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stdout]    |                                                ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]   --> crates/glasgae/src/base/data/bifoldable.rs:38:73
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn bifoldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stdout]    |                                                                         ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `this`
[INFO] [stdout]   --> crates/glasgae/src/base/data/foldable.rs:96:34
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub fn foldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stdout]    |                                  ^^^^ help: if this is intentional, prefix it with an underscore: `_this`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]   --> crates/glasgae/src/base/data/foldable.rs:96:46
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub fn foldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stdout]    |                                              ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]   --> crates/glasgae/src/base/data/foldable.rs:96:71
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub fn foldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stdout]    |                                                                       ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/except.rs:324:23
[INFO] [stdout]     |
[INFO] [stdout] 324 |     fn fold_map(self, f: impl FunctionT<A, B>) -> B {
[INFO] [stdout]     |                       ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/except.rs:335:20
[INFO] [stdout]     |
[INFO] [stdout] 335 |     fn foldr(self, f: impl BifunT<A, B, B>, z: B) -> B {
[INFO] [stdout]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]    --> crates/glasgae/src/transformers/except.rs:335:45
[INFO] [stdout]     |
[INFO] [stdout] 335 |     fn foldr(self, f: impl BifunT<A, B, B>, z: B) -> B {
[INFO] [stdout]     |                                             ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/except.rs:339:20
[INFO] [stdout]     |
[INFO] [stdout] 339 |     fn foldl(self, f: impl BifunT<B, A, B>, z: B) -> B {
[INFO] [stdout]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]    --> crates/glasgae/src/transformers/except.rs:339:45
[INFO] [stdout]     |
[INFO] [stdout] 339 |     fn foldl(self, f: impl BifunT<B, A, B>, z: B) -> B {
[INFO] [stdout]     |                                             ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/maybe.rs:152:20
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn foldr(self, f: impl crate::base::data::function::bifunction::BifunT<A, B, B>, z: B) -> B {
[INFO] [stdout]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]    --> crates/glasgae/src/transformers/maybe.rs:152:86
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn foldr(self, f: impl crate::base::data::function::bifunction::BifunT<A, B, B>, z: B) -> B {
[INFO] [stdout]     |                                                                                      ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/maybe.rs:156:20
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn foldl(self, f: impl crate::base::data::function::bifunction::BifunT<B, A, B>, z: B) -> B {
[INFO] [stdout]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]    --> crates/glasgae/src/transformers/maybe.rs:156:86
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn foldl(self, f: impl crate::base::data::function::bifunction::BifunT<B, A, B>, z: B) -> B {
[INFO] [stdout]     |                                                                                      ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]    --> crates/glasgae/src/transformers/maybe.rs:211:13
[INFO] [stdout]     |
[INFO] [stdout] 211 |     fn lift(m: MI) -> Self {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/state.rs:348:25
[INFO] [stdout]     |
[INFO] [stdout] 348 |     fn traverse_t(self, f: impl FunctionT<Self::Pointed, MB>) -> MC {
[INFO] [stdout]     |                         ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling glasgae v0.3.0 (/opt/rustwide/workdir/crates/glasgae)
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/lift.rs:132:20
[INFO] [stdout]     |
[INFO] [stdout] 132 |     fn foldr(self, f: impl BifunT<Self::Pointed, B, B>, z: B) -> B {
[INFO] [stdout]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]    --> crates/glasgae/src/transformers/lift.rs:132:57
[INFO] [stdout]     |
[INFO] [stdout] 132 |     fn foldr(self, f: impl BifunT<Self::Pointed, B, B>, z: B) -> B {
[INFO] [stdout]     |                                                         ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/lift.rs:136:20
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn foldl(self, f: impl BifunT<B, Self::Pointed, B>, z: B) -> B {
[INFO] [stdout]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]    --> crates/glasgae/src/transformers/lift.rs:136:57
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn foldl(self, f: impl BifunT<B, Self::Pointed, B>, z: B) -> B {
[INFO] [stdout]     |                                                         ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/zipper_cont.rs:181:21
[INFO] [stdout]     |
[INFO] [stdout] 181 |     fn foldr1(self, f: impl BifunT<String, String, String>) -> String {
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/zipper_cont.rs:185:21
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn foldl1(self, f: impl BifunT<String, String, String>) -> String {
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test` is never used
[INFO] [stdout]    --> crates/glasgae/src/base/data/functor/identity.rs:120:4
[INFO] [stdout]     |
[INFO] [stdout] 120 | fn test() {
[INFO] [stdout]     |    ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `LowerEither` is never used
[INFO] [stdout]    --> crates/glasgae/src/transformers/except.rs:423:7
[INFO] [stdout]     |
[INFO] [stdout] 423 | trait LowerEither<E, A>: Pointed<Pointed = Either<E, A>> + WithPointed<A> {
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `read_operators`
[INFO] [stdout]  --> crates/glasgae-macros/src/op.rs:1:20
[INFO] [stdout]   |
[INFO] [stdout] 1 | use glasgae_kiss::{read_operators, Fixity, Operator};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Spacing`
[INFO] [stdout]  --> crates/glasgae-macros/src/op.rs:3:19
[INFO] [stdout]   |
[INFO] [stdout] 3 | use proc_macro2::{Spacing, TokenStream as TokenStream2, TokenTree as TokenTree2};
[INFO] [stdout]   |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `class::MonadTrans`
[INFO] [stdout]  --> crates/glasgae/examples/turnstile.rs:8:20
[INFO] [stdout]   |
[INFO] [stdout] 8 |     transformers::{class::MonadTrans, reader::ReaderT, state::StateT, writer::WriterT},
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `derive_applicative` and `derive_functor`
[INFO] [stdout]   --> crates/glasgae/src/base/control/zipper/mod.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use crate::{derive_applicative, derive_functor, derive_pointed, derive_with_pointed, prelude::*};
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `this`
[INFO] [stdout]   --> crates/glasgae/src/base/data/bifoldable.rs:38:36
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn bifoldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stdout]    |                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_this`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]   --> crates/glasgae/src/base/data/bifoldable.rs:38:48
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn bifoldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stdout]    |                                                ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]   --> crates/glasgae/src/base/data/bifoldable.rs:38:73
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn bifoldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stdout]    |                                                                         ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `this`
[INFO] [stdout]   --> crates/glasgae/src/base/data/foldable.rs:96:34
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub fn foldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stdout]    |                                  ^^^^ help: if this is intentional, prefix it with an underscore: `_this`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]   --> crates/glasgae/src/base/data/foldable.rs:96:46
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub fn foldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stdout]    |                                              ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]   --> crates/glasgae/src/base/data/foldable.rs:96:71
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub fn foldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stdout]    |                                                                       ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/except.rs:324:23
[INFO] [stdout]     |
[INFO] [stdout] 324 |     fn fold_map(self, f: impl FunctionT<A, B>) -> B {
[INFO] [stdout]     |                       ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/except.rs:335:20
[INFO] [stdout]     |
[INFO] [stdout] 335 |     fn foldr(self, f: impl BifunT<A, B, B>, z: B) -> B {
[INFO] [stdout]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]    --> crates/glasgae/src/transformers/except.rs:335:45
[INFO] [stdout]     |
[INFO] [stdout] 335 |     fn foldr(self, f: impl BifunT<A, B, B>, z: B) -> B {
[INFO] [stdout]     |                                             ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/except.rs:339:20
[INFO] [stdout]     |
[INFO] [stdout] 339 |     fn foldl(self, f: impl BifunT<B, A, B>, z: B) -> B {
[INFO] [stdout]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]    --> crates/glasgae/src/transformers/except.rs:339:45
[INFO] [stdout]     |
[INFO] [stdout] 339 |     fn foldl(self, f: impl BifunT<B, A, B>, z: B) -> B {
[INFO] [stdout]     |                                             ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/maybe.rs:152:20
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn foldr(self, f: impl crate::base::data::function::bifunction::BifunT<A, B, B>, z: B) -> B {
[INFO] [stdout]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]    --> crates/glasgae/src/transformers/maybe.rs:152:86
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn foldr(self, f: impl crate::base::data::function::bifunction::BifunT<A, B, B>, z: B) -> B {
[INFO] [stdout]     |                                                                                      ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/maybe.rs:156:20
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn foldl(self, f: impl crate::base::data::function::bifunction::BifunT<B, A, B>, z: B) -> B {
[INFO] [stdout]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]    --> crates/glasgae/src/transformers/maybe.rs:156:86
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn foldl(self, f: impl crate::base::data::function::bifunction::BifunT<B, A, B>, z: B) -> B {
[INFO] [stdout]     |                                                                                      ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]    --> crates/glasgae/src/transformers/maybe.rs:211:13
[INFO] [stdout]     |
[INFO] [stdout] 211 |     fn lift(m: MI) -> Self {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/state.rs:348:25
[INFO] [stdout]     |
[INFO] [stdout] 348 |     fn traverse_t(self, f: impl FunctionT<Self::Pointed, MB>) -> MC {
[INFO] [stdout]     |                         ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/lift.rs:132:20
[INFO] [stdout]     |
[INFO] [stdout] 132 |     fn foldr(self, f: impl BifunT<Self::Pointed, B, B>, z: B) -> B {
[INFO] [stdout]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]    --> crates/glasgae/src/transformers/lift.rs:132:57
[INFO] [stdout]     |
[INFO] [stdout] 132 |     fn foldr(self, f: impl BifunT<Self::Pointed, B, B>, z: B) -> B {
[INFO] [stdout]     |                                                         ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/transformers/lift.rs:136:20
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn foldl(self, f: impl BifunT<B, Self::Pointed, B>, z: B) -> B {
[INFO] [stdout]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]    --> crates/glasgae/src/transformers/lift.rs:136:57
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn foldl(self, f: impl BifunT<B, Self::Pointed, B>, z: B) -> B {
[INFO] [stdout]     |                                                         ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/zipper_cont.rs:181:21
[INFO] [stdout]     |
[INFO] [stdout] 181 |     fn foldr1(self, f: impl BifunT<String, String, String>) -> String {
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> crates/glasgae/src/zipper_cont.rs:185:21
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn foldl1(self, f: impl BifunT<String, String, String>) -> String {
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test` is never used
[INFO] [stdout]    --> crates/glasgae/src/base/data/functor/identity.rs:120:4
[INFO] [stdout]     |
[INFO] [stdout] 120 | fn test() {
[INFO] [stdout]     |    ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `LowerEither` is never used
[INFO] [stdout]    --> crates/glasgae/src/transformers/except.rs:423:7
[INFO] [stdout]     |
[INFO] [stdout] 423 | trait LowerEither<E, A>: Pointed<Pointed = Either<E, A>> + WithPointed<A> {
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.97s
[INFO] running `Command { std: "docker" "inspect" "02fee50ca240342939b816f02611e2d108091a212f070429c50328cb6f8be93f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02fee50ca240342939b816f02611e2d108091a212f070429c50328cb6f8be93f", kill_on_drop: false }`
[INFO] [stdout] 02fee50ca240342939b816f02611e2d108091a212f070429c50328cb6f8be93f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d2b1d5a81b16e63f137cf601078c665be82f3079792c140f499fd52453e327ca
[INFO] running `Command { std: "docker" "start" "-a" "d2b1d5a81b16e63f137cf601078c665be82f3079792c140f499fd52453e327ca", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `glasgae_kiss::*`
[INFO] [stderr]  --> crates/glasgae-macros/build.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use glasgae_kiss::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `glasgae-macros` (build script) generated 1 warning
[INFO] [stderr] warning: unused import: `read_operators`
[INFO] [stderr]  --> crates/glasgae-macros/src/op.rs:1:20
[INFO] [stderr]   |
[INFO] [stderr] 1 | use glasgae_kiss::{read_operators, Fixity, Operator};
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Spacing`
[INFO] [stderr]  --> crates/glasgae-macros/src/op.rs:3:19
[INFO] [stderr]   |
[INFO] [stderr] 3 | use proc_macro2::{Spacing, TokenStream as TokenStream2, TokenTree as TokenTree2};
[INFO] [stderr]   |                   ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `glasgae-macros` (lib) generated 2 warnings (run `cargo fix --lib -p glasgae-macros` to apply 2 suggestions)
[INFO] [stderr] warning: `glasgae-macros` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: unused imports: `derive_applicative` and `derive_functor`
[INFO] [stderr]   --> crates/glasgae/src/base/control/zipper/mod.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 | use crate::{derive_applicative, derive_functor, derive_pointed, derive_with_pointed, prelude::*};
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `this`
[INFO] [stderr]   --> crates/glasgae/src/base/data/bifoldable.rs:38:36
[INFO] [stderr]    |
[INFO] [stderr] 38 | pub fn bifoldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stderr]    |                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_this`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `f`
[INFO] [stderr]   --> crates/glasgae/src/base/data/bifoldable.rs:38:48
[INFO] [stderr]    |
[INFO] [stderr] 38 | pub fn bifoldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stderr]    |                                                ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `z`
[INFO] [stderr]   --> crates/glasgae/src/base/data/bifoldable.rs:38:73
[INFO] [stderr]    |
[INFO] [stderr] 38 | pub fn bifoldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stderr]    |                                                                         ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `this`
[INFO] [stderr]   --> crates/glasgae/src/base/data/foldable.rs:96:34
[INFO] [stderr]    |
[INFO] [stderr] 96 | pub fn foldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stderr]    |                                  ^^^^ help: if this is intentional, prefix it with an underscore: `_this`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `f`
[INFO] [stderr]   --> crates/glasgae/src/base/data/foldable.rs:96:46
[INFO] [stderr]    |
[INFO] [stderr] 96 | pub fn foldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stderr]    |                                              ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `z`
[INFO] [stderr]   --> crates/glasgae/src/base/data/foldable.rs:96:71
[INFO] [stderr]    |
[INFO] [stderr] 96 | pub fn foldl_default<This, T, U>(this: This, f: impl BifunT<U, T, U>, z: U) -> U {
[INFO] [stderr]    |                                                                       ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `f`
[INFO] [stderr]    --> crates/glasgae/src/transformers/except.rs:324:23
[INFO] [stderr]     |
[INFO] [stderr] 324 |     fn fold_map(self, f: impl FunctionT<A, B>) -> B {
[INFO] [stderr]     |                       ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `f`
[INFO] [stderr]    --> crates/glasgae/src/transformers/except.rs:335:20
[INFO] [stderr]     |
[INFO] [stderr] 335 |     fn foldr(self, f: impl BifunT<A, B, B>, z: B) -> B {
[INFO] [stderr]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `z`
[INFO] [stderr]    --> crates/glasgae/src/transformers/except.rs:335:45
[INFO] [stderr]     |
[INFO] [stderr] 335 |     fn foldr(self, f: impl BifunT<A, B, B>, z: B) -> B {
[INFO] [stderr]     |                                             ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `f`
[INFO] [stderr]    --> crates/glasgae/src/transformers/except.rs:339:20
[INFO] [stderr]     |
[INFO] [stderr] 339 |     fn foldl(self, f: impl BifunT<B, A, B>, z: B) -> B {
[INFO] [stderr]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `z`
[INFO] [stderr]    --> crates/glasgae/src/transformers/except.rs:339:45
[INFO] [stderr]     |
[INFO] [stderr] 339 |     fn foldl(self, f: impl BifunT<B, A, B>, z: B) -> B {
[INFO] [stderr]     |                                             ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `f`
[INFO] [stderr]    --> crates/glasgae/src/transformers/maybe.rs:152:20
[INFO] [stderr]     |
[INFO] [stderr] 152 |     fn foldr(self, f: impl crate::base::data::function::bifunction::BifunT<A, B, B>, z: B) -> B {
[INFO] [stderr]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `z`
[INFO] [stderr]    --> crates/glasgae/src/transformers/maybe.rs:152:86
[INFO] [stderr]     |
[INFO] [stderr] 152 |     fn foldr(self, f: impl crate::base::data::function::bifunction::BifunT<A, B, B>, z: B) -> B {
[INFO] [stderr]     |                                                                                      ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `f`
[INFO] [stderr]    --> crates/glasgae/src/transformers/maybe.rs:156:20
[INFO] [stderr]     |
[INFO] [stderr] 156 |     fn foldl(self, f: impl crate::base::data::function::bifunction::BifunT<B, A, B>, z: B) -> B {
[INFO] [stderr]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `z`
[INFO] [stderr]    --> crates/glasgae/src/transformers/maybe.rs:156:86
[INFO] [stderr]     |
[INFO] [stderr] 156 |     fn foldl(self, f: impl crate::base::data::function::bifunction::BifunT<B, A, B>, z: B) -> B {
[INFO] [stderr]     |                                                                                      ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `m`
[INFO] [stderr]    --> crates/glasgae/src/transformers/maybe.rs:211:13
[INFO] [stderr]     |
[INFO] [stderr] 211 |     fn lift(m: MI) -> Self {
[INFO] [stderr]     |             ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `f`
[INFO] [stderr]    --> crates/glasgae/src/transformers/state.rs:348:25
[INFO] [stderr]     |
[INFO] [stderr] 348 |     fn traverse_t(self, f: impl FunctionT<Self::Pointed, MB>) -> MC {
[INFO] [stderr]     |                         ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `f`
[INFO] [stderr]    --> crates/glasgae/src/transformers/lift.rs:132:20
[INFO] [stderr]     |
[INFO] [stderr] 132 |     fn foldr(self, f: impl BifunT<Self::Pointed, B, B>, z: B) -> B {
[INFO] [stderr]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `z`
[INFO] [stderr]    --> crates/glasgae/src/transformers/lift.rs:132:57
[INFO] [stderr]     |
[INFO] [stderr] 132 |     fn foldr(self, f: impl BifunT<Self::Pointed, B, B>, z: B) -> B {
[INFO] [stderr]     |                                                         ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `f`
[INFO] [stderr]    --> crates/glasgae/src/transformers/lift.rs:136:20
[INFO] [stderr]     |
[INFO] [stderr] 136 |     fn foldl(self, f: impl BifunT<B, Self::Pointed, B>, z: B) -> B {
[INFO] [stderr]     |                    ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `z`
[INFO] [stderr]    --> crates/glasgae/src/transformers/lift.rs:136:57
[INFO] [stderr]     |
[INFO] [stderr] 136 |     fn foldl(self, f: impl BifunT<B, Self::Pointed, B>, z: B) -> B {
[INFO] [stderr]     |                                                         ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `f`
[INFO] [stderr]    --> crates/glasgae/src/zipper_cont.rs:181:21
[INFO] [stderr]     |
[INFO] [stderr] 181 |     fn foldr1(self, f: impl BifunT<String, String, String>) -> String {
[INFO] [stderr]     |                     ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `f`
[INFO] [stderr]    --> crates/glasgae/src/zipper_cont.rs:185:21
[INFO] [stderr]     |
[INFO] [stderr] 185 |     fn foldl1(self, f: impl BifunT<String, String, String>) -> String {
[INFO] [stderr]     |                     ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test` is never used
[INFO] [stderr]    --> crates/glasgae/src/base/data/functor/identity.rs:120:4
[INFO] [stderr]     |
[INFO] [stderr] 120 | fn test() {
[INFO] [stderr]     |    ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait `LowerEither` is never used
[INFO] [stderr]    --> crates/glasgae/src/transformers/except.rs:423:7
[INFO] [stderr]     |
[INFO] [stderr] 423 | trait LowerEither<E, A>: Pointed<Pointed = Either<E, A>> + WithPointed<A> {
[INFO] [stderr]     |       ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `glasgae` (lib) generated 26 warnings (run `cargo fix --lib -p glasgae` to apply 1 suggestion)
[INFO] [stderr] warning: `glasgae` (lib test) generated 26 warnings (26 duplicates)
[INFO] [stderr] warning: unused import: `class::MonadTrans`
[INFO] [stderr]  --> crates/glasgae/examples/turnstile.rs:8:20
[INFO] [stderr]   |
[INFO] [stderr] 8 |     transformers::{class::MonadTrans, reader::ReaderT, state::StateT, writer::WriterT},
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `glasgae` (example "turnstile") generated 1 warning (run `cargo fix --example "turnstile"` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/glasgae-97e3bacd3636b504)
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test logger::state_logging::test::test_state_logging ... ok
[INFO] [stdout] test base::data::tree::rose_tree::test_rose_tree_sequence ... ok
[INFO] [stdout] test logger::test::test_monad_logger ... ok
[INFO] [stdout] test transformers::state::test::test_filter_m ... ok
[INFO] [stdout] test transformers::state::test::test_fold_m ... ok
[INFO] [stdout] test transformers::state::test::test_monday ... ok
[INFO] [stdout] test transformers::state::test::test_map_m ... ok
[INFO] [stdout] test transformers::state::test::test_coin_s ... ok
[INFO] [stdout] test transformers::state::test::test_monday_s ... ok
[INFO] [stdout] test transformers::cont::test::test_cont_1 ... ok
[INFO] [stdout] test transformers::state::test::test_turnstile ... ok
[INFO] [stdout] test transformers::state::test::test_replicate ... ok
[INFO] [stdout] test transformers::writer::test::test_acc_writer ... ok
[INFO] [stdout] test zipper_cont::test::test_1 ... ok
[INFO] [stdout] test zipper_cont::test::test_2 ... ok
[INFO] [stdout] test transformers::reader::test::test_html_reader ... ok
[INFO] [stdout] test transformers::reader::test::test_html ... ok
[INFO] [stdout] test zipper_cont::test::test_3 ... ok
[INFO] [stdout] test zipper_cont::test::test_zip_1 ... ok
[INFO] [stdout] test zipper_cont::test::test_zip_3 ... ok
[INFO] [stdout] test zipper_cont::test::test_zip_2 ... ok
[INFO] [stdout] test zipper_cont::test::test_4 ... ok
[INFO] [stdout] test logger::test::test_monad_logger_state ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- logger::test::test_monad_logger_state stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'logger::test::test_monad_logger_state' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.3/src/logger.rs:879:16:
[INFO] [stdout] env_logger::init should not be called after logger initialized: SetLoggerError(())
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57cb9b236152 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57cb9b236152 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57cb9b236152 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x57cb9b236152 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x57cb9b25c023 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x57cb9b25c023 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x57cb9b2330d3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x57cb9b2330d3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x57cb9b235fa2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x57cb9b2376c9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x57cb9b2374fe - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x57cb9b0ea174 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x57cb9b0ea174 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x57cb9b23809e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x57cb9b23809e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x57cb9b237e6a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x57cb9b236649 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x57cb9b237afd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x57cb9b25a710 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x57cb9b25abc6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x57cb9b0f6852 - core::result::Result<T,E>::expect::he854f0eaf6e18273
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1119:23
[INFO] [stdout]   21:     0x57cb9b0f6852 - env_logger::logger::init::h1b676ff5cc7d9b4b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.3/src/logger.rs:879:16
[INFO] [stdout]   22:     0x57cb9b070ae7 - core::ops::function::FnOnce::call_once::h3138fb014847fe1f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   23:     0x57cb9b06d84e - core::ops::function::FnOnce::call_once{{vtable.shim}}::h0db8d335b42fb255
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x57cb9b057648 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hc80db3bd9837feb5
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   25:     0x57cb9b08d3a3 - glasgae::base::grl::io::IO<T>::run::ha731be19fac46dac
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/glasgae/src/base/grl/io.rs:113:9
[INFO] [stdout]   26:     0x57cb9b08e22f - <glasgae::base::grl::io::IO<T> as glasgae::base::control::monad::ChainM<U>>::chain_m::{{closure}}::hf079cf1b00dc9449
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/glasgae/src/base/grl/io.rs:177:36
[INFO] [stdout]   27:     0x57cb9b06d4ee - core::ops::function::FnOnce::call_once{{vtable.shim}}::h00635ff7e1ef2796
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   28:     0x57cb9b0569f8 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha7cef24a40a4868c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   29:     0x57cb9b08d363 - glasgae::base::grl::io::IO<T>::run::h30a89017d895ade7
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/glasgae/src/base/grl/io.rs:113:9
[INFO] [stdout]   30:     0x57cb9b08df6f - <glasgae::base::grl::io::IO<T> as glasgae::base::control::monad::ChainM<U>>::chain_m::{{closure}}::h7f50f051b8ee866f
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/glasgae/src/base/grl/io.rs:177:36
[INFO] [stdout]   31:     0x57cb9b06ed6e - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6f16ef7f35ad1372
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   32:     0x57cb9b0569f8 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha7cef24a40a4868c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   33:     0x57cb9b08d363 - glasgae::base::grl::io::IO<T>::run::h30a89017d895ade7
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/glasgae/src/base/grl/io.rs:113:9
[INFO] [stdout]   34:     0x57cb9b08df6f - <glasgae::base::grl::io::IO<T> as glasgae::base::control::monad::ChainM<U>>::chain_m::{{closure}}::h7f50f051b8ee866f
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/glasgae/src/base/grl/io.rs:177:36
[INFO] [stdout]   35:     0x57cb9b06ed6e - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6f16ef7f35ad1372
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   36:     0x57cb9b0569f8 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha7cef24a40a4868c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   37:     0x57cb9b08d363 - glasgae::base::grl::io::IO<T>::run::h30a89017d895ade7
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/glasgae/src/base/grl/io.rs:113:9
[INFO] [stdout]   38:     0x57cb9b08df6f - <glasgae::base::grl::io::IO<T> as glasgae::base::control::monad::ChainM<U>>::chain_m::{{closure}}::h7f50f051b8ee866f
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/glasgae/src/base/grl/io.rs:177:36
[INFO] [stdout]   39:     0x57cb9b06ed6e - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6f16ef7f35ad1372
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   40:     0x57cb9b0569f8 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha7cef24a40a4868c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   41:     0x57cb9b08d363 - glasgae::base::grl::io::IO<T>::run::h30a89017d895ade7
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/glasgae/src/base/grl/io.rs:113:9
[INFO] [stdout]   42:     0x57cb9b08df6f - <glasgae::base::grl::io::IO<T> as glasgae::base::control::monad::ChainM<U>>::chain_m::{{closure}}::h7f50f051b8ee866f
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/glasgae/src/base/grl/io.rs:177:36
[INFO] [stdout]   43:     0x57cb9b06ed6e - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6f16ef7f35ad1372
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   44:     0x57cb9b0569f8 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha7cef24a40a4868c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x57cb9b08d363 - glasgae::base::grl::io::IO<T>::run::h30a89017d895ade7
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/glasgae/src/base/grl/io.rs:113:9
[INFO] [stdout]   46:     0x57cb9b08df6f - <glasgae::base::grl::io::IO<T> as glasgae::base::control::monad::ChainM<U>>::chain_m::{{closure}}::h7f50f051b8ee866f
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/glasgae/src/base/grl/io.rs:177:36
[INFO] [stdout]   47:     0x57cb9b06ed6e - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6f16ef7f35ad1372
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   48:     0x57cb9b0569f8 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha7cef24a40a4868c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   49:     0x57cb9b08d363 - glasgae::base::grl::io::IO<T>::run::h30a89017d895ade7
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/glasgae/src/base/grl/io.rs:113:9
[INFO] [stdout]   50:     0x57cb9b08df6f - <glasgae::base::grl::io::IO<T> as glasgae::base::control::monad::ChainM<U>>::chain_m::{{closure}}::h7f50f051b8ee866f
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/glasgae/src/base/grl/io.rs:177:36
[INFO] [stdout]   51:     0x57cb9b06ed6e - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6f16ef7f35ad1372
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   52:     0x57cb9b0569f8 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha7cef24a40a4868c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   53:     0x57cb9b08d363 - glasgae::base::grl::io::IO<T>::run::h30a89017d895ade7
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/glasgae/src/base/grl/io.rs:113:9
[INFO] [stdout]   54:     0x57cb9b08df6f - <glasgae::base::grl::io::IO<T> as glasgae::base::control::monad::ChainM<U>>::chain_m::{{closure}}::h7f50f051b8ee866f
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/glasgae/src/base/grl/io.rs:177:36
[INFO] [stdout]   55:     0x57cb9b06ed6e - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6f16ef7f35ad1372
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   56:     0x57cb9b0569f8 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha7cef24a40a4868c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   57:     0x57cb9b08d363 - glasgae::base::grl::io::IO<T>::run::h30a89017d895ade7
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/glasgae/src/base/grl/io.rs:113:9
[INFO] [stdout]   58:     0x57cb9b08e17f - <glasgae::base::grl::io::IO<T> as glasgae::base::control::monad::ChainM<U>>::chain_m::{{closure}}::hade9eb748dd7521d
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/glasgae/src/base/grl/io.rs:177:36
[INFO] [stdout]   59:     0x57cb9b06e7ae - core::ops::function::FnOnce::call_once{{vtable.shim}}::h53af8925f6e69897
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   60:     0x57cb9b057648 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hc80db3bd9837feb5
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   61:     0x57cb9b08d3a3 - glasgae::base::grl::io::IO<T>::run::ha731be19fac46dac
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/glasgae/src/base/grl/io.rs:113:9
[INFO] [stdout]   62:     0x57cb9b08d3e2 - <glasgae::base::grl::io::IO<T> as std::process::Termination>::report::h63c8c9aad68548e4
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/glasgae/src/base/grl/io.rs:122:33
[INFO] [stdout]   63:     0x57cb9b08b82d - test::assert_test_result::h0233488e78ce082c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:251:23
[INFO] [stdout]   64:     0x57cb9b09eda3 - glasgae::logger::test::test_monad_logger_state::{{closure}}::h41ebb127ac440256
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/glasgae/src/logger/mod.rs:287:5
[INFO] [stdout]   65:     0x57cb9b070806 - core::ops::function::FnOnce::call_once::h05a292ddf2cbce5d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   66:     0x57cb9b0ef9db - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   67:     0x57cb9b0ef9db - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   68:     0x57cb9b0eeb15 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   69:     0x57cb9b0eeb15 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   70:     0x57cb9b0eeb15 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   71:     0x57cb9b0eeb15 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   72:     0x57cb9b0eeb15 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x57cb9b0eeb15 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   74:     0x57cb9b0eeb15 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   75:     0x57cb9b0b2714 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   76:     0x57cb9b0b2714 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   77:     0x57cb9b0b60ea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   78:     0x57cb9b0b60ea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   79:     0x57cb9b0b60ea - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   80:     0x57cb9b0b60ea - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   81:     0x57cb9b0b60ea - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   82:     0x57cb9b0b60ea - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   83:     0x57cb9b0b60ea - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   84:     0x57cb9b23b01f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   85:     0x57cb9b23b01f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   86:     0x752f637f0aa4 - <unknown>
[INFO] [stdout]   87:     0x752f6387da34 - clone
[INFO] [stdout]   88:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     logger::test::test_monad_logger_state
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 22 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p glasgae --lib`
[INFO] running `Command { std: "docker" "inspect" "d2b1d5a81b16e63f137cf601078c665be82f3079792c140f499fd52453e327ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2b1d5a81b16e63f137cf601078c665be82f3079792c140f499fd52453e327ca", kill_on_drop: false }`
[INFO] [stdout] d2b1d5a81b16e63f137cf601078c665be82f3079792c140f499fd52453e327ca
