[INFO] fetching crate aoko 0.3.0-alpha.30...
[INFO] testing aoko-0.3.0-alpha.30 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate aoko 0.3.0-alpha.30 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate aoko 0.3.0-alpha.30
[INFO] finished tweaking crates.io crate aoko 0.3.0-alpha.30
[INFO] tweaked toml for crates.io crate aoko 0.3.0-alpha.30 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate aoko 0.3.0-alpha.30 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 57 packages to latest compatible versions
[INFO] [stderr]       Adding itertools v0.10.5 (available: v0.14.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a56c0cfe9589201eeb675d67662df4f58c69faa5ee0b26c3f605634a0eacc033
[INFO] running `Command { std: "docker" "start" "-a" "a56c0cfe9589201eeb675d67662df4f58c69faa5ee0b26c3f605634a0eacc033", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a56c0cfe9589201eeb675d67662df4f58c69faa5ee0b26c3f605634a0eacc033", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a56c0cfe9589201eeb675d67662df4f58c69faa5ee0b26c3f605634a0eacc033", kill_on_drop: false }`
[INFO] [stdout] a56c0cfe9589201eeb675d67662df4f58c69faa5ee0b26c3f605634a0eacc033
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 96aa14c886bf228615b1fcf40a5f86caaec4d9e8dbc25b65ddb98d61f777ed6a
[INFO] running `Command { std: "docker" "start" "-a" "96aa14c886bf228615b1fcf40a5f86caaec4d9e8dbc25b65ddb98d61f777ed6a", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling web-time v1.1.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling no-std-compat2 v0.4.5
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling ctor v0.1.26
[INFO] [stderr]    Compiling minstant v0.1.7
[INFO] [stderr]    Compiling aoko v0.3.0-alpha.30 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `proc`
[INFO] [stdout]  --> src/no_std/macros/mod.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(feature = "proc")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `async`, `default`, `full`, `minstant`, `paral`, `rayon`, `std`, and `tokio`
[INFO] [stdout]   = help: consider adding `proc` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/no_std/functions/ext.rs:458:21
[INFO] [stdout]     |
[INFO] [stdout] 458 |     fn to_str_lossy(&self) -> Cow<str>;
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 458 |     fn to_str_lossy(&self) -> Cow<'_, str>;
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/no_std/functions/ext.rs:488:21
[INFO] [stdout]     |
[INFO] [stdout] 488 |     fn to_str_lossy(&self) -> Cow<str> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 488 |     fn to_str_lossy(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s
[INFO] running `Command { std: "docker" "inspect" "96aa14c886bf228615b1fcf40a5f86caaec4d9e8dbc25b65ddb98d61f777ed6a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "96aa14c886bf228615b1fcf40a5f86caaec4d9e8dbc25b65ddb98d61f777ed6a", kill_on_drop: false }`
[INFO] [stdout] 96aa14c886bf228615b1fcf40a5f86caaec4d9e8dbc25b65ddb98d61f777ed6a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 04c60929bb4d783bd11972c7a9e2a1d582017069d08174cd068f3a9897cd01d7
[INFO] running `Command { std: "docker" "start" "-a" "04c60929bb4d783bd11972c7a9e2a1d582017069d08174cd068f3a9897cd01d7", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition value: `proc`
[INFO] [stdout]  --> src/no_std/macros/mod.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(feature = "proc")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `async`, `default`, `full`, `minstant`, `paral`, `rayon`, `std`, and `tokio`
[INFO] [stdout]   = help: consider adding `proc` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/no_std/functions/ext.rs:458:21
[INFO] [stdout]     |
[INFO] [stdout] 458 |     fn to_str_lossy(&self) -> Cow<str>;
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 458 |     fn to_str_lossy(&self) -> Cow<'_, str>;
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/no_std/functions/ext.rs:488:21
[INFO] [stdout]     |
[INFO] [stdout] 488 |     fn to_str_lossy(&self) -> Cow<str> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 488 |     fn to_str_lossy(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling aoko v0.3.0-alpha.30 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `proc`
[INFO] [stdout]  --> src/no_std/macros/mod.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(feature = "proc")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `async`, `default`, `full`, `minstant`, `paral`, `rayon`, `std`, and `tokio`
[INFO] [stdout]   = help: consider adding `proc` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/no_std/functions/ext.rs:458:21
[INFO] [stdout]     |
[INFO] [stdout] 458 |     fn to_str_lossy(&self) -> Cow<str>;
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 458 |     fn to_str_lossy(&self) -> Cow<'_, str>;
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/no_std/functions/ext.rs:488:21
[INFO] [stdout]     |
[INFO] [stdout] 488 |     fn to_str_lossy(&self) -> Cow<str> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 488 |     fn to_str_lossy(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.58s
[INFO] running `Command { std: "docker" "inspect" "04c60929bb4d783bd11972c7a9e2a1d582017069d08174cd068f3a9897cd01d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04c60929bb4d783bd11972c7a9e2a1d582017069d08174cd068f3a9897cd01d7", kill_on_drop: false }`
[INFO] [stdout] 04c60929bb4d783bd11972c7a9e2a1d582017069d08174cd068f3a9897cd01d7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f8356eb707899c0eae9b0e800e260b28dc8a4b7affce8a2465339158461fba04
[INFO] running `Command { std: "docker" "start" "-a" "f8356eb707899c0eae9b0e800e260b28dc8a4b7affce8a2465339158461fba04", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `proc`
[INFO] [stderr]  --> src/no_std/macros/mod.rs:3:7
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[cfg(feature = "proc")]
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `async`, `default`, `full`, `minstant`, `paral`, `rayon`, `std`, and `tokio`
[INFO] [stderr]   = help: consider adding `proc` as a feature in `Cargo.toml`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/no_std/functions/ext.rs:458:21
[INFO] [stderr]     |
[INFO] [stderr] 458 |     fn to_str_lossy(&self) -> Cow<str>;
[INFO] [stderr]     |                     ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 458 |     fn to_str_lossy(&self) -> Cow<'_, str>;
[INFO] [stderr]     |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/no_std/functions/ext.rs:488:21
[INFO] [stderr]     |
[INFO] [stderr] 488 |     fn to_str_lossy(&self) -> Cow<str> {
[INFO] [stderr]     |                     ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 488 |     fn to_str_lossy(&self) -> Cow<'_, str> {
[INFO] [stderr]     |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: `aoko` (lib) generated 3 warnings (run `cargo fix --lib -p aoko` to apply 2 suggestions)
[INFO] [stderr] warning: `aoko` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoko-fee46193a2935d00)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test no_std::functions::monoid::test::test_all ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests aoko
[INFO] [stdout] 
[INFO] [stdout] running 81 tests
[INFO] [stdout] test src/no_std/cps/operators.rs - no_std::cps::operators::Op::rem_c (line 80) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::AnyExt::if_not_take (line 215) ... ok
[INFO] [stdout] test src/no_std/cps/operators.rs - no_std::cps::operators::Op::mul_c (line 45) ... ok
[INFO] [stdout] test src/no_std/cps/operators.rs - no_std::cps::operators::Op::div_c (line 66) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::AnyExt1::y (line 14) ... ok
[INFO] [stdout] test src/no_std/cps/operators.rs - no_std::cps::operators::Op::sub_c (line 23) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::&'_mut[T]::swap_xor (line 307) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::AnyExt::type_size_with_value (line 183) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::AnyExt::if_take (line 200) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::&'_str::wildcard_match (line 345) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::AnyExt::type_name_with_value (line 167) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::AnyExt::type_name (line 136) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::AnyExt1::if_not_then (line 63) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::AnyExt1::if_then (line 48) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::F::compose (line 712) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::F::curryl (line 656) ... ok
[INFO] [stdout] test src/no_std/cps/operators.rs - no_std::cps::operators::Op::add_c (line 9) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::F::curryr (line 671) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::Option<T>::apply (line 555) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::AnyExt::type_size (line 151) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::Result<T,E>::zip (line 584) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::[u8]::to_str (line 466) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::Option<T>::or_else_some (line 541) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::Result<T,E>::apply (line 605) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::Vec<T>::apply (line 632) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::F::combine (line 694) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::[u8]::to_str_lossy (line 479) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::bool::if_true (line 240) ... ok
[INFO] [stdout] test src/no_std/functions/fam.rs - no_std::functions::fam::Either<E>::pure (line 118) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::bool::if_false (line 255) ... ok
[INFO] [stdout] test src/no_std/functions/fam.rs - no_std::functions::fam::Either<E>::fmap (line 100) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::bool::then_false (line 270) ... ok
[INFO] [stdout] test src/no_std/functions/fam.rs - no_std::functions::fam::Id<T>::fmap (line 178) ... ok
[INFO] [stdout] test src/no_std/functions/fam.rs - no_std::functions::fam::Either<E>::apply (line 133) ... ok
[INFO] [stdout] test src/no_std/functions/fam.rs - no_std::functions::fam::Id<T>::pure (line 193) ... ok
[INFO] [stdout] test src/no_std/functions/fun.rs - no_std::functions::fun::s (line 8) ... ok
[INFO] [stdout] test src/no_std/functions/ext.rs - no_std::functions::ext::u128::fmt_size_from (line 503) ... ok
[INFO] [stdout] test src/no_std/functions/fam.rs - no_std::functions::fam::Maybe::apply (line 60) ... ok
[INFO] [stdout] test src/no_std/functions/fam.rs - no_std::functions::fam::Maybe::fmap (line 27) ... ok
[INFO] [stdout] test src/no_std/functions/fam.rs - no_std::functions::fam::Id<T>::bind (line 219) ... ok
[INFO] [stdout] test src/no_std/functions/fam.rs - no_std::functions::fam::Maybe::pure (line 45) ... ok
[INFO] [stdout] test src/no_std/functions/fam.rs - no_std::functions::fam::Vector::fmap (line 238) ... ok
[INFO] [stdout] test src/no_std/functions/fam.rs - no_std::functions::fam::Id<T>::apply (line 204) ... ok
[INFO] [stdout] test src/no_std/macros/declarative.rs - no_std::macros::declarative::sm (line 57) ... ok
[INFO] [stdout] test src/no_std/functions/fam.rs - no_std::functions::fam::Either<E>::bind (line 155) ... ok
[INFO] [stdout] test src/no_std/functions/fam.rs - no_std::functions::fam::Maybe::bind (line 78) ... ok
[INFO] [stdout] test src/no_std/functions/fam.rs - no_std::functions::fam::Vector::pure (line 251) ... ok
[INFO] [stdout] test src/no_std/macros/declarative.rs - no_std::macros::declarative::structs_from_decl (line 346) ... ok
[INFO] [stdout] test src/no_std/functions/fun.rs - no_std::functions::fun::swap_xor (line 24) ... ok
[INFO] [stdout] test src/no_std/macros/declarative.rs - no_std::macros::declarative::swap (line 81) ... ok
[INFO] [stdout] test src/no_std/macros/declarative.rs - no_std::macros::declarative::val (line 5) ... ok
[INFO] [stdout] test src/no_std/functions/fam.rs - no_std::functions::fam::Vector::apply (line 262) ... ok
[INFO] [stdout] test src/no_std/macros/declarative.rs - no_std::macros::declarative::assert_eqs (line 148) ... ok
[INFO] [stdout] test src/no_std/macros/declarative.rs - no_std::macros::declarative::when (line 184) ... ok
[INFO] [stdout] test src/no_std/macros/declarative.rs - no_std::macros::declarative::structs_default_decl (line 233) ... ok
[INFO] [stdout] test src/no_std/pipelines/pipe.rs - no_std::pipelines::pipe::Pipe (line 38) ... ok
[INFO] [stdout] test src/no_std/macros/declarative.rs - no_std::macros::declarative::var (line 22) ... ok
[INFO] [stdout] test src/no_std/pipelines/conv.rs - no_std::pipelines::conv::TryConv::try_conv (line 69) ... ok
[INFO] [stdout] test src/no_std/macros/declarative.rs - no_std::macros::declarative::asserts (line 128) ... ok
[INFO] [stdout] test src/no_std/macros/declarative.rs - no_std::macros::declarative::s (line 40) ... ok
[INFO] [stdout] test src/no_std/pipelines/pipe.rs - no_std::pipelines::pipe::Pipe::pipe (line 60) ... ok
[INFO] [stdout] test src/no_std/pipelines/conv.rs - no_std::pipelines::conv::Conv::conv (line 41) ... ok
[INFO] [stdout] test src/no_std/pipelines/pipe.rs - no_std::pipelines::pipe::Pipe::pipe_borrow (line 123) ... ok
[INFO] [stdout] test src/no_std/pipelines/pipe.rs - no_std::pipelines::pipe::Pipe::pipe_ref (line 81) ... ok
[INFO] [stdout] test src/no_std/pipelines/pipe.rs - no_std::pipelines::pipe::Pipe::pipe_borrow_mut (line 143) ... ok
[INFO] [stdout] test src/no_std/macros/declarative.rs - no_std::macros::declarative::swap_mut (line 103) ... ok
[INFO] [stdout] test src/no_std/macros/declarative.rs - no_std::macros::declarative::structs_new_decl (line 289) ... ok
[INFO] [stdout] test src/no_std/macros/declarative.rs - no_std::macros::declarative::assert_nes (line 168) ... ok
[INFO] [stdout] test src/no_std/pipelines/tap.rs - no_std::pipelines::tap::TapOptional::tap_some_mut (line 366) ... ok
[INFO] [stdout] test src/no_std/pipelines/tap.rs - no_std::pipelines::tap::TapFallible::tap_err (line 525) ... ok
[INFO] [stdout] test src/no_std/pipelines/pipe.rs - no_std::pipelines::pipe::Pipe::pipe_mut (line 101) ... ok
[INFO] [stdout] test src/no_std/pipelines/tap.rs - no_std::pipelines::tap::Tap::tap (line 55) ... ok
[INFO] [stdout] test src/no_std/pipelines/pipe.rs - no_std::pipelines::pipe::Pipe (line 27) ... ok
[INFO] [stdout] test src/no_std/pipelines/tap.rs - no_std::pipelines::tap::Tap::tap_mut (line 96) ... ok
[INFO] [stdout] test src/no_std/pipelines/tap.rs - no_std::pipelines::tap::Tap::tap_mut (line 86) ... ok
[INFO] [stdout] test src/no_std/pipelines/tap.rs - no_std::pipelines::tap::TapFallible::tap_err_mut (line 544) ... ok
[INFO] [stdout] test src/no_std/pipelines/tap.rs - no_std::pipelines::tap::TapOptional::tap_none (line 385) ... ok
[INFO] [stdout] test src/no_std/pipelines/tap.rs - no_std::pipelines::tap::TapOptional::tap_some (line 347) ... ok
[INFO] [stdout] test src/no_std/pipelines/tap.rs - no_std::pipelines::tap::TapFallible::tap_ok_mut (line 506) ... ok
[INFO] [stdout] test src/no_std/pipelines/tap.rs - no_std::pipelines::tap::TapFallible::tap_ok (line 487) ... ok
[INFO] [stdout] test src/no_std/pipelines/tap.rs - no_std::pipelines::tap (line 14) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 81 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.31s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f8356eb707899c0eae9b0e800e260b28dc8a4b7affce8a2465339158461fba04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f8356eb707899c0eae9b0e800e260b28dc8a4b7affce8a2465339158461fba04", kill_on_drop: false }`
[INFO] [stdout] f8356eb707899c0eae9b0e800e260b28dc8a4b7affce8a2465339158461fba04
