[INFO] cloning repository https://github.com/kamiyaowl/debukit [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kamiyaowl/debukit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkamiyaowl%2Fdebukit", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkamiyaowl%2Fdebukit'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0814f224482c18a1fd773fbf71f2eb5949d9a537 [INFO] testing kamiyaowl/debukit against beta-2021-05-08 for beta-1.53-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkamiyaowl%2Fdebukit" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kamiyaowl/debukit on toolchain beta-2021-05-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-05-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kamiyaowl/debukit [INFO] finished tweaking git repo https://github.com/kamiyaowl/debukit [INFO] tweaked toml for git repo https://github.com/kamiyaowl/debukit written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/kamiyaowl/debukit already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-05-08" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/redox-os/orbtk.git` [INFO] [stderr] Updating git repository `https://github.com/FloVanGH/rust_minifb` [INFO] [stderr] Updating git repository `https://gitlab.redox-os.org/redox-os/time` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-05-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 038b58e0eaa0a7646db9b73d7ad3de7eb6f862f3ac230037a8b04daa7ebdeee1 [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" "038b58e0eaa0a7646db9b73d7ad3de7eb6f862f3ac230037a8b04daa7ebdeee1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "038b58e0eaa0a7646db9b73d7ad3de7eb6f862f3ac230037a8b04daa7ebdeee1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "038b58e0eaa0a7646db9b73d7ad3de7eb6f862f3ac230037a8b04daa7ebdeee1", kill_on_drop: false }` [INFO] [stdout] 038b58e0eaa0a7646db9b73d7ad3de7eb6f862f3ac230037a8b04daa7ebdeee1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 86104d170d4192575d15105637ea4e7ac4f283f6e3bfae51e9d5d4fa09e91eec [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" "86104d170d4192575d15105637ea4e7ac4f283f6e3bfae51e9d5d4fa09e91eec", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling procedural-masquerade v0.1.6 [INFO] [stderr] Compiling wayland-sys v0.25.0 [INFO] [stderr] Compiling orbtk-utils v0.3.1-alpha3 (https://github.com/redox-os/orbtk.git?branch=develop#463c110e) [INFO] [stderr] Compiling sw-composite v0.7.8 [INFO] [stderr] Compiling typed-arena v2.0.1 [INFO] [stderr] Compiling spin_sleep v0.3.7 [INFO] [stderr] Compiling dces v0.2.0 [INFO] [stderr] Compiling minifb v0.15.3 (https://github.com/FloVanGH/rust_minifb?branch=redox_unix#bd1d16e7) [INFO] [stderr] Compiling dtoa-short v0.3.2 [INFO] [stderr] Compiling servo_arc v0.1.1 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling time v0.1.42 (https://gitlab.redox-os.org/redox-os/time?branch=redox-unix#0c24c8c1) [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling openssl-sys v0.9.55 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling wayland-scanner v0.25.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling wayland-commons v0.25.0 [INFO] [stderr] Compiling orbtk-tree v0.3.1-alpha3 (https://github.com/redox-os/orbtk.git?branch=develop#463c110e) [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling euclid v0.20.11 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling png v0.15.3 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling string_cache_codegen v0.4.4 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling selectors v0.21.0 [INFO] [stderr] Compiling lyon_geom v0.15.2 [INFO] [stderr] Compiling cssparser v0.17.0 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling wayland-client v0.25.0 [INFO] [stderr] Compiling wayland-protocols v0.25.0 [INFO] [stderr] Compiling string_cache v0.7.5 [INFO] [stderr] Compiling raqote v0.7.14 [INFO] [stderr] Compiling jpeg-decoder v0.1.19 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling image v0.23.4 [INFO] [stderr] Compiling orbtk-render v0.3.1-alpha3 (https://github.com/redox-os/orbtk.git?branch=develop#463c110e) [INFO] [stderr] Compiling orbtk-shell v0.3.1-alpha3 (https://github.com/redox-os/orbtk.git?branch=develop#463c110e) [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling cssparser-macros v0.3.6 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling cssparser v0.25.9 [INFO] [stderr] Compiling pin-project-internal v0.4.9 [INFO] [stderr] Compiling derive_more v0.99.5 [INFO] [stderr] Compiling orbtk-proc-macros v0.3.1-alpha3 (https://github.com/redox-os/orbtk.git?branch=develop#463c110e) [INFO] [stderr] Compiling html5ever v0.24.1 [INFO] [stderr] Compiling cssparser v0.27.2 [INFO] [stderr] Compiling phf_macros v0.8.0 [INFO] [stderr] Compiling cssparser-macros v0.6.0 [INFO] [stderr] Compiling tokio v0.2.19 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling orbtk-css-engine v0.3.1-alpha3 (https://github.com/redox-os/orbtk.git?branch=develop#463c110e) [INFO] [stderr] Compiling pin-project v0.4.9 [INFO] [stderr] Compiling orbtk-theme v0.3.1-alpha3 (https://github.com/redox-os/orbtk.git?branch=develop#463c110e) [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.2.4 [INFO] [stderr] Compiling hyper v0.13.5 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling ron v0.5.1 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling orbtk-api v0.3.1-alpha3 (https://github.com/redox-os/orbtk.git?branch=develop#463c110e) [INFO] [stderr] Compiling hyper-tls v0.4.1 [INFO] [stderr] Compiling reqwest v0.10.4 [INFO] [stderr] Compiling markup5ever v0.9.0 [INFO] [stderr] Compiling orbtk-widgets v0.3.1-alpha3 (https://github.com/redox-os/orbtk.git?branch=develop#463c110e) [INFO] [stderr] Compiling orbtk v0.3.1-alpha3 (https://github.com/redox-os/orbtk.git?branch=develop#463c110e) [INFO] [stderr] Compiling scraper v0.11.0 [INFO] [stderr] Compiling debukit v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `fs::read_to_string` [INFO] [stdout] --> src/main.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use fs::read_to_string; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `debukit::*` [INFO] [stdout] --> src/main.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use debukit::*; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 19s [INFO] running `Command { std: "docker" "inspect" "86104d170d4192575d15105637ea4e7ac4f283f6e3bfae51e9d5d4fa09e91eec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86104d170d4192575d15105637ea4e7ac4f283f6e3bfae51e9d5d4fa09e91eec", kill_on_drop: false }` [INFO] [stdout] 86104d170d4192575d15105637ea4e7ac4f283f6e3bfae51e9d5d4fa09e91eec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a5227c08081bccda8cf5bf7d181a1e5362ced6692840137ad6e44af3f35020b3 [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" "a5227c08081bccda8cf5bf7d181a1e5362ced6692840137ad6e44af3f35020b3", kill_on_drop: false }` [INFO] [stderr] Compiling debukit v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `fs::read_to_string` [INFO] [stdout] --> src/main.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use fs::read_to_string; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `debukit::*` [INFO] [stdout] --> src/main.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use debukit::*; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.80s [INFO] running `Command { std: "docker" "inspect" "a5227c08081bccda8cf5bf7d181a1e5362ced6692840137ad6e44af3f35020b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5227c08081bccda8cf5bf7d181a1e5362ced6692840137ad6e44af3f35020b3", kill_on_drop: false }` [INFO] [stdout] a5227c08081bccda8cf5bf7d181a1e5362ced6692840137ad6e44af3f35020b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a49fc5e6438562be97e835f1a0ad9acf18f53896eccef044cee815fa4a156c4a [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" "a49fc5e6438562be97e835f1a0ad9acf18f53896eccef044cee815fa4a156c4a", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `fs::read_to_string` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use fs::read_to_string; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `debukit::*` [INFO] [stderr] --> src/main.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use debukit::*; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.51s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/debukit-6e46b7c04b40d6ba) [INFO] [stdout] running 3 tests [INFO] [stdout] test style::tests::test_style_new ... ok [INFO] [stdout] test dom::tests::test_dom_parse_all ... ok [INFO] [stdout] test communicator::tests::test_html_get_blocking ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- communicator::tests::test_html_get_blocking stdout ---- [INFO] [stdout] Error: reqwest::Error { kind: Request, url: "https://kamiyaowl.github.io/", source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })) } [INFO] [stdout] thread 'communicator::tests::test_html_get_blocking' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/test/src/lib.rs:193:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564a64a9a850 - std::backtrace_rs::backtrace::libunwind::trace::h880e86c16131e543 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x564a64a9a850 - std::backtrace_rs::backtrace::trace_unsynchronized::h58807f2da56c47b3 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x564a64a9a850 - std::sys_common::backtrace::_print_fmt::h79d67bbf23537ee0 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x564a64a9a850 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6afd7ad593709198 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x564a64abed7f - core::fmt::write::hdc1e76b5176fd653 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/core/src/fmt/mod.rs:1094:17 [INFO] [stdout] 5: 0x564a64a944d5 - std::io::Write::write_fmt::h3cd0f27961fe4f79 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x564a64a9ca3b - std::sys_common::backtrace::_print::h16e0d1a95f75f210 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x564a64a9ca3b - std::sys_common::backtrace::print::hf8154bbac43d8779 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x564a64a9ca3b - std::panicking::default_hook::{{closure}}::hb22fb2f362e83354 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x564a64a9c558 - std::panicking::default_hook::hfe65f3219b44e611 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x564a64a9cfed - std::panicking::rust_panic_with_hook::h1a85262a870dd5b0 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x564a64a9cbe7 - std::panicking::begin_panic_handler::{{closure}}::ha2f156de41e0d3b6 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x564a64a9ad0c - std::sys_common::backtrace::__rust_end_short_backtrace::h6686b9d717340e5f [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x564a64a9cb49 - rust_begin_unwind [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x564a6459c7c1 - core::panicking::panic_fmt::hebefbcd6ea6e5cb2 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x564a64abcc8e - core::panicking::assert_failed::inner::h6daf16abba7df014 [INFO] [stdout] 16: 0x564a64877412 - core::panicking::assert_failed::ha6b5eb74c35afa4f [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/core/src/panicking.rs:143:5 [INFO] [stdout] 17: 0x564a645a672d - test::assert_test_result::hbfdc58269bca6335 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/test/src/lib.rs:193:5 [INFO] [stdout] 18: 0x564a645a6315 - debukit::communicator::tests::test_html_get_blocking::{{closure}}::h70a833631f53315a [INFO] [stdout] at /opt/rustwide/workdir/src/communicator.rs:23:5 [INFO] [stdout] 19: 0x564a645a06be - core::ops::function::FnOnce::call_once::hb1468f38c4e36dce [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x564a645ccc93 - core::ops::function::FnOnce::call_once::h57c4249049152a7b [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x564a645ccc93 - test::__rust_begin_short_backtrace::hdd6a11c27e3fdace [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x564a645cb706 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6075ca48296c4f05 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/alloc/src/boxed.rs:1546:9 [INFO] [stdout] 23: 0x564a645cb706 - <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc418df810ab2964f [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/panic.rs:344:9 [INFO] [stdout] 24: 0x564a645cb706 - std::panicking::try::do_call::hf98f00064a769cb0 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/panicking.rs:379:40 [INFO] [stdout] 25: 0x564a645cb706 - std::panicking::try::hcd023b3aae7a59a9 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/panicking.rs:343:19 [INFO] [stdout] 26: 0x564a645cb706 - std::panic::catch_unwind::hdd9ca332333ac682 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/panic.rs:431:14 [INFO] [stdout] 27: 0x564a645cb706 - test::run_test_in_process::hb159da985e34473b [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x564a645cb706 - test::run_test::run_test_inner::{{closure}}::hee0eaef17b13fba7 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x564a645a6b0e - test::run_test::run_test_inner::{{closure}}::h260082b70d8062bf [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x564a645a6b0e - std::sys_common::backtrace::__rust_begin_short_backtrace::h1c6e136ff2c86043 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x564a645aa878 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h82f77c9ab96d4a5b [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 32: 0x564a645aa878 - <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfc4b50a3b7417258 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/panic.rs:344:9 [INFO] [stdout] 33: 0x564a645aa878 - std::panicking::try::do_call::h57fb637b89c350a3 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/panicking.rs:379:40 [INFO] [stdout] 34: 0x564a645aa878 - std::panicking::try::h93302834d7241260 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/panicking.rs:343:19 [INFO] [stdout] 35: 0x564a645aa878 - std::panic::catch_unwind::h2fd5a29a8a28d68f [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/panic.rs:431:14 [INFO] [stdout] 36: 0x564a645aa878 - std::thread::Builder::spawn_unchecked::{{closure}}::hb52038dfd2e66dc9 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 37: 0x564a645aa878 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h34ab8851fab07371 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x564a64aa1e97 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2fe906f7ca2c80c4 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/alloc/src/boxed.rs:1546:9 [INFO] [stdout] 39: 0x564a64aa1e97 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf577546e105ebded [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/alloc/src/boxed.rs:1546:9 [INFO] [stdout] 40: 0x564a64aa1e97 - std::sys::unix::thread::Thread::new::thread_start::hedae860fc8535ac7 [INFO] [stdout] at /rustc/4bac69dd25089dd2f803f24de2225d84449b6220/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 41: 0x7ff9baa8f609 - start_thread [INFO] [stdout] 42: 0x7ff9ba865293 - clone [INFO] [stdout] 43: 0x0 - <unknown> [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] communicator::tests::test_html_get_blocking [INFO] [stdout] [INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "a49fc5e6438562be97e835f1a0ad9acf18f53896eccef044cee815fa4a156c4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a49fc5e6438562be97e835f1a0ad9acf18f53896eccef044cee815fa4a156c4a", kill_on_drop: false }` [INFO] [stdout] a49fc5e6438562be97e835f1a0ad9acf18f53896eccef044cee815fa4a156c4a