[INFO] cloning repository https://github.com/kehitt/ld49 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kehitt/ld49" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkehitt%2Fld49", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkehitt%2Fld49'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 504b601c123769e220a6efca1b2e9193b119927d [INFO] testing kehitt/ld49 against try#6c5b2f071bf9fe3a4b05942f31d42d076171aa61 for pr-115315 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkehitt%2Fld49" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kehitt/ld49 on toolchain 6c5b2f071bf9fe3a4b05942f31d42d076171aa61 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6c5b2f071bf9fe3a4b05942f31d42d076171aa61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kehitt/ld49 [INFO] finished tweaking git repo https://github.com/kehitt/ld49 [INFO] tweaked toml for git repo https://github.com/kehitt/ld49 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/kehitt/ld49 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6c5b2f071bf9fe3a4b05942f31d42d076171aa61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:f5e78b491441a5b9644e276a59809eedfadf4ee1de96655588122b3a64cb522c" "/opt/rustwide/cargo-home/bin/cargo" "+6c5b2f071bf9fe3a4b05942f31d42d076171aa61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0061d8aa4dc1f8b1dadc45d7bd87947ddb5de6eb2d6631cdeddbba9f728dc89a [INFO] running `Command { std: "docker" "start" "-a" "0061d8aa4dc1f8b1dadc45d7bd87947ddb5de6eb2d6631cdeddbba9f728dc89a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0061d8aa4dc1f8b1dadc45d7bd87947ddb5de6eb2d6631cdeddbba9f728dc89a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0061d8aa4dc1f8b1dadc45d7bd87947ddb5de6eb2d6631cdeddbba9f728dc89a", kill_on_drop: false }` [INFO] [stdout] 0061d8aa4dc1f8b1dadc45d7bd87947ddb5de6eb2d6631cdeddbba9f728dc89a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f5e78b491441a5b9644e276a59809eedfadf4ee1de96655588122b3a64cb522c" "/opt/rustwide/cargo-home/bin/cargo" "+6c5b2f071bf9fe3a4b05942f31d42d076171aa61" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 497190c0e4fc52e4f51e593e04ab31b597041c440730d0aef25616bf398e6883 [INFO] running `Command { std: "docker" "start" "-a" "497190c0e4fc52e4f51e593e04ab31b597041c440730d0aef25616bf398e6883", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.103 [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling libloading v0.7.0 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling syn v1.0.77 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling pkg-config v0.3.20 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling wayland-sys v0.28.6 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling wayland-scanner v0.28.6 [INFO] [stderr] Compiling dlib v0.5.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling nix v0.20.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling nom v7.0.0 [INFO] [stderr] Compiling instant v0.1.11 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling fixedbitset v0.4.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.2 [INFO] [stderr] Compiling wayland-client v0.28.6 [INFO] [stderr] Compiling petgraph v0.6.0 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling khronos-egl v4.1.0 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling ahash v0.4.7 [INFO] [stderr] Compiling ttf-parser v0.6.2 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling minimal-lexical v0.1.3 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling thiserror-impl v1.0.29 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling owned_ttf_parser v0.6.0 [INFO] [stderr] Compiling rose_tree v0.3.0 [INFO] [stderr] Compiling wayland-protocols v0.28.6 [INFO] [stderr] Compiling spirv v0.2.0+1.5.4 [INFO] [stderr] Compiling wayland-commons v0.28.6 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling gpu-alloc-types v0.2.0 [INFO] [stderr] Compiling gpu-descriptor-types v0.1.1 [INFO] [stderr] Compiling thiserror v1.0.29 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.4 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling naga v0.6.3 [INFO] [stderr] Compiling rusttype v0.9.2 [INFO] [stderr] Compiling wgpu-core v0.10.4 [INFO] [stderr] Compiling xcursor v0.3.4 [INFO] [stderr] Compiling gpu-alloc v0.5.2 [INFO] [stderr] Compiling gpu-descriptor v0.2.1 [INFO] [stderr] Compiling x11-dl v2.19.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling ash v0.33.3+1.2.191 [INFO] [stderr] Compiling wgpu-types v0.10.0 [INFO] [stderr] Compiling libloading v0.6.7 [INFO] [stderr] Compiling inplace_it v0.3.3 [INFO] [stderr] Compiling arrayvec v0.7.1 [INFO] [stderr] Compiling renderdoc-sys v0.7.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling glow v0.11.0 [INFO] [stderr] Compiling weezl v0.1.5 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling andrew v0.3.1 [INFO] [stderr] Compiling tynm v0.1.6 [INFO] [stderr] Compiling calloop v0.6.5 [INFO] [stderr] Compiling dlib v0.4.2 [INFO] [stderr] Compiling wayland-cursor v0.28.6 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling crossbeam v0.8.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling bytemuck_derive v1.0.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling memmap2 v0.1.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling profiling v1.0.3 [INFO] [stderr] Compiling atom v0.3.6 [INFO] [stderr] Compiling winit v0.25.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling mopa v0.2.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling shred v0.12.0 [INFO] [stderr] Compiling hibitset v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling mio-misc v1.2.1 [INFO] [stderr] Compiling bytemuck v1.7.2 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling gif v0.11.2 [INFO] [stderr] Compiling tiff v0.6.1 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling specs-derive v0.4.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling shrev v1.1.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.12.3 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling tuple_utils v0.3.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling specs v0.17.0 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling wgpu-hal v0.10.7 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling glam v0.18.0 [INFO] [stderr] Compiling pollster v0.2.4 [INFO] [stderr] Compiling wgpu v0.10.2 [INFO] [stderr] Compiling ld49 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.88s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "497190c0e4fc52e4f51e593e04ab31b597041c440730d0aef25616bf398e6883", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "497190c0e4fc52e4f51e593e04ab31b597041c440730d0aef25616bf398e6883", kill_on_drop: false }` [INFO] [stdout] 497190c0e4fc52e4f51e593e04ab31b597041c440730d0aef25616bf398e6883 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f5e78b491441a5b9644e276a59809eedfadf4ee1de96655588122b3a64cb522c" "/opt/rustwide/cargo-home/bin/cargo" "+6c5b2f071bf9fe3a4b05942f31d42d076171aa61" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e631a220b5dd3884a2ac8727e4050bfebacd050fd40e6c7de149bc0fdbc18969 [INFO] running `Command { std: "docker" "start" "-a" "e631a220b5dd3884a2ac8727e4050bfebacd050fd40e6c7de149bc0fdbc18969", kill_on_drop: false }` [INFO] [stderr] Compiling ld49 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.64s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "e631a220b5dd3884a2ac8727e4050bfebacd050fd40e6c7de149bc0fdbc18969", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e631a220b5dd3884a2ac8727e4050bfebacd050fd40e6c7de149bc0fdbc18969", kill_on_drop: false }` [INFO] [stdout] e631a220b5dd3884a2ac8727e4050bfebacd050fd40e6c7de149bc0fdbc18969 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f5e78b491441a5b9644e276a59809eedfadf4ee1de96655588122b3a64cb522c" "/opt/rustwide/cargo-home/bin/cargo" "+6c5b2f071bf9fe3a4b05942f31d42d076171aa61" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6a7bcf9e22bb07c70fc7477a67d426c5c4273f7bd581d63f444ae853e83c3d56 [INFO] running `Command { std: "docker" "start" "-a" "6a7bcf9e22bb07c70fc7477a67d426c5c4273f7bd581d63f444ae853e83c3d56", 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] Finished test [unoptimized + debuginfo] target(s) in 0.40s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ld49-1743a915022d8e8c) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test physics::aabb::tests::test_scale ... ok [INFO] [stdout] test physics::aabb::tests::test_translation ... ok [INFO] [stdout] test physics::aabb::tests::test_intersect ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- physics::aabb::tests::test_intersect stdout ---- [INFO] [stdout] thread 'physics::aabb::tests::test_intersect' panicked at src/physics/aabb.rs:83:9: [INFO] [stdout] assertion failed: !aabb.intersect(&aabb3) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555fce83471c - std::backtrace_rs::backtrace::libunwind::trace::hfd00f9ce926285a2 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x555fce83471c - std::backtrace_rs::backtrace::trace_unsynchronized::h3aed0bb147a36095 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x555fce83471c - std::sys_common::backtrace::_print_fmt::hf3f758c78c5049cf [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x555fce83471c - ::fmt::hbb5024c29fe24604 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x555fce85ef2c - core::fmt::rt::Argument::fmt::h3a4e0c14eb89477f [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/core/src/fmt/rt.rs:138:9 [INFO] [stdout] 5: 0x555fce85ef2c - core::fmt::write::hb6f9003acf7c0795 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/core/src/fmt/mod.rs:1094:21 [INFO] [stdout] 6: 0x555fce8317be - std::io::Write::write_fmt::hbb984edefd24da97 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/io/mod.rs:1714:15 [INFO] [stdout] 7: 0x555fce834504 - std::sys_common::backtrace::_print::h6c53e39175e9b07a [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 8: 0x555fce834504 - std::sys_common::backtrace::print::hdd203385357a5653 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 9: 0x555fce8364da - std::panicking::panic_hook_with_disk_dump::{{closure}}::h2cbd71409e8b4b25 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/panicking.rs:280:22 [INFO] [stdout] 10: 0x555fce83609d - std::panicking::panic_hook_with_disk_dump::hcafa042b13616bb2 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/panicking.rs:311:9 [INFO] [stdout] 11: 0x555fce8041dc - as core::ops::function::Fn>::call::h4495e8b5e297db7b [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/alloc/src/boxed.rs:2021:9 [INFO] [stdout] 12: 0x555fce8041dc - test::test_main::{{closure}}::h107e0a5fcfae9015 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/test/src/lib.rs:136:21 [INFO] [stdout] 13: 0x555fce836c73 - as core::ops::function::Fn>::call::h197eab1dc9f608f9 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/alloc/src/boxed.rs:2021:9 [INFO] [stdout] 14: 0x555fce836c73 - std::panicking::rust_panic_with_hook::hb33c811d299cdd2f [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/panicking.rs:757:13 [INFO] [stdout] 15: 0x555fce836996 - std::panicking::begin_panic_handler::{{closure}}::h86f36d5a279aa4da [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/panicking.rs:623:13 [INFO] [stdout] 16: 0x555fce834c46 - std::sys_common::backtrace::__rust_end_short_backtrace::h55a61bd9f2207c93 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/sys_common/backtrace.rs:170:18 [INFO] [stdout] 17: 0x555fce836722 - rust_begin_unwind [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/panicking.rs:619:5 [INFO] [stdout] 18: 0x555fce7ce505 - core::panicking::panic_fmt::h8d4fdc73eebf4214 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/core/src/panicking.rs:72:14 [INFO] [stdout] 19: 0x555fce7ce5a3 - core::panicking::panic::hf314468d8c3c65f8 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/core/src/panicking.rs:127:5 [INFO] [stdout] 20: 0x555fce7d05ef - ld49::physics::aabb::tests::test_intersect::h41e6feb7eb9045cf [INFO] [stdout] at /opt/rustwide/workdir/src/physics/aabb.rs:83:9 [INFO] [stdout] 21: 0x555fce7d0367 - ld49::physics::aabb::tests::test_intersect::{{closure}}::h95dc7d14f81cbed0 [INFO] [stdout] at /opt/rustwide/workdir/src/physics/aabb.rs:75:25 [INFO] [stdout] 22: 0x555fce7cefa6 - core::ops::function::FnOnce::call_once::h4707a8587da45371 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x555fce80929f - core::ops::function::FnOnce::call_once::h2ff26e9ba59488fb [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x555fce80929f - test::__rust_begin_short_backtrace::h6091627a37bc7492 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/test/src/lib.rs:626:18 [INFO] [stdout] 25: 0x555fce8082fe - test::run_test_in_process::{{closure}}::h1fa321f2e2654dc6 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/test/src/lib.rs:649:60 [INFO] [stdout] 26: 0x555fce8082fe - as core::ops::function::FnOnce<()>>::call_once::hc0f2eb10ca004d1f [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 27: 0x555fce8082fe - std::panicking::try::do_call::h76790ce48aeb9e9f [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/panicking.rs:526:40 [INFO] [stdout] 28: 0x555fce8082fe - std::panicking::try::h6d57bd8edda059cf [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/panicking.rs:490:19 [INFO] [stdout] 29: 0x555fce8082fe - std::panic::catch_unwind::hbd4704b47155920f [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/panic.rs:142:14 [INFO] [stdout] 30: 0x555fce8082fe - test::run_test_in_process::h2b28b184edce2a86 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/test/src/lib.rs:649:27 [INFO] [stdout] 31: 0x555fce8082fe - test::run_test::{{closure}}::h476b5bb511b3d12c [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/test/src/lib.rs:572:43 [INFO] [stdout] 32: 0x555fce7d0a83 - test::run_test::{{closure}}::h2bb0f5d2471c45a4 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/test/src/lib.rs:600:41 [INFO] [stdout] 33: 0x555fce7d0a83 - std::sys_common::backtrace::__rust_begin_short_backtrace::h35c85d07dced2aaa [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/sys_common/backtrace.rs:154:18 [INFO] [stdout] 34: 0x555fce7d5c8b - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h35429ec76dbc1355 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/thread/mod.rs:529:17 [INFO] [stdout] 35: 0x555fce7d5c8b - as core::ops::function::FnOnce<()>>::call_once::hdf07407df9b1381a [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 36: 0x555fce7d5c8b - std::panicking::try::do_call::h49b322add02b8625 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/panicking.rs:526:40 [INFO] [stdout] 37: 0x555fce7d5c8b - std::panicking::try::hd8b399b683797d7f [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/panicking.rs:490:19 [INFO] [stdout] 38: 0x555fce7d5c8b - std::panic::catch_unwind::he6e5371f5e15ed1f [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/panic.rs:142:14 [INFO] [stdout] 39: 0x555fce7d5c8b - std::thread::Builder::spawn_unchecked_::{{closure}}::h72fa03d7b427e994 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/thread/mod.rs:528:30 [INFO] [stdout] 40: 0x555fce7d5c8b - core::ops::function::FnOnce::call_once{{vtable.shim}}::h33f0f977a916df2d [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x555fce83b325 - as core::ops::function::FnOnce>::call_once::h23a2d33c7d72aa48 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 42: 0x555fce83b325 - as core::ops::function::FnOnce>::call_once::h6515c48eb14c7e51 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 43: 0x555fce83b325 - std::sys::unix::thread::Thread::new::thread_start::h89f0e60d21bba881 [INFO] [stdout] at /rustc/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 44: 0x7fd01eb33b43 - [INFO] [stdout] 45: 0x7fd01ebc4bb4 - __clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] physics::aabb::tests::test_intersect [INFO] [stdout] [INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "6a7bcf9e22bb07c70fc7477a67d426c5c4273f7bd581d63f444ae853e83c3d56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a7bcf9e22bb07c70fc7477a67d426c5c4273f7bd581d63f444ae853e83c3d56", kill_on_drop: false }` [INFO] [stdout] 6a7bcf9e22bb07c70fc7477a67d426c5c4273f7bd581d63f444ae853e83c3d56