Sep 21 08:51:25.758 INFO checking hermitdb-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 08:51:25.758 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 08:51:25.758 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 08:51:25.909 INFO blam! c4b8a3e0a8518180c0e218b1a909d1a0e10585966321710ad3b50b467fd09ef5 Sep 21 08:51:25.910 INFO running `"docker" "start" "-a" "c4b8a3e0a8518180c0e218b1a909d1a0e10585966321710ad3b50b467fd09ef5"` Sep 21 08:51:26.669 INFO kablam! usermod: no changes Sep 21 08:51:26.905 INFO kablam! Checking bincode v0.9.2 Sep 21 08:51:26.905 INFO kablam! Checking bincode v1.0.1 Sep 21 08:51:26.909 INFO kablam! Compiling hermitdb v0.1.0 (/source) Sep 21 08:51:27.439 INFO kablam! Checking pagecache v0.4.5 Sep 21 08:51:30.812 INFO kablam! Checking sled v0.15.17 Sep 21 08:51:34.338 INFO kablam! warning: unused `#[macro_use]` import Sep 21 08:51:34.338 INFO kablam! --> src/lib.rs:1:1 Sep 21 08:51:34.338 INFO kablam! | Sep 21 08:51:34.338 INFO kablam! 1 | #[macro_use] Sep 21 08:51:34.338 INFO kablam! | ^^^^^^^^^^^^ Sep 21 08:51:34.338 INFO kablam! | Sep 21 08:51:34.338 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 08:51:34.338 INFO kablam! Sep 21 08:51:34.338 INFO kablam! warning: unused `#[macro_use]` import Sep 21 08:51:34.338 INFO kablam! --> src/lib.rs:11:1 Sep 21 08:51:34.338 INFO kablam! | Sep 21 08:51:34.338 INFO kablam! 11 | #[macro_use] Sep 21 08:51:34.338 INFO kablam! | ^^^^^^^^^^^^ Sep 21 08:51:34.338 INFO kablam! Sep 21 08:51:34.338 INFO kablam! warning: unused `#[macro_use]` import Sep 21 08:51:34.338 INFO kablam! --> src/lib.rs:15:1 Sep 21 08:51:34.338 INFO kablam! | Sep 21 08:51:34.338 INFO kablam! 15 | #[macro_use] Sep 21 08:51:34.338 INFO kablam! | ^^^^^^^^^^^^ Sep 21 08:51:34.338 INFO kablam! Sep 21 08:51:34.346 INFO kablam! warning: unused `#[macro_use]` import Sep 21 08:51:34.346 INFO kablam! --> src/lib.rs:1:1 Sep 21 08:51:34.346 INFO kablam! | Sep 21 08:51:34.346 INFO kablam! 1 | #[macro_use] Sep 21 08:51:34.346 INFO kablam! | ^^^^^^^^^^^^ Sep 21 08:51:34.346 INFO kablam! | Sep 21 08:51:34.346 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 08:51:34.346 INFO kablam! Sep 21 08:51:34.346 INFO kablam! warning: unused `#[macro_use]` import Sep 21 08:51:34.346 INFO kablam! --> src/lib.rs:11:1 Sep 21 08:51:34.346 INFO kablam! | Sep 21 08:51:34.346 INFO kablam! 11 | #[macro_use] Sep 21 08:51:34.346 INFO kablam! | ^^^^^^^^^^^^ Sep 21 08:51:34.346 INFO kablam! Sep 21 08:51:35.110 INFO kablam! error[E0463]: can't find crate for `gitdb` Sep 21 08:51:35.110 INFO kablam! --> benches/lib.rs:4:1 Sep 21 08:51:35.110 INFO kablam! | Sep 21 08:51:35.110 INFO kablam! 4 | extern crate gitdb; Sep 21 08:51:35.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 21 08:51:35.110 INFO kablam! Sep 21 08:51:35.110 INFO kablam! error: aborting due to previous error Sep 21 08:51:35.110 INFO kablam! Sep 21 08:51:35.110 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 21 08:51:35.130 INFO kablam! error: Could not compile `hermitdb`. Sep 21 08:51:35.130 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 08:51:35.973 INFO kablam! error[E0432]: unresolved import `hermitdb::data` Sep 21 08:51:35.973 INFO kablam! --> tests/db.rs:7:15 Sep 21 08:51:35.973 INFO kablam! | Sep 21 08:51:35.973 INFO kablam! 7 | use hermitdb::data::{Prim, Op, Kind, Actor}; Sep 21 08:51:35.973 INFO kablam! | ^^^^ Could not find `data` in `hermitdb` Sep 21 08:51:35.973 INFO kablam! Sep 21 08:51:35.973 INFO kablam! error[E0432]: unresolved imports `hermitdb::memory_log`, `hermitdb::map`, `hermitdb::db`, `hermitdb::DB` Sep 21 08:51:35.973 INFO kablam! --> tests/db.rs:8:16 Sep 21 08:51:35.973 INFO kablam! | Sep 21 08:51:35.973 INFO kablam! 8 | use hermitdb::{memory_log, map, sled, db, DB}; Sep 21 08:51:35.973 INFO kablam! | ^^^^^^^^^^ ^^^ ^^ ^^ no `DB` in the root Sep 21 08:51:35.973 INFO kablam! | | | | Sep 21 08:51:35.973 INFO kablam! | | | no `db` in the root Sep 21 08:51:35.973 INFO kablam! | | no `map` in the root Sep 21 08:51:35.973 INFO kablam! | no `memory_log` in the root Sep 21 08:51:35.973 INFO kablam! Sep 21 08:51:36.122 INFO kablam! error: aborting due to 2 previous errors Sep 21 08:51:36.122 INFO kablam! Sep 21 08:51:36.122 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 21 08:51:36.153 INFO kablam! error: Could not compile `hermitdb`. Sep 21 08:51:36.153 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 08:51:36.890 INFO kablam! error[E0432]: unresolved import `hermitdb::crdts` Sep 21 08:51:36.890 INFO kablam! --> tests/log_replication.rs:12:15 Sep 21 08:51:36.890 INFO kablam! | Sep 21 08:51:36.890 INFO kablam! 12 | use hermitdb::crdts::{map, orswot, Map, Orswot, CmRDT}; Sep 21 08:51:36.890 INFO kablam! | ^^^^^ Could not find `crdts` in `hermitdb` Sep 21 08:51:36.890 INFO kablam! Sep 21 08:51:36.890 INFO kablam! error[E0432]: unresolved imports `hermitdb::LogReplicable`, `hermitdb::TaggedOp` Sep 21 08:51:36.890 INFO kablam! --> tests/log_replication.rs:13:16 Sep 21 08:51:36.890 INFO kablam! | Sep 21 08:51:36.890 INFO kablam! 13 | use hermitdb::{LogReplicable, TaggedOp}; Sep 21 08:51:36.890 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^ no `TaggedOp` in the root Sep 21 08:51:36.890 INFO kablam! | | Sep 21 08:51:36.890 INFO kablam! | no `LogReplicable` in the root Sep 21 08:51:36.890 INFO kablam! Sep 21 08:51:36.890 INFO kablam! error[E0432]: unresolved import `hermitdb::memory_log` Sep 21 08:51:36.890 INFO kablam! --> tests/log_replication.rs:14:5 Sep 21 08:51:36.890 INFO kablam! | Sep 21 08:51:36.890 INFO kablam! 14 | use hermitdb::memory_log; Sep 21 08:51:36.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `memory_log` in the root Sep 21 08:51:36.890 INFO kablam! Sep 21 08:51:36.890 INFO kablam! error[E0432]: unresolved import `hermitdb::git_log` Sep 21 08:51:36.890 INFO kablam! --> tests/log_replication.rs:15:5 Sep 21 08:51:36.890 INFO kablam! | Sep 21 08:51:36.890 INFO kablam! 15 | use hermitdb::git_log; Sep 21 08:51:36.890 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `git_log` in the root Sep 21 08:51:36.890 INFO kablam! Sep 21 08:51:36.894 INFO kablam! error[E0433]: failed to resolve. Could not find `crdts` in `hermitdb` Sep 21 08:51:36.894 INFO kablam! --> tests/log_replication.rs:54:46 Sep 21 08:51:36.894 INFO kablam! | Sep 21 08:51:36.894 INFO kablam! 54 | .unwrap_or(hermitdb::crdts::VClock::new()); Sep 21 08:51:36.894 INFO kablam! | ^^^^^ Could not find `crdts` in `hermitdb` Sep 21 08:51:36.894 INFO kablam! Sep 21 08:51:36.902 INFO kablam! error[E0433]: failed to resolve. Could not find `crdts` in `hermitdb` Sep 21 08:51:36.902 INFO kablam! --> tests/log_replication.rs:270:24 Sep 21 08:51:36.902 INFO kablam! | Sep 21 08:51:36.902 INFO kablam! 270 | dot: hermitdb::crdts::Dot { actor: 51, counter: 5 }, Sep 21 08:51:36.902 INFO kablam! | ^^^^^ Could not find `crdts` in `hermitdb` Sep 21 08:51:36.902 INFO kablam! Sep 21 08:51:36.902 INFO kablam! error[E0433]: failed to resolve. Could not find `crdts` in `hermitdb` Sep 21 08:51:36.902 INFO kablam! --> tests/log_replication.rs:273:32 Sep 21 08:51:36.902 INFO kablam! | Sep 21 08:51:36.902 INFO kablam! 273 | context: hermitdb::crdts::VClock::new(), Sep 21 08:51:36.902 INFO kablam! | ^^^^^ Could not find `crdts` in `hermitdb` Sep 21 08:51:36.902 INFO kablam! Sep 21 08:51:36.910 INFO kablam! warning: unused import: `CmRDT` Sep 21 08:51:36.910 INFO kablam! --> tests/log_replication.rs:12:49 Sep 21 08:51:36.910 INFO kablam! | Sep 21 08:51:36.910 INFO kablam! 12 | use hermitdb::crdts::{map, orswot, Map, Orswot, CmRDT}; Sep 21 08:51:36.910 INFO kablam! | ^^^^^ Sep 21 08:51:36.910 INFO kablam! | Sep 21 08:51:36.910 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 08:51:36.910 INFO kablam! Sep 21 08:51:36.910 INFO kablam! warning: unused import: `TaggedOp` Sep 21 08:51:36.910 INFO kablam! --> tests/log_replication.rs:13:31 Sep 21 08:51:36.910 INFO kablam! | Sep 21 08:51:36.910 INFO kablam! 13 | use hermitdb::{LogReplicable, TaggedOp}; Sep 21 08:51:36.910 INFO kablam! | ^^^^^^^^ Sep 21 08:51:36.910 INFO kablam! Sep 21 08:51:36.922 INFO kablam! error: aborting due to 7 previous errors Sep 21 08:51:36.922 INFO kablam! Sep 21 08:51:36.922 INFO kablam! Some errors occurred: E0432, E0433. Sep 21 08:51:36.922 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 08:51:36.946 INFO kablam! error: Could not compile `hermitdb`. Sep 21 08:51:36.946 INFO kablam! Sep 21 08:51:36.946 INFO kablam! To learn more, run the command again with --verbose. Sep 21 08:51:36.946 INFO kablam! su: No module specific data is present Sep 21 08:51:38.144 INFO running `"docker" "rm" "-f" "c4b8a3e0a8518180c0e218b1a909d1a0e10585966321710ad3b50b467fd09ef5"` Sep 21 08:51:38.253 INFO blam! c4b8a3e0a8518180c0e218b1a909d1a0e10585966321710ad3b50b467fd09ef5