[INFO] updating cached repository ryym/fores [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ryym/fores [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ryym/fores" "work/ex/beta-1.38-1/sources/1.37.0/gh/ryym/fores"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/ryym/fores'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ryym/fores" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ryym/fores"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ryym/fores'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 51e8e0cf07bf8ad1d77a0a0a38b7e6e3459ce641 [INFO] sha for GitHub repo ryym/fores: 51e8e0cf07bf8ad1d77a0a0a38b7e6e3459ce641 [INFO] validating manifest of ryym/fores on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ryym/fores on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ryym/fores [INFO] finished frobbing ryym/fores [INFO] frobbed toml for ryym/fores written to work/ex/beta-1.38-1/sources/1.37.0/gh/ryym/fores/Cargo.toml [INFO] started frobbing ryym/fores [INFO] finished frobbing ryym/fores [INFO] frobbed toml for ryym/fores written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ryym/fores/Cargo.toml [INFO] crate ryym/fores already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ryym/fores against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ryym/fores:/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-08-13" "build" "--frozen"` [INFO] [stdout] 3aee41ce9ecd7df43d201a40fc09c1c456da04e0c2e3884a85ee740012b4e1ea [INFO] running `"docker" "start" "-a" "3aee41ce9ecd7df43d201a40fc09c1c456da04e0c2e3884a85ee740012b4e1ea"` [INFO] [stderr] Compiling askama_escape v0.1.0 [INFO] [stderr] Compiling actix-web v0.7.14 [INFO] [stderr] Compiling signal-hook v0.1.6 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling http v0.1.13 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling tokio-threadpool v0.1.8 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling tokio-reactor v0.1.6 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling serde_urlencoded v0.5.3 [INFO] [stderr] Compiling diesel v1.3.3 [INFO] [stderr] Compiling tokio-udp v0.1.2 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling tokio-uds v0.2.3 [INFO] [stderr] Compiling tokio-signal v0.2.6 [INFO] [stderr] Compiling h2 v0.1.13 [INFO] [stderr] Compiling dotenv v0.13.0 [INFO] [stderr] Compiling cookie v0.11.0 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling tokio v0.1.11 [INFO] [stderr] Compiling trust-dns-resolver v0.10.0 [INFO] [stderr] Compiling actix v0.7.6 [INFO] [stderr] Compiling actix-net v0.2.2 [INFO] [stderr] Compiling fores v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:31:32 [INFO] [stderr] | [INFO] [stderr] 31 | fn cause(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [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] --> src/mdl/enum_macro.rs:25:56 [INFO] [stderr] | [INFO] [stderr] 25 | ) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error + Send + Sync` [INFO] [stderr] | [INFO] [stderr] ::: src/mdl/file.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / enum_column! { [INFO] [stderr] 6 | | #[derive(Debug, Clone, Copy, PartialEq, Deserialize, Serialize)] [INFO] [stderr] 7 | | pub enum FileKind { [INFO] [stderr] 8 | | File = 0, [INFO] [stderr] 9 | | Dir = 1, [INFO] [stderr] 10 | | } [INFO] [stderr] 11 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mdl/enum_macro.rs:36:35 [INFO] [stderr] | [INFO] [stderr] 36 | ) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error + Send + Sync` [INFO] [stderr] | [INFO] [stderr] ::: src/mdl/file.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / enum_column! { [INFO] [stderr] 6 | | #[derive(Debug, Clone, Copy, PartialEq, Deserialize, Serialize)] [INFO] [stderr] 7 | | pub enum FileKind { [INFO] [stderr] 8 | | File = 0, [INFO] [stderr] 9 | | Dir = 1, [INFO] [stderr] 10 | | } [INFO] [stderr] 11 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 49s [INFO] running `"docker" "inspect" "3aee41ce9ecd7df43d201a40fc09c1c456da04e0c2e3884a85ee740012b4e1ea"` [INFO] running `"docker" "rm" "-f" "3aee41ce9ecd7df43d201a40fc09c1c456da04e0c2e3884a85ee740012b4e1ea"` [INFO] [stdout] 3aee41ce9ecd7df43d201a40fc09c1c456da04e0c2e3884a85ee740012b4e1ea [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ryym/fores:/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] d469c0861609f092195fd6060792508a322cb74812a3746314cff6499ca6b389 [INFO] running `"docker" "start" "-a" "d469c0861609f092195fd6060792508a322cb74812a3746314cff6499ca6b389"` [INFO] [stderr] Compiling fores v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:31:32 [INFO] [stderr] | [INFO] [stderr] 31 | fn cause(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [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] --> src/mdl/enum_macro.rs:25:56 [INFO] [stderr] | [INFO] [stderr] 25 | ) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error + Send + Sync` [INFO] [stderr] | [INFO] [stderr] ::: src/mdl/file.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / enum_column! { [INFO] [stderr] 6 | | #[derive(Debug, Clone, Copy, PartialEq, Deserialize, Serialize)] [INFO] [stderr] 7 | | pub enum FileKind { [INFO] [stderr] 8 | | File = 0, [INFO] [stderr] 9 | | Dir = 1, [INFO] [stderr] 10 | | } [INFO] [stderr] 11 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mdl/enum_macro.rs:36:35 [INFO] [stderr] | [INFO] [stderr] 36 | ) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error + Send + Sync` [INFO] [stderr] | [INFO] [stderr] ::: src/mdl/file.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / enum_column! { [INFO] [stderr] 6 | | #[derive(Debug, Clone, Copy, PartialEq, Deserialize, Serialize)] [INFO] [stderr] 7 | | pub enum FileKind { [INFO] [stderr] 8 | | File = 0, [INFO] [stderr] 9 | | Dir = 1, [INFO] [stderr] 10 | | } [INFO] [stderr] 11 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.50s [INFO] running `"docker" "inspect" "d469c0861609f092195fd6060792508a322cb74812a3746314cff6499ca6b389"` [INFO] running `"docker" "rm" "-f" "d469c0861609f092195fd6060792508a322cb74812a3746314cff6499ca6b389"` [INFO] [stdout] d469c0861609f092195fd6060792508a322cb74812a3746314cff6499ca6b389 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ryym/fores:/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-08-13" "test" "--frozen"` [INFO] [stdout] b354245e0538c321f9aee4a0d1129a9353bf379885c569f902560149424246ee [INFO] running `"docker" "start" "-a" "b354245e0538c321f9aee4a0d1129a9353bf379885c569f902560149424246ee"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running /opt/crater/target/debug/deps/fores-aa788434dc23c489 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test svc::tree::modify_dir::test::add_new_dir ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/fores-41ca1aa3e825454b [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 fores [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" "b354245e0538c321f9aee4a0d1129a9353bf379885c569f902560149424246ee"` [INFO] running `"docker" "rm" "-f" "b354245e0538c321f9aee4a0d1129a9353bf379885c569f902560149424246ee"` [INFO] [stdout] b354245e0538c321f9aee4a0d1129a9353bf379885c569f902560149424246ee