[INFO] cloning repository nossralf/kolumn [INFO] running `"git" "clone" "--bare" "git://github.com/nossralf/kolumn.git" "work/cache/sources/gh/nossralf/kolumn"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/nossralf/kolumn'... [INFO] running `"git" "clone" "work/cache/sources/gh/nossralf/kolumn" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/nossralf/kolumn"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/nossralf/kolumn'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/nossralf/kolumn" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/nossralf/kolumn"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/nossralf/kolumn'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2375e3e6fde5ca88e65d419190cc41353dafde4d [INFO] sha for GitHub repo nossralf/kolumn: 2375e3e6fde5ca88e65d419190cc41353dafde4d [INFO] validating manifest of nossralf/kolumn on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of nossralf/kolumn on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing nossralf/kolumn [INFO] finished frobbing nossralf/kolumn [INFO] frobbed toml for nossralf/kolumn written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/nossralf/kolumn/Cargo.toml [INFO] started frobbing nossralf/kolumn [INFO] finished frobbing nossralf/kolumn [INFO] frobbed toml for nossralf/kolumn written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/nossralf/kolumn/Cargo.toml [INFO] crate nossralf/kolumn already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing nossralf/kolumn against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/nossralf/kolumn:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 6382befd83e1fb46a53976c5eecb4e1abd88780027102013d9354dfdbfd1e77b [INFO] running `"docker" "start" "-a" "6382befd83e1fb46a53976c5eecb4e1abd88780027102013d9354dfdbfd1e77b"` [INFO] [stderr] Compiling kolumn v1.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:37:82 [INFO] [stderr] | [INFO] [stderr] 37 | fn write_output(buffer: &str, splitter: &str, column_widths: &[usize], out: &mut Write) { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.30s [INFO] running `"docker" "inspect" "6382befd83e1fb46a53976c5eecb4e1abd88780027102013d9354dfdbfd1e77b"` [INFO] running `"docker" "rm" "-f" "6382befd83e1fb46a53976c5eecb4e1abd88780027102013d9354dfdbfd1e77b"` [INFO] [stdout] 6382befd83e1fb46a53976c5eecb4e1abd88780027102013d9354dfdbfd1e77b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/nossralf/kolumn:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 74222d1c909cec4e92a153c635ec4b0e2304face7c86717c0e1073e758e15785 [INFO] running `"docker" "start" "-a" "74222d1c909cec4e92a153c635ec4b0e2304face7c86717c0e1073e758e15785"` [INFO] [stderr] Compiling kolumn v1.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:37:82 [INFO] [stderr] | [INFO] [stderr] 37 | fn write_output(buffer: &str, splitter: &str, column_widths: &[usize], out: &mut Write) { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.47s [INFO] running `"docker" "inspect" "74222d1c909cec4e92a153c635ec4b0e2304face7c86717c0e1073e758e15785"` [INFO] running `"docker" "rm" "-f" "74222d1c909cec4e92a153c635ec4b0e2304face7c86717c0e1073e758e15785"` [INFO] [stdout] 74222d1c909cec4e92a153c635ec4b0e2304face7c86717c0e1073e758e15785 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/nossralf/kolumn:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] b436bd6eb88043e175fae3dba08f37e0430ae968fc464b34e1e1e44bf72614cb [INFO] running `"docker" "start" "-a" "b436bd6eb88043e175fae3dba08f37e0430ae968fc464b34e1e1e44bf72614cb"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/kolumn-3c4f496a04416a7a [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test csi_filter::tests::string_ends_in_the_middle_of_an_ansi_escape ... ok [INFO] [stdout] test csi_filter::tests::string_contains_escape_but_not_a_valid_ansi_escape_sequence ... ok [INFO] [stdout] test csi_filter::tests::single_ansi_escape ... ok [INFO] [stdout] test csi_filter::tests::no_ansi_escape ... ok [INFO] [stdout] test csi_filter::tests::adjacent_ansi_escapes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "b436bd6eb88043e175fae3dba08f37e0430ae968fc464b34e1e1e44bf72614cb"` [INFO] running `"docker" "rm" "-f" "b436bd6eb88043e175fae3dba08f37e0430ae968fc464b34e1e1e44bf72614cb"` [INFO] [stdout] b436bd6eb88043e175fae3dba08f37e0430ae968fc464b34e1e1e44bf72614cb