[INFO] cloning repository https://github.com/jondot/rawsort
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jondot/rawsort" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjondot%2Frawsort", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjondot%2Frawsort'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 96db3b2df09908e964b1741f291a569c1cef2488
[INFO] testing jondot/rawsort against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjondot%2Frawsort" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jondot/rawsort
[INFO] finished tweaking git repo https://github.com/jondot/rawsort
[INFO] tweaked toml for git repo https://github.com/jondot/rawsort written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jondot/rawsort on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jondot/rawsort 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 432199e9712c3f67fc43da627aa3fffea8eb1d94f849c08de869a28d78cc345f
[INFO] running `Command { std: "docker" "start" "-a" "432199e9712c3f67fc43da627aa3fffea8eb1d94f849c08de869a28d78cc345f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "432199e9712c3f67fc43da627aa3fffea8eb1d94f849c08de869a28d78cc345f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "432199e9712c3f67fc43da627aa3fffea8eb1d94f849c08de869a28d78cc345f", kill_on_drop: false }`
[INFO] [stdout] 432199e9712c3f67fc43da627aa3fffea8eb1d94f849c08de869a28d78cc345f
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3237698b7e79b52fee700a5a86877f8fba7ad7d6663f0f150c026942d0b8b383
[INFO] running `Command { std: "docker" "start" "-a" "3237698b7e79b52fee700a5a86877f8fba7ad7d6663f0f150c026942d0b8b383", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.42
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling cfg-if v0.1.5
[INFO] [stderr]    Compiling stable_deref_trait v1.1.1
[INFO] [stderr]    Compiling lazy_static v1.0.2
[INFO] [stderr]    Compiling byteorder v1.2.6
[INFO] [stderr]    Compiling scopeguard v0.3.3
[INFO] [stderr]    Compiling num-traits v0.2.5
[INFO] [stderr]    Compiling futures v0.1.23
[INFO] [stderr]    Compiling slab v0.4.1
[INFO] [stderr]    Compiling lazycell v0.6.0
[INFO] [stderr]    Compiling num-integer v0.1.39
[INFO] [stderr]    Compiling ryu v0.2.6
[INFO] [stderr]    Compiling serde v1.0.78
[INFO] [stderr]    Compiling unicode-width v0.1.5
[INFO] [stderr]    Compiling slog v2.7.0
[INFO] [stderr]    Compiling log v0.4.4
[INFO] [stderr]    Compiling unreachable v1.0.0
[INFO] [stderr]    Compiling owning_ref v0.3.3
[INFO] [stderr]    Compiling regex v0.2.11
[INFO] [stderr]    Compiling ucd-util v0.1.1
[INFO] [stderr]    Compiling bitflags v1.0.4
[INFO] [stderr]    Compiling smallvec v0.6.3
[INFO] [stderr]    Compiling thread_local v0.3.5
[INFO] [stderr]    Compiling crossbeam-utils v0.5.0
[INFO] [stderr]    Compiling utf8-ranges v1.0.0
[INFO] [stderr]    Compiling lazy_static v0.2.11
[INFO] [stderr]    Compiling regex-syntax v0.5.6
[INFO] [stderr]    Compiling lock_api v0.1.3
[INFO] [stderr]    Compiling same-file v1.0.2
[INFO] [stderr]    Compiling itoa v0.4.3
[INFO] [stderr]    Compiling lazycell v1.0.0
[INFO] [stderr]    Compiling walkdir v2.1.4
[INFO] [stderr]    Compiling term v0.5.1
[INFO] [stderr]    Compiling textwrap v0.10.0
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling vec_map v0.8.1
[INFO] [stderr]    Compiling strsim v0.7.0
[INFO] [stderr]    Compiling either v1.5.0
[INFO] [stderr]    Compiling kamadak-exif v0.3.1
[INFO] [stderr]    Compiling itertools v0.7.8
[INFO] [stderr]    Compiling rand v0.4.2
[INFO] [stderr]    Compiling iovec v0.1.2
[INFO] [stderr]    Compiling net2 v0.2.33
[INFO] [stderr]    Compiling memchr v2.0.1
[INFO] [stderr]    Compiling bytes v0.4.9
[INFO] [stderr]    Compiling time v0.1.40
[INFO] [stderr]    Compiling aho-corasick v0.6.6
[INFO] [stderr]    Compiling num_cpus v1.8.0
[INFO] [stderr]    Compiling inotify-sys v0.1.3
[INFO] [stderr]    Compiling termios v0.2.2
[INFO] [stderr]    Compiling mio v0.6.15
[INFO] [stderr]    Compiling clicolors-control v0.2.0
[INFO] [stderr]    Compiling filetime v0.2.1
[INFO] [stderr]    Compiling atty v0.2.11
[INFO] [stderr]    Compiling parking_lot_core v0.2.14
[INFO] [stderr]    Compiling rand v0.3.22
[INFO] [stderr]    Compiling chrono v0.4.4
[INFO] [stderr]    Compiling tempfile v2.2.0
[INFO] [stderr]    Compiling isatty v0.1.9
[INFO] [stderr]    Compiling clap v2.32.0
[INFO] [stderr]    Compiling parking_lot v0.6.3
[INFO] [stderr]    Compiling mio-extras v2.0.5
[INFO] [stderr]    Compiling tokio-io v0.1.8
[INFO] [stderr]    Compiling tokio-executor v0.1.4
[INFO] [stderr]    Compiling tokio-reactor v0.1.5
[INFO] [stderr]    Compiling slog-term v2.4.0
[INFO] [stderr]    Compiling inotify v0.6.1
[INFO] [stderr]    Compiling notify v4.0.6
[INFO] [stderr]    Compiling console v0.6.1
[INFO] [stderr]    Compiling dialoguer v0.1.0
[INFO] [stderr]    Compiling serde_json v1.0.27
[INFO] [stderr]    Compiling slog-json v2.2.0
[INFO] [stderr]    Compiling rawsort v0.4.1-alpha.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Fuse` and `Logger`
[INFO] [stdout]  --> src/main.rs:1:35
[INFO] [stdout]   |
[INFO] [stdout] 1 | use slog::{error, info, o, Drain, Fuse, Logger};
[INFO] [stdout]   |                                   ^^^^  ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.37s
[INFO] running `Command { std: "docker" "inspect" "3237698b7e79b52fee700a5a86877f8fba7ad7d6663f0f150c026942d0b8b383", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3237698b7e79b52fee700a5a86877f8fba7ad7d6663f0f150c026942d0b8b383", kill_on_drop: false }`
[INFO] [stdout] 3237698b7e79b52fee700a5a86877f8fba7ad7d6663f0f150c026942d0b8b383
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8682f38871dab46a97500fbc61610e2cedf7eab712a92cbc376bef45fab5871f
[INFO] running `Command { std: "docker" "start" "-a" "8682f38871dab46a97500fbc61610e2cedf7eab712a92cbc376bef45fab5871f", kill_on_drop: false }`
[INFO] [stderr]    Compiling rawsort v0.4.1-alpha.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Fuse` and `Logger`
[INFO] [stdout]  --> src/main.rs:1:35
[INFO] [stdout]   |
[INFO] [stdout] 1 | use slog::{error, info, o, Drain, Fuse, Logger};
[INFO] [stdout]   |                                   ^^^^  ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]    --> tests/integration_test.rs:161:7
[INFO] [stdout]     |
[INFO] [stdout] 161 | #[cfg(nightly)]
[INFO] [stdout]     |       ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Fuse` and `Logger`
[INFO] [stdout]  --> src/main.rs:1:35
[INFO] [stdout]   |
[INFO] [stdout] 1 | use slog::{error, info, o, Drain, Fuse, Logger};
[INFO] [stdout]   |                                   ^^^^  ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `exec`
[INFO] [stdout]    --> tests/integration_test.rs:119:16
[INFO] [stdout]     |
[INFO] [stdout] 119 |     let (plan, exec) = make_plan("simple", "[year]");
[INFO] [stdout]     |                ^^^^ help: if this is intentional, prefix it with an underscore: `_exec`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `exec`
[INFO] [stdout]    --> tests/integration_test.rs:138:16
[INFO] [stdout]     |
[INFO] [stdout] 138 |     let (plan, exec) = make_plan(
[INFO] [stdout]     |                ^^^^ help: if this is intentional, prefix it with an underscore: `_exec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.94s
[INFO] running `Command { std: "docker" "inspect" "8682f38871dab46a97500fbc61610e2cedf7eab712a92cbc376bef45fab5871f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8682f38871dab46a97500fbc61610e2cedf7eab712a92cbc376bef45fab5871f", kill_on_drop: false }`
[INFO] [stdout] 8682f38871dab46a97500fbc61610e2cedf7eab712a92cbc376bef45fab5871f
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0c61ad314f6bfbd1e25eee37dacf7836097463d5ff34976402754ecbf885e946
[INFO] running `Command { std: "docker" "start" "-a" "0c61ad314f6bfbd1e25eee37dacf7836097463d5ff34976402754ecbf885e946", kill_on_drop: false }`
[INFO] [stderr] warning: unused imports: `Fuse` and `Logger`
[INFO] [stderr]  --> src/main.rs:1:35
[INFO] [stderr]   |
[INFO] [stderr] 1 | use slog::{error, info, o, Drain, Fuse, Logger};
[INFO] [stderr]   |                                   ^^^^  ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stderr]    --> tests/integration_test.rs:161:7
[INFO] [stderr]     |
[INFO] [stderr] 161 | #[cfg(nightly)]
[INFO] [stderr]     |       ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `exec`
[INFO] [stderr]    --> tests/integration_test.rs:119:16
[INFO] [stderr]     |
[INFO] [stderr] 119 |     let (plan, exec) = make_plan("simple", "[year]");
[INFO] [stderr]     |                ^^^^ help: if this is intentional, prefix it with an underscore: `_exec`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `exec`
[INFO] [stderr]    --> tests/integration_test.rs:138:16
[INFO] [stderr]     |
[INFO] [stderr] 138 |     let (plan, exec) = make_plan(
[INFO] [stderr]     |                ^^^^ help: if this is intentional, prefix it with an underscore: `_exec`
[INFO] [stderr] 
[INFO] [stderr] warning: `rawsort` (bin "rawsort") generated 1 warning (run `cargo fix --bin "rawsort" -p rawsort` to apply 1 suggestion)
[INFO] [stderr] warning: `rawsort` (bin "rawsort" test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `rawsort` (test "integration_test") generated 3 warnings (run `cargo fix --test "integration_test" -p rawsort` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rawsort-8481b93f4feecb54)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rawsort-a4ea1141f9b2e371)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-2cffbe0997f536a4)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stderr] 
[INFO] [stderr] thread 'it_detects_potential_overwrites' (21) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/kamadak-exif-0.3.1/src/endian.rs:73:5:
[INFO] [stderr] misaligned pointer dereference: address must be a multiple of 0x4 but is 0x7ed59801b8ce
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x5863be079baa - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]    1:     0x5863be079baa - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]    2:     0x5863be079baa - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]    3:     0x5863be079baa - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]    4:     0x5863be08e72a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]    5:     0x5863be08e72a - core[35159d6ffb30e017]::fmt::write
[INFO] [stderr]    6:     0x5863be07f312 - std[ec419fa8110287d5]::io::default_write_fmt::<std[ec419fa8110287d5]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stderr]    7:     0x5863be07f312 - <std[ec419fa8110287d5]::sys::stdio::unix::Stderr as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stderr]    8:     0x5863be057dcf - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]    9:     0x5863be057dcf - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stderr]   10:     0x5863be071e41 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:319:9
[INFO] [stderr]   11:     0x5863bdf9e3dc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stderr]   12:     0x5863bdf9e3dc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stderr]   13:     0x5863be072032 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stderr]   14:     0x5863be072032 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stderr]   15:     0x5863be057e88 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stderr]   16:     0x5863be04f769 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]   17:     0x5863be058b9d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stderr]   18:     0x5863be08ecdd - core[35159d6ffb30e017]::panicking::panic_nounwind_fmt::runtime
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:122:22
[INFO] [stderr]   19:     0x5863be08ecdd - core[35159d6ffb30e017]::panicking::panic_nounwind_fmt
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/intrinsics/mod.rs:2450:9
[INFO] [stderr]   20:     0x5863be08ee69 - core[35159d6ffb30e017]::panicking::panic_misaligned_pointer_dereference
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:284:5
[INFO] [stderr]   21:     0x5863bdffde57 - <exif[2f8c684632514eba]::endian::BigEndian as exif[2f8c684632514eba]::endian::Endian>::loadu32
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/kamadak-exif-0.3.1/src/endian.rs:54:47
[INFO] [stderr]   22:     0x5863bdff942a - exif[2f8c684632514eba]::tiff::parse_ifd::<exif[2f8c684632514eba]::endian::BigEndian>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/kamadak-exif-0.3.1/src/tiff.rs:100:19
[INFO] [stderr]   23:     0x5863bdff7683 - exif[2f8c684632514eba]::tiff::parse_exif_sub::<exif[2f8c684632514eba]::endian::BigEndian>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/kamadak-exif-0.3.1/src/tiff.rs:79:5
[INFO] [stderr]   24:     0x5863bdffd328 - exif[2f8c684632514eba]::tiff::parse_exif
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/kamadak-exif-0.3.1/src/tiff.rs:65:20
[INFO] [stderr]   25:     0x5863bdfdae36 - <exif[2f8c684632514eba]::reader::Reader>::new::<std[ec419fa8110287d5]::io::buffered::bufreader::BufReader<&std[ec419fa8110287d5]::fs::File>>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/kamadak-exif-0.3.1/src/reader.rs:85:27
[INFO] [stderr]   26:     0x5863bdfee389 - <rawsort[6127bfde7bb61a8d]::exif::Exif>::from_path
[INFO] [stderr]                                at /opt/rustwide/workdir/src/exif.rs:18:22
[INFO] [stderr]   27:     0x5863bdfef128 - <rawsort[6127bfde7bb61a8d]::registry::Registry>::format
[INFO] [stderr]                                at /opt/rustwide/workdir/src/registry.rs:33:20
[INFO] [stderr]   28:     0x5863bdfed176 - <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#3}
[INFO] [stderr]                                at /opt/rustwide/workdir/src/executor.rs:33:39
[INFO] [stderr]   29:     0x5863bdfe5b5f - core[35159d6ffb30e017]::iter::adapters::map::map_try_fold::<walkdir[7c72c7b8ec3531be]::DirEntry, (std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>), (), core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#3}, core[35159d6ffb30e017]::iter::traits::iterator::Iterator::find::check<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>), &mut <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#4}>::{closure#0}>::{closure#0}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/iter/adapters/map.rs:95:28
[INFO] [stderr]   30:     0x5863bdfe5ef3 - core[35159d6ffb30e017]::iter::adapters::filter::filter_try_fold::<walkdir[7c72c7b8ec3531be]::DirEntry, (), core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#2}, core[35159d6ffb30e017]::iter::adapters::map::map_try_fold<walkdir[7c72c7b8ec3531be]::DirEntry, (std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>), (), core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#3}, core[35159d6ffb30e017]::iter::traits::iterator::Iterator::find::check<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>), &mut <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#4}>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/iter/adapters/filter.rs:86:44
[INFO] [stderr]   31:     0x5863bdfe5add - core[35159d6ffb30e017]::iter::adapters::map::map_try_fold::<core[35159d6ffb30e017]::result::Result<walkdir[7c72c7b8ec3531be]::DirEntry, walkdir[7c72c7b8ec3531be]::Error>, walkdir[7c72c7b8ec3531be]::DirEntry, (), core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#1}, core[35159d6ffb30e017]::iter::adapters::filter::filter_try_fold<walkdir[7c72c7b8ec3531be]::DirEntry, (), core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#2}, core[35159d6ffb30e017]::iter::adapters::map::map_try_fold<walkdir[7c72c7b8ec3531be]::DirEntry, (std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>), (), core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#3}, core[35159d6ffb30e017]::iter::traits::iterator::Iterator::find::check<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>), &mut <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#4}>::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/iter/adapters/map.rs:95:21
[INFO] [stderr]   32:     0x5863bdfe5d85 - core[35159d6ffb30e017]::iter::adapters::filter::filter_try_fold::<core[35159d6ffb30e017]::result::Result<walkdir[7c72c7b8ec3531be]::DirEntry, walkdir[7c72c7b8ec3531be]::Error>, (), core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#0}, core[35159d6ffb30e017]::iter::adapters::map::map_try_fold<core[35159d6ffb30e017]::result::Result<walkdir[7c72c7b8ec3531be]::DirEntry, walkdir[7c72c7b8ec3531be]::Error>, walkdir[7c72c7b8ec3531be]::DirEntry, (), core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#1}, core[35159d6ffb30e017]::iter::adapters::filter::filter_try_fold<walkdir[7c72c7b8ec3531be]::DirEntry, (), core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#2}, core[35159d6ffb30e017]::iter::adapters::map::map_try_fold<walkdir[7c72c7b8ec3531be]::DirEntry, (std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>), (), core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#3}, core[35159d6ffb30e017]::iter::traits::iterator::Iterator::find::check<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>), &mut <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#4}>::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/iter/adapters/filter.rs:86:44
[INFO] [stderr]   33:     0x5863bdfe572d - <walkdir[7c72c7b8ec3531be]::IntoIter as core[35159d6ffb30e017]::iter::traits::iterator::Iterator>::try_fold::<(), core[35159d6ffb30e017]::iter::adapters::filter::filter_try_fold<core[35159d6ffb30e017]::result::Result<walkdir[7c72c7b8ec3531be]::DirEntry, walkdir[7c72c7b8ec3531be]::Error>, (), core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#0}, core[35159d6ffb30e017]::iter::adapters::map::map_try_fold<core[35159d6ffb30e017]::result::Result<walkdir[7c72c7b8ec3531be]::DirEntry, walkdir[7c72c7b8ec3531be]::Error>, walkdir[7c72c7b8ec3531be]::DirEntry, (), core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#1}, core[35159d6ffb30e017]::iter::adapters::filter::filter_try_fold<walkdir[7c72c7b8ec3531be]::DirEntry, (), core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#2}, core[35159d6ffb30e017]::iter::adapters::map::map_try_fold<walkdir[7c72c7b8ec3531be]::DirEntry, (std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>), (), core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#3}, core[35159d6ffb30e017]::iter::traits::iterator::Iterator::find::check<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>), &mut <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#4}>::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/iter/traits/iterator.rs:2496:21
[INFO] [stderr]   34:     0x5863bdfe4ef1 - <core[35159d6ffb30e017]::iter::adapters::filter::Filter<walkdir[7c72c7b8ec3531be]::IntoIter, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#0}> as core[35159d6ffb30e017]::iter::traits::iterator::Iterator>::try_fold::<(), core[35159d6ffb30e017]::iter::adapters::map::map_try_fold<core[35159d6ffb30e017]::result::Result<walkdir[7c72c7b8ec3531be]::DirEntry, walkdir[7c72c7b8ec3531be]::Error>, walkdir[7c72c7b8ec3531be]::DirEntry, (), core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#1}, core[35159d6ffb30e017]::iter::adapters::filter::filter_try_fold<walkdir[7c72c7b8ec3531be]::DirEntry, (), core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#2}, core[35159d6ffb30e017]::iter::adapters::map::map_try_fold<walkdir[7c72c7b8ec3531be]::DirEntry, (std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>), (), core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#3}, core[35159d6ffb30e017]::iter::traits::iterator::Iterator::find::check<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>), &mut <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#4}>::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/iter/adapters/filter.rs:157:19
[INFO] [stderr]   35:     0x5863bdfe4dd9 - <core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<walkdir[7c72c7b8ec3531be]::IntoIter, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#0}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#1}> as core[35159d6ffb30e017]::iter::traits::iterator::Iterator>::try_fold::<(), core[35159d6ffb30e017]::iter::adapters::filter::filter_try_fold<walkdir[7c72c7b8ec3531be]::DirEntry, (), core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#2}, core[35159d6ffb30e017]::iter::adapters::map::map_try_fold<walkdir[7c72c7b8ec3531be]::DirEntry, (std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>), (), core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#3}, core[35159d6ffb30e017]::iter::traits::iterator::Iterator::find::check<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>), &mut <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#4}>::{closure#0}>::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/iter/adapters/map.rs:121:19
[INFO] [stderr]   36:     0x5863bdfe4e92 - <core[35159d6ffb30e017]::iter::adapters::filter::Filter<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<walkdir[7c72c7b8ec3531be]::IntoIter, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#0}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#1}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#2}> as core[35159d6ffb30e017]::iter::traits::iterator::Iterator>::try_fold::<(), core[35159d6ffb30e017]::iter::adapters::map::map_try_fold<walkdir[7c72c7b8ec3531be]::DirEntry, (std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>), (), core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#3}, core[35159d6ffb30e017]::iter::traits::iterator::Iterator::find::check<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>), &mut <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#4}>::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/iter/adapters/filter.rs:157:19
[INFO] [stderr]   37:     0x5863bdfe4d7a - <core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<walkdir[7c72c7b8ec3531be]::IntoIter, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#0}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#1}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#2}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#3}> as core[35159d6ffb30e017]::iter::traits::iterator::Iterator>::try_fold::<(), core[35159d6ffb30e017]::iter::traits::iterator::Iterator::find::check<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>), &mut <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#4}>::{closure#0}, core[35159d6ffb30e017]::ops::control_flow::ControlFlow<(std[ec419fa8110287d5]::path::PathBuf, core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>)>>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/iter/adapters/map.rs:121:19
[INFO] [stderr]   38:     0x5863bdfe531c - <core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<walkdir[7c72c7b8ec3531be]::IntoIter, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#0}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#1}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#2}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#3}> as core[35159d6ffb30e017]::iter::traits::iterator::Iterator>::find::<&mut <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#4}>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/iter/traits/iterator.rs:2973:14
[INFO] [stderr]   39:     0x5863bdfe8941 - <core[35159d6ffb30e017]::iter::adapters::filter::Filter<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<walkdir[7c72c7b8ec3531be]::IntoIter, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#0}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#1}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#2}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#3}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#4}> as core[35159d6ffb30e017]::iter::traits::iterator::Iterator>::next
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/iter/adapters/filter.rs:98:19
[INFO] [stderr]   40:     0x5863bdfe83d8 - <core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<walkdir[7c72c7b8ec3531be]::IntoIter, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#0}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#1}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#2}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#3}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#4}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#5}> as core[35159d6ffb30e017]::iter::traits::iterator::Iterator>::next
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/iter/adapters/map.rs:107:19
[INFO] [stderr]   41:     0x5863bdfe82b9 - <core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<walkdir[7c72c7b8ec3531be]::IntoIter, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#0}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#1}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#2}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#3}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#4}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#5}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#6}> as core[35159d6ffb30e017]::iter::traits::iterator::Iterator>::next
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/iter/adapters/map.rs:107:19
[INFO] [stderr]   42:     0x5863bdfd943c - <alloc[a8a7aba520129d98]::vec::Vec<(std[ec419fa8110287d5]::path::PathBuf, std[ec419fa8110287d5]::path::PathBuf)> as alloc[a8a7aba520129d98]::vec::spec_from_iter_nested::SpecFromIterNested<(std[ec419fa8110287d5]::path::PathBuf, std[ec419fa8110287d5]::path::PathBuf), core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<walkdir[7c72c7b8ec3531be]::IntoIter, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#0}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#1}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#2}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#3}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#4}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#5}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#6}>>>::from_iter
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/vec/spec_from_iter_nested.rs:24:41
[INFO] [stderr]   43:     0x5863bdfd8a8e - <alloc[a8a7aba520129d98]::vec::Vec<(std[ec419fa8110287d5]::path::PathBuf, std[ec419fa8110287d5]::path::PathBuf)> as alloc[a8a7aba520129d98]::vec::spec_from_iter::SpecFromIter<(std[ec419fa8110287d5]::path::PathBuf, std[ec419fa8110287d5]::path::PathBuf), core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<walkdir[7c72c7b8ec3531be]::IntoIter, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#0}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#1}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#2}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#3}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#4}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#5}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#6}>>>::from_iter
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stderr]   44:     0x5863bdfd7c8c - <alloc[a8a7aba520129d98]::vec::Vec<(std[ec419fa8110287d5]::path::PathBuf, std[ec419fa8110287d5]::path::PathBuf)> as core[35159d6ffb30e017]::iter::traits::collect::FromIterator<(std[ec419fa8110287d5]::path::PathBuf, std[ec419fa8110287d5]::path::PathBuf)>>::from_iter::<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<walkdir[7c72c7b8ec3531be]::IntoIter, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#0}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#1}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#2}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#3}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#4}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#5}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#6}>>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/vec/mod.rs:3895:9
[INFO] [stderr]   45:     0x5863bdfe52be - <core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<core[35159d6ffb30e017]::iter::adapters::map::Map<core[35159d6ffb30e017]::iter::adapters::filter::Filter<walkdir[7c72c7b8ec3531be]::IntoIter, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#0}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#1}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#2}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#3}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#4}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#5}>, <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan::{closure#6}> as core[35159d6ffb30e017]::iter::traits::iterator::Iterator>::collect::<alloc[a8a7aba520129d98]::vec::Vec<(std[ec419fa8110287d5]::path::PathBuf, std[ec419fa8110287d5]::path::PathBuf)>>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/iter/traits/iterator.rs:2092:9
[INFO] [stderr]   46:     0x5863bdfee959 - <rawsort[6127bfde7bb61a8d]::executor::Executor>::plan
[INFO] [stderr]                                at /opt/rustwide/workdir/src/executor.rs:40:14
[INFO] [stderr]   47:     0x5863bdf8c31b - integration_test[a2743a9ed325fc19]::make_plan
[INFO] [stderr]                                at /opt/rustwide/workdir/tests/integration_test.rs:92:21
[INFO] [stderr]   48:     0x5863bdf8ca7a - integration_test[a2743a9ed325fc19]::it_detects_potential_overwrites
[INFO] [stderr]                                at /opt/rustwide/workdir/tests/integration_test.rs:129:24
[INFO] [stderr]   49:     0x5863bdf8b397 - integration_test[a2743a9ed325fc19]::it_detects_potential_overwrites::{closure#0}
[INFO] [stderr]                                at /opt/rustwide/workdir/tests/integration_test.rs:128:37
[INFO] [stderr]   50:     0x5863bdf915b6 - <integration_test[a2743a9ed325fc19]::it_detects_potential_overwrites::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   51:     0x5863bdf916bb - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   52:     0x5863bdf916bb - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stderr]   53:     0x5863bdf9eeab - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stderr]   54:     0x5863bdf9eeab - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stderr]   55:     0x5863bdf9eeab - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stderr]   56:     0x5863bdf9eeab - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stderr]   57:     0x5863bdf9eeab - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stderr]   58:     0x5863bdf9eeab - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stderr]   59:     0x5863bdf9eeab - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stderr]   60:     0x5863bdf99884 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stderr]   61:     0x5863bdf99884 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stderr]   62:     0x5863bdfa1ab2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stderr]   63:     0x5863bdfa1ab2 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stderr]   64:     0x5863bdfa1ab2 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stderr]   65:     0x5863bdfa1ab2 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stderr]   66:     0x5863bdfa1ab2 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stderr]   67:     0x5863bdfa1ab2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stderr]   68:     0x5863bdfa1ab2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   69:     0x5863be0794bf - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stderr]   70:     0x5863be0794bf - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stderr]   71:     0x7ed5a5694aa4 - <unknown>
[INFO] [stderr]   72:     0x7ed5a5721a64 - clone
[INFO] [stderr]   73:                0x0 - <unknown>
[INFO] [stderr] thread caused non-unwinding panic. aborting.
[INFO] [stderr] error: test failed, to rerun pass `--test integration_test`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/integration_test-2cffbe0997f536a4` (signal: 6, SIGABRT: process abort signal)
[INFO] running `Command { std: "docker" "inspect" "0c61ad314f6bfbd1e25eee37dacf7836097463d5ff34976402754ecbf885e946", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c61ad314f6bfbd1e25eee37dacf7836097463d5ff34976402754ecbf885e946", kill_on_drop: false }`
[INFO] [stdout] 0c61ad314f6bfbd1e25eee37dacf7836097463d5ff34976402754ecbf885e946
