[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#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjondot%2Frawsort" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-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-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jondot/rawsort on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bb59ab81ee8af39b59eb00a36dcae306a973e55dace9b3fa27b236210ff2d385
[INFO] running `Command { std: "docker" "start" "-a" "bb59ab81ee8af39b59eb00a36dcae306a973e55dace9b3fa27b236210ff2d385", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bb59ab81ee8af39b59eb00a36dcae306a973e55dace9b3fa27b236210ff2d385", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb59ab81ee8af39b59eb00a36dcae306a973e55dace9b3fa27b236210ff2d385", kill_on_drop: false }`
[INFO] [stdout] bb59ab81ee8af39b59eb00a36dcae306a973e55dace9b3fa27b236210ff2d385
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9a892662a8f931d7a3f23e1d6b07629d3c0319ea0146aaaae0fb25a71a8dd13c
[INFO] running `Command { std: "docker" "start" "-a" "9a892662a8f931d7a3f23e1d6b07629d3c0319ea0146aaaae0fb25a71a8dd13c", 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 lazy_static v1.0.2
[INFO] [stderr]    Compiling stable_deref_trait v1.1.1
[INFO] [stderr]    Compiling scopeguard v0.3.3
[INFO] [stderr]    Compiling byteorder v1.2.6
[INFO] [stderr]    Compiling num-traits v0.2.5
[INFO] [stderr]    Compiling slab v0.4.1
[INFO] [stderr]    Compiling futures v0.1.23
[INFO] [stderr]    Compiling lazycell v0.6.0
[INFO] [stderr]    Compiling num-integer v0.1.39
[INFO] [stderr]    Compiling regex v0.2.11
[INFO] [stderr]    Compiling ryu v0.2.6
[INFO] [stderr]    Compiling unicode-width v0.1.5
[INFO] [stderr]    Compiling serde v1.0.78
[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 slog v2.7.0
[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 lock_api v0.1.3
[INFO] [stderr]    Compiling thread_local v0.3.5
[INFO] [stderr]    Compiling utf8-ranges v1.0.0
[INFO] [stderr]    Compiling lazy_static v0.2.11
[INFO] [stderr]    Compiling crossbeam-utils v0.5.0
[INFO] [stderr]    Compiling lazycell v1.0.0
[INFO] [stderr]    Compiling itoa v0.4.3
[INFO] [stderr]    Compiling same-file v1.0.2
[INFO] [stderr]    Compiling regex-syntax v0.5.6
[INFO] [stderr]    Compiling term v0.5.1
[INFO] [stderr]    Compiling textwrap v0.10.0
[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 num_cpus v1.8.0
[INFO] [stderr]    Compiling bytes v0.4.9
[INFO] [stderr]    Compiling time v0.1.40
[INFO] [stderr]    Compiling inotify-sys v0.1.3
[INFO] [stderr]    Compiling termios v0.2.2
[INFO] [stderr]    Compiling aho-corasick v0.6.6
[INFO] [stderr]    Compiling clicolors-control v0.2.0
[INFO] [stderr]    Compiling mio v0.6.15
[INFO] [stderr]    Compiling walkdir v2.1.4
[INFO] [stderr]    Compiling filetime v0.2.1
[INFO] [stderr]    Compiling atty v0.2.11
[INFO] [stderr]    Compiling isatty v0.1.9
[INFO] [stderr]    Compiling strsim v0.7.0
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling vec_map v0.8.1
[INFO] [stderr]    Compiling either v1.5.0
[INFO] [stderr]    Compiling kamadak-exif v0.3.1
[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 itertools v0.7.8
[INFO] [stderr]    Compiling tempfile v2.2.0
[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 slog-term v2.4.0
[INFO] [stderr]    Compiling tokio-reactor v0.1.5
[INFO] [stderr]    Compiling inotify v0.6.1
[INFO] [stderr]    Compiling notify v4.0.6
[INFO] [stderr]    Compiling serde_json v1.0.27
[INFO] [stderr]    Compiling console v0.6.1
[INFO] [stderr]    Compiling slog-json v2.2.0
[INFO] [stderr]    Compiling dialoguer v0.1.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 17.55s
[INFO] running `Command { std: "docker" "inspect" "9a892662a8f931d7a3f23e1d6b07629d3c0319ea0146aaaae0fb25a71a8dd13c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a892662a8f931d7a3f23e1d6b07629d3c0319ea0146aaaae0fb25a71a8dd13c", kill_on_drop: false }`
[INFO] [stdout] 9a892662a8f931d7a3f23e1d6b07629d3c0319ea0146aaaae0fb25a71a8dd13c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] faacface1fdcab9453e6b8babd759d9f7d0664b2839adf1496a0569fec2b1f66
[INFO] running `Command { std: "docker" "start" "-a" "faacface1fdcab9453e6b8babd759d9f7d0664b2839adf1496a0569fec2b1f66", 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 31 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.54s
[INFO] running `Command { std: "docker" "inspect" "faacface1fdcab9453e6b8babd759d9f7d0664b2839adf1496a0569fec2b1f66", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "faacface1fdcab9453e6b8babd759d9f7d0664b2839adf1496a0569fec2b1f66", kill_on_drop: false }`
[INFO] [stdout] faacface1fdcab9453e6b8babd759d9f7d0664b2839adf1496a0569fec2b1f66
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 42d6cd63587170c53a0aef0628d45c8ce381ef680d7c7bb7d2414ecb5759eb70
[INFO] running `Command { std: "docker" "start" "-a" "42d6cd63587170c53a0aef0628d45c8ce381ef680d7c7bb7d2414ecb5759eb70", kill_on_drop: false }`
[INFO] [stderr] warning: unused imports: `Fuse` and `Logger`
[INFO] [stdout] 
[INFO] [stderr]  --> src/main.rs:1:35
[INFO] [stdout] running 0 tests
[INFO] [stderr]   |
[INFO] [stdout] 
[INFO] [stderr] 1 | use slog::{error, info, o, Drain, Fuse, Logger};
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]   |                                   ^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stderr]   |
[INFO] [stdout] 
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] running 0 tests
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stderr] warning: `rawsort` (bin "rawsort" test) generated 1 warning (run `cargo fix --bin "rawsort" -p rawsort --tests` to apply 1 suggestion)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr] warning: `rawsort` (bin "rawsort") generated 1 warning (1 duplicate)
[INFO] [stdout] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout] 
[INFO] [stderr]    --> tests/integration_test.rs:161:7
[INFO] [stdout] running 5 tests
[INFO] [stderr]     |
[INFO] [stderr] 161 | #[cfg(nightly)]
[INFO] [stderr]     |       ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 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` (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.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rawsort-1fa04ed56cb8086c)
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rawsort-9e19100261aaa35a)
[INFO] [stderr]      Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-3bd459f20812679d)
[INFO] [stderr] 
[INFO] [stderr] thread 'it_detects_potential_overwrites' (27) 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 0x7386d801b8ee
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x64941d08c602 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]    1:     0x64941d08c602 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]    2:     0x64941d08c602 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]    3:     0x64941d08c602 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]    4:     0x64941d09d0df - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]    5:     0x64941d09d0df - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stderr]    6:     0x64941d059133 - std::io::default_write_fmt::hf7668c9f69c3a921
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stderr]    7:     0x64941d059133 - std::io::Write::write_fmt::ha6503cd07dd1d506
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]    8:     0x64941d0651c2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]    9:     0x64941d06a44f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stderr]   10:     0x64941d06a2a9 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:328:9
[INFO] [stderr]   11:     0x64941cfb964e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stderr]   12:     0x64941cfb964e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stderr]   13:     0x64941d06aa5f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stderr]   14:     0x64941d06aa5f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stderr]   15:     0x64941d06a8ba - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stderr]   16:     0x64941d0652f9 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]   17:     0x64941d04d5ed - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stderr]   18:     0x64941d0a48ed - core::panicking::panic_nounwind_fmt::runtime::hdc3e454f690461fc
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:122:22
[INFO] [stderr]   19:     0x64941d0a48ed - core::panicking::panic_nounwind_fmt::h0f491c26d5575477
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/intrinsics/mod.rs:2439:9
[INFO] [stderr]   20:     0x64941d0a4b31 - core::panicking::panic_misaligned_pointer_dereference::hb14b1c3dfdaa428c
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:289:5
[INFO] [stderr]   21:     0x64941d0138f7 - <exif::endian::BigEndian as exif::endian::Endian>::loadu32::heffc9bf3c5c3f469
[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:     0x64941d00527a - exif::tiff::parse_ifd::h9ef913d9143ce83e
[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:     0x64941d002673 - exif::tiff::parse_exif_sub::h371ad43d472c26e4
[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:     0x64941d002538 - exif::tiff::parse_exif::he64992dcc6cc82e8
[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:     0x64941cff6fb6 - exif::reader::Reader::new::h19709f7bab27056e
[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:     0x64941cffecd9 - rawsort::exif::Exif::from_path::h3ba2b04d23e7744e
[INFO] [stderr]                                at /opt/rustwide/workdir/src/exif.rs:18:22
[INFO] [stderr]   27:     0x64941cfe8e08 - rawsort::registry::Registry::format::h7b0c9cfbb22926c7
[INFO] [stderr]                                at /opt/rustwide/workdir/src/registry.rs:33:20
[INFO] [stderr]   28:     0x64941cfffbf6 - rawsort::executor::Executor::plan::{{closure}}::hfc962b45bb8c332c
[INFO] [stderr]                                at /opt/rustwide/workdir/src/executor.rs:33:39
[INFO] [stderr]   29:     0x64941cffafdf - core::iter::adapters::map::map_try_fold::{{closure}}::h2e31fa73a28a7fe4
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/iter/adapters/map.rs:95:28
[INFO] [stderr]   30:     0x64941cffb463 - core::iter::adapters::filter::filter_try_fold::{{closure}}::h3e21811da1839782
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/iter/adapters/filter.rs:86:44
[INFO] [stderr]   31:     0x64941cffb13d - core::iter::adapters::map::map_try_fold::{{closure}}::hd7e51b690057179d
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/iter/adapters/map.rs:95:21
[INFO] [stderr]   32:     0x64941cffb2f5 - core::iter::adapters::filter::filter_try_fold::{{closure}}::h01983039621a1b8e
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/iter/adapters/filter.rs:86:44
[INFO] [stderr]   33:     0x64941cfea35d - core::iter::traits::iterator::Iterator::try_fold::h0dce4a88b8d86051
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/iter/traits/iterator.rs:2427:21
[INFO] [stderr]   34:     0x64941cff9431 - <core::iter::adapters::filter::Filter<I,P> as core::iter::traits::iterator::Iterator>::try_fold::hb6d3ce6edb7e21e6
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/iter/adapters/filter.rs:151:19
[INFO] [stderr]   35:     0x64941cff90b9 - <core::iter::adapters::map::Map<I,F> as core::iter::traits::iterator::Iterator>::try_fold::h58b226539564701d
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/iter/adapters/map.rs:121:19
[INFO] [stderr]   36:     0x64941cff93d2 - <core::iter::adapters::filter::Filter<I,P> as core::iter::traits::iterator::Iterator>::try_fold::h7e664798587db68e
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/iter/adapters/filter.rs:151:19
[INFO] [stderr]   37:     0x64941cff90fa - <core::iter::adapters::map::Map<I,F> as core::iter::traits::iterator::Iterator>::try_fold::hde79c0eb306e4575
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/iter/adapters/map.rs:121:19
[INFO] [stderr]   38:     0x64941cffad6c - core::iter::traits::iterator::Iterator::find::h3db6707f2cd68c54
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/iter/traits/iterator.rs:2889:14
[INFO] [stderr]   39:     0x64941cff9361 - <core::iter::adapters::filter::Filter<I,P> as core::iter::traits::iterator::Iterator>::next::he1586fdec5d7376b
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/iter/adapters/filter.rs:98:19
[INFO] [stderr]   40:     0x64941cff8e48 - <core::iter::adapters::map::Map<I,F> as core::iter::traits::iterator::Iterator>::next::hb130699e3af2fd62
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/iter/adapters/map.rs:107:19
[INFO] [stderr]   41:     0x64941cff8f29 - <core::iter::adapters::map::Map<I,F> as core::iter::traits::iterator::Iterator>::next::hc688abf7381b623c
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/iter/adapters/map.rs:107:19
[INFO] [stderr]   42:     0x64941cfe04ec - <alloc::vec::Vec<T> as alloc::vec::spec_from_iter_nested::SpecFromIterNested<T,I>>::from_iter::h4c3934279791a5d4
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/vec/spec_from_iter_nested.rs:24:41
[INFO] [stderr]   43:     0x64941cfe5d5e - <alloc::vec::Vec<T> as alloc::vec::spec_from_iter::SpecFromIter<T,I>>::from_iter::hc1cb7e00ab9feb14
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stderr]   44:     0x64941cfe5c4c - <alloc::vec::Vec<T> as core::iter::traits::collect::FromIterator<T>>::from_iter::h3ab0500a4baad635
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/vec/mod.rs:3689:9
[INFO] [stderr]   45:     0x64941cffaf3e - core::iter::traits::iterator::Iterator::collect::heade155ed74eb4fe
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/iter/traits/iterator.rs:2028:9
[INFO] [stderr]   46:     0x64941cfff28a - rawsort::executor::Executor::plan::hc856aba9bb366046
[INFO] [stderr]                                at /opt/rustwide/workdir/src/executor.rs:40:14
[INFO] [stderr]   47:     0x64941cf90696 - integration_test::make_plan::hf463966a685cc656
[INFO] [stderr]                                at /opt/rustwide/workdir/tests/integration_test.rs:92:21
[INFO] [stderr]   48:     0x64941cf8faba - integration_test::it_detects_potential_overwrites::hfe1f3ab8faf30f59
[INFO] [stderr]                                at /opt/rustwide/workdir/tests/integration_test.rs:129:24
[INFO] [stderr]   49:     0x64941cf8fc87 - integration_test::it_detects_potential_overwrites::{{closure}}::he5d5852cbc670ee9
[INFO] [stderr]                                at /opt/rustwide/workdir/tests/integration_test.rs:128:37
[INFO] [stderr]   50:     0x64941cf95bd6 - core::ops::function::FnOnce::call_once::h23de35983006daf4
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   51:     0x64941cfb944b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   52:     0x64941cfb944b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stderr]   53:     0x64941cfcd4ad - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stderr]   54:     0x64941cfcd4ad - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stderr]   55:     0x64941cfcd4ad - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stderr]   56:     0x64941cfcd4ad - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stderr]   57:     0x64941cfcd4ad - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stderr]   58:     0x64941cfcd4ad - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stderr]   59:     0x64941cfcd4ad - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stderr]   60:     0x64941cfa69f4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stderr]   61:     0x64941cfa69f4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stderr]   62:     0x64941cfaa24a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stderr]   63:     0x64941cfaa24a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stderr]   64:     0x64941cfaa24a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stderr]   65:     0x64941cfaa24a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stderr]   66:     0x64941cfaa24a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stderr]   67:     0x64941cfaa24a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stderr]   68:     0x64941cfaa24a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   69:     0x64941d0606ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stderr]   70:     0x64941d0606ff - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stderr]   71:     0x7386e7b77aa4 - <unknown>
[INFO] [stderr]   72:     0x7386e7c04a64 - 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-3bd459f20812679d` (signal: 6, SIGABRT: process abort signal)
[INFO] running `Command { std: "docker" "inspect" "42d6cd63587170c53a0aef0628d45c8ce381ef680d7c7bb7d2414ecb5759eb70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "42d6cd63587170c53a0aef0628d45c8ce381ef680d7c7bb7d2414ecb5759eb70", kill_on_drop: false }`
[INFO] [stdout] 42d6cd63587170c53a0aef0628d45c8ce381ef680d7c7bb7d2414ecb5759eb70
