[INFO] cloning repository https://github.com/marrs/scalendar [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/marrs/scalendar" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarrs%2Fscalendar", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarrs%2Fscalendar'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 72d2f5d47ad0bad447a6a5464cef689964f9ceb5 [INFO] testing marrs/scalendar against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarrs%2Fscalendar" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/marrs/scalendar on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/marrs/scalendar [INFO] finished tweaking git repo https://github.com/marrs/scalendar [INFO] tweaked toml for git repo https://github.com/marrs/scalendar written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/marrs/scalendar already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bcab0d5628fde3fd3890b327002a3b7baf0ef9c5841bdd9bb43d55b355f9cff5 [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" "bcab0d5628fde3fd3890b327002a3b7baf0ef9c5841bdd9bb43d55b355f9cff5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bcab0d5628fde3fd3890b327002a3b7baf0ef9c5841bdd9bb43d55b355f9cff5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcab0d5628fde3fd3890b327002a3b7baf0ef9c5841bdd9bb43d55b355f9cff5", kill_on_drop: false }` [INFO] [stdout] bcab0d5628fde3fd3890b327002a3b7baf0ef9c5841bdd9bb43d55b355f9cff5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f5e03f4a927fa54b801f13fd7ec308895cd2eb2b799a360ca96b44fe29838ac0 [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" "f5e03f4a927fa54b801f13fd7ec308895cd2eb2b799a360ca96b44fe29838ac0", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling scalendar v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `DateTime` [INFO] [stdout] --> src/main.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | use chrono::{DateTime, NaiveDate, Datelike, Utc}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ordinal` [INFO] [stdout] --> src/main.rs:119:5 [INFO] [stdout] | [INFO] [stdout] 119 | ordinal: u32, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.01s [INFO] running `Command { std: "docker" "inspect" "f5e03f4a927fa54b801f13fd7ec308895cd2eb2b799a360ca96b44fe29838ac0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5e03f4a927fa54b801f13fd7ec308895cd2eb2b799a360ca96b44fe29838ac0", kill_on_drop: false }` [INFO] [stdout] f5e03f4a927fa54b801f13fd7ec308895cd2eb2b799a360ca96b44fe29838ac0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ea42c5b8eb05fb420100683e9b90f4ce38e73cb243685cdcac51fe8091a8db74 [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" "ea42c5b8eb05fb420100683e9b90f4ce38e73cb243685cdcac51fe8091a8db74", kill_on_drop: false }` [INFO] [stderr] Compiling scalendar v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `DateTime` [INFO] [stdout] --> src/main.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | use chrono::{DateTime, NaiveDate, Datelike, Utc}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ordinal` [INFO] [stdout] --> src/main.rs:119:5 [INFO] [stdout] | [INFO] [stdout] 119 | ordinal: u32, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Write`, `self` [INFO] [stdout] --> tests/main-test.rs:1:15 [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::{self, Write}; [INFO] [stdout] | ^^^^ ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `DateTime` [INFO] [stdout] --> src/main.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | use chrono::{DateTime, NaiveDate, Datelike, Utc}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ordinal` [INFO] [stdout] --> src/main.rs:119:5 [INFO] [stdout] | [INFO] [stdout] 119 | ordinal: u32, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.68s [INFO] running `Command { std: "docker" "inspect" "ea42c5b8eb05fb420100683e9b90f4ce38e73cb243685cdcac51fe8091a8db74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea42c5b8eb05fb420100683e9b90f4ce38e73cb243685cdcac51fe8091a8db74", kill_on_drop: false }` [INFO] [stdout] ea42c5b8eb05fb420100683e9b90f4ce38e73cb243685cdcac51fe8091a8db74 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 58499d3a894a18986abcdc16ce0bc9bd201bbd82aea58bed5d718f70ec22e679 [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" "58499d3a894a18986abcdc16ce0bc9bd201bbd82aea58bed5d718f70ec22e679", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `DateTime` [INFO] [stderr] --> src/main.rs:10:14 [INFO] [stderr] | [INFO] [stderr] 10 | use chrono::{DateTime, NaiveDate, Datelike, Utc}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ordinal` [INFO] [stderr] --> src/main.rs:119:5 [INFO] [stderr] | [INFO] [stderr] 119 | ordinal: u32, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused import: `DateTime` [INFO] [stderr] --> src/main.rs:10:14 [INFO] [stderr] | [INFO] [stderr] 10 | use chrono::{DateTime, NaiveDate, Datelike, Utc}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ordinal` [INFO] [stderr] --> src/main.rs:119:5 [INFO] [stderr] | [INFO] [stderr] 119 | ordinal: u32, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Write`, `self` [INFO] [stderr] --> tests/main-test.rs:1:15 [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::{self, Write}; [INFO] [stderr] | ^^^^ ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/scalendar-d3e4322a66e70df4) [INFO] [stderr] Running tests/main-test.rs (/opt/rustwide/target/debug/deps/main_test-08198e20c7e9eaef) [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] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] error: test failed, to rerun pass '--test main-test' [INFO] [stdout] test default_ouput_matches_calendar ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- default_ouput_matches_calendar stdout ---- [INFO] [stdout] thread 'default_ouput_matches_calendar' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `[48, 32, 74, 117, 110, 32, 48, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 32, 74, 117, 110, 32, 48, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 32, 74, 117, 110, 32, 49, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 32, 74, 117, 110, 32, 49, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 52, 32, 74, 117, 110, 32, 49, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 53, 32, 74, 117, 110, 32, 49, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 54, 32, 74, 117, 110, 32, 49, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 55, 32, 74, 117, 110, 32, 49, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 56, 32, 74, 117, 110, 32, 49, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 57, 32, 74, 117, 110, 32, 49, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 48, 32, 74, 117, 110, 32, 49, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 49, 32, 74, 117, 110, 32, 49, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 50, 32, 74, 117, 110, 32, 50, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 51, 32, 74, 117, 110, 32, 50, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 52, 32, 74, 117, 110, 32, 50, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 53, 32, 74, 117, 110, 32, 50, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 54, 32, 74, 117, 110, 32, 50, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 55, 32, 74, 117, 110, 32, 50, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 56, 32, 74, 117, 110, 32, 50, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 57, 32, 74, 117, 110, 32, 50, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 48, 32, 74, 117, 110, 32, 50, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 49, 32, 74, 117, 110, 32, 50, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 50, 32, 74, 117, 110, 32, 51, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 51, 32, 74, 117, 108, 32, 48, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 52, 32, 74, 117, 108, 32, 48, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 53, 32, 74, 117, 108, 32, 48, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 54, 32, 74, 117, 108, 32, 48, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 55, 32, 74, 117, 108, 32, 48, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 56, 32, 74, 117, 108, 32, 48, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 57, 32, 74, 117, 108, 32, 48, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 48, 32, 74, 117, 108, 32, 48, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 49, 32, 74, 117, 108, 32, 48, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 50, 32, 74, 117, 108, 32, 49, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 51, 32, 74, 117, 108, 32, 49, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 52, 32, 74, 117, 108, 32, 49, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 53, 32, 74, 117, 108, 32, 49, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 54, 32, 74, 117, 108, 32, 49, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 55, 32, 74, 117, 108, 32, 49, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 56, 32, 74, 117, 108, 32, 49, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 57, 32, 74, 117, 108, 32, 49, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 52, 48, 32, 74, 117, 108, 32, 49, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 52, 49, 32, 74, 117, 108, 32, 49, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 52, 50, 32, 74, 117, 108, 32, 50, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 52, 51, 32, 74, 117, 108, 32, 50, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 52, 52, 32, 74, 117, 108, 32, 50, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 52, 53, 32, 74, 117, 108, 32, 50, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 52, 54, 32, 74, 117, 108, 32, 50, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 52, 55, 32, 74, 117, 108, 32, 50, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 52, 56, 32, 74, 117, 108, 32, 50, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 52, 57, 32, 74, 117, 108, 32, 50, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 53, 48, 32, 74, 117, 108, 32, 50, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 53, 49, 32, 74, 117, 108, 32, 50, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 53, 50, 32, 74, 117, 108, 32, 51, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 53, 51, 32, 74, 117, 108, 32, 51, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 53, 52, 32, 65, 117, 103, 32, 48, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 53, 53, 32, 65, 117, 103, 32, 48, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 53, 54, 32, 65, 117, 103, 32, 48, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 53, 55, 32, 65, 117, 103, 32, 48, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 53, 56, 32, 65, 117, 103, 32, 48, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 53, 57, 32, 65, 117, 103, 32, 48, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 54, 48, 32, 65, 117, 103, 32, 48, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 54, 49, 32, 65, 117, 103, 32, 48, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 54, 50, 32, 65, 117, 103, 32, 48, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 54, 51, 32, 65, 117, 103, 32, 49, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 54, 52, 32, 65, 117, 103, 32, 49, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 54, 53, 32, 65, 117, 103, 32, 49, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 54, 54, 32, 65, 117, 103, 32, 49, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 54, 55, 32, 65, 117, 103, 32, 49, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 54, 56, 32, 65, 117, 103, 32, 49, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 54, 57, 32, 65, 117, 103, 32, 49, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 55, 48, 32, 65, 117, 103, 32, 49, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 55, 49, 32, 65, 117, 103, 32, 49, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 55, 50, 32, 65, 117, 103, 32, 49, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 55, 51, 32, 65, 117, 103, 32, 50, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 55, 52, 32, 65, 117, 103, 32, 50, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 55, 53, 32, 65, 117, 103, 32, 50, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 55, 54, 32, 65, 117, 103, 32, 50, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 55, 55, 32, 65, 117, 103, 32, 50, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 55, 56, 32, 65, 117, 103, 32, 50, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 55, 57, 32, 65, 117, 103, 32, 50, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 56, 48, 32, 65, 117, 103, 32, 50, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 56, 49, 32, 65, 117, 103, 32, 50, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 56, 50, 32, 65, 117, 103, 32, 50, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 56, 51, 32, 65, 117, 103, 32, 51, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 56, 52, 32, 65, 117, 103, 32, 51, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 56, 53, 32, 83, 101, 112, 32, 48, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 56, 54, 32, 83, 101, 112, 32, 48, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 56, 55, 32, 83, 101, 112, 32, 48, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 56, 56, 32, 83, 101, 112, 32, 48, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 56, 57, 32, 83, 101, 112, 32, 48, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 57, 48, 32, 83, 101, 112, 32, 48, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 57, 49, 32, 83, 101, 112, 32, 48, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 57, 50, 32, 83, 101, 112, 32, 48, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 57, 51, 32, 83, 101, 112, 32, 48, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 57, 52, 32, 83, 101, 112, 32, 49, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 57, 53, 32, 83, 101, 112, 32, 49, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 57, 54, 32, 83, 101, 112, 32, 49, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 57, 55, 32, 83, 101, 112, 32, 49, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 57, 56, 32, 83, 101, 112, 32, 49, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 57, 57, 32, 83, 101, 112, 32, 49, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 48, 48, 32, 83, 101, 112, 32, 49, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 48, 49, 32, 83, 101, 112, 32, 49, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 48, 50, 32, 83, 101, 112, 32, 49, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 48, 51, 32, 83, 101, 112, 32, 49, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 48, 52, 32, 83, 101, 112, 32, 50, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 48, 53, 32, 83, 101, 112, 32, 50, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 48, 54, 32, 83, 101, 112, 32, 50, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 48, 55, 32, 83, 101, 112, 32, 50, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 48, 56, 32, 83, 101, 112, 32, 50, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 48, 57, 32, 83, 101, 112, 32, 50, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 49, 48, 32, 83, 101, 112, 32, 50, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 49, 49, 32, 83, 101, 112, 32, 50, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 49, 50, 32, 83, 101, 112, 32, 50, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 49, 51, 32, 83, 101, 112, 32, 50, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 49, 52, 32, 83, 101, 112, 32, 51, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 49, 53, 32, 79, 99, 116, 32, 48, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 49, 54, 32, 79, 99, 116, 32, 48, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 49, 55, 32, 79, 99, 116, 32, 48, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 49, 56, 32, 79, 99, 116, 32, 48, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 49, 57, 32, 79, 99, 116, 32, 48, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 50, 48, 32, 79, 99, 116, 32, 48, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 50, 49, 32, 79, 99, 116, 32, 48, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 50, 50, 32, 79, 99, 116, 32, 48, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 50, 51, 32, 79, 99, 116, 32, 48, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 50, 52, 32, 79, 99, 116, 32, 49, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 50, 53, 32, 79, 99, 116, 32, 49, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 50, 54, 32, 79, 99, 116, 32, 49, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 50, 55, 32, 79, 99, 116, 32, 49, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 50, 56, 32, 79, 99, 116, 32, 49, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 50, 57, 32, 79, 99, 116, 32, 49, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 51, 48, 32, 79, 99, 116, 32, 49, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 51, 49, 32, 79, 99, 116, 32, 49, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 51, 50, 32, 79, 99, 116, 32, 49, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 51, 51, 32, 79, 99, 116, 32, 49, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 51, 52, 32, 79, 99, 116, 32, 50, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 51, 53, 32, 79, 99, 116, 32, 50, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 51, 54, 32, 79, 99, 116, 32, 50, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 51, 55, 32, 79, 99, 116, 32, 50, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 51, 56, 32, 79, 99, 116, 32, 50, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 51, 57, 32, 79, 99, 116, 32, 50, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 52, 48, 32, 79, 99, 116, 32, 50, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 52, 49, 32, 79, 99, 116, 32, 50, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 52, 50, 32, 79, 99, 116, 32, 50, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 52, 51, 32, 79, 99, 116, 32, 50, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 52, 52, 32, 79, 99, 116, 32, 51, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 52, 53, 32, 79, 99, 116, 32, 51, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 52, 54, 32, 78, 111, 118, 32, 48, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 52, 55, 32, 78, 111, 118, 32, 48, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 52, 56, 32, 78, 111, 118, 32, 48, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 52, 57, 32, 78, 111, 118, 32, 48, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 53, 48, 32, 78, 111, 118, 32, 48, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 53, 49, 32, 78, 111, 118, 32, 48, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 53, 50, 32, 78, 111, 118, 32, 48, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 53, 51, 32, 78, 111, 118, 32, 48, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 53, 52, 32, 78, 111, 118, 32, 48, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 53, 53, 32, 78, 111, 118, 32, 49, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 53, 54, 32, 78, 111, 118, 32, 49, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 53, 55, 32, 78, 111, 118, 32, 49, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 53, 56, 32, 78, 111, 118, 32, 49, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 53, 57, 32, 78, 111, 118, 32, 49, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 54, 48, 32, 78, 111, 118, 32, 49, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 54, 49, 32, 78, 111, 118, 32, 49, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 54, 50, 32, 78, 111, 118, 32, 49, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 54, 51, 32, 78, 111, 118, 32, 49, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 54, 52, 32, 78, 111, 118, 32, 49, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 54, 53, 32, 78, 111, 118, 32, 50, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 54, 54, 32, 78, 111, 118, 32, 50, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 54, 55, 32, 78, 111, 118, 32, 50, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 54, 56, 32, 78, 111, 118, 32, 50, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 54, 57, 32, 78, 111, 118, 32, 50, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 55, 48, 32, 78, 111, 118, 32, 50, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 55, 49, 32, 78, 111, 118, 32, 50, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 55, 50, 32, 78, 111, 118, 32, 50, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 55, 51, 32, 78, 111, 118, 32, 50, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 55, 52, 32, 78, 111, 118, 32, 50, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 55, 53, 32, 78, 111, 118, 32, 51, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 55, 54, 32, 68, 101, 99, 32, 48, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 55, 55, 32, 68, 101, 99, 32, 48, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 55, 56, 32, 68, 101, 99, 32, 48, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 55, 57, 32, 68, 101, 99, 32, 48, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 56, 48, 32, 68, 101, 99, 32, 48, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 56, 49, 32, 68, 101, 99, 32, 48, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 56, 50, 32, 68, 101, 99, 32, 48, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 56, 51, 32, 68, 101, 99, 32, 48, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 56, 52, 32, 68, 101, 99, 32, 48, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 56, 53, 32, 68, 101, 99, 32, 49, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 56, 54, 32, 68, 101, 99, 32, 49, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 56, 55, 32, 68, 101, 99, 32, 49, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 56, 56, 32, 68, 101, 99, 32, 49, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 56, 57, 32, 68, 101, 99, 32, 49, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 57, 48, 32, 68, 101, 99, 32, 49, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 57, 49, 32, 68, 101, 99, 32, 49, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 57, 50, 32, 68, 101, 99, 32, 49, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 57, 51, 32, 68, 101, 99, 32, 49, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 57, 52, 32, 68, 101, 99, 32, 49, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 57, 53, 32, 68, 101, 99, 32, 50, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 57, 54, 32, 68, 101, 99, 32, 50, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 57, 55, 32, 68, 101, 99, 32, 50, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 57, 56, 32, 68, 101, 99, 32, 50, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 49, 57, 57, 32, 68, 101, 99, 32, 50, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 48, 48, 32, 68, 101, 99, 32, 50, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 48, 49, 32, 68, 101, 99, 32, 50, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 48, 50, 32, 68, 101, 99, 32, 50, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 48, 51, 32, 68, 101, 99, 32, 50, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 48, 52, 32, 68, 101, 99, 32, 50, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 48, 53, 32, 68, 101, 99, 32, 51, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 48, 54, 32, 68, 101, 99, 32, 51, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 48, 55, 32, 74, 97, 110, 32, 48, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 48, 56, 32, 74, 97, 110, 32, 48, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 48, 57, 32, 74, 97, 110, 32, 48, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 49, 48, 32, 74, 97, 110, 32, 48, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 49, 49, 32, 74, 97, 110, 32, 48, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 49, 50, 32, 74, 97, 110, 32, 48, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 49, 51, 32, 74, 97, 110, 32, 48, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 49, 52, 32, 74, 97, 110, 32, 48, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 49, 53, 32, 74, 97, 110, 32, 48, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 49, 54, 32, 74, 97, 110, 32, 49, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 49, 55, 32, 74, 97, 110, 32, 49, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 49, 56, 32, 74, 97, 110, 32, 49, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 49, 57, 32, 74, 97, 110, 32, 49, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 50, 48, 32, 74, 97, 110, 32, 49, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 50, 49, 32, 74, 97, 110, 32, 49, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 50, 50, 32, 74, 97, 110, 32, 49, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 50, 51, 32, 74, 97, 110, 32, 49, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 50, 52, 32, 74, 97, 110, 32, 49, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 50, 53, 32, 74, 97, 110, 32, 49, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 50, 54, 32, 74, 97, 110, 32, 50, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 50, 55, 32, 74, 97, 110, 32, 50, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 50, 56, 32, 74, 97, 110, 32, 50, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 50, 57, 32, 74, 97, 110, 32, 50, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 51, 48, 32, 74, 97, 110, 32, 50, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 51, 49, 32, 74, 97, 110, 32, 50, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 51, 50, 32, 74, 97, 110, 32, 50, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 51, 51, 32, 74, 97, 110, 32, 50, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 51, 52, 32, 74, 97, 110, 32, 50, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 51, 53, 32, 74, 97, 110, 32, 50, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 51, 54, 32, 74, 97, 110, 32, 51, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 51, 55, 32, 74, 97, 110, 32, 51, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 51, 56, 32, 70, 101, 98, 32, 48, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 51, 57, 32, 70, 101, 98, 32, 48, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 52, 48, 32, 70, 101, 98, 32, 48, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 52, 49, 32, 70, 101, 98, 32, 48, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 52, 50, 32, 70, 101, 98, 32, 48, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 52, 51, 32, 70, 101, 98, 32, 48, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 52, 52, 32, 70, 101, 98, 32, 48, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 52, 53, 32, 70, 101, 98, 32, 48, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 52, 54, 32, 70, 101, 98, 32, 48, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 52, 55, 32, 70, 101, 98, 32, 49, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 52, 56, 32, 70, 101, 98, 32, 49, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 52, 57, 32, 70, 101, 98, 32, 49, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 53, 48, 32, 70, 101, 98, 32, 49, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 53, 49, 32, 70, 101, 98, 32, 49, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 53, 50, 32, 70, 101, 98, 32, 49, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 53, 51, 32, 70, 101, 98, 32, 49, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 53, 52, 32, 70, 101, 98, 32, 49, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 53, 53, 32, 70, 101, 98, 32, 49, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 53, 54, 32, 70, 101, 98, 32, 49, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 53, 55, 32, 70, 101, 98, 32, 50, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 53, 56, 32, 70, 101, 98, 32, 50, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 53, 57, 32, 70, 101, 98, 32, 50, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 54, 48, 32, 70, 101, 98, 32, 50, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 54, 49, 32, 70, 101, 98, 32, 50, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 54, 50, 32, 70, 101, 98, 32, 50, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 54, 51, 32, 70, 101, 98, 32, 50, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 54, 52, 32, 70, 101, 98, 32, 50, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 54, 53, 32, 70, 101, 98, 32, 50, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 54, 54, 32, 77, 97, 114, 32, 48, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 54, 55, 32, 77, 97, 114, 32, 48, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 54, 56, 32, 77, 97, 114, 32, 48, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 54, 57, 32, 77, 97, 114, 32, 48, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 55, 48, 32, 77, 97, 114, 32, 48, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 55, 49, 32, 77, 97, 114, 32, 48, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 55, 50, 32, 77, 97, 114, 32, 48, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 55, 51, 32, 77, 97, 114, 32, 48, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 55, 52, 32, 77, 97, 114, 32, 48, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 55, 53, 32, 77, 97, 114, 32, 49, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 55, 54, 32, 77, 97, 114, 32, 49, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 55, 55, 32, 77, 97, 114, 32, 49, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 55, 56, 32, 77, 97, 114, 32, 49, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 55, 57, 32, 77, 97, 114, 32, 49, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 56, 48, 32, 77, 97, 114, 32, 49, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 56, 49, 32, 77, 97, 114, 32, 49, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 56, 50, 32, 77, 97, 114, 32, 49, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 56, 51, 32, 77, 97, 114, 32, 49, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 56, 52, 32, 77, 97, 114, 32, 49, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 56, 53, 32, 77, 97, 114, 32, 50, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 56, 54, 32, 77, 97, 114, 32, 50, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 56, 55, 32, 77, 97, 114, 32, 50, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 56, 56, 32, 77, 97, 114, 32, 50, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 56, 57, 32, 77, 97, 114, 32, 50, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 57, 48, 32, 77, 97, 114, 32, 50, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 57, 49, 32, 77, 97, 114, 32, 50, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 57, 50, 32, 77, 97, 114, 32, 50, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 57, 51, 32, 77, 97, 114, 32, 50, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 57, 52, 32, 77, 97, 114, 32, 50, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 57, 53, 32, 77, 97, 114, 32, 51, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 57, 54, 32, 77, 97, 114, 32, 51, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 57, 55, 32, 65, 112, 114, 32, 48, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 57, 56, 32, 65, 112, 114, 32, 48, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 50, 57, 57, 32, 65, 112, 114, 32, 48, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 48, 48, 32, 65, 112, 114, 32, 48, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 48, 49, 32, 65, 112, 114, 32, 48, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 48, 50, 32, 65, 112, 114, 32, 48, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 48, 51, 32, 65, 112, 114, 32, 48, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 48, 52, 32, 65, 112, 114, 32, 48, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 48, 53, 32, 65, 112, 114, 32, 48, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 48, 54, 32, 65, 112, 114, 32, 49, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 48, 55, 32, 65, 112, 114, 32, 49, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 48, 56, 32, 65, 112, 114, 32, 49, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 48, 57, 32, 65, 112, 114, 32, 49, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 49, 48, 32, 65, 112, 114, 32, 49, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 49, 49, 32, 65, 112, 114, 32, 49, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 49, 50, 32, 65, 112, 114, 32, 49, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 49, 51, 32, 65, 112, 114, 32, 49, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 49, 52, 32, 65, 112, 114, 32, 49, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 49, 53, 32, 65, 112, 114, 32, 49, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 49, 54, 32, 65, 112, 114, 32, 50, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 49, 55, 32, 65, 112, 114, 32, 50, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 49, 56, 32, 65, 112, 114, 32, 50, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 49, 57, 32, 65, 112, 114, 32, 50, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 50, 48, 32, 65, 112, 114, 32, 50, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 50, 49, 32, 65, 112, 114, 32, 50, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 50, 50, 32, 65, 112, 114, 32, 50, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 50, 51, 32, 65, 112, 114, 32, 50, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 50, 52, 32, 65, 112, 114, 32, 50, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 50, 53, 32, 65, 112, 114, 32, 50, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 50, 54, 32, 65, 112, 114, 32, 51, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 50, 55, 32, 77, 97, 121, 32, 48, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 50, 56, 32, 77, 97, 121, 32, 48, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 50, 57, 32, 77, 97, 121, 32, 48, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 51, 48, 32, 77, 97, 121, 32, 48, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 51, 49, 32, 77, 97, 121, 32, 48, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 51, 50, 32, 77, 97, 121, 32, 48, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 51, 51, 32, 77, 97, 121, 32, 48, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 51, 52, 32, 77, 97, 121, 32, 48, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 51, 53, 32, 77, 97, 121, 32, 48, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 51, 54, 32, 77, 97, 121, 32, 49, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 51, 55, 32, 77, 97, 121, 32, 49, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 51, 56, 32, 77, 97, 121, 32, 49, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 51, 57, 32, 77, 97, 121, 32, 49, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 52, 48, 32, 77, 97, 121, 32, 49, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 52, 49, 32, 77, 97, 121, 32, 49, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 52, 50, 32, 77, 97, 121, 32, 49, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 52, 51, 32, 77, 97, 121, 32, 49, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 52, 52, 32, 77, 97, 121, 32, 49, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 52, 53, 32, 77, 97, 121, 32, 49, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 52, 54, 32, 77, 97, 121, 32, 50, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 52, 55, 32, 77, 97, 121, 32, 50, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 52, 56, 32, 77, 97, 121, 32, 50, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 52, 57, 32, 77, 97, 121, 32, 50, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 53, 48, 32, 77, 97, 121, 32, 50, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 53, 49, 32, 77, 97, 121, 32, 50, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 53, 50, 32, 77, 97, 121, 32, 50, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 53, 51, 32, 77, 97, 121, 32, 50, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 53, 52, 32, 77, 97, 121, 32, 50, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 53, 53, 32, 77, 97, 121, 32, 50, 57, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 53, 54, 32, 77, 97, 121, 32, 51, 48, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 53, 55, 32, 77, 97, 121, 32, 51, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 53, 56, 32, 74, 117, 110, 32, 48, 49, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 53, 57, 32, 74, 117, 110, 32, 48, 50, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 54, 48, 32, 74, 117, 110, 32, 48, 51, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 54, 49, 32, 74, 117, 110, 32, 48, 52, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 54, 50, 32, 74, 117, 110, 32, 48, 53, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 54, 51, 32, 74, 117, 110, 32, 48, 54, 32, 32, 9, 69, 118, 101, 110, 116, 10, 51, 54, 52, 32, 74, 117, 110, 32, 48, 55, 32, 32, 9, 69, 118, 101, 110, 116, 10, 48, 32, 74, 117, 110, 32, 48, 56, 32, 32, 9, 69, 118, 101, 110, 116, 10]`, [INFO] [stdout] right: `[74, 117, 110, 32, 48, 56, 32, 9, 69, 118, 101, 110, 116, 10, 74, 117, 110, 32, 48, 57, 32, 9, 69, 118, 101, 110, 116, 10]`', tests/main-test.rs:20:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x557e2fc025b0 - std[77c0456e0eb29f0c]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x557e2fc025b0 - std[77c0456e0eb29f0c]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x557e2fc025b0 - std[77c0456e0eb29f0c]::sys_common::backtrace::_print_fmt [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x557e2fc025b0 - ::fmt [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x557e2fc2509c - core[ee1ca6415511a9c4]::fmt::write [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/fmt/mod.rs:1110:17 [INFO] [stdout] 5: 0x557e2fbff475 - as std[77c0456e0eb29f0c]::io::Write>::write_fmt [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x557e2fc0473b - std[77c0456e0eb29f0c]::sys_common::backtrace::_print [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x557e2fc0473b - std[77c0456e0eb29f0c]::sys_common::backtrace::print [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x557e2fc0473b - std[77c0456e0eb29f0c]::panicking::default_hook::{closure#1} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x557e2fc0424c - std[77c0456e0eb29f0c]::panicking::default_hook [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x557e2fc04de1 - std[77c0456e0eb29f0c]::panicking::rust_panic_with_hook [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x557e2fc048e7 - std[77c0456e0eb29f0c]::panicking::begin_panic_handler::{closure#0} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x557e2fc02aac - std[77c0456e0eb29f0c]::sys_common::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x557e2fc04849 - rust_begin_unwind [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x557e2fbac4a1 - core[ee1ca6415511a9c4]::panicking::panic_fmt [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x557e2fc239b8 - core[ee1ca6415511a9c4]::panicking::assert_failed_inner [INFO] [stdout] 16: 0x557e2fbae88a - core[ee1ca6415511a9c4]::panicking::assert_failed::, alloc[cda43b294bbfc5d0]::vec::Vec> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x557e2fbaf7cd - main_test[1041a274b5331ff9]::default_ouput_matches_calendar [INFO] [stdout] at /opt/rustwide/workdir/tests/main-test.rs:20:5 [INFO] [stdout] 18: 0x557e2fbaf22a - main_test[1041a274b5331ff9]::default_ouput_matches_calendar::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/tests/main-test.rs:13:1 [INFO] [stdout] 19: 0x557e2fbb072e - >::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x557e2fbd9ba3 - >::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x557e2fbd9ba3 - test[eeb9024d9ac7bc83]::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x557e2fbd866c - + core[ee1ca6415511a9c4]::marker::Send> as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 23: 0x557e2fbd866c - + core[ee1ca6415511a9c4]::marker::Send>> as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panic.rs:346:9 [INFO] [stdout] 24: 0x557e2fbd866c - std[77c0456e0eb29f0c]::panicking::try::do_call:: + core[ee1ca6415511a9c4]::marker::Send>>, ()> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x557e2fbd866c - std[77c0456e0eb29f0c]::panicking::try::<(), std[77c0456e0eb29f0c]::panic::AssertUnwindSafe + core[ee1ca6415511a9c4]::marker::Send>>> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x557e2fbd866c - std[77c0456e0eb29f0c]::panic::catch_unwind:: + core[ee1ca6415511a9c4]::marker::Send>>, ()> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panic.rs:433:14 [INFO] [stdout] 27: 0x557e2fbd866c - test[eeb9024d9ac7bc83]::run_test_in_process [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x557e2fbd866c - test[eeb9024d9ac7bc83]::run_test::run_test_inner::{closure#0} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x557e2fbb8332 - test[eeb9024d9ac7bc83]::run_test::run_test_inner::{closure#1} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x557e2fbb8332 - std[77c0456e0eb29f0c]::sys_common::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x557e2fbb8c18 - ::spawn_unchecked::::{closure#0}::{closure#0} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 32: 0x557e2fbb8c18 - ::spawn_unchecked::{closure#0}::{closure#0}> as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panic.rs:346:9 [INFO] [stdout] 33: 0x557e2fbb8c18 - std[77c0456e0eb29f0c]::panicking::try::do_call::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x557e2fbb8c18 - std[77c0456e0eb29f0c]::panicking::try::<(), std[77c0456e0eb29f0c]::panic::AssertUnwindSafe<::spawn_unchecked::{closure#0}::{closure#0}>> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x557e2fbb8c18 - std[77c0456e0eb29f0c]::panic::catch_unwind::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panic.rs:433:14 [INFO] [stdout] 36: 0x557e2fbb8c18 - ::spawn_unchecked::::{closure#0} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 37: 0x557e2fbb8c18 - <::spawn_unchecked::{closure#0} as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x557e2fc09b97 - > as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 39: 0x557e2fc09b97 - >> as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 40: 0x557e2fc09b97 - ::new::thread_start [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 41: 0x7f05222c9609 - start_thread [INFO] [stdout] 42: 0x7f052209b293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] default_ouput_matches_calendar [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "58499d3a894a18986abcdc16ce0bc9bd201bbd82aea58bed5d718f70ec22e679", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58499d3a894a18986abcdc16ce0bc9bd201bbd82aea58bed5d718f70ec22e679", kill_on_drop: false }` [INFO] [stdout] 58499d3a894a18986abcdc16ce0bc9bd201bbd82aea58bed5d718f70ec22e679