[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 master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarrs%2Fscalendar" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/marrs/scalendar on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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-11/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8c6ed97f64118336a62309db01938e39e3aa2ea3fb04b83d8dedd517f7c7fdbe [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" "8c6ed97f64118336a62309db01938e39e3aa2ea3fb04b83d8dedd517f7c7fdbe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8c6ed97f64118336a62309db01938e39e3aa2ea3fb04b83d8dedd517f7c7fdbe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c6ed97f64118336a62309db01938e39e3aa2ea3fb04b83d8dedd517f7c7fdbe", kill_on_drop: false }` [INFO] [stdout] 8c6ed97f64118336a62309db01938e39e3aa2ea3fb04b83d8dedd517f7c7fdbe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4a55328eaf0301355a7916c883c69852dbba18b7f7fdf9b408e672139bc4f235 [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" "4a55328eaf0301355a7916c883c69852dbba18b7f7fdf9b408e672139bc4f235", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling chrono v0.4.19 [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 6.67s [INFO] running `Command { std: "docker" "inspect" "4a55328eaf0301355a7916c883c69852dbba18b7f7fdf9b408e672139bc4f235", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a55328eaf0301355a7916c883c69852dbba18b7f7fdf9b408e672139bc4f235", kill_on_drop: false }` [INFO] [stdout] 4a55328eaf0301355a7916c883c69852dbba18b7f7fdf9b408e672139bc4f235 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f587f71defed6af42da48c3cd221707693fdc6ed69c8ad7ee1b69f5298f46ff9 [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" "f587f71defed6af42da48c3cd221707693fdc6ed69c8ad7ee1b69f5298f46ff9", 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 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: 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: 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.76s [INFO] running `Command { std: "docker" "inspect" "f587f71defed6af42da48c3cd221707693fdc6ed69c8ad7ee1b69f5298f46ff9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f587f71defed6af42da48c3cd221707693fdc6ed69c8ad7ee1b69f5298f46ff9", kill_on_drop: false }` [INFO] [stdout] f587f71defed6af42da48c3cd221707693fdc6ed69c8ad7ee1b69f5298f46ff9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] af751e033bf0c8c40215831bb2c856a28408091ba35d544d27575d2c348739ab [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" "af751e033bf0c8c40215831bb2c856a28408091ba35d544d27575d2c348739ab", kill_on_drop: false }` [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] 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] Finished test [unoptimized + debuginfo] target(s) in 0.03s [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: 0x55c23a37f5e0 - std::backtrace_rs::backtrace::libunwind::trace::h1037ca7e6eeef65c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55c23a37f5e0 - std::backtrace_rs::backtrace::trace_unsynchronized::haaefac1bc3669450 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c23a37f5e0 - std::sys_common::backtrace::_print_fmt::h863a6f5e6d995885 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c23a37f5e0 - ::fmt::h767e17e1aa7df6a8 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c23a3a20ac - core::fmt::write::h7aa6cd0067dca82a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/fmt/mod.rs:1110:17 [INFO] [stdout] 5: 0x55c23a37c5d5 - std::io::Write::write_fmt::h6f1a9b91376a1376 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x55c23a38174b - std::sys_common::backtrace::_print::h2769edb26a7eb606 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c23a38174b - std::sys_common::backtrace::print::ha71f3549862b4cb6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c23a38174b - std::panicking::default_hook::{{closure}}::h95488a3bade217f6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55c23a38125c - std::panicking::default_hook::h290aa602c0fb11df [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55c23a381df1 - std::panicking::rust_panic_with_hook::hf32c4fa635e215f2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55c23a3818f7 - std::panicking::begin_panic_handler::{{closure}}::h95197ccd88846f7a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x55c23a37fabc - std::sys_common::backtrace::__rust_end_short_backtrace::h7641df9566f7b7d0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55c23a381859 - rust_begin_unwind [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55c23a3294a1 - core::panicking::panic_fmt::hbe99dddd3092ba3c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55c23a3a09c8 - core::panicking::assert_failed_inner::h4fdb1013d187f202 [INFO] [stdout] 16: 0x55c23a32bb4a - core::panicking::assert_failed::h6477ba9a9b3abfa0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x55c23a32c7cd - main_test::default_ouput_matches_calendar::h0debc0b96e4a4300 [INFO] [stdout] at /opt/rustwide/workdir/tests/main-test.rs:20:5 [INFO] [stdout] 18: 0x55c23a32c22a - main_test::default_ouput_matches_calendar::{{closure}}::h801a0c4b9688781c [INFO] [stdout] at /opt/rustwide/workdir/tests/main-test.rs:13:1 [INFO] [stdout] 19: 0x55c23a32c8ee - core::ops::function::FnOnce::call_once::hf1ed0116945458d5 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55c23a356bc3 - core::ops::function::FnOnce::call_once::h673fbe3f96486fd2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55c23a356bc3 - test::__rust_begin_short_backtrace::h8eedc24e104ef6a0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x55c23a355670 - as core::ops::function::FnOnce>::call_once::h028d0969d3f94d78 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 23: 0x55c23a355670 - as core::ops::function::FnOnce<()>>::call_once::h7634b01590b1722b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 24: 0x55c23a355670 - std::panicking::try::do_call::hf74f869706dec63b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x55c23a355670 - std::panicking::try::hd0b7346ebfaaae44 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x55c23a355670 - std::panic::catch_unwind::hdbf6904f7c253080 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 27: 0x55c23a355670 - test::run_test_in_process::h87e95a014ac91067 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x55c23a355670 - test::run_test::run_test_inner::{{closure}}::hdd69ae44aaab3470 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x55c23a330942 - test::run_test::run_test_inner::{{closure}}::hc159305704d5b68a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x55c23a330942 - std::sys_common::backtrace::__rust_begin_short_backtrace::h33d8a8ad5f788fcc [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x55c23a3346b8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6181011ddf4b8353 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 32: 0x55c23a3346b8 - as core::ops::function::FnOnce<()>>::call_once::hf924ea0a0f25a1c0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 33: 0x55c23a3346b8 - std::panicking::try::do_call::hd58061792d05fa5c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x55c23a3346b8 - std::panicking::try::h3080747417e5af37 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x55c23a3346b8 - std::panic::catch_unwind::hfeba515dcf36cb66 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 36: 0x55c23a3346b8 - std::thread::Builder::spawn_unchecked::{{closure}}::h29d57a62faff749b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 37: 0x55c23a3346b8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h44709d312d2a9c59 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55c23a386ba7 - as core::ops::function::FnOnce>::call_once::h902e2cf6655e1b0c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 39: 0x55c23a386ba7 - as core::ops::function::FnOnce>::call_once::h893a5452154309d1 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 40: 0x55c23a386ba7 - std::sys::unix::thread::Thread::new::thread_start::hdedcb57c96ab37cd [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 41: 0x7f78abe66609 - start_thread [INFO] [stdout] 42: 0x7f78abc38293 - 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.21s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "af751e033bf0c8c40215831bb2c856a28408091ba35d544d27575d2c348739ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af751e033bf0c8c40215831bb2c856a28408091ba35d544d27575d2c348739ab", kill_on_drop: false }` [INFO] [stdout] af751e033bf0c8c40215831bb2c856a28408091ba35d544d27575d2c348739ab