[INFO] cloning repository https://github.com/mattygersh21/rust-headr [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mattygersh21/rust-headr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattygersh21%2Frust-headr", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattygersh21%2Frust-headr'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 730e4f28ccf4457823e27782f0548d09298f31bd [INFO] testing mattygersh21/rust-headr/730e4f28ccf4457823e27782f0548d09298f31bd against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattygersh21%2Frust-headr" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/mattygersh21/rust-headr [INFO] finished tweaking git repo https://github.com/mattygersh21/rust-headr [INFO] tweaked toml for git repo https://github.com/mattygersh21/rust-headr written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mattygersh21/rust-headr on toolchain 1.98.0-beta.8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/mattygersh21/rust-headr already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded assert_cmd v2.0.8 [INFO] [stderr] Downloaded predicates-tree v1.0.7 [INFO] [stderr] Downloaded termtree v0.4.0 [INFO] [stderr] Downloaded doc-comment v0.3.3 [INFO] [stderr] Downloaded predicates-core v1.0.5 [INFO] [stderr] Downloaded bstr v1.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 1146332f81d0549c8912209fdaec9b831d9c75cac73c04020bbd1f77f50ad3b0 [INFO] running `Command { std: "docker" "start" "1146332f81d0549c8912209fdaec9b831d9c75cac73c04020bbd1f77f50ad3b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1146332f81d0549c8912209fdaec9b831d9c75cac73c04020bbd1f77f50ad3b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1146332f81d0549c8912209fdaec9b831d9c75cac73c04020bbd1f77f50ad3b0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1146332f81d0549c8912209fdaec9b831d9c75cac73c04020bbd1f77f50ad3b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1146332f81d0549c8912209fdaec9b831d9c75cac73c04020bbd1f77f50ad3b0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling rust-headr v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `bytes` is never read [INFO] [stdout] --> src/lib.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct Config { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 10 | bytes: Option [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Config` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `release` profile [optimized] target(s) in 11.47s [INFO] running `Command { std: "docker" "inspect" "1146332f81d0549c8912209fdaec9b831d9c75cac73c04020bbd1f77f50ad3b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1146332f81d0549c8912209fdaec9b831d9c75cac73c04020bbd1f77f50ad3b0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling predicates-core v1.0.5 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling termtree v0.4.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling once_cell v1.17.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling predicates-tree v1.0.7 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling bstr v1.1.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling regex v1.7.1 [INFO] [stderr] Compiling predicates v2.1.5 [INFO] [stderr] Compiling assert_cmd v2.0.8 [INFO] [stderr] Compiling rust-headr v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `bytes` is never read [INFO] [stdout] --> src/lib.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct Config { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 10 | bytes: Option [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Config` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `bytes` is never read [INFO] [stdout] --> src/lib.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct Config { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 10 | bytes: Option [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Config` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `release` profile [optimized] target(s) in 33.37s [INFO] running `Command { std: "docker" "inspect" "1146332f81d0549c8912209fdaec9b831d9c75cac73c04020bbd1f77f50ad3b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1146332f81d0549c8912209fdaec9b831d9c75cac73c04020bbd1f77f50ad3b0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }` [INFO] [stderr] warning: field `bytes` is never read [INFO] [stderr] --> src/lib.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 7 | pub struct Config { [INFO] [stderr] | ------ field in this struct [INFO] [stderr] ... [INFO] [stderr] 10 | bytes: Option [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Config` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `rust-headr` (lib) generated 1 warning [INFO] [stderr] warning: `rust-headr` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `release` profile [optimized] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/release/deps/rust_headr-7166fdb6f634e059) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_parse_positive_int ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/release/deps/rust_headr-46379a1646dd8034) [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] [stderr] Running tests/cli.rs (/opt/rustwide/target/release/deps/cli-d3369760b97bafbf) [INFO] [stdout] [INFO] [stdout] running 57 tests [INFO] [stdout] test multiple_files ... FAILED [INFO] [stdout] test empty_n2 ... ok [INFO] [stdout] test dies_bad_lines ... FAILED [INFO] [stdout] test dies_bad_bytes ... FAILED [INFO] [stdout] test multiple_files_c2 ... FAILED [INFO] [stdout] test empty_c4 ... FAILED [INFO] [stdout] test empty_n4 ... ok [INFO] [stdout] test dies_bytes_and_lines ... FAILED [INFO] [stdout] test multiple_files_n2 ... FAILED [INFO] [stdout] test one_c2_stdin ... FAILED [INFO] [stdout] test empty_c2 ... FAILED [INFO] [stdout] test multiple_files_c4 ... FAILED [INFO] [stdout] test one_c4 ... FAILED [INFO] [stdout] test one_c1_stdin ... FAILED [INFO] [stdout] test one_n4_stdin ... ok [INFO] [stdout] test ten_c2 ... FAILED [INFO] [stdout] test one_c1 ... FAILED [INFO] [stdout] test skips_bad_file ... ok [INFO] [stdout] test ten_c2_stdin ... FAILED [INFO] [stdout] test one_c2 ... FAILED [INFO] [stdout] test one_n2 ... ok [INFO] [stdout] test ten ... ok [INFO] [stdout] test ten_n2 ... ok [INFO] [stdout] test ten_n4 ... ok [INFO] [stdout] test three_c2 ... FAILED [INFO] [stdout] test ten_c4 ... FAILED [INFO] [stdout] test three_c2_stdin ... FAILED [INFO] [stdout] test multiple_files_n4 ... FAILED [INFO] [stdout] test three_n2 ... ok [INFO] [stdout] test one_c4_stdin ... FAILED [INFO] [stdout] test three_n4 ... ok [INFO] [stdout] test three_c4_stdin ... FAILED [INFO] [stdout] test three_c4 ... FAILED [INFO] [stdout] test multiple_files_c1 ... FAILED [INFO] [stdout] test one_n4 ... ok [INFO] [stdout] test ten_c4_stdin ... FAILED [INFO] [stdout] test ten_stdin ... ok [INFO] [stdout] test one ... ok [INFO] [stdout] test three_n2_stdin ... ok [INFO] [stdout] test ten_n2_stdin ... ok [INFO] [stdout] test one_n2_stdin ... ok [INFO] [stdout] test three_stdin ... ok [INFO] [stdout] test two_n2_stdin ... ok [INFO] [stdout] test two_n4_stdin ... ok [INFO] [stdout] test two_n4 ... ok [INFO] [stdout] test three_n4_stdin ... ok [INFO] [stdout] test two_c4 ... FAILED [INFO] [stdout] test two_n2 ... ok [INFO] [stdout] test two_c2 ... FAILED [INFO] [stdout] test two_c4_stdin ... FAILED [INFO] [stdout] test three ... ok [INFO] [stdout] test empty ... ok [INFO] [stdout] test one_stdin ... ok [INFO] [stdout] test ten_n4_stdin ... ok [INFO] [stdout] test two_c2_stdin ... FAILED [INFO] [stdout] test two_stdin ... ok [INFO] [stdout] test two ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- multiple_files stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'multiple_files' (992) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected stdout, failed var == [ [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 62, [INFO] [stdout] 32, [INFO] [stdout] 46, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 112, [INFO] [stdout] 117, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 101, [INFO] [stdout] 109, [INFO] [stdout] 112, [INFO] [stdout] 116, [INFO] [stdout] 121, [INFO] [stdout] 46, [INFO] [stdout] 116, [INFO] [stdout] 120, [INFO] [stdout] 116, [INFO] [stdout] 32, [INFO] [stdout] 60, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 10, [INFO] [stdout] 10, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 62, [INFO] [stdout] 32, [INFO] [stdout] 46, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 112, [INFO] [stdout] 117, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 111, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 46, [INFO] [stdout] 116, [INFO] [stdout] 120, [INFO] [stdout] 116, [INFO] [stdout] 32, [INFO] [stdout] 60, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 10, [INFO] [stdout] 195, [INFO] [stdout] 150, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 32, [INFO] [stdout] 108, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 44, [INFO] [stdout] 32, [INFO] [stdout] 102, [INFO] [stdout] 111, [INFO] [stdout] 117, [INFO] [stdout] 114, [INFO] [stdout] 32, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 114, [INFO] [stdout] 100, [INFO] [stdout] 115, [INFO] [stdout] 46, [INFO] [stdout] 10, [INFO] [stdout] 10, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 62, [INFO] [stdout] 32, [INFO] [stdout] 46, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 112, [INFO] [stdout] 117, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 46, [INFO] [stdout] 116, [INFO] [stdout] 120, [INFO] [stdout] 116, [INFO] [stdout] 32, [INFO] [stdout] 60, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 10, [INFO] [stdout] 84, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 32, [INFO] [stdout] 108, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 46, [INFO] [stdout] 10, [INFO] [stdout] 70, [INFO] [stdout] 111, [INFO] [stdout] 117, [INFO] [stdout] 114, [INFO] [stdout] 32, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 114, [INFO] [stdout] 100, [INFO] [stdout] 115, [INFO] [stdout] 46, [INFO] [stdout] 10, [INFO] [stdout] 10, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 62, [INFO] [stdout] 32, [INFO] [stdout] 46, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 112, [INFO] [stdout] 117, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 104, [INFO] [stdout] 114, [INFO] [stdout] 101, [INFO] [stdout] 101, [INFO] [stdout] 46, [INFO] [stdout] 116, [INFO] [stdout] 120, [INFO] [stdout] 116, [INFO] [stdout] 32, [INFO] [stdout] 60, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 10, [INFO] [stdout] 84, [INFO] [stdout] 104, [INFO] [stdout] 114, [INFO] [stdout] 101, [INFO] [stdout] 101, [INFO] [stdout] 13, [INFO] [stdout] 10, [INFO] [stdout] 108, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 44, [INFO] [stdout] 13, [INFO] [stdout] 10, [INFO] [stdout] 102, [INFO] [stdout] 111, [INFO] [stdout] 117, [INFO] [stdout] 114, [INFO] [stdout] 32, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 114, [INFO] [stdout] 100, [INFO] [stdout] 115, [INFO] [stdout] 46, [INFO] [stdout] 10, [INFO] [stdout] 10, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 62, [INFO] [stdout] 32, [INFO] [stdout] 46, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 112, [INFO] [stdout] 117, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 101, [INFO] [stdout] 110, [INFO] [stdout] 46, [INFO] [stdout] 116, [INFO] [stdout] 120, [INFO] [stdout] 116, [INFO] [stdout] 32, [INFO] [stdout] 60, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 10, [INFO] [stderr] error: test failed, to rerun pass `--test cli` [INFO] [stdout] 111, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 10, [INFO] [stdout] 116, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 10, [INFO] [stdout] 116, [INFO] [stdout] 104, [INFO] [stdout] 114, [INFO] [stdout] 101, [INFO] [stdout] 101, [INFO] [stdout] 10, [INFO] [stdout] 102, [INFO] [stdout] 111, [INFO] [stdout] 117, [INFO] [stdout] 114, [INFO] [stdout] 10, [INFO] [stdout] 102, [INFO] [stdout] 105, [INFO] [stdout] 118, [INFO] [stdout] 101, [INFO] [stdout] 10, [INFO] [stdout] 115, [INFO] [stdout] 105, [INFO] [stdout] 120, [INFO] [stdout] 10, [INFO] [stdout] 115, [INFO] [stdout] 101, [INFO] [stdout] 118, [INFO] [stdout] 101, [INFO] [stdout] 110, [INFO] [stdout] 10, [INFO] [stdout] 101, [INFO] [stdout] 105, [INFO] [stdout] 103, [INFO] [stdout] 104, [INFO] [stdout] 116, [INFO] [stdout] 10, [INFO] [stdout] 110, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 10, [INFO] [stdout] 116, [INFO] [stdout] 101, [INFO] [stdout] 110, [INFO] [stdout] 10, [INFO] [stdout] ] [INFO] [stdout] └── var: [ [INFO] [stdout] 195, [INFO] [stdout] 150, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 32, [INFO] [stdout] 108, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 44, [INFO] [stdout] 32, [INFO] [stdout] 102, [INFO] [stdout] 111, [INFO] [stdout] 117, [INFO] [stdout] 114, [INFO] [stdout] 32, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 114, [INFO] [stdout] 100, [INFO] [stdout] 115, [INFO] [stdout] 46, [INFO] [stdout] 10, [INFO] [stdout] 84, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 32, [INFO] [stdout] 108, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 46, [INFO] [stdout] 10, [INFO] [stdout] 70, [INFO] [stdout] 111, [INFO] [stdout] 117, [INFO] [stdout] 114, [INFO] [stdout] 32, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 114, [INFO] [stdout] 100, [INFO] [stdout] 115, [INFO] [stdout] 46, [INFO] [stdout] 10, [INFO] [stdout] 84, [INFO] [stdout] 104, [INFO] [stdout] 114, [INFO] [stdout] 101, [INFO] [stdout] 101, [INFO] [stdout] 13, [INFO] [stdout] 10, [INFO] [stdout] 108, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 44, [INFO] [stdout] 13, [INFO] [stdout] 10, [INFO] [stdout] 102, [INFO] [stdout] 111, [INFO] [stdout] 117, [INFO] [stdout] 114, [INFO] [stdout] 32, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 114, [INFO] [stdout] 100, [INFO] [stdout] 115, [INFO] [stdout] 46, [INFO] [stdout] 10, [INFO] [stdout] 111, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 10, [INFO] [stdout] 116, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 10, [INFO] [stdout] 116, [INFO] [stdout] 104, [INFO] [stdout] 114, [INFO] [stdout] 101, [INFO] [stdout] 101, [INFO] [stdout] 10, [INFO] [stdout] 102, [INFO] [stdout] 111, [INFO] [stdout] 117, [INFO] [stdout] 114, [INFO] [stdout] 10, [INFO] [stdout] 102, [INFO] [stdout] 105, [INFO] [stdout] 118, [INFO] [stdout] 101, [INFO] [stdout] 10, [INFO] [stdout] 115, [INFO] [stdout] 105, [INFO] [stdout] 120, [INFO] [stdout] 10, [INFO] [stdout] 115, [INFO] [stdout] 101, [INFO] [stdout] 118, [INFO] [stdout] 101, [INFO] [stdout] 110, [INFO] [stdout] 10, [INFO] [stdout] 101, [INFO] [stdout] 105, [INFO] [stdout] 103, [INFO] [stdout] 104, [INFO] [stdout] 116, [INFO] [stdout] 10, [INFO] [stdout] 110, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 10, [INFO] [stdout] 116, [INFO] [stdout] 101, [INFO] [stdout] 110, [INFO] [stdout] 10, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "./tests/inputs/empty.txt" "./tests/inputs/one.txt" "./tests/inputs/two.txt" "./tests/inputs/three.txt" "./tests/inputs/ten.txt"` [INFO] [stdout] code=0 [INFO] [stdout] stdout=``` [INFO] [stdout] Öne line, four words. [INFO] [stdout] Two lines. [INFO] [stdout] Four words. [INFO] [stdout] Three\r [INFO] [stdout] lines,\r [INFO] [stdout] four words. [INFO] [stdout] one [INFO] [stdout] two [INFO] [stdout] three [INFO] [stdout] four [INFO] [stdout] five [INFO] [stdout] six [INFO] [stdout] seven [INFO] [stdout] eight [INFO] [stdout] nine [INFO] [stdout] ten [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] stderr="" [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a6032654 - ::panic:: [INFO] [stdout] 12: 0x6052a6033a0b - cli[9dafa863d84c1bc4]::run [INFO] [stdout] 13: 0x6052a6034ec1 - >::call_once [INFO] [stdout] 14: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 19: 0x7108ae7b807a - [INFO] [stdout] 20: 0x7108ae84b534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dies_bad_lines stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'dies_bad_lines' (980) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected stderr, failed var.contains(illegal line count -- 3dQw2WB) [INFO] [stdout] ├── var: given line count not allowed -- 3dQw2WB [INFO] [stdout] └── var as str: given line count not allowed -- 3dQw2WB [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "-n" "3dQw2WB" "./tests/inputs/empty.txt"` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr="given line count not allowed -- 3dQw2WB\n" [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a6032654 - ::panic:: [INFO] [stdout] 12: 0x6052a6034e01 - >::call_once [INFO] [stdout] 13: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 14: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 15: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 16: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 17: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 18: 0x7108ae7b807a - [INFO] [stdout] 19: 0x7108ae84b534 - clone [INFO] [stdout] 20: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dies_bad_bytes stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'dies_bad_bytes' (979) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected stderr, failed var.contains(illegal byte count -- sgI7ek8) [INFO] [stdout] ├── var: error: The argument '--bytes ' cannot be used with '--lines ' [INFO] [stdout] │ [INFO] [stdout] │ USAGE: [INFO] [stdout] │ rust-headr --bytes --lines [INFO] [stdout] │ [INFO] [stdout] │ For more information try --help [INFO] [stdout] └── var as str: error: The argument '--bytes ' cannot be used with '--lines ' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "-c" "sgI7ek8" "./tests/inputs/empty.txt"` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a6032654 - ::panic:: [INFO] [stdout] 12: 0x6052a6034a11 - >::call_once [INFO] [stdout] 13: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 14: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 15: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 16: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 17: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 18: 0x7108ae7b807a - [INFO] [stdout] 19: 0x7108ae84b534 - clone [INFO] [stdout] 20: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- multiple_files_c2 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'multiple_files_c2' (997) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected failure. [INFO] [stdout] code-1 [INFO] [stdout] stderr=`````` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] ``` [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "./tests/inputs/empty.txt" "./tests/inputs/one.txt" "./tests/inputs/two.txt" "./tests/inputs/three.txt" "./tests/inputs/ten.txt" "-c" "2"` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a607b8f3 - ::panic:: [INFO] [stdout] 12: 0x6052a607c316 - ::success [INFO] [stdout] 13: 0x6052a60337f9 - cli[9dafa863d84c1bc4]::run [INFO] [stdout] 14: 0x6052a6035601 - >::call_once [INFO] [stdout] 15: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 16: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 17: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 18: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 19: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 20: 0x7108ae7b807a - [INFO] [stdout] 21: 0x7108ae84b534 - clone [INFO] [stdout] 22: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- empty_c4 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'empty_c4' (985) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected failure. [INFO] [stdout] code-1 [INFO] [stdout] stderr=`````` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] ``` [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "./tests/inputs/empty.txt" "-c" "4"` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a607b8f3 - ::panic:: [INFO] [stdout] 12: 0x6052a607c316 - ::success [INFO] [stdout] 13: 0x6052a60337f9 - cli[9dafa863d84c1bc4]::run [INFO] [stdout] 14: 0x6052a6035f21 - >::call_once [INFO] [stdout] 15: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 16: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 17: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 18: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 19: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 20: 0x7108ae7b807a - [INFO] [stdout] 21: 0x7108ae84b534 - clone [INFO] [stdout] 22: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dies_bytes_and_lines stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'dies_bytes_and_lines' (981) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected stderr, failed var.contains(The argument '--lines ' cannot be used with '--bytes ') [INFO] [stdout] ├── var: error: The argument '--bytes ' cannot be used with '--lines ' [INFO] [stdout] │ [INFO] [stdout] │ USAGE: [INFO] [stdout] │ rust-headr --bytes --lines [INFO] [stdout] │ [INFO] [stdout] │ For more information try --help [INFO] [stdout] └── var as str: error: The argument '--bytes ' cannot be used with '--lines ' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "-n" "1" "-c" "2"` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a6032654 - ::panic:: [INFO] [stdout] 12: 0x6052a60359cf - >::call_once [INFO] [stdout] 13: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 14: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 15: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 16: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 17: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 18: 0x7108ae7b807a - [INFO] [stdout] 19: 0x7108ae84b534 - clone [INFO] [stdout] 20: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- multiple_files_n2 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'multiple_files_n2' (1014) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected stdout, failed var == [ [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 62, [INFO] [stdout] 32, [INFO] [stdout] 46, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 112, [INFO] [stdout] 117, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 101, [INFO] [stdout] 109, [INFO] [stdout] 112, [INFO] [stdout] 116, [INFO] [stdout] 121, [INFO] [stdout] 46, [INFO] [stdout] 116, [INFO] [stdout] 120, [INFO] [stdout] 116, [INFO] [stdout] 32, [INFO] [stdout] 60, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 10, [INFO] [stdout] 10, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 62, [INFO] [stdout] 32, [INFO] [stdout] 46, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 112, [INFO] [stdout] 117, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 111, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 46, [INFO] [stdout] 116, [INFO] [stdout] 120, [INFO] [stdout] 116, [INFO] [stdout] 32, [INFO] [stdout] 60, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 10, [INFO] [stdout] 195, [INFO] [stdout] 150, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 32, [INFO] [stdout] 108, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 44, [INFO] [stdout] 32, [INFO] [stdout] 102, [INFO] [stdout] 111, [INFO] [stdout] 117, [INFO] [stdout] 114, [INFO] [stdout] 32, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 114, [INFO] [stdout] 100, [INFO] [stdout] 115, [INFO] [stdout] 46, [INFO] [stdout] 10, [INFO] [stdout] 10, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 62, [INFO] [stdout] 32, [INFO] [stdout] 46, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 112, [INFO] [stdout] 117, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 46, [INFO] [stdout] 116, [INFO] [stdout] 120, [INFO] [stdout] 116, [INFO] [stdout] 32, [INFO] [stdout] 60, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 10, [INFO] [stdout] 84, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 32, [INFO] [stdout] 108, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 46, [INFO] [stdout] 10, [INFO] [stdout] 70, [INFO] [stdout] 111, [INFO] [stdout] 117, [INFO] [stdout] 114, [INFO] [stdout] 32, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 114, [INFO] [stdout] 100, [INFO] [stdout] 115, [INFO] [stdout] 46, [INFO] [stdout] 10, [INFO] [stdout] 10, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 62, [INFO] [stdout] 32, [INFO] [stdout] 46, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 112, [INFO] [stdout] 117, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 104, [INFO] [stdout] 114, [INFO] [stdout] 101, [INFO] [stdout] 101, [INFO] [stdout] 46, [INFO] [stdout] 116, [INFO] [stdout] 120, [INFO] [stdout] 116, [INFO] [stdout] 32, [INFO] [stdout] 60, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 10, [INFO] [stdout] 84, [INFO] [stdout] 104, [INFO] [stdout] 114, [INFO] [stdout] 101, [INFO] [stdout] 101, [INFO] [stdout] 13, [INFO] [stdout] 10, [INFO] [stdout] 108, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 44, [INFO] [stdout] 13, [INFO] [stdout] 10, [INFO] [stdout] 10, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 62, [INFO] [stdout] 32, [INFO] [stdout] 46, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 112, [INFO] [stdout] 117, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 101, [INFO] [stdout] 110, [INFO] [stdout] 46, [INFO] [stdout] 116, [INFO] [stdout] 120, [INFO] [stdout] 116, [INFO] [stdout] 32, [INFO] [stdout] 60, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 10, [INFO] [stdout] 111, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 10, [INFO] [stdout] 116, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 10, [INFO] [stdout] ] [INFO] [stdout] └── var: [ [INFO] [stdout] 195, [INFO] [stdout] 150, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 32, [INFO] [stdout] 108, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 44, [INFO] [stdout] 32, [INFO] [stdout] 102, [INFO] [stdout] 111, [INFO] [stdout] 117, [INFO] [stdout] 114, [INFO] [stdout] 32, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 114, [INFO] [stdout] 100, [INFO] [stdout] 115, [INFO] [stdout] 46, [INFO] [stdout] 10, [INFO] [stdout] 84, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 32, [INFO] [stdout] 108, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 46, [INFO] [stdout] 10, [INFO] [stdout] 70, [INFO] [stdout] 111, [INFO] [stdout] 117, [INFO] [stdout] 114, [INFO] [stdout] 32, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 114, [INFO] [stdout] 100, [INFO] [stdout] 115, [INFO] [stdout] 46, [INFO] [stdout] 10, [INFO] [stdout] 84, [INFO] [stdout] 104, [INFO] [stdout] 114, [INFO] [stdout] 101, [INFO] [stdout] 101, [INFO] [stdout] 13, [INFO] [stdout] 10, [INFO] [stdout] 108, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 44, [INFO] [stdout] 13, [INFO] [stdout] 10, [INFO] [stdout] 111, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 10, [INFO] [stdout] 116, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 10, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "./tests/inputs/empty.txt" "./tests/inputs/one.txt" "./tests/inputs/two.txt" "./tests/inputs/three.txt" "./tests/inputs/ten.txt" "-n" "2"` [INFO] [stdout] code=0 [INFO] [stdout] stdout=``` [INFO] [stdout] Öne line, four words. [INFO] [stdout] Two lines. [INFO] [stdout] Four words. [INFO] [stdout] Three\r [INFO] [stdout] lines,\r [INFO] [stdout] one [INFO] [stdout] two [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] stderr="" [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a6032654 - ::panic:: [INFO] [stdout] 12: 0x6052a6033a0b - cli[9dafa863d84c1bc4]::run [INFO] [stdout] 13: 0x6052a6035681 - >::call_once [INFO] [stdout] 14: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 19: 0x7108ae7b807a - [INFO] [stdout] 20: 0x7108ae84b534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- one_c2_stdin stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'one_c2_stdin' (1031) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected stdout, failed var == [ [INFO] [stdout] 195, [INFO] [stdout] 150, [INFO] [stdout] ] [INFO] [stdout] └── var: [] [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "-c" "2"` [INFO] [stdout] stdin=`"Öne line, four words.\n"` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a6032654 - ::panic:: [INFO] [stdout] 12: 0x6052a6033fbd - cli[9dafa863d84c1bc4]::run_stdin [INFO] [stdout] 13: 0x6052a60343ee - >::call_once [INFO] [stdout] 14: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 19: 0x7108ae7b807a - [INFO] [stdout] 20: 0x7108ae84b534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- empty_c2 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'empty_c2' (983) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected failure. [INFO] [stdout] code-1 [INFO] [stdout] stderr=`````` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] ``` [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "./tests/inputs/empty.txt" "-c" "2"` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a607b8f3 - ::panic:: [INFO] [stdout] 12: 0x6052a607c316 - ::success [INFO] [stdout] 13: 0x6052a60337f9 - cli[9dafa863d84c1bc4]::run [INFO] [stdout] 14: 0x6052a6035ee1 - >::call_once [INFO] [stdout] 15: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 16: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 17: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 18: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 19: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 20: 0x7108ae7b807a - [INFO] [stdout] 21: 0x7108ae84b534 - clone [INFO] [stdout] 22: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- multiple_files_c4 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'multiple_files_c4' (1010) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected failure. [INFO] [stdout] code-1 [INFO] [stdout] stderr=`````` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] ``` [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "-c" "4" "./tests/inputs/empty.txt" "./tests/inputs/one.txt" "./tests/inputs/two.txt" "./tests/inputs/three.txt" "./tests/inputs/ten.txt"` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a607b8f3 - ::panic:: [INFO] [stdout] 12: 0x6052a607c316 - ::success [INFO] [stdout] 13: 0x6052a60337f9 - cli[9dafa863d84c1bc4]::run [INFO] [stdout] 14: 0x6052a6035641 - >::call_once [INFO] [stdout] 15: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 16: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 17: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 18: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 19: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 20: 0x7108ae7b807a - [INFO] [stdout] 21: 0x7108ae84b534 - clone [INFO] [stdout] 22: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- one_c4 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'one_c4' (1040) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected failure. [INFO] [stdout] code-1 [INFO] [stdout] stderr=`````` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] ``` [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "./tests/inputs/one.txt" "-c" "4"` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a607b8f3 - ::panic:: [INFO] [stdout] 12: 0x6052a607c316 - ::success [INFO] [stdout] 13: 0x6052a60337f9 - cli[9dafa863d84c1bc4]::run [INFO] [stdout] 14: 0x6052a6035c21 - >::call_once [INFO] [stdout] 15: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 16: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 17: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 18: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 19: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 20: 0x7108ae7b807a - [INFO] [stdout] 21: 0x7108ae84b534 - clone [INFO] [stdout] 22: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- one_c1_stdin stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'one_c1_stdin' (1022) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected stdout, failed var == [ [INFO] [stdout] 239, [INFO] [stdout] 191, [INFO] [stdout] 189, [INFO] [stdout] ] [INFO] [stdout] └── var: [] [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "-c" "1"` [INFO] [stdout] stdin=`"Öne line, four words.\n"` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a6032654 - ::panic:: [INFO] [stdout] 12: 0x6052a6033fbd - cli[9dafa863d84c1bc4]::run_stdin [INFO] [stdout] 13: 0x6052a60343ae - >::call_once [INFO] [stdout] 14: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 19: 0x7108ae7b807a - [INFO] [stdout] 20: 0x7108ae84b534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- ten_c2 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'ten_c2' (1074) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected failure. [INFO] [stdout] code-1 [INFO] [stdout] stderr=`````` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] ``` [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "./tests/inputs/ten.txt" "-c" "2"` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a607b8f3 - ::panic:: [INFO] [stdout] 12: 0x6052a607c316 - ::success [INFO] [stdout] 13: 0x6052a60337f9 - cli[9dafa863d84c1bc4]::run [INFO] [stdout] 14: 0x6052a6035ce1 - >::call_once [INFO] [stdout] 15: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 16: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 17: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 18: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 19: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 20: 0x7108ae7b807a - [INFO] [stdout] 21: 0x7108ae84b534 - clone [INFO] [stdout] 22: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- one_c1 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'one_c1' (1017) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected failure. [INFO] [stdout] code-1 [INFO] [stdout] stderr=`````` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] ``` [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "./tests/inputs/one.txt" "-c" "1"` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a607b8f3 - ::panic:: [INFO] [stdout] 12: 0x6052a607c316 - ::success [INFO] [stdout] 13: 0x6052a60337f9 - cli[9dafa863d84c1bc4]::run [INFO] [stdout] 14: 0x6052a6035ba1 - >::call_once [INFO] [stdout] 15: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 16: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 17: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 18: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 19: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 20: 0x7108ae7b807a - [INFO] [stdout] 21: 0x7108ae84b534 - clone [INFO] [stdout] 22: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- ten_c2_stdin stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'ten_c2_stdin' (1075) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected stdout, failed var == [ [INFO] [stdout] 111, [INFO] [stdout] 110, [INFO] [stdout] ] [INFO] [stdout] └── var: [] [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "-c" "2"` [INFO] [stdout] stdin=```` [INFO] [stdout] one [INFO] [stdout] two [INFO] [stdout] three [INFO] [stdout] four [INFO] [stdout] five [INFO] [stdout] six [INFO] [stdout] seven [INFO] [stdout] eight [INFO] [stdout] nine [INFO] [stdout] ten [INFO] [stdout] ``` [INFO] [stdout] ` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a6032654 - ::panic:: [INFO] [stdout] 12: 0x6052a6033fbd - cli[9dafa863d84c1bc4]::run_stdin [INFO] [stdout] 13: 0x6052a60344ee - >::call_once [INFO] [stdout] 14: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 19: 0x7108ae7b807a - [INFO] [stdout] 20: 0x7108ae84b534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- one_c2 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'one_c2' (1027) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected failure. [INFO] [stdout] code-1 [INFO] [stdout] stderr=`````` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] ``` [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "./tests/inputs/one.txt" "-c" "2"` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a607b8f3 - ::panic:: [INFO] [stdout] 12: 0x6052a607c316 - ::success [INFO] [stdout] 13: 0x6052a60337f9 - cli[9dafa863d84c1bc4]::run [INFO] [stdout] 14: 0x6052a6035be1 - >::call_once [INFO] [stdout] 15: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 16: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 17: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 18: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 19: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 20: 0x7108ae7b807a - [INFO] [stdout] 21: 0x7108ae84b534 - clone [INFO] [stdout] 22: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- three_c2 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'three_c2' (1111) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected failure. [INFO] [stdout] code-1 [INFO] [stdout] stderr=`````` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] ``` [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "./tests/inputs/three.txt" "-c" "2"` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a607b8f3 - ::panic:: [INFO] [stdout] 12: 0x6052a607c316 - ::success [INFO] [stdout] 13: 0x6052a60337f9 - cli[9dafa863d84c1bc4]::run [INFO] [stdout] 14: 0x6052a6035fe1 - >::call_once [INFO] [stdout] 15: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 16: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 17: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 18: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 19: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 20: 0x7108ae7b807a - [INFO] [stdout] 21: 0x7108ae84b534 - clone [INFO] [stdout] 22: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- ten_c4 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'ten_c4' (1084) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected failure. [INFO] [stdout] code-1 [INFO] [stdout] stderr=`````` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] ``` [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "./tests/inputs/ten.txt" "-c" "4"` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a607b8f3 - ::panic:: [INFO] [stdout] 12: 0x6052a607c316 - ::success [INFO] [stdout] 13: 0x6052a60337f9 - cli[9dafa863d84c1bc4]::run [INFO] [stdout] 14: 0x6052a6035d21 - >::call_once [INFO] [stdout] 15: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 16: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 17: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 18: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 19: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 20: 0x7108ae7b807a - [INFO] [stdout] 21: 0x7108ae84b534 - clone [INFO] [stdout] 22: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- three_c2_stdin stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'three_c2_stdin' (1116) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected stdout, failed var == [ [INFO] [stdout] 84, [INFO] [stdout] 104, [INFO] [stdout] ] [INFO] [stdout] └── var: [] [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "-c" "2"` [INFO] [stdout] stdin=```` [INFO] [stdout] Three\r [INFO] [stdout] lines,\r [INFO] [stdout] four words. [INFO] [stdout] ``` [INFO] [stdout] ` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a6032654 - ::panic:: [INFO] [stdout] 12: 0x6052a6033fbd - cli[9dafa863d84c1bc4]::run_stdin [INFO] [stdout] 13: 0x6052a60354ce - >::call_once [INFO] [stdout] 14: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 19: 0x7108ae7b807a - [INFO] [stdout] 20: 0x7108ae84b534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- multiple_files_n4 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'multiple_files_n4' (1015) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected stdout, failed var == [ [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 62, [INFO] [stdout] 32, [INFO] [stdout] 46, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 112, [INFO] [stdout] 117, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 101, [INFO] [stdout] 109, [INFO] [stdout] 112, [INFO] [stdout] 116, [INFO] [stdout] 121, [INFO] [stdout] 46, [INFO] [stdout] 116, [INFO] [stdout] 120, [INFO] [stdout] 116, [INFO] [stdout] 32, [INFO] [stdout] 60, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 10, [INFO] [stdout] 10, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 62, [INFO] [stdout] 32, [INFO] [stdout] 46, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 112, [INFO] [stdout] 117, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 111, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 46, [INFO] [stdout] 116, [INFO] [stdout] 120, [INFO] [stdout] 116, [INFO] [stdout] 32, [INFO] [stdout] 60, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 10, [INFO] [stdout] 195, [INFO] [stdout] 150, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 32, [INFO] [stdout] 108, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 44, [INFO] [stdout] 32, [INFO] [stdout] 102, [INFO] [stdout] 111, [INFO] [stdout] 117, [INFO] [stdout] 114, [INFO] [stdout] 32, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 114, [INFO] [stdout] 100, [INFO] [stdout] 115, [INFO] [stdout] 46, [INFO] [stdout] 10, [INFO] [stdout] 10, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 62, [INFO] [stdout] 32, [INFO] [stdout] 46, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 112, [INFO] [stdout] 117, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 46, [INFO] [stdout] 116, [INFO] [stdout] 120, [INFO] [stdout] 116, [INFO] [stdout] 32, [INFO] [stdout] 60, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 10, [INFO] [stdout] 84, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 32, [INFO] [stdout] 108, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 46, [INFO] [stdout] 10, [INFO] [stdout] 70, [INFO] [stdout] 111, [INFO] [stdout] 117, [INFO] [stdout] 114, [INFO] [stdout] 32, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 114, [INFO] [stdout] 100, [INFO] [stdout] 115, [INFO] [stdout] 46, [INFO] [stdout] 10, [INFO] [stdout] 10, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 62, [INFO] [stdout] 32, [INFO] [stdout] 46, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 112, [INFO] [stdout] 117, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 104, [INFO] [stdout] 114, [INFO] [stdout] 101, [INFO] [stdout] 101, [INFO] [stdout] 46, [INFO] [stdout] 116, [INFO] [stdout] 120, [INFO] [stdout] 116, [INFO] [stdout] 32, [INFO] [stdout] 60, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 10, [INFO] [stdout] 84, [INFO] [stdout] 104, [INFO] [stdout] 114, [INFO] [stdout] 101, [INFO] [stdout] 101, [INFO] [stdout] 13, [INFO] [stdout] 10, [INFO] [stdout] 108, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 44, [INFO] [stdout] 13, [INFO] [stdout] 10, [INFO] [stdout] 102, [INFO] [stdout] 111, [INFO] [stdout] 117, [INFO] [stdout] 114, [INFO] [stdout] 32, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 114, [INFO] [stdout] 100, [INFO] [stdout] 115, [INFO] [stdout] 46, [INFO] [stdout] 10, [INFO] [stdout] 10, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 62, [INFO] [stdout] 32, [INFO] [stdout] 46, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 112, [INFO] [stdout] 117, [INFO] [stdout] 116, [INFO] [stdout] 115, [INFO] [stdout] 47, [INFO] [stdout] 116, [INFO] [stdout] 101, [INFO] [stdout] 110, [INFO] [stdout] 46, [INFO] [stdout] 116, [INFO] [stdout] 120, [INFO] [stdout] 116, [INFO] [stdout] 32, [INFO] [stdout] 60, [INFO] [stdout] 61, [INFO] [stdout] 61, [INFO] [stdout] 10, [INFO] [stdout] 111, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 10, [INFO] [stdout] 116, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 10, [INFO] [stdout] 116, [INFO] [stdout] 104, [INFO] [stdout] 114, [INFO] [stdout] 101, [INFO] [stdout] 101, [INFO] [stdout] 10, [INFO] [stdout] 102, [INFO] [stdout] 111, [INFO] [stdout] 117, [INFO] [stdout] 114, [INFO] [stdout] 10, [INFO] [stdout] ] [INFO] [stdout] └── var: [ [INFO] [stdout] 195, [INFO] [stdout] 150, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 32, [INFO] [stdout] 108, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 44, [INFO] [stdout] 32, [INFO] [stdout] 102, [INFO] [stdout] 111, [INFO] [stdout] 117, [INFO] [stdout] 114, [INFO] [stdout] 32, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 114, [INFO] [stdout] 100, [INFO] [stdout] 115, [INFO] [stdout] 46, [INFO] [stdout] 10, [INFO] [stdout] 84, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 32, [INFO] [stdout] 108, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 46, [INFO] [stdout] 10, [INFO] [stdout] 70, [INFO] [stdout] 111, [INFO] [stdout] 117, [INFO] [stdout] 114, [INFO] [stdout] 32, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 114, [INFO] [stdout] 100, [INFO] [stdout] 115, [INFO] [stdout] 46, [INFO] [stdout] 10, [INFO] [stdout] 84, [INFO] [stdout] 104, [INFO] [stdout] 114, [INFO] [stdout] 101, [INFO] [stdout] 101, [INFO] [stdout] 13, [INFO] [stdout] 10, [INFO] [stdout] 108, [INFO] [stdout] 105, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 115, [INFO] [stdout] 44, [INFO] [stdout] 13, [INFO] [stdout] 10, [INFO] [stdout] 102, [INFO] [stdout] 111, [INFO] [stdout] 117, [INFO] [stdout] 114, [INFO] [stdout] 32, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 114, [INFO] [stdout] 100, [INFO] [stdout] 115, [INFO] [stdout] 46, [INFO] [stdout] 10, [INFO] [stdout] 111, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 10, [INFO] [stdout] 116, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 10, [INFO] [stdout] 116, [INFO] [stdout] 104, [INFO] [stdout] 114, [INFO] [stdout] 101, [INFO] [stdout] 101, [INFO] [stdout] 10, [INFO] [stdout] 102, [INFO] [stdout] 111, [INFO] [stdout] 117, [INFO] [stdout] 114, [INFO] [stdout] 10, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "-n" "4" "./tests/inputs/empty.txt" "./tests/inputs/one.txt" "./tests/inputs/two.txt" "./tests/inputs/three.txt" "./tests/inputs/ten.txt"` [INFO] [stdout] code=0 [INFO] [stdout] stdout=``` [INFO] [stdout] Öne line, four words. [INFO] [stdout] Two lines. [INFO] [stdout] Four words. [INFO] [stdout] Three\r [INFO] [stdout] lines,\r [INFO] [stdout] four words. [INFO] [stdout] one [INFO] [stdout] two [INFO] [stdout] three [INFO] [stdout] four [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] stderr="" [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a6032654 - ::panic:: [INFO] [stdout] 12: 0x6052a6033a0b - cli[9dafa863d84c1bc4]::run [INFO] [stdout] 13: 0x6052a60356c1 - >::call_once [INFO] [stdout] 14: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 19: 0x7108ae7b807a - [INFO] [stdout] 20: 0x7108ae84b534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- one_c4_stdin stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'one_c4_stdin' (1048) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected stdout, failed var == [ [INFO] [stdout] 195, [INFO] [stdout] 150, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] ] [INFO] [stdout] └── var: [] [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "-c" "4"` [INFO] [stdout] stdin=`"Öne line, four words.\n"` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a6032654 - ::panic:: [INFO] [stdout] 12: 0x6052a6033fbd - cli[9dafa863d84c1bc4]::run_stdin [INFO] [stdout] 13: 0x6052a603442e - >::call_once [INFO] [stdout] 14: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 19: 0x7108ae7b807a - [INFO] [stdout] 20: 0x7108ae84b534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- three_c4_stdin stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'three_c4_stdin' (1129) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected stdout, failed var == [ [INFO] [stdout] 84, [INFO] [stdout] 104, [INFO] [stdout] 114, [INFO] [stdout] 101, [INFO] [stdout] ] [INFO] [stdout] └── var: [] [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "-c" "4"` [INFO] [stdout] stdin=```` [INFO] [stdout] Three\r [INFO] [stdout] lines,\r [INFO] [stdout] four words. [INFO] [stdout] ``` [INFO] [stdout] ` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a6032654 - ::panic:: [INFO] [stdout] 12: 0x6052a6033fbd - cli[9dafa863d84c1bc4]::run_stdin [INFO] [stdout] 13: 0x6052a603550e - >::call_once [INFO] [stdout] 14: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 19: 0x7108ae7b807a - [INFO] [stdout] 20: 0x7108ae84b534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- three_c4 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'three_c4' (1128) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected failure. [INFO] [stdout] code-1 [INFO] [stdout] stderr=`````` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] ``` [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "./tests/inputs/three.txt" "-c" "4"` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a607b8f3 - ::panic:: [INFO] [stdout] 12: 0x6052a607c316 - ::success [INFO] [stdout] 13: 0x6052a60337f9 - cli[9dafa863d84c1bc4]::run [INFO] [stdout] 14: 0x6052a6036021 - >::call_once [INFO] [stdout] 15: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 16: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 17: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 18: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 19: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 20: 0x7108ae7b807a - [INFO] [stdout] 21: 0x7108ae84b534 - clone [INFO] [stdout] 22: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- multiple_files_c1 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'multiple_files_c1' (993) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected failure. [INFO] [stdout] code-1 [INFO] [stdout] stderr=`````` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] ``` [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "./tests/inputs/empty.txt" "./tests/inputs/one.txt" "./tests/inputs/two.txt" "./tests/inputs/three.txt" "./tests/inputs/ten.txt" "-c" "1"` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a607b8f3 - ::panic:: [INFO] [stdout] 12: 0x6052a607c316 - ::success [INFO] [stdout] 13: 0x6052a60337f9 - cli[9dafa863d84c1bc4]::run [INFO] [stdout] 14: 0x6052a60355c1 - >::call_once [INFO] [stdout] 15: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 16: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 17: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 18: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 19: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 20: 0x7108ae7b807a - [INFO] [stdout] 21: 0x7108ae84b534 - clone [INFO] [stdout] 22: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- ten_c4_stdin stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'ten_c4_stdin' (1092) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected stdout, failed var == [ [INFO] [stdout] 111, [INFO] [stdout] 110, [INFO] [stdout] 101, [INFO] [stdout] 10, [INFO] [stdout] ] [INFO] [stdout] └── var: [] [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "-c" "4"` [INFO] [stdout] stdin=```` [INFO] [stdout] one [INFO] [stdout] two [INFO] [stdout] three [INFO] [stdout] four [INFO] [stdout] five [INFO] [stdout] six [INFO] [stdout] seven [INFO] [stdout] eight [INFO] [stdout] nine [INFO] [stdout] ten [INFO] [stdout] ``` [INFO] [stdout] ` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a6032654 - ::panic:: [INFO] [stdout] 12: 0x6052a6033fbd - cli[9dafa863d84c1bc4]::run_stdin [INFO] [stdout] 13: 0x6052a603452e - >::call_once [INFO] [stdout] 14: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 19: 0x7108ae7b807a - [INFO] [stdout] 20: 0x7108ae84b534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- two_c4 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'two_c4' (1182) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected failure. [INFO] [stdout] code-1 [INFO] [stdout] stderr=`````` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] ``` [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "./tests/inputs/two.txt" "-c" "4"` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a607b8f3 - ::panic:: [INFO] [stdout] 12: 0x6052a607c316 - ::success [INFO] [stdout] 13: 0x6052a60337f9 - cli[9dafa863d84c1bc4]::run [INFO] [stdout] 14: 0x6052a6035e21 - >::call_once [INFO] [stdout] 15: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 16: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 17: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 18: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 19: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 20: 0x7108ae7b807a - [INFO] [stdout] 21: 0x7108ae84b534 - clone [INFO] [stdout] 22: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- two_c2 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'two_c2' (1178) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected failure. [INFO] [stdout] code-1 [INFO] [stdout] stderr=`````` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] ``` [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "./tests/inputs/two.txt" "-c" "2"` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a607b8f3 - ::panic:: [INFO] [stdout] 12: 0x6052a607c316 - ::success [INFO] [stdout] 13: 0x6052a60337f9 - cli[9dafa863d84c1bc4]::run [INFO] [stdout] 14: 0x6052a6035de1 - >::call_once [INFO] [stdout] 15: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 16: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 17: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 18: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 19: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 20: 0x7108ae7b807a - [INFO] [stdout] 21: 0x7108ae84b534 - clone [INFO] [stdout] 22: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- two_c4_stdin stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'two_c4_stdin' (1183) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected stdout, failed var == [ [INFO] [stdout] 84, [INFO] [stdout] 119, [INFO] [stdout] 111, [INFO] [stdout] 32, [INFO] [stdout] ] [INFO] [stdout] └── var: [] [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "-c" "4"` [INFO] [stdout] stdin=```` [INFO] [stdout] Two lines. [INFO] [stdout] Four words. [INFO] [stdout] ``` [INFO] [stdout] ` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a6032654 - ::panic:: [INFO] [stdout] 12: 0x6052a6033fbd - cli[9dafa863d84c1bc4]::run_stdin [INFO] [stdout] 13: 0x6052a603462e - >::call_once [INFO] [stdout] 14: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 19: 0x7108ae7b807a - [INFO] [stdout] 20: 0x7108ae84b534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- two_c2_stdin stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'two_c2_stdin' (1181) panicked at /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/function.rs:250:5: [INFO] [stdout] Unexpected stdout, failed var == [ [INFO] [stdout] 84, [INFO] [stdout] 119, [INFO] [stdout] ] [INFO] [stdout] └── var: [] [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/release/rust-headr" "-c" "2"` [INFO] [stdout] stdin=```` [INFO] [stdout] Two lines. [INFO] [stdout] Four words. [INFO] [stdout] ``` [INFO] [stdout] ` [INFO] [stdout] code=1 [INFO] [stdout] stdout="" [INFO] [stdout] stderr=``` [INFO] [stdout] error: The argument \'--bytes \' cannot be used with \'--lines \' [INFO] [stdout] [INFO] [stdout] USAGE: [INFO] [stdout] rust-headr --bytes --lines [INFO] [stdout] [INFO] [stdout] For more information try --help [INFO] [stdout] ``` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6052a61343f1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6052a614aa4a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x6052a6139d7c - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x6052a6111d16 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x6052a612c0e9 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x6052a6042f30 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6052a612c2a2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x6052a6111dc2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x6052a6109559 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x6052a61129bd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x6052a614b1ac - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x6052a6032654 - ::panic:: [INFO] [stdout] 12: 0x6052a6033fbd - cli[9dafa863d84c1bc4]::run_stdin [INFO] [stdout] 13: 0x6052a60345ee - >::call_once [INFO] [stdout] 14: 0x6052a603626b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x6052a60438b5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x6052a603e364 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x6052a6046a02 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x6052a613388f - ::new::thread_start [INFO] [stdout] 19: 0x7108ae7b807a - [INFO] [stdout] 20: 0x7108ae84b534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] dies_bad_bytes [INFO] [stdout] dies_bad_lines [INFO] [stdout] dies_bytes_and_lines [INFO] [stdout] empty_c2 [INFO] [stdout] empty_c4 [INFO] [stdout] multiple_files [INFO] [stdout] multiple_files_c1 [INFO] [stdout] multiple_files_c2 [INFO] [stdout] multiple_files_c4 [INFO] [stdout] multiple_files_n2 [INFO] [stdout] multiple_files_n4 [INFO] [stdout] one_c1 [INFO] [stdout] one_c1_stdin [INFO] [stdout] one_c2 [INFO] [stdout] one_c2_stdin [INFO] [stdout] one_c4 [INFO] [stdout] one_c4_stdin [INFO] [stdout] ten_c2 [INFO] [stdout] ten_c2_stdin [INFO] [stdout] ten_c4 [INFO] [stdout] ten_c4_stdin [INFO] [stdout] three_c2 [INFO] [stdout] three_c2_stdin [INFO] [stdout] three_c4 [INFO] [stdout] three_c4_stdin [INFO] [stdout] two_c2 [INFO] [stdout] two_c2_stdin [INFO] [stdout] two_c4 [INFO] [stdout] two_c4_stdin [INFO] [stdout] [INFO] [stdout] test result: FAILED. 28 passed; 29 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1146332f81d0549c8912209fdaec9b831d9c75cac73c04020bbd1f77f50ad3b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1146332f81d0549c8912209fdaec9b831d9c75cac73c04020bbd1f77f50ad3b0", kill_on_drop: false }` [INFO] [stdout] 1146332f81d0549c8912209fdaec9b831d9c75cac73c04020bbd1f77f50ad3b0