Sep 21 07:28:05.156 INFO checking localnative_core-0.2.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 07:28:05.156 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 07:28:05.156 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 07:28:05.285 INFO blam! 9cbcbe3703c7f13fbefb3e679087f94f8b8952574668ec037704cb67cbe16f9a Sep 21 07:28:05.286 INFO running `"docker" "start" "-a" "9cbcbe3703c7f13fbefb3e679087f94f8b8952574668ec037704cb67cbe16f9a"` Sep 21 07:28:06.181 INFO kablam! usermod: no changes Sep 21 07:28:06.257 INFO kablam! Checking localnative_core v0.2.0 (/source) Sep 21 07:28:07.179 INFO kablam! warning: unused variable: `s` Sep 21 07:28:07.179 INFO kablam! --> src/exe.rs:63:23 Sep 21 07:28:07.179 INFO kablam! | Sep 21 07:28:07.179 INFO kablam! 63 | if let Ok(s) = serde_json::from_str::(text) { Sep 21 07:28:07.179 INFO kablam! | ^ help: consider using `_s` instead Sep 21 07:28:07.179 INFO kablam! | Sep 21 07:28:07.179 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 07:28:07.179 INFO kablam! Sep 21 07:28:07.201 INFO kablam! warning: unused variable: `s` Sep 21 07:28:07.201 INFO kablam! --> src/exe.rs:63:23 Sep 21 07:28:07.201 INFO kablam! | Sep 21 07:28:07.201 INFO kablam! 63 | if let Ok(s) = serde_json::from_str::(text) { Sep 21 07:28:07.201 INFO kablam! | ^ help: consider using `_s` instead Sep 21 07:28:07.201 INFO kablam! | Sep 21 07:28:07.201 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 07:28:07.201 INFO kablam! Sep 21 07:28:08.116 INFO kablam! warning: unused imports: `clear`, `count`, `delete`, `select` Sep 21 07:28:08.116 INFO kablam! --> tests/ssb_sync_test.rs:6:29 Sep 21 07:28:08.116 INFO kablam! | Sep 21 07:28:08.116 INFO kablam! 6 | use localnative_core::cmd::{clear, count, create, delete, insert, select}; Sep 21 07:28:08.116 INFO kablam! | ^^^^^ ^^^^^ ^^^^^^ ^^^^^^ Sep 21 07:28:08.116 INFO kablam! | Sep 21 07:28:08.116 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 07:28:08.116 INFO kablam! Sep 21 07:28:08.159 INFO kablam! error[E0063]: missing field `is_public` in initializer of `localnative_core::Note` Sep 21 07:28:08.159 INFO kablam! --> tests/ssb_sync_test.rs:38:16 Sep 21 07:28:08.159 INFO kablam! | Sep 21 07:28:08.159 INFO kablam! 38 | let note = Note { Sep 21 07:28:08.159 INFO kablam! | ^^^^ missing `is_public` Sep 21 07:28:08.159 INFO kablam! Sep 21 07:28:08.159 INFO kablam! error[E0063]: missing field `is_public` in initializer of `localnative_core::Note` Sep 21 07:28:08.159 INFO kablam! --> tests/ssb_sync_test.rs:66:16 Sep 21 07:28:08.159 INFO kablam! | Sep 21 07:28:08.159 INFO kablam! 66 | let note = Note { Sep 21 07:28:08.159 INFO kablam! | ^^^^ missing `is_public` Sep 21 07:28:08.159 INFO kablam! Sep 21 07:28:08.166 INFO kablam! error: aborting due to 2 previous errors Sep 21 07:28:08.167 INFO kablam! Sep 21 07:28:08.167 INFO kablam! For more information about this error, try `rustc --explain E0063`. Sep 21 07:28:08.171 INFO kablam! error: Could not compile `localnative_core`. Sep 21 07:28:08.171 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 07:28:08.190 INFO kablam! warning: unused import: `localnative_core::Note` Sep 21 07:28:08.190 INFO kablam! --> tests/ssb_sync_test_2.rs:4:5 Sep 21 07:28:08.190 INFO kablam! | Sep 21 07:28:08.190 INFO kablam! 4 | use localnative_core::Note; Sep 21 07:28:08.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:28:08.190 INFO kablam! | Sep 21 07:28:08.190 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 07:28:08.190 INFO kablam! Sep 21 07:28:08.190 INFO kablam! warning: unused imports: `clear`, `count`, `delete`, `insert`, `select` Sep 21 07:28:08.190 INFO kablam! --> tests/ssb_sync_test_2.rs:6:29 Sep 21 07:28:08.190 INFO kablam! | Sep 21 07:28:08.190 INFO kablam! 6 | use localnative_core::cmd::{clear, count, create, delete, insert, select}; Sep 21 07:28:08.190 INFO kablam! | ^^^^^ ^^^^^ ^^^^^^ ^^^^^^ ^^^^^^ Sep 21 07:28:08.190 INFO kablam! Sep 21 07:28:08.190 INFO kablam! warning: unused imports: `get_note_to_publish`, `get_ssb_active`, `get_ssb`, `init_active_author`, `insert_ssb_note_to_db`, `sync_to_ssb` Sep 21 07:28:08.190 INFO kablam! --> tests/ssb_sync_test_2.rs:8:5 Sep 21 07:28:08.190 INFO kablam! | Sep 21 07:28:08.190 INFO kablam! 8 | get_note_to_publish, get_pubkeys, get_ssb, get_ssb_active, init_active_author, Sep 21 07:28:08.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ Sep 21 07:28:08.191 INFO kablam! 9 | insert_ssb_note_to_db, sync_to_ssb, Sep 21 07:28:08.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ Sep 21 07:28:08.191 INFO kablam! Sep 21 07:28:08.191 INFO kablam! warning: unused imports: `publish`, `tail`, `whoami` Sep 21 07:28:08.191 INFO kablam! --> tests/ssb_sync_test_2.rs:11:52 Sep 21 07:28:08.191 INFO kablam! | Sep 21 07:28:08.191 INFO kablam! 11 | use localnative_core::ssb::{get_sqlite_connection, publish, tail, whoami}; Sep 21 07:28:08.191 INFO kablam! | ^^^^^^^ ^^^^ ^^^^^^ Sep 21 07:28:08.191 INFO kablam! Sep 21 07:28:08.262 INFO kablam! error: build failed Sep 21 07:28:08.270 INFO kablam! su: No module specific data is present Sep 21 07:28:09.017 INFO running `"docker" "rm" "-f" "9cbcbe3703c7f13fbefb3e679087f94f8b8952574668ec037704cb67cbe16f9a"` Sep 21 07:28:09.128 INFO blam! 9cbcbe3703c7f13fbefb3e679087f94f8b8952574668ec037704cb67cbe16f9a