[INFO] fetching crate muon-rs 0.2.3... [INFO] testing muon-rs-0.2.3 against beta-2021-05-23 for beta-1.52-2 [INFO] extracting crate muon-rs 0.2.3 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate muon-rs 0.2.3 on toolchain beta-2021-05-23 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-05-23" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate muon-rs 0.2.3 [INFO] finished tweaking crates.io crate muon-rs 0.2.3 [INFO] tweaked toml for crates.io crate muon-rs 0.2.3 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-05-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-05-23" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-05-23" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a3a6e4cc420f4b5ce4791cda6934890879c54fbdf851f4ed63bbcf2a6601bec4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a3a6e4cc420f4b5ce4791cda6934890879c54fbdf851f4ed63bbcf2a6601bec4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a3a6e4cc420f4b5ce4791cda6934890879c54fbdf851f4ed63bbcf2a6601bec4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3a6e4cc420f4b5ce4791cda6934890879c54fbdf851f4ed63bbcf2a6601bec4", kill_on_drop: false }` [INFO] [stdout] a3a6e4cc420f4b5ce4791cda6934890879c54fbdf851f4ed63bbcf2a6601bec4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-05-23" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c3920cbae73fc99e50c0312e7f49297c369a93ce9baeb84af86e4310ec023193 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c3920cbae73fc99e50c0312e7f49297c369a93ce9baeb84af86e4310ec023193", kill_on_drop: false }` [INFO] [stderr] Compiling muon-rs v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:99:34 [INFO] [stdout] | [INFO] [stdout] 99 | formatter.write_str(self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:106:35 [INFO] [stdout] | [INFO] [stdout] 106 | Error::IO(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:107:39 [INFO] [stdout] | [INFO] [stdout] 107 | Error::Format(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:108:37 [INFO] [stdout] | [INFO] [stdout] 108 | Error::Utf8(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | Error::FromUtf8(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.93s [INFO] running `Command { std: "docker" "inspect" "c3920cbae73fc99e50c0312e7f49297c369a93ce9baeb84af86e4310ec023193", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3920cbae73fc99e50c0312e7f49297c369a93ce9baeb84af86e4310ec023193", kill_on_drop: false }` [INFO] [stdout] c3920cbae73fc99e50c0312e7f49297c369a93ce9baeb84af86e4310ec023193 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-05-23" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f898abde251094ebac56de5cb93691163923628198b4d49d864bcc9a22b967b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1f898abde251094ebac56de5cb93691163923628198b4d49d864bcc9a22b967b", kill_on_drop: false }` [INFO] [stderr] Compiling muon-rs v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:99:34 [INFO] [stdout] | [INFO] [stdout] 99 | formatter.write_str(self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:106:35 [INFO] [stdout] | [INFO] [stdout] 106 | Error::IO(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:107:39 [INFO] [stdout] | [INFO] [stdout] 107 | Error::Format(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:108:37 [INFO] [stdout] | [INFO] [stdout] 108 | Error::Utf8(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | Error::FromUtf8(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:99:34 [INFO] [stdout] | [INFO] [stdout] 99 | formatter.write_str(self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:106:35 [INFO] [stdout] | [INFO] [stdout] 106 | Error::IO(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:107:39 [INFO] [stdout] | [INFO] [stdout] 107 | Error::Format(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:108:37 [INFO] [stdout] | [INFO] [stdout] 108 | Error::Utf8(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | Error::FromUtf8(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.56s [INFO] running `Command { std: "docker" "inspect" "1f898abde251094ebac56de5cb93691163923628198b4d49d864bcc9a22b967b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f898abde251094ebac56de5cb93691163923628198b4d49d864bcc9a22b967b", kill_on_drop: false }` [INFO] [stdout] 1f898abde251094ebac56de5cb93691163923628198b4d49d864bcc9a22b967b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-05-23" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2cb66bc56c60ecc8825379b1290465309753aefbadddccb40a2f75af96f40260 [INFO] running `Command { std: "docker" "start" "-a" "2cb66bc56c60ecc8825379b1290465309753aefbadddccb40a2f75af96f40260", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] running 43 tests [INFO] [stderr] --> src/error.rs:99:34 [INFO] [stderr] | [INFO] [stderr] 99 | formatter.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:106:35 [INFO] [stderr] | [INFO] [stderr] 106 | Error::IO(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:107:39 [INFO] [stderr] | [INFO] [stderr] 107 | Error::Format(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:108:37 [INFO] [stderr] | [INFO] [stderr] 108 | Error::Utf8(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:109:41 [INFO] [stderr] | [INFO] [stderr] 109 | Error::FromUtf8(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:99:34 [INFO] [stderr] | [INFO] [stderr] 99 | formatter.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:106:35 [INFO] [stderr] | [INFO] [stderr] 106 | Error::IO(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:107:39 [INFO] [stderr] | [INFO] [stderr] 107 | Error::Format(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:108:37 [INFO] [stderr] | [INFO] [stderr] 108 | Error::Utf8(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:109:41 [INFO] [stderr] | [INFO] [stderr] 109 | Error::FromUtf8(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/muon_rs-4ff5a675be350e8d) [INFO] [stdout] test datetime::test::date_err ... ok [INFO] [stdout] test datetime::test::date_time_err ... ok [INFO] [stdout] test datetime::test::time_err ... ok [INFO] [stdout] test de::test::datetime ... ok [INFO] [stdout] test de::test::nesting ... ok [INFO] [stdout] test de::test::lists ... ok [INFO] [stdout] test de::test::no_substitute_list ... ok [INFO] [stdout] test datetime::test::offset_ok ... ok [INFO] [stdout] test de::test::record_substitute ... ok [INFO] [stdout] test datetime::test::offset_err ... ok [INFO] [stdout] test de::test::substitute_record ... ok [INFO] [stdout] test de::test::text_append ... ok [INFO] [stdout] test lines::test::invalid_li ... ok [INFO] [stdout] test de::test::text_list ... ok [INFO] [stdout] test lines::test::def_iter ... ok [INFO] [stdout] test lines::test::def_iter2 ... ok [INFO] [stdout] test ser::test::list_optional ... ok [INFO] [stdout] test ser::test::list_record ... ok [INFO] [stdout] test ser::test::list_vec ... ok [INFO] [stdout] test ser::test::map_quoted_keys ... ok [INFO] [stdout] test de::test::no_substitute_optional ... ok [INFO] [stdout] test ser::test::no_substitute_option ... ok [INFO] [stdout] test ser::test::optional ... ok [INFO] [stdout] test ser::test::no_substitute_option2 ... ok [INFO] [stdout] test ser::test::struct_a ... ok [INFO] [stdout] test ser::test::record_list ... ok [INFO] [stdout] test ser::test::text_list ... ok [INFO] [stdout] test ser::test::struct_p ... ok [INFO] [stdout] test ser::test::use_substitute ... ok [INFO] [stdout] test datetime::test::date_ok ... ok [INFO] [stdout] test de::test::integers ... ok [INFO] [stdout] test de::test::record_optional ... ok [INFO] [stdout] test ser::test::date ... ok [INFO] [stdout] test de::test::numbers ... ok [INFO] [stdout] test ser::test::list_b ... ok [INFO] [stdout] test ser::test::list_c ... ok [INFO] [stdout] test de::test::record_list ... ok [INFO] [stdout] test datetime::test::time_ok ... ok [INFO] [stdout] test datetime::test::date_time_ok ... ok [INFO] [stdout] test de::test::options ... ok [INFO] [stdout] test parse::test::ints ... ok [INFO] [stdout] test lines::test::valid_li ... ok [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stdout] test parse::test::numbers ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- parse::test::numbers stdout ---- [INFO] [stdout] thread 'parse::test::numbers' panicked at 'assertion failed: number::(\"infinity\").is_none()', src/parse.rs:134:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5651304af340 - std::backtrace_rs::backtrace::libunwind::trace::h880e86c16131e543 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5651304af340 - std::backtrace_rs::backtrace::trace_unsynchronized::h58807f2da56c47b3 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5651304af340 - std::sys_common::backtrace::_print_fmt::h79d67bbf23537ee0 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5651304af340 - ::fmt::h6afd7ad593709198 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5651304d516f - core::fmt::write::hdc1e76b5176fd653 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/core/src/fmt/mod.rs:1094:17 [INFO] [stdout] 5: 0x5651304ac365 - std::io::Write::write_fmt::h3cd0f27961fe4f79 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x5651304b14bb - std::sys_common::backtrace::_print::h16e0d1a95f75f210 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5651304b14bb - std::sys_common::backtrace::print::hf8154bbac43d8779 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5651304b14bb - std::panicking::default_hook::{{closure}}::hb22fb2f362e83354 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5651304b0fd8 - std::panicking::default_hook::hfe65f3219b44e611 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5651304b1a6d - std::panicking::rust_panic_with_hook::h1a85262a870dd5b0 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x5651304b1637 - std::panicking::begin_panic_handler::{{closure}}::ha2f156de41e0d3b6 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/panicking.rs:495:13 [INFO] [stdout] 12: 0x5651304af7fc - std::sys_common::backtrace::__rust_end_short_backtrace::h6686b9d717340e5f [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5651304b15c9 - rust_begin_unwind [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x5651303cb121 - core::panicking::panic_fmt::hebefbcd6ea6e5cb2 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5651303cb06d - core::panicking::panic::hf06798fb1ca387fe [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x56513044e22d - muon_rs::parse::test::numbers::hc74d6419d84d012a [INFO] [stdout] at /opt/rustwide/workdir/src/parse.rs:134:9 [INFO] [stdout] 17: 0x56513044d45a - muon_rs::parse::test::numbers::{{closure}}::hd062a657a460101a [INFO] [stdout] at /opt/rustwide/workdir/src/parse.rs:115:5 [INFO] [stdout] 18: 0x5651303fc3ce - core::ops::function::FnOnce::call_once::h4fc7f7b9b0c811e1 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x565130484093 - core::ops::function::FnOnce::call_once::h57c4249049152a7b [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x565130484093 - test::__rust_begin_short_backtrace::hdd6a11c27e3fdace [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/test/src/lib.rs:577:5 [INFO] [stdout] 21: 0x565130482b06 - as core::ops::function::FnOnce>::call_once::h6075ca48296c4f05 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/alloc/src/boxed.rs:1546:9 [INFO] [stdout] 22: 0x565130482b06 - as core::ops::function::FnOnce<()>>::call_once::hc418df810ab2964f [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/panic.rs:344:9 [INFO] [stdout] 23: 0x565130482b06 - std::panicking::try::do_call::hf98f00064a769cb0 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/panicking.rs:379:40 [INFO] [stdout] 24: 0x565130482b06 - std::panicking::try::hcd023b3aae7a59a9 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/panicking.rs:343:19 [INFO] [stdout] 25: 0x565130482b06 - std::panic::catch_unwind::hdd9ca332333ac682 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/panic.rs:431:14 [INFO] [stdout] 26: 0x565130482b06 - test::run_test_in_process::hb159da985e34473b [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/test/src/lib.rs:600:18 [INFO] [stdout] 27: 0x565130482b06 - test::run_test::run_test_inner::{{closure}}::hee0eaef17b13fba7 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/test/src/lib.rs:492:39 [INFO] [stdout] 28: 0x56513045df0e - test::run_test::run_test_inner::{{closure}}::h260082b70d8062bf [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/test/src/lib.rs:519:37 [INFO] [stdout] 29: 0x56513045df0e - std::sys_common::backtrace::__rust_begin_short_backtrace::h1c6e136ff2c86043 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x565130461c78 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h82f77c9ab96d4a5b [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 31: 0x565130461c78 - as core::ops::function::FnOnce<()>>::call_once::hfc4b50a3b7417258 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/panic.rs:344:9 [INFO] [stdout] 32: 0x565130461c78 - std::panicking::try::do_call::h57fb637b89c350a3 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/panicking.rs:379:40 [INFO] [stdout] 33: 0x565130461c78 - std::panicking::try::h93302834d7241260 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/panicking.rs:343:19 [INFO] [stdout] 34: 0x565130461c78 - std::panic::catch_unwind::h2fd5a29a8a28d68f [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/panic.rs:431:14 [INFO] [stdout] 35: 0x565130461c78 - std::thread::Builder::spawn_unchecked::{{closure}}::hb52038dfd2e66dc9 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 36: 0x565130461c78 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h34ab8851fab07371 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x5651304b6007 - as core::ops::function::FnOnce>::call_once::h2fe906f7ca2c80c4 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/alloc/src/boxed.rs:1546:9 [INFO] [stdout] 38: 0x5651304b6007 - as core::ops::function::FnOnce>::call_once::hf577546e105ebded [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/alloc/src/boxed.rs:1546:9 [INFO] [stdout] 39: 0x5651304b6007 - std::sys::unix::thread::Thread::new::thread_start::hedae860fc8535ac7 [INFO] [stdout] at /rustc/82b86216422e1ee696e20511180fada7a7a87949/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 40: 0x7f4f39b22609 - start_thread [INFO] [stdout] 41: 0x7f4f398f4293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] parse::test::numbers [INFO] [stdout] [INFO] [stdout] test result: FAILED. 42 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2cb66bc56c60ecc8825379b1290465309753aefbadddccb40a2f75af96f40260", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2cb66bc56c60ecc8825379b1290465309753aefbadddccb40a2f75af96f40260", kill_on_drop: false }` [INFO] [stdout] 2cb66bc56c60ecc8825379b1290465309753aefbadddccb40a2f75af96f40260