[INFO] cloning repository jleahred/idata [INFO] running `"git" "clone" "--bare" "git://github.com/jleahred/idata.git" "work/cache/sources/gh/jleahred/idata"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/jleahred/idata'... [INFO] running `"git" "clone" "work/cache/sources/gh/jleahred/idata" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jleahred/idata"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jleahred/idata'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jleahred/idata" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jleahred/idata"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jleahred/idata'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 08eab4e32ca686ca64295968d8e14a02acddb6d4 [INFO] sha for GitHub repo jleahred/idata: 08eab4e32ca686ca64295968d8e14a02acddb6d4 [INFO] validating manifest of jleahred/idata 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 jleahred/idata 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 jleahred/idata [INFO] finished frobbing jleahred/idata [INFO] frobbed toml for jleahred/idata written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jleahred/idata/Cargo.toml [INFO] started frobbing jleahred/idata [INFO] finished frobbing jleahred/idata [INFO] frobbed toml for jleahred/idata written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jleahred/idata/Cargo.toml [INFO] crate jleahred/idata 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 jleahred/idata 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/jleahred/idata:/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] d86c3c84725f18a7a875204986d3a3ca1166d3813a98f45ee9cd7f69b9acab93 [INFO] running `"docker" "start" "-a" "d86c3c84725f18a7a875204986d3a3ca1166d3813a98f45ee9cd7f69b9acab93"` [INFO] [stderr] Compiling idata v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:97:44 [INFO] [stderr] | [INFO] [stderr] 97 | pub fn steal_borrow(target: &mut T, f: &Fn(T) -> T) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Fn(T) -> T` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.83s [INFO] running `"docker" "inspect" "d86c3c84725f18a7a875204986d3a3ca1166d3813a98f45ee9cd7f69b9acab93"` [INFO] running `"docker" "rm" "-f" "d86c3c84725f18a7a875204986d3a3ca1166d3813a98f45ee9cd7f69b9acab93"` [INFO] [stdout] d86c3c84725f18a7a875204986d3a3ca1166d3813a98f45ee9cd7f69b9acab93 [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/jleahred/idata:/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] 618647dc839e4e29a9fa35d6bdd04f29dbae90411c6d5bb619ec2635c4841bc6 [INFO] running `"docker" "start" "-a" "618647dc839e4e29a9fa35d6bdd04f29dbae90411c6d5bb619ec2635c4841bc6"` [INFO] [stderr] Compiling idata v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:97:44 [INFO] [stderr] | [INFO] [stderr] 97 | pub fn steal_borrow(target: &mut T, f: &Fn(T) -> T) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Fn(T) -> T` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.77s [INFO] running `"docker" "inspect" "618647dc839e4e29a9fa35d6bdd04f29dbae90411c6d5bb619ec2635c4841bc6"` [INFO] running `"docker" "rm" "-f" "618647dc839e4e29a9fa35d6bdd04f29dbae90411c6d5bb619ec2635c4841bc6"` [INFO] [stdout] 618647dc839e4e29a9fa35d6bdd04f29dbae90411c6d5bb619ec2635c4841bc6 [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/jleahred/idata:/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] 2400be7dd14e94630132cb77715db267d1fc0b55bf6307c2ba9f6efb25aefbf6 [INFO] running `"docker" "start" "-a" "2400be7dd14e94630132cb77715db267d1fc0b55bf6307c2ba9f6efb25aefbf6"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/idata-1968bead1a90f069 [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 [INFO] [stdout] [INFO] [stderr] Doc-tests idata [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test src/lib.rs - steal_borrow (line 70) ... ok [INFO] [stdout] test src/lib.rs - consume_char (line 41) ... ok [INFO] [stdout] test src/lib.rs - (line 24) ... ok [INFO] [stdout] test src/lib.rs - IString::ipush (line 110) ... ok [INFO] [stdout] test src/lib.rs - IString::ipop (line 125) ... ok [INFO] [stdout] test src/lib.rs - cont::IVec::ipop (line 190) ... ok [INFO] [stdout] test src/lib.rs - cont::IVec::ipush (line 158) ... ok [INFO] [stdout] test src/lib.rs - cont::IVec::iappend (line 174) ... ok [INFO] [stdout] test src/lib.rs - tc (line 239) ... ok [INFO] [stdout] test src/lib.rs - tc::tail_call (line 266) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "2400be7dd14e94630132cb77715db267d1fc0b55bf6307c2ba9f6efb25aefbf6"` [INFO] running `"docker" "rm" "-f" "2400be7dd14e94630132cb77715db267d1fc0b55bf6307c2ba9f6efb25aefbf6"` [INFO] [stdout] 2400be7dd14e94630132cb77715db267d1fc0b55bf6307c2ba9f6efb25aefbf6