[INFO] updating cached repository BurntSushi/rust-cmail [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/BurntSushi/rust-cmail [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/BurntSushi/rust-cmail" "work/ex/beta-1.37-6/sources/1.36.0/gh/BurntSushi/rust-cmail"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/BurntSushi/rust-cmail'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/BurntSushi/rust-cmail" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/BurntSushi/rust-cmail"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/BurntSushi/rust-cmail'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ccb09ab81ffa801a2a293a73e0f99f320865debf [INFO] sha for GitHub repo BurntSushi/rust-cmail: ccb09ab81ffa801a2a293a73e0f99f320865debf [INFO] validating manifest of BurntSushi/rust-cmail on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of BurntSushi/rust-cmail on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing BurntSushi/rust-cmail [INFO] finished frobbing BurntSushi/rust-cmail [INFO] frobbed toml for BurntSushi/rust-cmail written to work/ex/beta-1.37-6/sources/1.36.0/gh/BurntSushi/rust-cmail/Cargo.toml [INFO] started frobbing BurntSushi/rust-cmail [INFO] finished frobbing BurntSushi/rust-cmail [INFO] frobbed toml for BurntSushi/rust-cmail written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/BurntSushi/rust-cmail/Cargo.toml [INFO] crate BurntSushi/rust-cmail already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/BurntSushi/rust-cmail/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing BurntSushi/rust-cmail against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/BurntSushi/rust-cmail:/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=warn" "-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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] be1a99cfc243d3d9ed08a4fbba3785857c9f036b5c22e3be8f88843b37be3f0e [INFO] running `"docker" "start" "-a" "be1a99cfc243d3d9ed08a4fbba3785857c9f036b5c22e3be8f88843b37be3f0e"` [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling cmail v0.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> cmail.rs:50:47 [INFO] [stderr] | [INFO] [stderr] 50 | type Result = ::std::result::Result>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> cmail.rs:369:25 [INFO] [stderr] | [INFO] [stderr] 369 | fn wtr(self) -> Box { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.79s [INFO] running `"docker" "inspect" "be1a99cfc243d3d9ed08a4fbba3785857c9f036b5c22e3be8f88843b37be3f0e"` [INFO] running `"docker" "rm" "-f" "be1a99cfc243d3d9ed08a4fbba3785857c9f036b5c22e3be8f88843b37be3f0e"` [INFO] [stdout] be1a99cfc243d3d9ed08a4fbba3785857c9f036b5c22e3be8f88843b37be3f0e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/BurntSushi/rust-cmail:/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 286441a811f676397546084d8181c8df3471bf087576caf6ddc978adc5e4133f [INFO] running `"docker" "start" "-a" "286441a811f676397546084d8181c8df3471bf087576caf6ddc978adc5e4133f"` [INFO] [stderr] Compiling cmail v0.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> cmail.rs:50:47 [INFO] [stderr] | [INFO] [stderr] 50 | type Result = ::std::result::Result>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> cmail.rs:369:25 [INFO] [stderr] | [INFO] [stderr] 369 | fn wtr(self) -> Box { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.47s [INFO] running `"docker" "inspect" "286441a811f676397546084d8181c8df3471bf087576caf6ddc978adc5e4133f"` [INFO] running `"docker" "rm" "-f" "286441a811f676397546084d8181c8df3471bf087576caf6ddc978adc5e4133f"` [INFO] [stdout] 286441a811f676397546084d8181c8df3471bf087576caf6ddc978adc5e4133f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/BurntSushi/rust-cmail:/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] d94d01cef2d9c124f66887fc251d3bdad66364fc505382b44c3e1a60e8c3de25 [INFO] running `"docker" "start" "-a" "d94d01cef2d9c124f66887fc251d3bdad66364fc505382b44c3e1a60e8c3de25"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/cmail-d915a3e0004a85f7 [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] running `"docker" "inspect" "d94d01cef2d9c124f66887fc251d3bdad66364fc505382b44c3e1a60e8c3de25"` [INFO] running `"docker" "rm" "-f" "d94d01cef2d9c124f66887fc251d3bdad66364fc505382b44c3e1a60e8c3de25"` [INFO] [stdout] d94d01cef2d9c124f66887fc251d3bdad66364fc505382b44c3e1a60e8c3de25