[INFO] fetching crate tylisp 0.1.0... [INFO] testing tylisp-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8 [INFO] extracting crate tylisp 0.1.0 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate tylisp 0.1.0 [INFO] finished tweaking crates.io crate tylisp 0.1.0 [INFO] tweaked toml for crates.io crate tylisp 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate tylisp 0.1.0 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] Locking 18 packages to latest compatible versions [INFO] [stderr] Adding frunk v0.3.2 (available: v0.4.4) [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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] b5fa743ff443f43f7febfb3d476e85c7d77de9c9add14b0963c441c503326e25 [INFO] running `Command { std: "docker" "start" "-a" "b5fa743ff443f43f7febfb3d476e85c7d77de9c9add14b0963c441c503326e25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b5fa743ff443f43f7febfb3d476e85c7d77de9c9add14b0963c441c503326e25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5fa743ff443f43f7febfb3d476e85c7d77de9c9add14b0963c441c503326e25", kill_on_drop: false }` [INFO] [stdout] b5fa743ff443f43f7febfb3d476e85c7d77de9c9add14b0963c441c503326e25 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] f7831c4a3e28117f7111a291825f737ac94f1c0e060e9d24a884d9e88d9bcb61 [INFO] running `Command { std: "docker" "start" "-a" "f7831c4a3e28117f7111a291825f737ac94f1c0e060e9d24a884d9e88d9bcb61", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.177 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling typenum-uuid v0.1.0 [INFO] [stderr] Compiling tylisp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `frunk` [INFO] [stdout] --> src/lib.rs:54:7 [INFO] [stdout] | [INFO] [stdout] 54 | #[cfg(frunk)] pub use frunk::{HNil,HCons}; [INFO] [stdout] | ^^^^^ help: found config with similar value: `feature = "frunk"` [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frunk)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(frunk)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `frunk` [INFO] [stdout] --> src/lib.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg(not(frunk))] [INFO] [stdout] | ^^^^^ help: found config with similar value: `feature = "frunk"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frunk)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(frunk)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `frunk` [INFO] [stdout] --> src/lib.rs:59:11 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg(not(frunk))] [INFO] [stdout] | ^^^^^ help: found config with similar value: `feature = "frunk"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frunk)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(frunk)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s [INFO] running `Command { std: "docker" "inspect" "f7831c4a3e28117f7111a291825f737ac94f1c0e060e9d24a884d9e88d9bcb61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7831c4a3e28117f7111a291825f737ac94f1c0e060e9d24a884d9e88d9bcb61", kill_on_drop: false }` [INFO] [stdout] f7831c4a3e28117f7111a291825f737ac94f1c0e060e9d24a884d9e88d9bcb61 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 51e8d084eb3ab1c4cbf552e51cd28f57aa12ff18a441ac6603b0ebce7a03c577 [INFO] running `Command { std: "docker" "start" "-a" "51e8d084eb3ab1c4cbf552e51cd28f57aa12ff18a441ac6603b0ebce7a03c577", kill_on_drop: false }` [INFO] [stderr] Compiling tylisp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `frunk` [INFO] [stdout] --> src/lib.rs:54:7 [INFO] [stdout] | [INFO] [stdout] 54 | #[cfg(frunk)] pub use frunk::{HNil,HCons}; [INFO] [stdout] | ^^^^^ help: found config with similar value: `feature = "frunk"` [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frunk)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(frunk)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `frunk` [INFO] [stdout] --> src/lib.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg(not(frunk))] [INFO] [stdout] | ^^^^^ help: found config with similar value: `feature = "frunk"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frunk)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(frunk)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `frunk` [INFO] [stdout] --> src/lib.rs:59:11 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg(not(frunk))] [INFO] [stdout] | ^^^^^ help: found config with similar value: `feature = "frunk"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frunk)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(frunk)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `frunk` [INFO] [stdout] --> src/lib.rs:54:7 [INFO] [stdout] | [INFO] [stdout] 54 | #[cfg(frunk)] pub use frunk::{HNil,HCons}; [INFO] [stdout] | ^^^^^ help: found config with similar value: `feature = "frunk"` [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frunk)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(frunk)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `frunk` [INFO] [stdout] --> src/lib.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg(not(frunk))] [INFO] [stdout] | ^^^^^ help: found config with similar value: `feature = "frunk"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frunk)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(frunk)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `frunk` [INFO] [stdout] --> src/lib.rs:59:11 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg(not(frunk))] [INFO] [stdout] | ^^^^^ help: found config with similar value: `feature = "frunk"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frunk)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(frunk)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tn::Unsigned` [INFO] [stdout] --> src/ops/list.rs:666:9 [INFO] [stdout] | [INFO] [stdout] 666 | use tn::Unsigned; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tn::Unsigned` [INFO] [stdout] --> src/ops/list.rs:688:9 [INFO] [stdout] | [INFO] [stdout] 688 | use tn::Unsigned; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tn::Unsigned` [INFO] [stdout] --> src/ops/list.rs:710:9 [INFO] [stdout] | [INFO] [stdout] 710 | use tn::Unsigned; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tn::Unsigned` [INFO] [stdout] --> src/ops/list.rs:731:9 [INFO] [stdout] | [INFO] [stdout] 731 | use tn::Unsigned; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 30.17s [INFO] running `Command { std: "docker" "inspect" "51e8d084eb3ab1c4cbf552e51cd28f57aa12ff18a441ac6603b0ebce7a03c577", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51e8d084eb3ab1c4cbf552e51cd28f57aa12ff18a441ac6603b0ebce7a03c577", kill_on_drop: false }` [INFO] [stdout] 51e8d084eb3ab1c4cbf552e51cd28f57aa12ff18a441ac6603b0ebce7a03c577 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 81579071093c4477cd4ce2035b9ac5d928738479866c28f987f89582661578fa [INFO] running `Command { std: "docker" "start" "-a" "81579071093c4477cd4ce2035b9ac5d928738479866c28f987f89582661578fa", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `frunk` [INFO] [stderr] --> src/lib.rs:54:7 [INFO] [stderr] | [INFO] [stderr] 54 | #[cfg(frunk)] pub use frunk::{HNil,HCons}; [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "frunk"` [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frunk)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(frunk)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `frunk` [INFO] [stderr] --> src/lib.rs:55:11 [INFO] [stderr] | [INFO] [stderr] 55 | #[cfg(not(frunk))] [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "frunk"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frunk)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(frunk)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `frunk` [INFO] [stderr] --> src/lib.rs:59:11 [INFO] [stderr] | [INFO] [stderr] 59 | #[cfg(not(frunk))] [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "frunk"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frunk)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(frunk)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unused import: `tn::Unsigned` [INFO] [stderr] --> src/ops/list.rs:666:9 [INFO] [stderr] | [INFO] [stderr] 666 | use tn::Unsigned; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `tn::Unsigned` [INFO] [stderr] --> src/ops/list.rs:688:9 [INFO] [stderr] | [INFO] [stderr] 688 | use tn::Unsigned; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `tn::Unsigned` [INFO] [stderr] --> src/ops/list.rs:710:9 [INFO] [stderr] | [INFO] [stderr] 710 | use tn::Unsigned; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `tn::Unsigned` [INFO] [stderr] --> src/ops/list.rs:731:9 [INFO] [stderr] | [INFO] [stderr] 731 | use tn::Unsigned; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `tylisp` (lib) generated 3 warnings [INFO] [stderr] warning: `tylisp` (lib test) generated 7 warnings (3 duplicates) (run `cargo fix --lib -p tylisp --tests` to apply 4 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tylisp-a9503d4d42c3affd) [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test ops::arith::test_add ... ok [INFO] [stdout] test ops::arith::test_sub ... ok [INFO] [stdout] test ops::if_impl::test_cond ... ok [INFO] [stdout] test ops::if_impl::test ... ok [INFO] [stdout] test ops::list::test_any_all ... ok [INFO] [stderr] Running tests/externally_usable.rs (/opt/rustwide/target/debug/deps/externally_usable-3a782e8c88de0406) [INFO] [stdout] test ops::list::test_collate_and_any ... ok [INFO] [stdout] test ops::list::test_concat ... ok [INFO] [stdout] test ops::list::test_contains ... ok [INFO] [stdout] test ops::list::test_differ ... ok [INFO] [stdout] test ops::list::test_filter ... ok [INFO] [stdout] test ops::list::test_intersection ... ok [INFO] [stdout] test ops::list::test_map ... ok [INFO] [stdout] test ops::list::test_map_iter ... ok [INFO] [stdout] test ops::list::test_fold ... ok [INFO] [stdout] test ops::list::test_find ... ok [INFO] [stdout] test ops::list::test_remove ... ok [INFO] [stdout] test ops::list::test_reverse ... ok [INFO] [stdout] test ops::list::test_set_insert ... ok [INFO] [stdout] test ops::list::test_union ... ok [INFO] [stdout] test ops::list::test_without ... ok [INFO] [stdout] test ops::test_is ... ok [INFO] [stdout] test ops::test_partial ... ok [INFO] [stdout] test ops::test_is_not ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stderr] Doc-tests tylisp [INFO] [stdout] test defun_rust ... ok [INFO] [stdout] test test_is ... ok [INFO] [stdout] test main ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "81579071093c4477cd4ce2035b9ac5d928738479866c28f987f89582661578fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81579071093c4477cd4ce2035b9ac5d928738479866c28f987f89582661578fa", kill_on_drop: false }` [INFO] [stdout] 81579071093c4477cd4ce2035b9ac5d928738479866c28f987f89582661578fa