[INFO] fetching crate rustorm 0.13.0... [INFO] extracting crate rustorm 0.13.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/rustorm/0.13.0 [INFO] extracting crate rustorm 0.13.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/rustorm/0.13.0 [INFO] validating manifest of rustorm-0.13.0 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 rustorm-0.13.0 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 rustorm-0.13.0 [INFO] finished frobbing rustorm-0.13.0 [INFO] frobbed toml for rustorm-0.13.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/rustorm/0.13.0/Cargo.toml [INFO] started frobbing rustorm-0.13.0 [INFO] finished frobbing rustorm-0.13.0 [INFO] frobbed toml for rustorm-0.13.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/rustorm/0.13.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded r2d2_sqlite v0.9.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rustorm-0.13.0 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/rustorm/0.13.0:/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] f53cec23853b96a2f7bf23dc9884ab53e308f15ba0c3a4403a2f09283b757df9 [INFO] running `"docker" "start" "-a" "f53cec23853b96a2f7bf23dc9884ab53e308f15ba0c3a4403a2f09283b757df9"` [INFO] [stderr] Compiling meval v0.1.0 [INFO] [stderr] Compiling uuid v0.5.1 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling geo v0.4.13 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling bigdecimal v0.0.14 [INFO] [stderr] Compiling rustorm_dao v0.3.0 [INFO] [stderr] Compiling rustorm_codegen v0.3.0 [INFO] [stderr] Compiling rustorm v0.13.0 (/opt/crater/workdir) [INFO] [stderr] error: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/entity.rs:37:26 [INFO] [stderr] | [INFO] [stderr] 37 | pub fn db(&self) -> &Database { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Database` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[deny(bare_trait_objects)] implied by #[deny(warnings)] [INFO] [stderr] [INFO] [stderr] error: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/entity.rs:257:23 [INFO] [stderr] | [INFO] [stderr] 257 | params: &[&'a ToValue], [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn ToValue` [INFO] [stderr] [INFO] [stderr] error: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/entity.rs:271:23 [INFO] [stderr] | [INFO] [stderr] 271 | params: &[&'a ToValue], [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn ToValue` [INFO] [stderr] [INFO] [stderr] error: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/entity.rs:290:23 [INFO] [stderr] | [INFO] [stderr] 290 | params: &[&'a ToValue], [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn ToValue` [INFO] [stderr] [INFO] [stderr] error: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:29:32 [INFO] [stderr] | [INFO] [stderr] 29 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] error: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/platform.rs:25:19 [INFO] [stderr] | [INFO] [stderr] 25 | type Target = Database; [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Database` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `rustorm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f53cec23853b96a2f7bf23dc9884ab53e308f15ba0c3a4403a2f09283b757df9"` [INFO] running `"docker" "rm" "-f" "f53cec23853b96a2f7bf23dc9884ab53e308f15ba0c3a4403a2f09283b757df9"` [INFO] [stdout] f53cec23853b96a2f7bf23dc9884ab53e308f15ba0c3a4403a2f09283b757df9