[INFO] cloning repository https://github.com/fu8uk1/RustScan [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fu8uk1/RustScan" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffu8uk1%2FRustScan", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffu8uk1%2FRustScan'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3aa0728128a411c84958cabb028db67dc2a8054e [INFO] testing fu8uk1/RustScan against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffu8uk1%2FRustScan" "/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/fu8uk1/RustScan on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fu8uk1/RustScan [INFO] finished tweaking git repo https://github.com/fu8uk1/RustScan [INFO] tweaked toml for git repo https://github.com/fu8uk1/RustScan written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/fu8uk1/RustScan already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b1ef8dc6cfcbd7dd3833baac5f3a343b692406250b90665d54e421fb0b94752c [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" "b1ef8dc6cfcbd7dd3833baac5f3a343b692406250b90665d54e421fb0b94752c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b1ef8dc6cfcbd7dd3833baac5f3a343b692406250b90665d54e421fb0b94752c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1ef8dc6cfcbd7dd3833baac5f3a343b692406250b90665d54e421fb0b94752c", kill_on_drop: false }` [INFO] [stdout] b1ef8dc6cfcbd7dd3833baac5f3a343b692406250b90665d54e421fb0b94752c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e2b0102ff13f18e4352fb372ae7681c4bf6589029e5f181bcaf764da7d1d9f71 [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" "e2b0102ff13f18e4352fb372ae7681c4bf6589029e5f181bcaf764da7d1d9f71", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Compiling once_cell v1.4.0 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.18 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling parking v1.0.6 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling fastrand v1.3.3 [INFO] [stderr] Compiling event-listener v2.3.0 [INFO] [stderr] Compiling waker-fn v1.0.0 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling async-task v3.0.0 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling shell-words v1.0.0 [INFO] [stderr] Compiling concurrent-queue v1.2.1 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling async-channel v1.4.0 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling rlimit v0.3.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling dirs v3.0.1 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling futures-lite v0.1.10 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling syn v1.0.38 [INFO] [stderr] Compiling blocking v0.4.7 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling pin-project-internal v0.4.23 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling structopt-derive v0.4.8 [INFO] [stderr] Compiling structopt v0.3.15 [INFO] [stderr] Compiling pin-project v0.4.23 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling smol v0.1.18 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling async-std v1.6.2 [INFO] [stderr] Compiling rustscan v1.6.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 49s [INFO] running `Command { std: "docker" "inspect" "e2b0102ff13f18e4352fb372ae7681c4bf6589029e5f181bcaf764da7d1d9f71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2b0102ff13f18e4352fb372ae7681c4bf6589029e5f181bcaf764da7d1d9f71", kill_on_drop: false }` [INFO] [stdout] e2b0102ff13f18e4352fb372ae7681c4bf6589029e5f181bcaf764da7d1d9f71 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 87a0c4b454cf58d06e4479d26299aba5fea656678c019de544e034dd91158616 [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" "87a0c4b454cf58d06e4479d26299aba5fea656678c019de544e034dd91158616", kill_on_drop: false }` [INFO] [stderr] Compiling rustscan v1.6.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.43s [INFO] running `Command { std: "docker" "inspect" "87a0c4b454cf58d06e4479d26299aba5fea656678c019de544e034dd91158616", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87a0c4b454cf58d06e4479d26299aba5fea656678c019de544e034dd91158616", kill_on_drop: false }` [INFO] [stdout] 87a0c4b454cf58d06e4479d26299aba5fea656678c019de544e034dd91158616 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3c6f4009799d9069c2a3da24b3b396b71d49902ccb85d565fcf2a61181b94048 [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" "3c6f4009799d9069c2a3da24b3b396b71d49902ccb85d565fcf2a61181b94048", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rustscan-971af597d1d79bf1 [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test tests::batch_size_adjusted_2000 ... ok [INFO] [stdout] test tests::batch_size_lowered ... ok [INFO] [stdout] test tests::batch_size_lowered_average_size ... ok [INFO] [stdout] test tests::backwards_ports_scanner_runs ... ok [INFO] [stdout] test tests::test_print_opening_no_panic ... ok [INFO] [stdout] test tests::zero_ports_no_return_no_panic ... ok [INFO] [stdout] test tests::batch_size_equals_ulimit_lowered ... ok [INFO] [stdout] test tests::test_high_ulimit_no_quiet_mode ... ok [INFO] [stdout] test tests::google_dns_runs ... FAILED [INFO] [stdout] test tests::infer_ulimit_lowering_no_panic ... FAILED [INFO] [stdout] test tests::quad_zero_scanner_runs ... ok [INFO] [stdout] test tests::ipv6_scanner_runs ... ok [INFO] [stdout] test tests::scanner_runs ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::google_dns_runs stdout ---- [INFO] [stdout] thread 'tests::google_dns_runs' panicked at 'Too many open files. Please reduce batch size. The default is 5000. Try -b 2500.', src/scanner.rs:115:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x561876708150 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x561876708150 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x561876708150 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x561876708150 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56187672c94c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x561876700e52 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56187670a9f5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56187670a9f5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56187670a9f5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56187670a582 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56187670b191 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56187660220e - std::panicking::begin_panic::{{closure}}::h76b35714618761bb [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x561876604569 - std::sys_common::backtrace::__rust_end_short_backtrace::h43e56652d8a81ced [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56187660213b - std::panicking::begin_panic::h161830976b37525e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x5618765f9179 - rustscan::scanner::Scanner::scan_port::{{closure}}::hd5df76db009f291e [INFO] [stdout] at /opt/rustwide/workdir/src/scanner.rs:115:21 [INFO] [stdout] 15: 0x5618765e7d4c - as core::future::future::Future>::poll::h0152382650eeaa2b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 16: 0x5618765ee06f - as futures_core::stream::Stream>::poll_next::h431a2e9a5369277a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.5/src/stream/futures_unordered/mod.rs:542:17 [INFO] [stdout] 17: 0x5618765f2707 - as core::future::future::Future>::poll::hf320e033d33ba043 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/stream/stream/next.rs:17:9 [INFO] [stdout] 18: 0x5618765f87fc - rustscan::scanner::Scanner::scan_range::{{closure}}::h34b8339262a56c2c [INFO] [stdout] at /opt/rustwide/workdir/src/scanner.rs:73:34 [INFO] [stdout] 19: 0x5618765e852c - as core::future::future::Future>::poll::hd0aafd9907d92c0f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 20: 0x5618765f82ab - rustscan::scanner::Scanner::run::{{closure}}::h79ca948252e29267 [INFO] [stdout] at /opt/rustwide/workdir/src/scanner.rs:57:29 [INFO] [stdout] 21: 0x5618765e7f8c - as core::future::future::Future>::poll::h0b099672a63befff [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 22: 0x5618765e271e - as core::future::future::Future>::poll::{{closure}}::h845180559eb515e1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/task/builder.rs:198:17 [INFO] [stdout] 23: 0x5618765e8ad7 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h4bd3a4adf791c8ea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 24: 0x5618765ebb03 - std::thread::local::LocalKey::try_with::h5cc2867c67d2dc91 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 25: 0x5618765eb712 - std::thread::local::LocalKey::with::h2ce9c1cd13c5c426 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 26: 0x5618765e89a2 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h92e0b109964c7cf9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 27: 0x5618765e26bb - as core::future::future::Future>::poll::h4d166a922dc70428 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/task/builder.rs:196:13 [INFO] [stdout] 28: 0x5618765eae79 - smol::run::run::{{closure}}::{{closure}}::ha76d428636a1c9f5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.18/src/run.rs:119:43 [INFO] [stdout] 29: 0x5618765eb52f - scoped_tls::ScopedKey::set::h7406f98ee8ac8d62 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-1.0.0/src/lib.rs:137:9 [INFO] [stdout] 30: 0x5618765eadf5 - smol::run::run::{{closure}}::h116d11b1de0e17e6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.18/src/run.rs:116:9 [INFO] [stdout] 31: 0x5618765f1b89 - smol::context::enter::h0e0de8922716e32a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.18/src/context.rs:8:12 [INFO] [stdout] 32: 0x5618765eac61 - smol::run::run::hb04565ac59cbfc7b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.18/src/run.rs:115:5 [INFO] [stdout] 33: 0x5618765e37f4 - async_std::task::builder::Builder::blocking::{{closure}}::{{closure}}::hdb5198c59f28e850 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/task/builder.rs:170:25 [INFO] [stdout] 34: 0x5618765e8c23 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hcf7b7e04924fe953 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 35: 0x5618765ebf56 - std::thread::local::LocalKey::try_with::hcd17bce484ce69a7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 36: 0x5618765eb7a2 - std::thread::local::LocalKey::with::h88e7adc44303c537 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 37: 0x5618765e8a17 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h9ac278e55c3132b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 38: 0x5618765e36d6 - async_std::task::builder::Builder::blocking::{{closure}}::h4e94cb9805cc4d1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/task/builder.rs:167:17 [INFO] [stdout] 39: 0x5618765ebc8f - std::thread::local::LocalKey::try_with::h903a874cdc6cbada [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 40: 0x5618765eb842 - std::thread::local::LocalKey::with::ha67baf7b522105d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 41: 0x5618765e3596 - async_std::task::builder::Builder::blocking::h85c4731c5151448b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/task/builder.rs:160:9 [INFO] [stdout] 42: 0x5618765f45e9 - async_std::task::block_on::block_on::h9a19a60ce7a2a942 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/task/block_on.rs:33:5 [INFO] [stdout] 43: 0x5618765e41d0 - rustscan::tests::google_dns_runs::h25d6fd7ede08c25f [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:333:9 [INFO] [stdout] 44: 0x5618765e409a - rustscan::tests::google_dns_runs::{{closure}}::h48a36ba9361d9dda [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:327:5 [INFO] [stdout] 45: 0x5618765f01fe - core::ops::function::FnOnce::call_once::hae92c1e2236a4fcb [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 46: 0x56187662d653 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 47: 0x56187662d653 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 48: 0x56187662bd48 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 49: 0x56187662bd48 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x56187662bd48 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x56187662bd48 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x56187662bd48 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x56187662bd48 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 54: 0x56187662bd48 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 55: 0x561876606336 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 56: 0x56187660aafd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 57: 0x56187660aafd - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 58: 0x56187660aafd - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 59: 0x56187660aafd - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 60: 0x56187660aafd - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 61: 0x56187660aafd - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 62: 0x56187660aafd - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 63: 0x5618767112da - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 64: 0x5618767112da - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 65: 0x5618767112da - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 66: 0x7f8a7f0c5609 - start_thread [INFO] [stdout] 67: 0x7f8a7ee9d293 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::infer_ulimit_lowering_no_panic stdout ---- [INFO] [stdout] thread 'tests::infer_ulimit_lowering_no_panic' panicked at 'Too many open files. Please reduce batch size. The default is 5000. Try -b 2500.', src/scanner.rs:115:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x561876708150 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x561876708150 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x561876708150 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x561876708150 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56187672c94c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x561876700e52 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56187670a9f5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56187670a9f5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56187670a9f5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56187670a582 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56187670b191 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56187660220e - std::panicking::begin_panic::{{closure}}::h76b35714618761bb [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x561876604569 - std::sys_common::backtrace::__rust_end_short_backtrace::h43e56652d8a81ced [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56187660213b - std::panicking::begin_panic::h161830976b37525e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x5618765f9179 - rustscan::scanner::Scanner::scan_port::{{closure}}::hd5df76db009f291e [INFO] [stdout] at /opt/rustwide/workdir/src/scanner.rs:115:21 [INFO] [stdout] 15: 0x5618765e7d4c - as core::future::future::Future>::poll::h0152382650eeaa2b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 16: 0x5618765ee06f - as futures_core::stream::Stream>::poll_next::h431a2e9a5369277a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.5/src/stream/futures_unordered/mod.rs:542:17 [INFO] [stdout] 17: 0x5618765f2707 - as core::future::future::Future>::poll::hf320e033d33ba043 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/stream/stream/next.rs:17:9 [INFO] [stdout] 18: 0x5618765f87fc - rustscan::scanner::Scanner::scan_range::{{closure}}::h34b8339262a56c2c [INFO] [stdout] at /opt/rustwide/workdir/src/scanner.rs:73:34 [INFO] [stdout] 19: 0x5618765e852c - as core::future::future::Future>::poll::hd0aafd9907d92c0f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 20: 0x5618765f82ab - rustscan::scanner::Scanner::run::{{closure}}::h79ca948252e29267 [INFO] [stdout] at /opt/rustwide/workdir/src/scanner.rs:57:29 [INFO] [stdout] 21: 0x5618765e7f8c - as core::future::future::Future>::poll::h0b099672a63befff [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 22: 0x5618765e271e - as core::future::future::Future>::poll::{{closure}}::h845180559eb515e1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/task/builder.rs:198:17 [INFO] [stdout] 23: 0x5618765e8ad7 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h4bd3a4adf791c8ea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 24: 0x5618765ebb03 - std::thread::local::LocalKey::try_with::h5cc2867c67d2dc91 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 25: 0x5618765eb712 - std::thread::local::LocalKey::with::h2ce9c1cd13c5c426 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 26: 0x5618765e89a2 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h92e0b109964c7cf9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 27: 0x5618765e26bb - as core::future::future::Future>::poll::h4d166a922dc70428 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/task/builder.rs:196:13 [INFO] [stdout] 28: 0x5618765eae79 - smol::run::run::{{closure}}::{{closure}}::ha76d428636a1c9f5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.18/src/run.rs:119:43 [INFO] [stdout] 29: 0x5618765eb52f - scoped_tls::ScopedKey::set::h7406f98ee8ac8d62 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-1.0.0/src/lib.rs:137:9 [INFO] [stdout] 30: 0x5618765eadf5 - smol::run::run::{{closure}}::h116d11b1de0e17e6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.18/src/run.rs:116:9 [INFO] [stdout] 31: 0x5618765f1b89 - smol::context::enter::h0e0de8922716e32a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.18/src/context.rs:8:12 [INFO] [stdout] 32: 0x5618765eac61 - smol::run::run::hb04565ac59cbfc7b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.18/src/run.rs:115:5 [INFO] [stdout] 33: 0x5618765e37f4 - async_std::task::builder::Builder::blocking::{{closure}}::{{closure}}::hdb5198c59f28e850 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/task/builder.rs:170:25 [INFO] [stdout] 34: 0x5618765e8c23 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hcf7b7e04924fe953 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 35: 0x5618765ebf56 - std::thread::local::LocalKey::try_with::hcd17bce484ce69a7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 36: 0x5618765eb7a2 - std::thread::local::LocalKey::with::h88e7adc44303c537 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 37: 0x5618765e8a17 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h9ac278e55c3132b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 38: 0x5618765e36d6 - async_std::task::builder::Builder::blocking::{{closure}}::h4e94cb9805cc4d1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/task/builder.rs:167:17 [INFO] [stdout] 39: 0x5618765ebc8f - std::thread::local::LocalKey::try_with::h903a874cdc6cbada [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 40: 0x5618765eb842 - std::thread::local::LocalKey::with::ha67baf7b522105d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 41: 0x5618765e3596 - async_std::task::builder::Builder::blocking::h85c4731c5151448b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/task/builder.rs:160:9 [INFO] [stdout] 42: 0x5618765f45e9 - async_std::task::block_on::block_on::h9a19a60ce7a2a942 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/task/block_on.rs:33:5 [INFO] [stdout] 43: 0x5618765e4360 - rustscan::tests::infer_ulimit_lowering_no_panic::h4eb778396bf6ba08 [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:345:9 [INFO] [stdout] 44: 0x5618765e422a - rustscan::tests::infer_ulimit_lowering_no_panic::{{closure}}::hf40bfd8412623e6c [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:337:5 [INFO] [stdout] 45: 0x5618765f019e - core::ops::function::FnOnce::call_once::h8b2226fef1df57ba [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 46: 0x56187662d653 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 47: 0x56187662d653 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 48: 0x56187662bd48 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 49: 0x56187662bd48 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x56187662bd48 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x56187662bd48 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x56187662bd48 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x56187662bd48 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 54: 0x56187662bd48 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 55: 0x561876606336 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 56: 0x56187660aafd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 57: 0x56187660aafd - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 58: 0x56187660aafd - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 59: 0x56187660aafd - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 60: 0x56187660aafd - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 61: 0x56187660aafd - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 62: 0x56187660aafd - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 63: 0x5618767112da - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 64: 0x5618767112da - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 65: 0x5618767112da - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 66: 0x7f8a7f0c5609 - start_thread [INFO] [stdout] 67: 0x7f8a7ee9d293 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::google_dns_runs [INFO] [stdout] tests::infer_ulimit_lowering_no_panic [INFO] [stdout] [INFO] [stdout] test result: FAILED. 11 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin rustscan' [INFO] running `Command { std: "docker" "inspect" "3c6f4009799d9069c2a3da24b3b396b71d49902ccb85d565fcf2a61181b94048", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c6f4009799d9069c2a3da24b3b396b71d49902ccb85d565fcf2a61181b94048", kill_on_drop: false }` [INFO] [stdout] 3c6f4009799d9069c2a3da24b3b396b71d49902ccb85d565fcf2a61181b94048