[INFO] cloning repository https://github.com/qwertz19281/mosium [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/qwertz19281/mosium" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqwertz19281%2Fmosium", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqwertz19281%2Fmosium'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d6836fa208259bedf8d745afb6723bb96b98dc20 [INFO] testing qwertz19281/mosium against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqwertz19281%2Fmosium" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/qwertz19281/mosium on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/qwertz19281/mosium [INFO] finished tweaking git repo https://github.com/qwertz19281/mosium [INFO] tweaked toml for git repo https://github.com/qwertz19281/mosium written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/qwertz19281/mosium already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 34b6c64eb5603bb344bb4537b5ba6e7662c6e1286e45d3a719742ac22474fc19 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "34b6c64eb5603bb344bb4537b5ba6e7662c6e1286e45d3a719742ac22474fc19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "34b6c64eb5603bb344bb4537b5ba6e7662c6e1286e45d3a719742ac22474fc19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34b6c64eb5603bb344bb4537b5ba6e7662c6e1286e45d3a719742ac22474fc19", kill_on_drop: false }` [INFO] [stdout] 34b6c64eb5603bb344bb4537b5ba6e7662c6e1286e45d3a719742ac22474fc19 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2735fecc76aac7fdd164114ccf7d048c22fcbbdfc9fc1ec0a6f19ea63c0fb5be [INFO] running `Command { std: "docker" "start" "-a" "2735fecc76aac7fdd164114ccf7d048c22fcbbdfc9fc1ec0a6f19ea63c0fb5be", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling bytemuck v1.2.0 [INFO] [stderr] Compiling futures-timer v2.0.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling once_cell v1.3.1 [INFO] [stderr] Compiling futures-io v0.3.4 [INFO] [stderr] Compiling futures-core v0.3.4 [INFO] [stderr] Compiling pin-project-lite v0.1.4 [INFO] [stderr] Compiling lab v0.7.2 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling miniz_oxide v0.3.6 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling kv-log-macro v1.0.4 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling deflate v0.8.4 [INFO] [stderr] Compiling tiff v0.4.0 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling async-task v1.3.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling png v0.16.2 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling async-std v1.5.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.18 [INFO] [stderr] Compiling image v0.23.3 [INFO] [stderr] Compiling mosion v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `rand::RngCore` [INFO] [stdout] --> src/mapping/simplemal.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use rand::RngCore; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/mapping/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / macro_rules! puzzle_match { [INFO] [stdout] 33 | | ($($t:pat,$v:ty),*) => { [INFO] [stdout] 34 | | $( $t => $v::puzzle(matches,wall,tiles), [INFO] [stdout] 35 | | )* [INFO] [stdout] 36 | | }; [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `crop` [INFO] [stdout] --> src/decoding/split.rs:9:49 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn split_wall(wall: RgbaImage, crop: bool, (tw,th): (u32,u32), scale: FilterType, pre_lab: bool) -> (Vec>,(u32,u32)) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_crop` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tiles` [INFO] [stdout] --> src/mapping/simplemal.rs:7:66 [INFO] [stdout] | [INFO] [stdout] 7 | fn puzzle(mut matches: Vec, wall: &mut [Option], tiles: usize, noise: usize) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_tiles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `noise` [INFO] [stdout] --> src/mapping/simplemal.rs:7:80 [INFO] [stdout] | [INFO] [stdout] 7 | fn puzzle(mut matches: Vec, wall: &mut [Option], tiles: usize, noise: usize) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_noise` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `noise` [INFO] [stdout] --> src/mapping/alltoall.rs:7:80 [INFO] [stdout] | [INFO] [stdout] 7 | fn puzzle(mut matches: Vec, wall: &mut [Option], tiles: usize, noise: usize) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_noise` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/meta.rs:13:21 [INFO] [stdout] | [INFO] [stdout] 13 | pub type ArcMeta = Arc>; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 13 | pub type ArcMeta = Arc>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 02s [INFO] running `Command { std: "docker" "inspect" "2735fecc76aac7fdd164114ccf7d048c22fcbbdfc9fc1ec0a6f19ea63c0fb5be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2735fecc76aac7fdd164114ccf7d048c22fcbbdfc9fc1ec0a6f19ea63c0fb5be", kill_on_drop: false }` [INFO] [stdout] 2735fecc76aac7fdd164114ccf7d048c22fcbbdfc9fc1ec0a6f19ea63c0fb5be [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 285962e54c902fd04a9fba08eac6264304aed401f6106037a5f0ec20c8613fc1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "285962e54c902fd04a9fba08eac6264304aed401f6106037a5f0ec20c8613fc1", kill_on_drop: false }` [INFO] [stderr] Compiling mosion v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `rand::RngCore` [INFO] [stdout] --> src/mapping/simplemal.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use rand::RngCore; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/mapping/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / macro_rules! puzzle_match { [INFO] [stdout] 33 | | ($($t:pat,$v:ty),*) => { [INFO] [stdout] 34 | | $( $t => $v::puzzle(matches,wall,tiles), [INFO] [stdout] 35 | | )* [INFO] [stdout] 36 | | }; [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `crop` [INFO] [stdout] --> src/decoding/split.rs:9:49 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn split_wall(wall: RgbaImage, crop: bool, (tw,th): (u32,u32), scale: FilterType, pre_lab: bool) -> (Vec>,(u32,u32)) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_crop` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tiles` [INFO] [stdout] --> src/mapping/simplemal.rs:7:66 [INFO] [stdout] | [INFO] [stdout] 7 | fn puzzle(mut matches: Vec, wall: &mut [Option], tiles: usize, noise: usize) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_tiles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `noise` [INFO] [stdout] --> src/mapping/simplemal.rs:7:80 [INFO] [stdout] | [INFO] [stdout] 7 | fn puzzle(mut matches: Vec, wall: &mut [Option], tiles: usize, noise: usize) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_noise` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `noise` [INFO] [stdout] --> src/mapping/alltoall.rs:7:80 [INFO] [stdout] | [INFO] [stdout] 7 | fn puzzle(mut matches: Vec, wall: &mut [Option], tiles: usize, noise: usize) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_noise` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/meta.rs:13:21 [INFO] [stdout] | [INFO] [stdout] 13 | pub type ArcMeta = Arc>; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 13 | pub type ArcMeta = Arc>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.35s [INFO] running `Command { std: "docker" "inspect" "285962e54c902fd04a9fba08eac6264304aed401f6106037a5f0ec20c8613fc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "285962e54c902fd04a9fba08eac6264304aed401f6106037a5f0ec20c8613fc1", kill_on_drop: false }` [INFO] [stdout] 285962e54c902fd04a9fba08eac6264304aed401f6106037a5f0ec20c8613fc1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6827894993ea5492045ff3c1b122c42db20a090f9063aa5ab8b18c758f489bec [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6827894993ea5492045ff3c1b122c42db20a090f9063aa5ab8b18c758f489bec", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `rand::RngCore` [INFO] [stderr] --> src/mapping/simplemal.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use rand::RngCore; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/mapping/mod.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / macro_rules! puzzle_match { [INFO] [stderr] 33 | | ($($t:pat,$v:ty),*) => { [INFO] [stderr] 34 | | $( $t => $v::puzzle(matches,wall,tiles), [INFO] [stderr] 35 | | )* [INFO] [stderr] 36 | | }; [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `crop` [INFO] [stderr] --> src/decoding/split.rs:9:49 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn split_wall(wall: RgbaImage, crop: bool, (tw,th): (u32,u32), scale: FilterType, pre_lab: bool) -> (Vec>,(u32,u32)) { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_crop` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `tiles` [INFO] [stderr] --> src/mapping/simplemal.rs:7:66 [INFO] [stderr] | [INFO] [stderr] 7 | fn puzzle(mut matches: Vec, wall: &mut [Option], tiles: usize, noise: usize) { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_tiles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `noise` [INFO] [stderr] --> src/mapping/simplemal.rs:7:80 [INFO] [stderr] | [INFO] [stderr] 7 | fn puzzle(mut matches: Vec, wall: &mut [Option], tiles: usize, noise: usize) { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_noise` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `noise` [INFO] [stderr] --> src/mapping/alltoall.rs:7:80 [INFO] [stderr] | [INFO] [stderr] 7 | fn puzzle(mut matches: Vec, wall: &mut [Option], tiles: usize, noise: usize) { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_noise` [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/meta.rs:13:21 [INFO] [stderr] | [INFO] [stderr] 13 | pub type ArcMeta = Arc>; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stderr] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] | [INFO] [stderr] 13 | pub type ArcMeta = Arc>; [INFO] [stderr] | -- [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/mosion-808748513064b861 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test comparer::boring::labparse ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6827894993ea5492045ff3c1b122c42db20a090f9063aa5ab8b18c758f489bec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6827894993ea5492045ff3c1b122c42db20a090f9063aa5ab8b18c758f489bec", kill_on_drop: false }` [INFO] [stdout] 6827894993ea5492045ff3c1b122c42db20a090f9063aa5ab8b18c758f489bec